html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Ginora Sans Bold", "Ginora Sans", "Ginora Sans Light", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contenido {
    width: 80%;
    margin: 2% 10% 2% 10%;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

.justificado{
    text-align: justify;
}

samp {
    display: none;
}

img {
    /*animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;*/
    background: transparent;
    display: block;
}

#seccionInicio {
    width: 100%;
    height: 50vw;
    margin: 0 0;
    background-image: url(imagenes/Arreglando2.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#msgBienvenida{
    background-color: rgba(40, 33, 87, .75);
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
}

#msgBienvenida > h1{
    color: white;
    text-align: center;
    width: auto;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Navegacion ////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

nav {
    width: 100%;
    height: 14vh;
    min-height: 70px;
    max-height: 150px;
    background-color: lightgray;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1;
}

#divNav{
    width: calc(100% + 1800px);
    margin-left: 20px;
    display: flex;
    justify-content: space-around;
}

.elNav{
    height: 100%;
    width: 15%;
    min-width: 100px;
    display: flex;
    align-content: center;
    text-align: center;
}

.elNav > a{
    width: 100%;
    height: 100%;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: lightgray;
    text-decoration: none;
    color: black;
}

.elNav > a:hover{
    background-color: darkgray;
}

#elNavMenu {
    display: none;
    cursor: pointer;
}

nav .icon {
    display: none;
}

#elNavActivo > a{
    background-color: darkgray;
}

#elNavActivo > a:hover{
    background-color: gray;
}

#logoNav {
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 60px;
    border: 0;
}

#logoNavEscondido{
    display: none;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
    left: 30px;
    height: 10vh;
    min-height: 50px;
    padding-left: 0;
    margin: 0;
}

.invisibleCelular{
    display: inherit;
}

.hashFixServicio{
    position: relative;
    top: -14vh;
}

.banderaIdioma{
    position: relative;
    min-width: 100px;
    text-align: center;
    width: 5%;
    height: 100%;
    display: inline;
    align-items: center;
    align-content: center;
}

.banderaIdioma > a > img{
    width: 100%;
}

.banderaIdioma > a{
    float: left;
    width: auto;
    height: 40%;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: black;
}

#banderaTitulo{
    height: 20%;
}

.banderaIdioma > a:hover{
    background-color: darkgray;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Beneficios ////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

.biSecciones {
    display: inline-flex;
    justify-content: center;
    font-size-adjust: auto;
    width: 100%;
}

.biSection {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    min-height: 250px;
    position: relative;
    justify-content: center;
    display:inline-block;
    
    align-content: flex-start;
    overflow: hidden;
    
}

.biSection > div{
    margin: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

.biSection:nth-child(odd) > div { text-align: right; margin-right: 30px}
.biSection:nth-child(even) > div { text-align: left; margin-left: 30px}

.biSecciones > .imgBiSection{
    background-size: cover;
}

.conMargen{
    width: calc(80% - 30px);
    height: calc(100% - 40px);
    margin-left: 300px;
    margin-right: 300px;
    background-size: cover;
    position: relative;
    padding: 0;
}

.colorInicio{
    background-color: lightsteelblue;
}

.colorQuienes{
    background-color: #383838;
    color: white;
}

.imgHiddenSec{
    display: none;
    width: 80%;
    margin: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgBiSection{
    background-position: center;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////// Mapa ///////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

#botonMapa{
    background-size: contain;
    background-repeat: no-repeat
}

#zonaMapaHide{
    overflow-y: hidden;
}

#closerMap{
    font-size: 70px;
    text-decoration: none;
    cursor: pointer;
    color: white;
    background-color: rgba(0,0,0,.6);
    background-size: contain;
    padding: 5px;
}

#contenedorCloserMap{
    width: 100%;
    height: 100%;
    float: none;
    display: flex;
    justify-content: center;
    
    align-items: flex-end;
}

.rotated{
    position: relative;
    left: 0;
    bottom: 30px;
    transform: rotate(90deg);
}

.esconderZona{
    height: 0;
    margin: 0;
}
.mostrandoZona{
    margin: 20px;
    padding-bottom: 50px;
}

.esconderSection{
    height: 0;
    min-height: 0;
}
.mostrandoSection{
    height: auto;
    min-height: 250px;
}

#zonaMapaShow{
    background-image: url(imagenes/Mexico.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vw;
    max-height: calc(50vh + 50px);
    width: calc(50vw - 40px);
    margin-left: calc(40vw + 20px);
    margin-right: 10vw;
}

#cuadroTextoMapa{
    position: absolute;
    background-color: rgba(40, 33, 87, .75);
    color: white;
    left: 0;
    height: 50vh;
    max-height: 80vw;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
    width: calc(30vw - 40px);
    margin-left: 10%;
    padding-left: 20px;
    padding-right: 20px;
}

#tituloTextoMapa{
    position: relative;
    top: 10px;
    color: white;
    height: 80px;
    overflow: hidden;
}

.mostrarTextoMapa{
    height: 80vw;
    margin: 20px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
}

.efectoMostrarTextoMapa{
    margin-left: calc(40vw + 20px);
}

.esconderTextoMapa{
    height: 0;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-right: 0;
    width: 0;
}

#parrafoMapaContainer{
    height: auto;
    max-height: calc(80vw - 120px);
    overflow-y: auto;
}

#parrafoTextoMapa{
    height: 100%;
    max-height: calc(50vh - 140px);
}

#parrafoTextoMapa > ul > li{
    position: relative;
    left: -15px;
}

.showCursorMapa{
    cursor: pointer;
}

#contenedorMapaDots{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 80vw;
    width: 100%;
}

#espacioMapaDots{
    height: 100%;
    width: 100%;
    max-width: calc((50vh + 50px) * 1.4666);
}

.contenedorDotsEscondido{
    height: 0;
    margin-top: 10px;
}
.contenedorDotsMostrado{
    height: calc(50vh + 50px);
    margin-top: 0;
}
.espacioDotsAgrandado{
    max-height: calc((100vw - 40px) / 1.4666);
}
.espacioDotsAchicado{
    max-height: calc((50vw - 40px) / 1.4666);
}

.mapaDot {
    float: none;
    position: relative;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.mapaDotActivo {
    background-color: rgb(40, 33, 8);
}

#tituloTextoMapa{
    width: 100%;
}

#posSonora{ left: calc(18% - 8px); top: calc(16% - 8px);}
#posBajaCalifornia{ left: calc(4% - 23px); top: calc(9% - 8px);}
#posCoahuila{ left: calc(47% - 38px); top: calc(31% - 8px);}
#posTamaulipas{ left: calc(57% - 53px); top: calc(51% - 8px);}
#posQueretaro{ left: calc(53% - 68px); top: calc(67% - 8px);}
#posEstadoMexico{ left: calc(55% - 8px); top: calc(72% - 25px);}
#posNuevoLeon{ left: calc(54% - 23px); top: calc(40% - 25px);}
#posJalisco{ left: calc(40% - 38px); top: calc(67% - 25px);}
#posJuarez{ left: calc(30.5% - 53px); top: calc(7% - 25px);}
#posGeneral{ left: calc(15% - 12.5px); top: calc(67% - 45px); height: 25px; width: 25px;}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Capacidades ///////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

#recuadroCapacidad{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    
    outline-style: solid;
    outline-color: #282157;
    outline-width: 10px;
    overflow: hidden;
}

#capacidadArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.capacidadEx{
    width: 20%;
    height: auto;
    justify-content: center;
    box-sizing: border-box;
}

.capacidadEx:nth-child(even){
    position: relative;
    top: 60px;
    margin-bottom: 50px;
}

.txtCapacidades{
    width: calc(100% - 20px);
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis ellipsis;
    overflow: hidden;
}

.imgCapacidades{
    width: calc(16vw - 40px);
    height: calc(16vw - 40px);
    margin: 0;  
    margin-left: 20px;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat; 
    background-position: center;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Servicios /////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

#secServicios{
    width: 100%;
    height: auto;
    background-color:  #383838;
    height: auto;
    overflow: hidden;
}

#contImgBigServ{
    display: flex;
    align-items: center;
    float: left;
    width: 40%;
    min-width: 250px;
    height: calc(18vw + 280px);
    min-height: 490px;
    padding-right: 2%;
}

#secServicios > .contenido{
    margin-top: 10px;
}

#secServicios > .contenido > h1{
    display: none;
    text-align: center;
    width: 100%;
    color: white;
}

#imgBigServicios{
    width: 100%;
    min-width: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: right;
}

#zonaTextoServicios{
    position: relative;
    width: 56%;
    max-width: calc(96% - 250px);
    float: left;
}

.servicioEx{
    height: 6vw;
    min-height: 70px;
    width: calc(50% - 20px);
    min-width: calc(270px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    background-color: darkblue;
    display: flex;
}

.servicioEx:last-child{
    margin-bottom: 20px;
}

.imgSmallServicios{
    width: auto;
    height: calc(6vw - 20px);
    min-height: 50px;
    float: left;
    margin: 10px;
}

.tituloServicio{
    float: left;
    width: calc(60% - 20px);
    height: 6vw;
    min-height: 70px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: white;
}

#botonServicios{
    width: 300px;
    min-height: 60px;
    background-color: #40A4DC;
    box-shadow: 5px 5px 5px #101010;
}

#botonServicios:hover{
    background-color: #3094CC;
    cursor: pointer;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////// Slideshow ////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

.slideshow-container {
    max-height: 700px;
    position: relative;
    margin: auto;
    float: left;
}

#slideShow{
    height: 50vw;
    min-height: 200px;
    max-height: 400px;
    background-color: #383838;
    box-shadow: 5px 5px 5px darkgray;
    border-radius: 70px;
    margin-bottom: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: calc(80% - 80px);
}

.mySlides {
    display: none;
    height: 100%;
    width: calc(80vw - 80px);
    align-items: center;
}

.imgSlide{
    height: 50vw;
    max-height: 400px;
    width: calc(80vw - 194px);
    margin-left: 57px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    align-items: flex-end;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 36px);
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    background-color: rgba(22, 22, 22, .5);
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.text {
    position: absolute;
    bottom: calc(50% - 36px);
    color: #f2f2f2;
    font-size: 40px;
    padding: 8px 20px;
    margin-left: 70px;
    margin-right: 70px;
    text-align: center;
    min-width: 140px;
    background-color: rgba(0,0,0,0.4);
}

.numbertext {
    color: #f2f2f2;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    position: relative;
    bottom: 20px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Contacto //////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

#fondoContacto{
    background-color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

#zonaContacto{
    height: 320px;
    background-color: white;
    border-radius: 70px;
    box-shadow: 5px 5px 5px darkgray;
    margin-bottom: 0;
    padding: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: calc(80% - 80px);
}

#contactoForm{
    width: 100%;
}

#contFormText{
    width: 50%;
    float: left;
}

#contFormImg{
    width: 44%;
    margin: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
    background-image: url(imagenes/logos/ENKOR-TECH-LOGOTIPODIGITAL-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

#contFormText > div > section{
    float: left;
    width: 45%;
    margin-right: 5%;
}

#contFormText > div{
    width: 100%;
}

.formIntroducir{
    width: 100%;
}

.modContacto{
    width: calc(100% - 20px);
    min-width: 370px;
    margin-left: 0;
    padding-right: 10px;
}

.modContacto > img{
    margin: 10px;
    margin-left: 20px;
    height: calc(6vw - 20px);
    min-height: 50px;
}

.tituloContacto{
    width: 45%;
    display: flex;
    align-items: center;
    padding-left: 5%;
    text-align: center;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Footer ////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

#footer{
    background-color: #282157;
    padding: 20px;
    width: calc(100% - 40px);
    float: left;
    overflow: hidden;
    color: white;
}

.seccionFooter{
    width: calc(40% + 20px);
    float: left;
    padding-top: 0;
    margin-top: 0;
}

#botonMensaje{
    width: 150px;
    height: 30px;
    background-color: #40A4DC;
    position: absolute;
    left: calc(10% + 200px);
}

#botonMensaje:hover{
    background-color: #3094CC;
    cursor: pointer;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// Cambios celular ///////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
    
@media screen and (max-height: 720px){
    
    .banderaIdioma > a{
        height: 50%;
    }
    
    #banderaTitulo{
        display: none;
    }
}

@media screen and (max-height: 480px){
    
    #tituloTextoMapa{
        font-size: 20px;
        height: 50px;
        top: 0;
    }
    
    #parrafoMapaContainer{
        height: auto;
        max-height: calc(80vw - 80px);
        overflow-y: auto;
    }

    #parrafoTextoMapa{
        height: 100%;
        max-height: calc(50vh - 90px);
    }
    
}

/* //////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 1312px) {
    
    #secServicios > .contenido{
        margin-top: 20px;
    }
    
    #secServicios > .contenido > h1{
        display: inherit;
    }
    
    #zonaTextoServicios > h1{
        display: none;
    }
    
    #contImgBigServ {
        align-content: center;
        float: none;
        width: 100%;
        height: auto;
        padding-right: 0;
        min-height: 0;
    }
    
    #imgBigServicios{
        width: 100%;
        max-width: 500px;
        padding-left: calc((100% - 500px) / 2 );
    }
    
    #zonaTextoServicios{
        float: none;
        width: 100%;
        max-width: none;
    }
    
    .servicioEx{
        width: calc(50% - 10px);
    }
    
    .servicioEx:nth-child(even){
        margin-left: 0;
    }
    
    #serviciosButtonDiv{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* //////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 870px) {
    
    nav {
        height: 10vh;
        min-height: 50px;
    }
    
    .hashFixServicio{
        top: -10vh;
    }
    
    #divNav{
        margin-left: 60%;
        float: right;
        display: table;
        column-count: 2;
    }

    #elNavMenu {
        margin: 0;
        padding: 0;
        height: 100%;
        display: table-cell;
        overflow: hidden;
        padding-right: 30px;
        padding-left: 30px;
        align-content: center;
        align-items: center;
        position: absolute;
        right: 0;
    }
    
    #elNavMenu:hover {
        background-color: darkgray;
    }
    
    #elNavMenu > img{
        height: 20px;
    }
    
    .elNav {
        float: right;
        height: 10vh;
        min-height: 50px;
        min-width: 150px;
    }
    
    .elNav a{
        display: block;
        position: relative;
        top: 100%;
        
        outline-style:groove;
        outline-color: lightgray;
        outline-width: 2px;
        
        background-color: lightgray;
    }
    
    #logoNav {
        position: relative;
        left: 50px;
        height: 10vh;
        min-height: 50px;
        padding-left: 0;
    }
    
    .invisibleCelular{
        display: none;
    }
    
    .banderaIdioma{
        height: 10vh;
        min-height: 50px;
        float: right;
        display: flex;
        width: auto;
        position: absolute;
        right: 80px;
        top: 0;
    }
    
    .banderaIdioma a{
        height: 100%;
    }
    .banderaIdioma > a > img{
        height: 40%;
        width: auto;
    }
    
    #banderaTitulo{
        display: none;
    }
    
    .modContactoHidden{
        display: inherit;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 13px;
        width: calc(90% - 20px);
        margin-right: 0;
    }
    
    .modContactoHidden > h1{
        text-align: center;
    }
    .tituloContacto{
        display: none;
    }
    
    .seccionMod{
        width: 100%;
    }
    
    .seccionMod > div{
        width: 80%;
        margin: 10%;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
    }
    
    .seccionMod:nth-child(odd) > div ,  .seccionMod:nth-child(even) > div {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }
    
    .tituloServicio{
        width: 60%;
    }
    
    .modContacto{
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    #slideShow{
        height: 30vw;
        min-height: 150px;
    }

    .mySlides {
        display: none;
        height: 100%;
        width: calc(80vw - 80px);
        align-items: center;
    }

    .imgSlide{
        height: 30vw;
        max-height: 250px;
        width: calc(80vw - 90px);
        margin-left: 0;
    }
    
    .prev, .next {
        background-color: rgba(22, 22, 22, 0);
    }
    
    .text {
        top: -40px;
        bottom: auto;
        font-size: 14px;
    }
    
    .dot {
        position: relative;
        bottom: -25px;
    }
    
    .numbertext {
        position: absolute;
        top: -30px;
    }
    
    .seccionFooter{
        width: calc(40%);
    }
    
    .seccionFooter:nth-child(3){
        position: relative;
        left: 10%;
    }
}
/* //////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 750px) {
    
    h1{
        font-size: 1.3em;
    }
    h2{
        font-size: 1.1em;
    }
    p{
        font-size: 14px;
    }
    
    nav{
        height: 10vh;
        min-height: 50px;
    }
    
    #divNav{
        margin-left: 42%;
    }
    
    #logoNav {
        margin: 0;
    }
    
    .biSection {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    
    .colorInicio{
        outline-style: solid;
        outline-width: 10px;
        outline-color: #282157;
    }
    
    .colorQuienes{
        outline-style: solid;
        outline-width: 10px;
        outline-color: black;
    }
    
    #zonaMapaShow{
        margin-top: 9px;
    }
    
    #parrafoTextoMapa > ul > li{
        position: relative;
        left: -15px;
    }
    
    #cuadroTextoMapa{
        padding: 10px;
        width: calc(30vw - 5px);
        height: calc(50vh + 20px);
        max-height: calc(70vw + 30px);
    }
    
    .hDeServicios{
        margin-top: 0;
        font-size: 1.3em;
    }
    
    .biSection > div{
        width: 80%;
        margin: 10%;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: center;
    }
    
    .biSection:nth-child(odd) > div ,  .biSection:nth-child(even) > div {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }
    
    .imgBiSection{
        display: none;
    }
    
    .conMargen{
        display: none;
    }
    
    .imgHiddenSec{
        display: inherit;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .servicioEx{
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    #recuadroCapacidad{
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        float: left;
    
        outline-style: solid;
        outline-color: #282157;
        outline-width: 10px;
    }
    
    #capacidadArea{
        display: inherit;
        float: left;
    }
    
    .capacidadEx{
        width: 100%;
        float: left;
        display: flex;
        justify-items: center;
        align-items: center;
    }

    .capacidadEx:nth-child(even){
        top: 0;
        margin-bottom: 0;
        flex-direction: row-reverse;
    }

    .capacidadEx > div{
        width: calc(70% - 20px);
        text-align: left;
    }
    
    .capacidadEx:nth-child(even) > div{
        text-align: right;
    }
    
    .imgCapacidades{
        position: relative;
        width: 100px;
        height: auto;
        max-height: 150px;
        overflow: hidden;    
        margin: 0;  
        margin-left: 0px;
        padding: 0;
        aspect-ratio: 1/1;
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
    }
    
    #contFormText{
        width: 100%;
    }

    #contFormImg{
        display: none;
    }
    
    #listaValores > li{
        list-style: none;
        position: relative;
        left: -20px;
        margin-bottom: 15px;
    }
    
    #footer{
        padding: 0;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    #footer > .contenido{
        padding: 0;
    }
        
    .seccionFooter {
        width: 100%;
        text-align: center;
        padding: 0;
        list-style: none;
        list-style-position: inherit;
    }
    
    .seccionFooter:nth-child(3){
        left: 0;
    }

    #botonMensaje {
        width: 150px;
        margin-left: calc(50% - 75px);
        margin-right: calc(50% - 75px);
        margin-bottom: 10px;
        position: relative;
        left: 0;
    }
}
    
/* //////////////////////////////////////////////////////////////////////////////// */
    
@media screen and (max-width: 480px) {
    
    h3{
        font-size: .9em;
    }
    h4{
        font-size: .7em
    }
    
    .banderaIdioma{
        min-width: 76px;
        text-align: center;
        width: 5%;
        height: 100%;
        display: inline;
        align-items: center;
        align-content: center;
    }
    
    .banderaIdioma > a{
        float: left;
        width: auto;
        height: 45%;
        align-content: center;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        color: black;
    }
    
    .banderaIdioma > a > img{
        width: 90%;
        margin-left: 5%;
        height: auto;
    }
    
    #msgBienvenida{
        background-color: rgba(1, 1, 1, .50);
        border-radius: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        align-items: center;
    }
    
    #msgBienvenida > h1{
        padding: 10px;
    }
    
    #divNav{
        margin-left: 40px;
    }
    
    #logoNav {
        left: 30px;
    }

    #zonaMapaShow{
        width: calc(100vw - 60px);
	    margin-left: 20px;
        position: relative;
        top: -15px;
        height: calc((100vw - 60px) / 1.4666);
        margin-bottom: -40px;
    }
    .mostrandoZona{
        
    }
    
    .contenedorDotsMostrado{
        height: calc((100vw - 60px) / 1.4666);
        /*margin-top: 25px;*/
    }
    
    .espacioDotsAchicado{
        max-height: calc((100vw - 60px) / 1.4666);
}

    #cuadroTextoMapa{
        width: calc(100vw - 100px);
        position: relative;
        margin-left: 20px;
    }
    
    .mostrarTextoMapa{
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
    }
    
    .esconderTextoMapa{
        height: 0;
    }
    
    .servicioEx{
        min-width: 0;
    }
    
    #contImgBigServ{
        min-width: 0;
    }
    
    #imgBigServicios{
        min-width: 0;
    }
    
    .servicioEx{
        min-height: 45px;
    }
    
    .imgSmallServicios{
        min-height: 35px;
        margin: 5px;
    }
    
    .tituloServicio{
        min-height: 45px;
        margin-left: 10px;
    }
    
    #serviciosButtonDiv{
        display: inherit;
    }
    
    #botonServicios{
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .seccionMod{
        min-height: 160px;
    }
    
    #tituloTextoMapa{
        height: 50px;
    }
    
    #parrafoMapaContainer{
        height: auto;
        max-height: calc(80vw - 80px);
        overflow-y: auto;
    }

    #parrafoTextoMapa{
        height: 100%;
        max-height: calc(50vh - 90px);
    }
    
    
    .imgCapacidades{
        max-height: none;
    }
    
    #slideShow{
        height: 50vw;
        min-height: 260px;
        max-height: 400px;
        border-radius: 0px;
        margin: 0;
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        box-shadow: none;
    }
    
    .mySlides {
        display: none;
        height: 100%;
        width: calc(80vw);
        align-items: center;
    }

    .imgSlide{
        height: 50vw;
        max-height: 400px;
        width: 80vw;
        margin-left: 0;
    }

    .prev, .next {
        user-select: none;
    }
    
    .numbertext {
        position: absolute;
        top: -40px;
    }
    
    #contFormText > div > section{
        float: inherit;
        width: 100%;
        margin-right: 0;
    }
    
    #zonaContacto{
        height: 440px;
        border-radius: 40px;
        padding: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(80% - 20px);
    }
    
    .formIntroducir{
        width: 95%
    }
    
    .modContacto > img{
        min-height: 25px;
    }
}
    
/* //////////////////////////////////////////////////////////////////////////////// */
    
@media screen and (max-width: 340px) {
    
    #logoNav{
        display: none;
    }
    
    #logoNavEscondido{
        position: absolute;
        display: flex;
        left: 0px;
    }
    
    .banderaIdioma{
        min-width: 60px;
        width: 3%;
    }
    
    .banderaIdioma > a{
        float: left;
        width: auto;
        height: 45%;
        align-content: center;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        color: black;
    }
    
    .banderaIdioma > a > img{
        width: 90%;
        margin-left: 5%;
        height: auto;
    }
    
    .imgSmallServicios{
        display: none;
    }
    
    .servicioEx{
        float: none;
        justify-content: center;
    }
    
    .tituloServicio{
        width: auto;
        margin-right: 10px;
        text-align: center;
    }
    
    .modContacto > .tituloServicio{
        position: relative;
        left: 6px;
    }
    
    .prev, .next {
        position: absolute;
        top: calc(50% - 26px);
        font-size: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .numbertext {
        position: absolute;
        top: -80px;
    }
    
    .letraCorreo{
        font-size: 8px;
    }
    
    .letraCorreo2{
        font-size: 12px;
    }
    
    #listaValores > li{
        margin-bottom: 8px;
    }
    
    .mapaDot {
        height: 9px;
        width: 9px;
        margin: 3px;
    }
    
    #posSonora{ left: calc(20% - 11px); top: calc(16% - 8px);}
    #posBajaCalifornia{ left: calc(6% - 26px); top: calc(9% - 8px);}
    #posCoahuila{ left: calc(49% - 41px); top: calc(31% - 8px);}
    #posTamaulipas{ left: calc(59% - 56px); top: calc(51% - 8px);}
    #posQueretaro{ left: calc(55% - 71px); top: calc(67% - 8px);}
    #posEstadoMexico{ left: calc(56% - 13px); top: calc(72% - 25px);}
    #posNuevoLeon{ left: calc(55% - 28px); top: calc(40% - 25px);}
    #posJalisco{ left: calc(41% - 43px); top: calc(68% - 25px);}
    #posJuarez{ left: calc(30% - 58px); top: calc(6% - 25px);}
    #posGeneral{ left: calc(15% - 12.5px); top: calc(65% - 45px); height: 15px; width: 15px;}
}
    
/* //////////////////////////////////////////////////////////////////////////////// */
    
@media screen and (max-width: 260px) {
    li{
        font-size: 12px;
    }
    
    #listaValores > li{
        margin-bottom: 5px;
        font-size: 10px;
    }
    
    p{
        font-size: 10px;
    }
    
    #logoNavEscondido{
        left: -10px;
    }
    
    .banderaIdioma{
        min-width: 50px;
        width: 3%;
    }
    
    .banderaIdioma > a{
        float: left;
        width: auto;
        height: 45%;
        align-content: center;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        color: black;
    }
    
    .banderaIdioma > a > img{
        width: 90%;
        margin-left: 5%;
        height: auto;
    }
    
    #slideShow{
        min-height: 200px;
    }
    
    .letraCorreo2{
        font-size: 10px;
    }
    
    .AvisoPrivacidadLetra{
        font-size: 8px;
    }
}
/* //////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 220px) {
    
    h1{
        font-size: 16px;
    }
    
    h2{
        font-size: 12px;
    }
    
    .hDeServicios{
        font-size: 12px;
    }
    
    .tituloServicio{
        font-size: 9px;
    }
    
    .letraCorreo{
        font-size: 7px;
    }
    
    .letraCorreo2{
        font-size: 9px;
    }
    
    
    #divNav{
        margin-left: 0;
    }
    
    .banderaIdioma{
        display: none;
    }
    
    #cuadroTextoMapa{
        width: calc(100vw - 70px);
        margin-left: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #tituloTextoMapa{
        font-size: 10px;
    }
    
    #parrafoTextoMapa{
        font-size: 8px;
    }
    
    #parrafoTextoMapa > ul > li{
        font-size: 8px;
    }
}
    
/* //////////////////////////////////////////////////////////////////////////////// */
    
@media screen and (max-width: 200px) {
    
    #listaValores > li{
        margin-bottom: 4px;
        font-size: 8px;
    }
    
    p{
        font-size: 8px;
    }
    
    .letraCorreo2{
        font-size: 8px;
    }
    
}
    

