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

html {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  color: #000; 
}

body {
  overflow-x: hidden;
}

/*Img portada*/
.contenedor_Intro{
  background-image: url("img/Portada_Mario.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
}


@media screen and (max-width: 1230px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_Intro{
		background-size: cover;
		height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/portada2.png");
	}
}

@media screen and (max-width: 765px){
	.contenedor-galeria{
		width: 100%;
	}
	.contenedor_Intro{
		background-size: cover;
		height: 100vh !important;
		background-attachment: scroll;
		margin-top: 0px;
		background-image: url("img/portada3.png");
	}
}
/*Img portada*/

/*Seccion de parrafos*/
.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;
    font-size: 23px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 2%;
  }

  .titulo{
    font-family:montserrat;
    font-size: 28px;
    line-height: 39px;
    color: #656565;
    margin: 5px;
    margin-top: 1%;
    margin-bottom: 2%;
    align-content: center;
  }
  .tit{
    font-family:montserrat;
    font-size: 28px;
    line-height: 39px;
    color: #727272;
    margin: 5px;
    margin-top: -3%;
    margin-bottom: 2%;
    align-content: center;
  }

  @media screen and (max-width:1000px){
    .parrafo_intro{
    font-size: 22px;
    line-height: 28px;
    }
  }
  @media screen and (max-width:700px){
    .parrafo_intro{
    font-size: 20px;
    }
  }
  @media screen and (max-width:450px){
    .parrafo_intro{
    font-size: 19px;
  }
    .titulo{
      font-size: 23px;
      line-height: 29px;
    }
    .seccionp{
      padding-left: 0%;
      padding-right: 0%;
      font-size: 23px;
      line-height: 29px;
    }
  }
/*Fin Texto y responsive*/

.seccionp{
  padding-left: 20%;
  padding-right: 20%;
}



/*img actu*/
.imgconten{
  text-align: center;
}

img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}


@media (max-width: 1600px) {
  img {
      max-width: 60%;
  }
}

@media (max-width: 1000px) {
  img {
      max-width: 80%;
  }
}

@media (max-width: 600px) {
  img {
      max-width: 80%;
  }
}
/*img actu*/





/*Video*/
.video{
	height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 20px;
    position: relative;
	margin-bottom: 70px;
}
.video iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
    }
/*Fin Video*/


/*Creditos*/

.creditos{
  margin: 0;
  position: center; 
  background-color:#666666;;
}
.creditos p{
  color: white;
  text-align: center;
  align-content: center;
  font-size: 18px;
  margin: 0;
}
  h1{
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  color: rgb(255, 255, 255);
  }
  h2{
    margin: 0;
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    color: white;
    }
  h4{
  font-size: 55px;
  text-align: center;
  color: white;
  }

/*Fin creditos*/

/*Icono*/
.icono{
  width: 80px;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.icono img{
  width: 50px;
}
@media screen and (max-width: 700px){
  .icono {
    width:50px !important;

  }
  .flecha img{
    width: 50px !important;
  }
}
/*Fin icono*/
	


/*---------Footer---------*/
.imgs-fluid {
  display: block;
  position: center;
  justify-content: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 695px;
  height: auto;	 
}

@media screen and (max-width:450px){
  .imgs-fluid{
  width: 220px;
  }
}
/*Fin Footer*/






