@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  margin: 10;
  padding: 10;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
    background-image: url("img/encabezado/fondo.png");
    background-size: cover;
    background-attachment: fixed; /* Esta propiedad hace que la imagen de fondo sea fija*/
    background-position: center; 
}

/*img portada principal*/
.contenedor_Intro{
  background-image: url("img/encabezado/portada.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh !important;
}
@media screen and (max-width: 1800px){
	.contenedor_Intro{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/portada-tablet.png");
	}
}
@media screen and (max-width: 900px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_Intro{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/portada-celular.png");
	}
}
/*Img portada principal*/

/*Portada capitulo 1*/
.contenedor_intro1{
  background-image: url("img/encabezado/cap_silenciados.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh !important;
}
@media screen and (max-width: 960px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_intro1{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/cap_silenciados_tablet.png");
	}
}
@media screen and (max-width: 700px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_intro1{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/cap_silenciados_cel.png");
	}
}
/*Portada capitulo 1*/

/*Portada capitulo 2*/
.contenedor_intro2{
  background-image: url("img/encabezado/cap-pocas.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 930px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_intro2{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/cap-pocas-cel.png");
	}
}
@media screen and (max-width: 0px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_intro2{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/#");
	}
}
/*Portada capitulo 2*/



/*Portada capitulo 3*/
.contenedor3{
  background-image: url("img/encabezado/cap-uni.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 930px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor3{
		background-size: cover;
		 height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/cap-uni-cel.png");
	}
}

/*Portada capitulo 3*/






/*Portada capitulo 4*/
.contenedor_intro3{
  background-image: url("img/encabezado/#");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1520px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_intro3{
		background-size: cover;
		 height: 56vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/#");
	}
}
@media screen and (max-width: 1120px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_intro3{
		background-size: cover;
		 height: 36vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/encabezado/#");
	}
}
/*Portada capitulo 4*/


/*Seccion de parrafos*/
.contenedor-texto{
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 2%;
}
    .contenedor_parrafos{
      margin-top: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
      .parrafo{
          width: 100%;
          padding-right: 1em !important;
          padding-left: 1em !important;
          margin-top: 0px;
          
      }
      .parrafo_intro{
        font-family: 'Montserrat', sans-serif;
	      font-size: 23px;
	      line-height: 35px;
	      color: #ffffff;
        font-weight: 400;
        margin-bottom: 2%;
      }

.titulos{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px; 
  color: #F4A416;
  font-weight: 600;

  }

@media screen and (max-width:1000px){
	.parrafo_intro{
	font-size: 22px;
	line-height: 28px;
	}
  .titulos{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px; 
    color: #F4A416;
    line-height: 34px;
    }
}
@media screen and (max-width:700px){
	.parrafo_intro{
	font-size: 20px;
	}
  .titulos{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px; 
    color: #F4A416;
    line-height: 34px;
    }
}
@media screen and (max-width:450px){
	.parrafo_intro{
	font-size: 19px;
     }
  .titulos{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; 
  color: #F4A416;
  line-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  }
}

/*Fin Texto y responsive*/



/*Capitulos*/
.img-gallery{
    width: 70%;
    margin: 50px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(390px,1fr));
    gap: 30px;
}
.img-gallery img{
    width: 100%;
    cursor: pointer;
    transition: 1s;
}
.img-gallery img:hover{
    transform: scale(1.2);
}

@media screen and (max-width:450px){
    .img-gallery{
		margin: 5px auto 5px;
		grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
	}
  }
/*Capitulos*/

/*Video*/
.video-container{
    max-width: 90rem;
    margin: auto;
}
.video-container iframe {
    width: 80%;
    aspect-ratio:16/9; 
}
/*Video*/

/*imagenes*/
.frame{
  margin-right: 9px;
  margin-left: 9px;
}

.imagen-datos{
	max-width: 100%;
  height: auto;
	margin-bottom: 9px;
}
/*imagenes*/


/*Boton*/
.button {
	background-color: #dd912c;
	color: white;
	font-size: 30px;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
	border-radius: 5px;
	margin-top: 2%;
	margin-bottom: 3%;
  }
  
.button:hover {
	background-color: #804bce;
}

@media screen and (max-width:1000px){
	.button {
		background-color: #dd912c;
		color: white;
		font-size: 30px;
		padding: 2px 9px;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s;
		border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 4%;
	  }
  }
  @media screen and (max-width:700px){
	.button {
		background-color: #dd912c;
		color: white;
		font-size: 25px;
		padding: 2px 9px;
		border: none;
		cursor: pointer;
		transition: background-color 0.3s;
		border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 4%;
	  }
  }
  @media screen and (max-width:450px){
  .button {
	background-color: #dd912c;
	color: white;
	font-size: 18px;
	padding: 2px 9px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
	border-radius: 5px;
	margin-top: 4%;
	margin-bottom: 4%;
  }
}
/*Boton responsive*/





/*Creditos*/
  .cuerpo_textol{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 46px;
	color: #000000;
	font-weight: 420;
  }
/*Creditos*/


/*Footer*/
.imgs-fluid {
display: block;
position: center;
justify-content: center;
align-content: center;
margin-left: auto;
margin-right: auto;
width: 500px;
height: auto;	 
}
@media screen and (max-width:450px){
 .imgs-fluid{
    width: 320px;
 }
}

.derechos{
	margin-top: -23px;
}

/*Fin Footer*/







