 /* INDEX page*/

 
 /*tipografia*/
@font-face {  /* descarga de las fuentes*/
  font-family: 'Rubik';
  src: url('RETO_2_Materials/Rubik-Regular.ttf');
  }

@font-face {
    font-family:'Alice';
    src: url('RETO_2_Materials/Alice-Regular.ttf');
  }

 /*encabezado*/ 
 .header1 {
  width: 100%;
  margin:0 auto;
  padding:0;
 }

/*navegacion*/
.Navigation {
  background-color:#0D7963;
  width: 100%;
  margin: 0px auto;
  height: 50px;
  justify-content: space-between;
}

nav ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  list-style-type:none;
}

nav li {
    width: calc(100%/5);
    position:inherit;
    padding: 10px 15px;
   border-right: 1px solid  #fff;
   font-family: 'Rubik', sans-serif;
}

nav a {
    width: 100%;
    color: #CCECE6 ;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
}


 /* hover nav*/
nav ul li:nth-child(-n+2):hover a {
  color: 	#790C22 ; /* Cambiar el color del texto de los enlaces al pasar el mouse */
}

 /* articulo*/
.container {
    max-width: 1200px;
    border: 2px solid transparent;
    background-color: #F3F5F5;
    border-radius: 30px;
    padding: 10px 10px 15px 18px;
    margin-left: 50px;
    margin-right: 35px;
    margin-top: 10px; 
  }
  
/* background*/
.background {
  background-image: url('RETO_2_Materials/images/fondo.png'); 
  background-size:cover; 
  height: 235px;
  padding: 20px; 
  opacity: 0.5;
  }


/* texto encabezado*/
  #text {
   position: absolute;
   top:25%;
   left: 50%;
   transform: translate(-50%, -50%); 
   color: #000000; 
   padding: 10px 20px; 
   font-size: 20px; 
   text-align: center;      
}

#text p {
  font-family: 'Alice', sans-serif;
  color: #000000;
  font-size:15px;
  padding-top: 25px;
}

#text h1 {
  font-family: 'Alice', sans-serif;
  font-weight: bold;
  color: #000000;
  font-size:42px;
  margin: 0px;
  padding: 0px
}

 /* palabras en rojo*/ 
.redtext1 {
  color: #ce0000;  /* cambie */

}
 /* palabras en negrita*/ 
.bold1 {
  font-weight:bold;
}

/*otra color rojo*/
.othercolor{
  color:#64071A;
  font-weight: bold;
}

/*sangria paragrafos*/
.inicioparagrafo{
  text-indent: 25px;
  padding-bottom: 5px;
}

 /* h2*/         
h2 {
  font-family: 'Rubik', sans-serif;
  font-size:40px;
  padding: 0;
  margin-bottom:15px;
  text-shadow: 2px 2px red; /* Establece el desplazamiento de la sombra, el radio de desenfoque y el color*/
  color: black; 
  text-indent: 20px;
}


  /*cita*/
p {
   font-family: 'Alice', sans-serif;
   font-size: 15px;
   line-height: 1.5;
   margin-top: 5px;
}

#quotation {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #f3f5f5;
  font-style: italic;
  text-align: center;
  position: relative;
  background: linear-gradient(to right, #3AA992 15%, #ffff 200%);
  background-color: #0a6150; 
  padding: 30px; 
  border-left: 10px solid#790C22; 
} 

#quotation::before,
#quotation::after {
  font-size: 50px; /* Ajustar el tamaño del quotation marks */
  position: absolute;
  color: #fff; /* color del quotation marks */
}

#quotation::before {
  content: "“"; /* Unicode for left double quotation mark */
  left: 20px; /* Ajuste la posición izquierda para la alineación. */
  top: 15px; /* Ajuste la posición superior para alinear. */
}

#quotation::after {
  content: "”"; /* Unicode for derecha double quotation mark */
  right: 200px; /*  Ajuste la posición derecha para la alineación */
  bottom: 15px; /* Ajuste la posición inferior para alinear */
}

/*imagen carpeta*/
.center {
  text-align: center;
}
.center img {
  width: 600px;
  height: auto;
}

/*bullet mundo*/
.listimages {
  padding-left: 20px;
  margin: 0;
  list-style-type: none; 
}
.mundo1{
  background: url('RETO_2_Materials/images/world.png') no-repeat left top;
  padding-top: 5px;
  padding-left: 25px;
  font-family: 'Alice',sans-serif;
  font-size: 15px;
  line-height: 1.5;
}


/*pie de pagina*/
.footer1 {
    background-color:#0D7963; 
    min-height: 100px;
    padding: 5px 5px;
    margin-top:20px;
}

.footer1 p {
    font-family: 'Alice',sans-serif;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
}

.footer1 a {
    color: #FFFFFF;
    font-weight: bold;
}





  /* ETHICS page */


/* bullet book  */
  .listimages1{
    padding-left:33px;
    padding-bottom: 15px;
    margin: 0px;
    list-style-type: none;
  }

  .book1{
    background: url('RETO_2_Materials/images/e-book.png') no-repeat left top;
    padding-top: 5px;
    padding-left: 25px;
    font-family: 'Alice',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
  }


  /* Cita */
  #quotation1 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #f3f5f5;
    font-style: italic;
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #3AA992 0%, #ffff 140%); 
    background-color: #0a6150;
    padding: 30px; /* Agregue algo de relleno para una mejor legibilidad */
    border-left: 10px solid #660014; 
} 

#quotation1::before,
#quotation1::after {
    font-size: 50px;
    position: absolute;
    color: #fff; 
}

#quotation1::before {
    content: "“"; 
    left: 225px; 
    top: 15px; 
}

#quotation1::after {
    content: "”"; 
    right: 233px; 
    bottom: 23px; 
}



 /* borde de las palabras(referencias) */
.border1 {
  border-left: 2px solid #790c22;
  padding: 4px;
  position: relative;
  margin-left: 3px;
}