@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	
}

{
font-family: 'Abel', sans-serif;
font-family: 'Baloo 2', cursive;
font-family: 'Barlow', sans-serif;
font-family: 'Bebas Neue', cursive;
font-family: 'Dosis', sans-serif;
font-family: 'Jaldi', sans-serif;
font-family: 'Maven Pro', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Roboto', sans-serif;
}

body {
	background-color:rgba(248,248,248,1.00);
	font-family: 'Roboto', sans-serif;
	color: black;
}




/*=======slider versión movil=========*/
#slider{
	
		display: none;
		}
/*=======slider pc oculto en movil========*/


#section{
	width: 100%;
	margin-bottom: 0px;
}


#slider_cel{
	
	text-align: center;
	margin-top: 100px;
	display: block;
	margin-bottom: 100px;
	}


	#slider_cel h2{
	width: 95%;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	padding-top: -520px;
	padding-bottom: 0px;
	line-height: 35px;
	font-size: 27px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
	


#slider_cel #animacion{
	
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 0px;
text-align: right;
	position: absolute;
			
}


#slider_cel #animacion .exploracionicono{
	margin-top: 20px;
	width: 100%;
	z-index: 100;
	padding-right: 0px;
}

#slider_cel #animacion .exploracionicono img{
	
	width: 160px;
	height: auto;
	margin: auto;
	
}

.animated fadeInDown {
  animation-duration: 7s;
  animation-delay: 80s;
	

}




.datos{
	width: 100%;
	padding: 0px;
	
	}

.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(80px);
	}
	100%{
		transform: translateY(0px);
	}
}

/*=============Circulos hover===============*/

#section{
	width: 100%;
	margin-top: 0px;
	
}

#productos{
	
	text-align: center;
	margin-top: 0px;
	height: 1130px;
	padding-bottom: 0px;
	}

#productos #icono_productos{
	width: 100%;
	height: auto;
text-align: center;

}

#productos #icono_productos img{
	width: 270px;
	padding-top: 40px;
	margin-bottom: 20px;


}

#productos  h1{
	width: 80%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-style:  dotted;
	padding-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;

}	

	#productos  p{
	width: 80%;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
		margin-bottom: 50px;
		
}



#productos #circulos   {
	
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 50px;
	
	}



#productos #circulos  h3{
	width: 90%;
	font-family: 'Dosis', sans-serif;
	 font-style: bold;
	font-size: 25px;
	color:rgba(240,240,240,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 60px;
	
}


#productos #circulos  p{
	width: 90%;
	font-family: 'Dosis', sans-serif;
	 font-style: bold;
	font-size: 19px;
	color:rgba(240,240,240,1.00);
	
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	
}


/*=============SOMOS===============*/

#section{
	width: 100%;
	margin-top: 0px;
	
}

#somos{
	
	text-align: center;
	
	height: 900px;
	margin-top: 300px;
	}

#somos #icono_somos{
	width: 100%;
	height: auto;
text-align: center;

}

#somos #icono_somos img{
	width: 270px;
	padding-top: 300px;
	margin-bottom: 0px;


}

#somos  h3{
	width: 90%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-style:  dotted;
	padding-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	
}	

#somos #parallax   {
	
	display: none;
	

	
	}


#somos #parallax_mov   {
	
	background-image: url(../imagenes/ambientacion/somos_maxsafe_movil.jpg);
	margin-bottom: 0px;
	margin: auto;
	margin-top: -350px;
	height: 600px;
	width: 100%;
	
	text-align: center;
	
	}

	#somos  p{
	width: 90%;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-bottom: 20px;	
}




#separador_firts{
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 100;
	position: absolute;
	display: none;

}
	/*background: linear-gradient(to right, rgba(0,6,73,1.00), rgba(6,123,172,1.00));*/




#separador_firts  h4{
	width: 85%;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	color: rgba(0,6,73,1.00);
	font-style: bold;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 50px;
	display: none;
}

#separador_firts .icon-hand-pointer-o{
	font-size: 30px;
	color: #FFF;
		cursor: pointer;
	display: none;
		
	}



#separador_firts  p{
	
	display: none;
}



/*============secion 2 CERTIFICACIONES INTERNACIONALES=============*/




#separador{
	width: 100%;
	height: 350px;
	text-align: center;
	/*background-color:rgba(247,247,247,1.00);*/
	background-color: rgba(255,255,255,1.00);
	z-index: 1500;
	padding-top: 100px;
	margin-top: 0px;
}


#separador #certificacion{
	width: 100%;
	height: auto;
text-align: center;

}

#separador #certificacion img{
width: 270px;
	padding-top: 20px;
	margin-bottom: 20px;

}


#separador  h3{
	width: 90%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-style:  dotted;
	padding-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	
}


#separador  p{
	width: 90%;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-bottom: 0px;
}


/*#separador #certificaciones_cel{
width: 10%;
margin-right: auto;
margin-left: auto;
	margin-bottom: 40px;
}*/


.animated zoomIn {
  animation-duration: 7s;
  animation-delay: 5s;
}



/*video {
	width: 100%;
	height: auto;
	display: block;
}*/

/*==================Footer=============*/


footer {
height: auto;
margin-top: 0px;
padding-top: 0px;
	}

footer .contenedor_footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
	background-color:rgba(0,14,45,1.00);
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	color: rgba(229,229,229,1.00);
		text-align: center;
	padding-top: 100px;
	}
footer .contenedor_footer .direccion{
	width: 80%;
	padding-top: 10px;
margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 19px;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	color: rgba(229,229,229,1.00);
	
}

footer .contenedor_footer #logotipocorpo{
	
	width: 100%;
	height: auto;
	
}


footer .contenedor_footer #logotipocorpo img{
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: auto;
padding-top: 60px;
	margin-bottom: 0px;
	
}

footer .contenedor_footer #avisoprivacidad{
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
		width: 100%;
}


footer .contenedor_footer #avisoprivacidad a{
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	color: aliceblue;
}


.copy{
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 20px;
	}

.sociales{
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding-bottom: 50px;
	
	}


.sociales a{
	color: rgba(229,229,229,1.00);
	text-decoration: none;
	cursor: pointer;
	}


footer .contenedor .fb-like {

margin: auto;
	
}

footer .contenedor  .icon-share
{

margin: auto;
	width: 30px;
	height: 20px;
	
}


footer .contenedor .icon-phone
{ 
onClick="return(navigator.userAgent.match(/Android | iphone | movile /i)) !=null;"
}


footer .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 100px;
	
	font-family: 'Merriweather Sans', sans-serif;
	height: 50px;
	}

.sociales2{
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
	
	}

.sociales2 a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	}




/*===============================1024px=========================*/


@media all and (min-width:1024px) {
	
	

#section{
	width: 100%;
	margin-bottom: 0px;
}	
	
 #slider{
	
	text-align: center;
	margin-top:90px;
	display: block;
	}
	
	
	

	
	#slider h2{
	width: 100%;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 35px;
	font-size: 40px;
	color:rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	display: inline-block;
	}
	
	
#slider #animacion2{
	
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 0px;

	position: absolute;
	z-index: 10000;
	text-align: center;
}


#slider #animacion2 .exploracionicono{
	margin-top: 230px;
	width: 100%;
	z-index: 100;
	padding-right: 0px;
}

#slider #animacion2 .exploracionicono img{
	
	width: 180px;
	height: auto;
	margin: auto;
	
}

.animated fadeInDown {
 animation-duration: 7s;
  animation-delay: 80s;

}	
	
	
	#slider_cel{
	
		display: none;
		}	
	
	
	
/*=============Circulos hover===============*/

#section{
	width: 100%;
	margin-top: 0px;
	
}

#productos{
	
	text-align: center;
	margin-top: 0px;
	height: 750px;
	padding-bottom: 0px;
	padding-top: 100px;
	}

#productos #icono_productos{
	width: 100%;
	height: auto;
text-align: center;

}

#productos #icono_productos img{
	width: 230px;
	padding-top: 50px;
	margin-bottom: 20px;


}	

#productos  h1{
	width: 60%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-style:  dotted;
	padding-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	
}	
	
	

#productos #circulos   {
	
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	#productos  p{
	width: 60%;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
		margin-bottom: 70px;
}
	
	
	
	/*=============SOMOS===============*/

#section{
	width: 100%;
	margin-top: 0px;
	
}

#somos{
	
	text-align: center;
	margin-top: 0px;
	height: 800px;
	padding-top: 90px;
	}

#somos #icono_somos{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 0px;
    text-align: center;
	position: absolute;
	z-index: 10000;		
}



#somos #icono_somos img{
	width: 230px;
	padding-top: 170px;
	margin-bottom: 0px;


}

#somos  h3{
	width: 60%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-style:  dotted;
	padding-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	
}	

	#somos #parallax_mov   {
	
	display: none;
	

	
	}
	

#somos #parallax   {
	
	
	text-align: center;
	/*width: 100%;*/
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../imagenes/ambientacion/somos_maxsafe.jpg);
	background-attachment: fixed;
	background-position: center 70px;
	height: 500px;
	background-size: cover;
	
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;
	
	}
	
	#somos  p{
	width: 60%;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-bottom: 70px;
}
	
	

	#separador_firts{
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 100;
	position: absolute;
display: block;
}

/*video {
	width: 100%;
	height: auto;
	display: none;
}*/
	


 #separador_firts h4{
	width: 85%;
	font-family: 'Bebas Neue', cursive;
	font-size: 27px;
	color: #FFF;
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 310px;
	z-index: 1002;
	 line-height: 30px;
	 letter-spacing: 1.5px;
	 font-style: bold;
	text-shadow: -3px -1px 5px rgba(41,41,41,1.00);
	display: block;
}
	
	#separador_firts .icon-hand-pointer-o{
	font-size: 30px;
	color: #FFF;
		cursor: pointer;
	display: block;
		
	}
	
	#separador_firts .icon-hand-pointer-o:hover{
	font-size: 30px;
	color:rgba(255,255,255,0.00);
	transition: all ease .4s;
	-moz-transition:all ease .4s;
	-ms-transition:all ease .4s;
	-o-transition:all ease .4s;
	-webkit-transition:all ease .4s;
		
		
	}
	
	
	#ancla_certifica{
  width: 100%;
  height: 0;
 	padding-top: 0px;
    margin-top: 0px;

	
}
	

#separador{
	width: 100%;
	height:330px;
	text-align: center;
	background-color:rgba(255,255,255,1.00);
	z-index: 1500;
	margin-top: 0px;
	padding-top: 0px;
}

#separador #certificacion{
	width: 100%;
	height: auto;
    text-align: center;
}

#separador #certificacion img{
	width: 230px;
	height: auto;
    text-shadow: 3px 1.6px 3px rgba(41,41,41,0.80);
    padding-top: 40px;
	margin-bottom: 20px;


}	
	

/*#separador #certificaciones_cel{
width: 20%;
margin-right: auto;
margin-left: auto;
	margin-bottom: 30px;
}	*/
	

#separador  h3{
	width: 60%;
	font-family: 'Bebas Neue', cursive;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom-style:  dotted;
	padding-bottom: 30px;
	line-height: 35px;
	font-size: 35px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 150px;
}	
	
#separador  p{
	width: 60%;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	color: rgba(0,6,73,1.00);
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-bottom: 20px;
}

footer .contenedor_footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
	background-color:rgba(0,14,45,1.00);
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	color: rgba(229,229,229,1.00);
	text-align: center;
	padding-top: 100px;
	}
	
footer .contenedor_footer .direccion{
	width: 35%;
	padding-top: 10px;
margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 19px;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	color: rgba(229,229,229,1.00);
	
}	
	
	
footer .contenedor_footer #logotipocorpo{
	
	width: 100%;
	height: auto;
	
}


footer .contenedor_footer #logotipocorpo img{
	margin-left: auto;
	margin-right: auto;
	width: 15%;
	height: auto;
padding-top: 60px;
	margin-bottom: 0px;
}

footer .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 100px;
	
	font-family: 'Merriweather Sans', sans-serif;
	height: 50px;
	}

	footer .contenedor_footer #avisoprivacidad{
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
		width: 100%;
}


footer .contenedor_footer #avisoprivacidad a{
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
	color: aliceblue;
}
	
	
.sociales2{
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	
	}

.sociales2 a{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	}
	
	

	
	
	}





