
/*---------------------------------------------------------------------------------------------------generales*/
.error{
  font-size: 17px;
  color: #EE2240;
}
.showpass, .showpassrep{
    cursor: pointer;
}
/*----------------plantilla A*/
#plantillaAizq{
    width: 45%;
    float: left;
    overflow: hidden;
    background-image: url("../images/home.jpg");
    background-size: cover;
    background-position:center;
    height: 100%;
}
#plantillaAder{
    width: 55%;
    float: left;
    overflow: hidden;
    height: 100%;
}
#plantillaAContenido{
    padding: 0 30px 120px 30px;
    text-align: center;
}
#pantillaABMobil{
    display: none;
}
#pantillaABMobil .pantillaABMobilTop{
    background-image: url("../images/home1.jpg");
    background-size: cover;
    background-position:center;
    height: 145px;
}
#pantillaABMobil .pantillaABMobilBottom{
    background-image: url("../images/home2.jpg");
    background-size: cover;
    background-position:center;
    height: 145px;
}
@media only screen and (max-width: 800px) {
    #plantillaAizq{
        display: none;
    }
    #plantillaAder{
        width: 100%;
    }
}
/*----------------plantilla B*/
#plantillaB{
    width: 100%;
    background-image: url("../images/home.jpg");
    background-size: cover;
    background-position:center;
    height: 100%;
}
#plantillaBContenido{
    width: 80%;
    text-align: center;
    background-color:#fff;
    margin: 0 auto;
}
.alignCenter{
    text-align: center !important;
}
@media only screen and (max-width: 800px) {
  #plantillaBContenido{
        width: 100%;
    }
}
/*----------------plantilla C*/


/*----------------plantilla mobil*/
.logoTlaxcala{
    margin: 120px auto 0 auto;
    width: 359px;
}
.logoTlaxcala img{
    margin: 0px auto;
    display: block;
    width: 100%;
}
.logoTlaxcalaB{
    margin: 0 auto 0 auto;
    width: 359px;
    text-align: center;
}
.logoTlaxcalaB img{
  margin: 0 auto;
}
.logoCeas{
    margin: 120px auto 0 auto;
    width: 359px;
}
.logoCeas img{
    margin: 0 auto;
    display: block;
}

.logosAll img{
  width: 100%;
  max-width: 641px;
  margin: 0px auto;
  display: block;
}
.logosAll .imag{
  margin: auto auto auto 30px  !important;
}

@media only screen and (max-width: 800px) {
    #pantillaABMobil{
        display: block;
    }
}
/*----------------botones*/
.botonTlaxcala{
    border-radius: 50px !important;
    padding: 15px 35px !important;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    width: 200px;
    display: inline-block;
    overflow: hidden;
    border: none;
}
.botonTlaxcalaSlim{
    border-radius: 50px !important;
    padding: 5px 20px !important;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: none;
}
.botonTlaxcalaLong{
    border-radius: 50px !important;
    padding: 15px 5px !important;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    width: 180px;
    display: inline-block;
    overflow: hidden;
    border: none;
}
.botonAtag{
    width: 130px !important;
}
.botonAzul{
    background-color: #225C4F;
    color:#fff;
    border: none;
    cursor: pointer;
    color: #fff;
    margin: 0;
}
.botonAzul:hover{
    background-color: #00B1A8;
    color:#fff;
}

.botonMorado{
    background-color: #7388EF;
    color:#fff;
}
.botonMorado:hover{
    background-color: #6579D9;
    color:#fff;
}

.botonCafe{
    background-color: #FFA823;
    color:#fff;
}
.botonCafe:hover{
    background-color: #EC9819;
    color:#fff;
}

.botonBlanco{
    background-color: #fff;
    color:#EE2240;
    border: 1px solid #EE2240 !important;
}
.botonBlanco:hover{
    background-color: #DA2841;
    color:#fff;
}

.botonRojo{
    background-color: #fff;
    color:#DA2841;
    border: 1px solid #DA2841;
}
.botonRojo:hover{
    background-color: #DA2841;
    color:#fff;
}

.botonNaranja{
    background-color: #225C4F;
    color:#fff;
    border: none;
    cursor: pointer;
    padding: 5px 10px !important;
    color: #fff;
    border-radius: 5px !important;
    margin: 0;
    width: auto !important;
}
.botonNaranja:hover{
    background-color: #00B1A8;
    color:#fff;
}

.linkRojo{
    font-size: 17px;
    color: #EE2240;
    font-weight: bold;
}
.linkRojo:hover{
    color: #DA2841;
}


h1{
    color: #000;
    font-size: 31px;
}
h2{
    color: #000;
    font-size: 21px;
}
.content{
    width: 430px;
    text-align: left;
    margin: 0 auto;
    /*background-color: #BCBCBC;*/
}

/*---------------------------------------------------------------------------------------------------formularios*/

.formT .tituloGris{
    color: #757575;
    font-size: 15px;
    padding-bottom: 3px;
    padding-top: 20px;
}
.formT .tituloAzul{
    color: #0074E4; 
    font-size: 17px;
    padding-top: 20px;
}
.formT .tituloNegro{
    color: #000; 
    font-size: 21px;
    padding-top: 20px;
}
.formT .input{
    border-radius: 7px;
    border: 1px solid #757575;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.formT input[type="checkbox"]{
    outline: none;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    display: none;
}

label {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-right: 17px;
    height: 30px;
    color: #757575;
    font-size: 15px;
}

.formT textarea{
    border-radius: 7px;
    border: 1px solid #757575;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.formT select{
    border-radius: 7px;
    border: 1px solid #757575;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
}

.formT .width100{
    width: 95%;
    padding-left: 2%;
    padding-right: 2%;
}

.formT .full{
    width: 100%;
    overflow: hidden;
}
.formT .half{
    width: 50%;
    float: left;
    text-align: center;
}
.formT .showpassdiv{
    position: relative;
}
.formT .showpass, .formT .showpassrep{
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 99;
}

/*---------------------------------------------------------------------------------------------------lazaroIndex*/

#lazaroIndex{
    overflow: hidden;
}
#agua{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#agua video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#lazaroIndex #infoMapa{
  width: 100%;
  overflow: hidden;
}

#lazaroIndex #info{
  width: 40%;
  float: left;
  overflow: hidden;
}
#lazaroIndex #info img{
  width: 70%;
  padding: 230px 15% 0 15%;
}

#lazaroIndex #mapa{
  width: 60%;
  float: left;
  overflow: hidden;
  position: relative;
}
#lazaroIndex #mapa div.full, #lazaroIndex #mapa img.full{
  width: 100%;
}

#lazaroIndex #svgs{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#lazaroIndex #map-wrapp{
  width: 100%;
}
#lazaroIndex .svg-mapa{
  width: 100%;
}

@media only screen and (max-width: 1016px) {
  #lazaroIndex #info{
    width: 100%;
  }
  #lazaroIndex #info img{
    width: 80%;
    padding: 230px 10% 0 10%;
  }
  #lazaroIndex #mapa{
    width: 100%;
  }
}




#svg-uno{
    position: absolute;
    top: 0px;
    width: 100%; 
    z-index: 1;
}

#svg-dos{
    position: absolute;
    top: 0px;
    width: 100%; 
    z-index: 4;
}

#svg-tres{
    position: absolute;
    top: 0px;
    width: 100%; 
    z-index: 3;
}


#lazaroIndex .svgzonas, #lazaroIndex .svgzonasIsla{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}


#lazaroIndex .svgletreros{
    cursor: pointer;
    position: relative;
}
#lazaroIndex .svgletrerosIsla{
    cursor: pointer;
    position: relative;
    display: none;
}
#lazaroIndex .arrowCursor{
  cursor: default !important;
}

.svgir{
    opacity: 0;
    font-family: 'Lato', sans-serif !important;
}


#zonaInfo{
  width: 50%;
  position: absolute;
  bottom: 3%;
  right: 2%;
  display: none;
  z-index: 99;
}
#zonaInfo .zonaInfo-box{
  display: none;
}





#lazaroIndex .barra{
  background-color: rgba(255,255,255,0.7);
  height: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#lazaroIndex #contenidoEmpresa{
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#lazaroIndex .datosEmpresa{
  overflow: hidden;
}
#lazaroIndex .datosEmpresaLogo{
  width: 25%;
  min-height: 50px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#lazaroIndex .datosEmpresaLogo img{
  width: calc(69% - 4px);
  display: block;
  margin: 16%;
  border: 1px solid #A22243;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}
#lazaroIndex .datosEmpresaTexto{
  width: 71%;
  min-height: 50px;
  float: left;
  margin-bottom: 80px;
  overflow: hidden;
  margin: 4% 4% 4% 0%;
}
#lazaroIndex .titulo{
  color: #A22243;
  font-weight: bold;
  font-size: 0.7vmax;
}
#lazaroIndex .subtitulo{
  color: #282828;
  font-size: 1vmax;
  font-weight: bold;
  padding-bottom: 10px;
}
#lazaroIndex .linearoja{
  width: 50px;
  height: 2px;
  background-color: #A22243;
  margin: 0 0 5px 0;
}
#lazaroIndex .flechaAzulTexto{
  float: right;
  display: block;
  width: 9px;
  height: 9px;
}

/*---------------------------------------------------------------------------------------------------empresasIndex*/

#empresasIndex{
    margin: 250px auto 0px auto;
    max-width: 1450px;
    
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);
    
    /*border-bottom:  1px solid #000;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    /*top:16px;*/
}

@media only screen and (max-width: 1510px) {
  #empresasIndex{
    margin: 250px 30px 0px 30px;
  }
}


#imagenFondo{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  z-index:-2;
  max-height: 500px;
  overflow: hidden;
}
#imagenFondo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#imagenFondoTop{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}
#imagenFondoTop img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#imagenFondoTopIndex{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#imagenFondoTopIndex img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#empresasIndex .barra{
  background-color: rgba(255,255,255,0.7);
  height: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#empresasIndex #contenidoEmpresa{
  background-color: #fff;
}

#empresasIndex .mapaPortuario{
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 40px;
  border-top: 1px solid #A22243;
  margin: 0 5%;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
}
#empresasIndex .datosEmpresa{
  overflow: hidden;
}
#empresasIndex .datosEmpresaLogo{
  width: 25%;
  min-height: 100px;
  float: left;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
#empresasIndex .datosEmpresaLogo img{
  width: calc(69% - 4px);
  display: block;
  margin: 16%;
  border: 1px solid #A22243;
  border-radius: 5px;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}
#empresasIndex .datosEmpresaTexto{
  width: 71%;
  min-height: 100px;
  float: left;
  margin-bottom: 80px;
  overflow: hidden;
  margin: 4% 4% 4% 0%;
}
#empresasIndex .titulo{
  color: #A22243;
  font-weight: bold;
  font-size: 16px;
}
#empresasIndex .subtitulo{
  color: #282828;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}
#empresasIndex .descripcion{
  color: #282828;
  padding-bottom: 20px;
  min-height: 200px;
  font-size: 16px;
}
#empresasIndex .linearoja{
  width: 50px;
  height: 2px;
  background-color: #A22243;
  margin: 0 0 20px 0;
}
#empresasIndex .contacto{
  overflow: hidden;
  padding-top: 20px;
}
#empresasIndex .floatContacto{
  padding-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  #empresasIndex .floatContacto{
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 800px) {
  #empresasIndex .floatContacto{
    font-size: 2vw;
  }
  #empresasIndex .titulo{
    font-size: 12px;
  }
  #empresasIndex .subtitulo{
    font-size: 16px;
    padding-right: 30px;
  }
  #empresasIndex .descripcion{
    font-size: 12px;
    padding-right: 30px;
  }
  #empresasIndex .mapaPortuario{
    font-size: 12px;
  }
}

#empresasIndex .floatContacto img{
  position: relative;
  top:5px;
  display: inline-block;
  margin-right: 5px;
}
#empresasIndex .regresar{
  position: absolute;
  top: 40px;
  right: 15px;
  width: 25px;
  height: 25px;
}




