@font-face {
    font-family: "Lato-Regular";
    src: url('../fonts/Lato-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Lato-Bold";
    src: url('../fonts/Lato-Bold.ttf') format("truetype");
}

html, body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
@media (max-width: 140000px) and (min-width: 900px) {


/*  */
#ContenedorPrincipal{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.max-width {
	margin: auto; /*esto es centrado siempre*/
	width: 1000px;
	height: 100%;
}

#seccion_menu{
	height: 102px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0px;
	z-index: 10;
	box-shadow: rgb(0, 0, 0) 0px 0px 15px -3px;	
	border-bottom: 4px solid #009CD8 ;
	
}
#logo2{
	 width: 150px;
    float: left;
    margin-top: 6px;
    opacity: 1;
}
.opciones{
	width: calc(85% - 25px);
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #5e5e5e;
	font-size: 18px;
}
.opcion:hover{
	color: #009CD8 ;
	
}
.opcion{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	line-height: 100px;
	cursor: pointer;
	 font-family: "Lato-Regular";

}
.opcion2{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	line-height: 18px;
	cursor: pointer;
	 font-family: "Lato-Regular";

}
#seccion_1{
	height:35vw;
	width: 100%;
	margin-top: 100px;
}
.banner1{
	width: 100%;
    height:35vw;
    background: url(../img/banner1.webp);
    background-position: top;
    background-size: cover;
}
  
.banner2{
	width: 100%;
    height:35vw;
    background: url(../img/banner2.webp);
    background-position: top;
    background-size: cover;
}
.banner2A{
	width: 100%;
    height:35vw;
    background: url(../img/banner2A.png);
    background-position: top;
    background-size: cover;
}
.banner3{
	width: 100%;
    height:35vw;
    background: url(../img/banner3.webp);
    background-position: top;
    background-size: cover;
}
.banner4{
	width: 100%;
    height:35vw;
    background: url(../img/banner4.webp);
    background-position: center;
    background-size: cover;
}
.banner4A{
	width: 100%;
    height:35vw;
    background: url(../img/banner4A.png);
    background-position: center;
    background-size: cover;
}
.banner5{
	width: 100%;
    height:35vw;
    background: url(../img/banner5.webp);
    background-position: top;
    background-size: cover;
}
.banner6{
	width: 100%;
    height:35vw;
    background: url(../img/banner6.webp);
    background-position: top;
    background-size: cover;
}
.banner6A{
	width: 100%;
    height:35vw;
    background: url(../img/banner6A.png);
    background-position: top;
    background-size: cover;
}
.contenedor{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 530px;
}
.contenedor figura{
  position: relative;
  width: 100%px;
  height: 530px;
  overflow: hidden;
  cursor: pointer;
}

.contenedor figura .hoverC{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(203, 126, 139, .5);
  transition: all 50ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.seccion1opacity{
	width: 100%;
	height: 35vw;
	background: rgba(12 45 78 / 80%);
}
.text1{
	    position: absolute;
    top: 180px;
    color: #fff;
    font-size: 62px;
     font-family: "Lato-Bold";
}
.text2{
	position: relative;
    top: 180px;
    color: #fff;
    font-size: 62px;
    font-family: "Lato-Bold";
    float: right;
    width: 450px;
}
.iconB{
position: relative;
    top: 150px;
    float: right;
    width: 300px;
}
.iconB2{
position: relative;
    top: 150px;
    float: left;
    width: 300px;
}

/*Seccion2*/
#seccion_2{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.titulo{
	font-size: 30px;
	font-family: Lato-Regular;
	text-transform: uppercase;
	color: #0094D0;
	text-align: center;
	padding: 50px 0px;
}
.min-width{
	width: 800px;
	margin: auto;
	font-family: Lato-Regular;
	font-size: 17px;
	text-align: justify;
	color: #001E3E;
}
/*Seccion3*/
#seccion3{
	position: relative;
	width: 100%;
}
.mitad1{
	width: 50%;
	height: 450px ;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/mision.webp)no-repeat;
    background-size: cover;
    margin: -4px;
}
.mitad2{
	width: 50%;
	height: 450px ;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/vision.webp)no-repeat;
    background-size: cover;
}
.mitadopacity{
	width: 100%;
	height: 450px;
	background: rgba(20, 47, 104, 0.9);
	font-family: Lato-Regular;
}
.tituloB{
	font-size:30px ;
	color: #fff;
	padding: 80px 0px 30px;
	text-align: center;
}
.mision{
	width: 480px;
	margin: auto;
	color: #fff;
	font-size: 20px;
	text-align: justify;
}
.mitadopacity2{
	width: 100%;
	height: 450px;
	background: rgba(255, 255, 255, 0.7);
	font-family: Lato-Regular;

}
.vision{
	width: 480px;
	margin: auto;
	color: #001E3E;
	font-size: 20px;
	text-align: justify;
}
.tituloA{
	font-size:30px ;
	color: #0094D0;
	padding: 80px 0px 50px;
	text-align: center;
}
/*Seccion4*/
#seccion_4{
	width: 100%;
	height: 450px;
	background: url(../img/plt.webp);
}
.politica{
	text-align: center;
	font-size: 19px;
}
.iconAz{
	margin-top: 25px;
}
/*Seccion5*/
#seccion_5{
	position: relative;
	width: 100%;
}
.imgP{
	width: 90%;
}
/*Seccion5*/
#seccion_6{
	position: relative;
	width: 100%;
	background: rgb(45, 70, 89);
	height: 800px;
	font-family: Lato-Regular;
}
.fondo{
	width: 100%;
	height: 800px;
	background: url(../img/fondo1.png);
}
.text3{
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}
.contentB{
	width: 690px;
	height: 540px;
	background: #fff;
	color: #1D67D0;
	border-radius: 20px;
	margin: auto;
}
.mitadC{
	width: 48%;
    display: inline-block;
    margin-top: 20px;
    margin-left: 22px;
}
.mitadC2{
	width: 48%;
    display: inline-block;
    margin-top: 20px;
}
.datos{
	width: 100%;
	height: 100px;
	font-size: 14px;
	font-family: Lato-Bold;
}
.datosP{
	border-radius: 15px;
	border: 2px solid #1D67D0;
	width: 80%;
	height: 50px;
	outline: none;
	font-size: 14px;
	padding: 0px 20px;
	margin-top: 5px;
	text-transform: lowercase;
}
::placeholder{
	color:#1D67D0 ;
}
.datos2{
	width: 100%;
	height: 100px;
	font-size: 14px;
	font-family: Lato-Bold;
	margin-left: 25px;
	margin-bottom: 40px;
}
.datosP2{
	border-radius: 15px;
	border: 2px solid #1D67D0;
	width: 86%;
	height: 50px;
	outline: none;
	font-size: 14px;
	padding: 0px 20px;
	margin-top: 5px;

}
.btnenviar{
	width: 160px;
    height: 50px;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
    background: #0094D4;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    margin: auto;
    font-family: Lato-Bold;
}
.btnenviar:hover{
	background: #18509E;
}
/*seccion7*/

#seccion_7{
	width: 100%;
	background:#001E3E ;
	font-family: Lato-Regular;
	color: #fff;
	font-size: 15px;
}
.textp3 {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
     font-size: 13px;
     text-decoration: none;
}
a{
	color: #fff;
	text-decoration: none;
}
.textp4 {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10pz;
}
.textp5 {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin: 10px 0;
}
/*seccion_servicio*/

.seccion_servicio{
	width: 100%;
	position: relative;
	margin-top: 100px;
}
.contentServ{
	width: 190px ;
	height: 250px;
	font-family: Lato-Bold;
	color: #001E5D;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	margin: 0px 66px;
}
.contentIcon{
	width: 100%;
	height: 150px;
	background: #001E5D;
	margin: auto;
}
.imgicon{
	width: 85%;
    margin: 10px 0px;
}
/*FORMULAS	*/

.seccion_formulas{
	position: relative;
	width: 100%;
	margin-top: 100px;
}
.mitad_form{
	width: 45%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.textformulas{
	font-family: Lato-Regular;
	font-size: 20px;
	color: #001E3E;
	text-align: justify;
}
.content_form{
	height: 310px ;
	width: 100%;
	margin-top: -260px;

}
.esEn{

		box-sizing:border-box;
        display:inline-block;
        width:40px;        /*Ancho de la imagen nueva, aunque en este caso son iguales.*/
        height:30px;       /*Alto de la imagen nueva, aunque en este caso son iguales.*/
        padding-left:0px; /*Padding igual al ancho de la imagen nueva*/
        background: url(../img/es-en.jpg);
        background-size: 120px 30px;
        position: relative;
    	top: 12px;
    	margin-right: 15px;
}
.enEs{

		box-sizing:border-box;
        display:inline-block;
        width:40px;        /*Ancho de la imagen nueva, aunque en este caso son iguales.*/
        height:30px;       /*Alto de la imagen nueva, aunque en este caso son iguales.*/
         /*Padding igual al ancho de la imagen nueva*/
        background: url(../img/es-en.jpg);
        background-size: 82px 30px;
        background-position:right;
        position: relative;
    	top: 12px;
        
}
.bannerF1{
	width: 85%;
    height: 310px;
    background: url(../img/bannerF1.webp);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF1A{
	width: 85%;
    height: 310px;
    background: url(../img/banner_F1A.jpg);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF2{
	width: 85%;
    height: 310px;
    background: url(../img/banner2.webp);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF2A{
	width: 85%;
    height: 310px;
    background: url(../img/banner2A.png);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF3{
	width: 85%;
    height: 310px;
    background: url(../img/BannerF2.webp);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF3A{
	width: 85%;
    height: 310px;
    background: url(../img/banner4A.png);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF4{
	width: 85%;
    height: 310px;
    background: url(../img/banner6.webp);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.bannerF4A{
	width: 85%;
    height: 310px;
    background: url(../img/banner6A.png);
    background-position: top;
    background-size: cover;
    margin: auto;
}
.prev{
	margin-left: 30px;
}
.next{
	margin-right: 30px;
}

/*Produccion*/
.imgP{
	width: 90%;
	margin: 20px;
}
.footer{
	position: absolute;
	bottom: 0px;
}
.tituloS{
	text-align: initial;
		font-size: 30px;
	font-family: Lato-Regular;
	text-transform: uppercase;
	color: #0094D0;
	text-align: initial;
	padding: 50px 0px;
}
/*Seccion productos*/

.seccion_productos{
	width: 100%;
	height: 500px;
	background:#001E5D ;
	font-family: Lato-Regular;
	color: #303167;
}
.contentP{
	width:300px ;
	height: 450px;
	background: #fff;
	display: inline-block;
	text-align: center;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 91%);
	    margin: 0px 15px;
    position: relative;
    top: 100px;
}
.div{
	width: 100%;
	height: 150px;
}
.imgPts{
	margin: 15px 0px 0px;
	height: 180px;
}
.textP{
	font-size: 18px;
	padding: 0px 20px;
}
/* SECCION INSTALACIONES */
.seccion_insta{
	width: 100%;
	position: relative;
	margin-top: 100px;

}
#seccion_banner{
	width: 100%;
	height: 380px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.banner-insta1{
	width: 100%;
    height: 380px;
    background: url(../img/banner-inst1.webp)no-repeat;
    background-position: initial;
    background-size: cover;
}
.banner-insta2{
	width: 100%;
    height: 380px;
    background: url(../img/banner-inst2.webp)no-repeat;
    background-position: top;
    background-size: cover;
}
.banner-insta3{
	width: 100%;
    height: 380px;
    background: url(../img/banner-inst3.webp)no-repeat;
    background-position: top;
    background-size: cover;
}
.banner-insta4{
	width: 100%;
    height: 380px;
    background: url(../img/banner-inst4.webp)no-repeat;
    background-position: top;
    background-size: cover;
}
/*contacto*/
.seccion_contacto{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.textform {
    width: 100%;
    height: 100px;
    resize: none;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
    color: #1D67D0;
    font-family: "Lato-Regular";
    border-radius: 15px;
    border: 2px solid #1D67D0;
    outline: none;
    margin-top: 5px;
    padding: 5px 15px;
}
.datostxtA{
	width: 94%;
	height: 115px;
	font-size: 14px;
	font-family: "Lato-Bold";
	 margin: 0px auto 35px;
}
.datosC:hover{
	background:#eff9fc ;
}
.atencion{
	width: 100%;
	height: 220px;
	background: url(../img/banner-contacto.webp);
}
.opacitycontac{
	width: 100%;
	height: 220px;
	background: rgba(21 47 74 / 90%);
}
.textaten{
	font-size: 26px;
	font-family: "Lato-Bold";
	text-align: center;
	color: #fff;
	padding-top: calc( 12% - 40px );
}
.textPriv{
	font-family: Lato-Regular;
    font-size: 17px;
    text-align: justify;
    color: #001E3E;
    line-height: 26px;
}

/*Celular*/
.menulateral {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    top: -100%;
    left: 0;
    box-sizing: border-box;
    padding: 90px 0 0;
    transition: all .6s;
    z-index: 3;
}
.opc_menu_mov {
    color: #06b2b6;
    text-transform: uppercase;
    border-bottom: 1px solid #06b2b6;
    line-height: 40px;
    font-family: "Raleway-Medium";
    box-sizing: border-box;
    padding: 0 10px;
}

.menupBtnMobil {
    display: none;
    position: absolute;
    top: 15px;
    left: 0px;
    height: 50px;
    width: 50px;
    color: #fff;
    background: transparent;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    padding: 17px 0px;
    cursor: pointer;
    border-radius: 5px;
}
.btnMnuMobil {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transition: all .4s;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.btnMnuMobilBarra1, .btnMnuMobilBarra2, .btnMnuMobilBarra3 {
    position: absolute;
    background-color: #06b2b6;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all .4s;
}
.btnMnuMobilBarra1 {
    top: 0;
}

.movil{
	display: none;
}
/*language*/

.form-inline{
	float:right;
	margin-top:-8px;
	z-index:10;
	font-family: 'Lato-Regular';
	font-size: 12px;
}
.wapp{
	border-radius: 50%;
    position: fixed;
    z-index: 100;
    right: 260px;
}