html, body{
    overflow-x: hidden;
    font-family: Open Sans, Arial, sans-serif!important;
}

img{
    image-rendering: -webkit-optimize-contrast;
}

/*scrollbar*/
body::-webkit-scrollbar{
    width: 8px;     /* Tama&ntilde;o del scroll en vertical */
    height: 8px;    /* Tama&ntilde;o del scroll en horizontal */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
body::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando est&eacute; en hover */
body::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando est&eacute; en active */
body::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.fuenteResaltada{
    font-family: Montserrat;
    text-align: center;
    font-size: clamp(18px, 5vw, 22px);
    display: block;
    width: 100%;
}

/*
.botonAgencia{
    display: block;
    width: 200px;
    height: 45px;
    padding: 5px;
    background-color: #000000;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
*/
.botonAgencia{
    outline: none;
    text-decoration: none;
    display: block;
    width: 200px;
    text-align: center;
    line-height: 3;
    color: #000000;
    background-color: #D0D0D2;
    margin: 0 auto;
    font-weight: bold;
}

.botonAgencia:hover, .botonAgencia:visited{
    text-decoration: none;
    font-weight: bold;
    background-color: #EA412C;
}


#videoFondo {
    min-height: 100%;
    width: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -1;
}
#videoPresentacion{
    width: 100%;
}
.conScroll{
    background-color: #FFFFFF;
    transition: width 0.5s linear;
    transition: margin 0.5s ease-in;
    height: 80px;
}
.logoConScroll{
    max-width: 80px!important;
    transition: width 0.5s linear;
    transition: margin 0.5s ease-in;
}

.sliderAnterior {
    position: absolute;
    top: 50%;
    left: 10%;
    max-width: 84px;
}

.sliderSiguiente {
    position: absolute;
    top: 50%;
    right: 10%;
    max-width: 84px;
}

#flechaArriba{
    position: fixed !important;
    right: 10px;
    bottom: 5%;
    z-index: 10 !important;
    max-width: 30px;
    width: 30px;
    height: 30px;
}
/*footer*/
.avisoPrivacidad{
    font-family: Open Sans;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}
.barraCopyright{
    background-color: #000000;
}

.copyright{
    font-family: Open Sans;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 2% 0px;
}
.menuFooter{
    font-family: Open Sans;
    display: block;
    width: 100%;
    text-align: center;
}
#logoFooter{
    position: absolute;
    bottom: 25px;
    left: -30%;
    max-width: 120px;
    cursor: pointer;
    height: auto;
}

/*Home*/
.imagenAlCien{
    width: 100%!important;
}



/*generales*/
.rowSinPadding{
    padding: 0px;
}

/*menu*/
.logo{
    max-width: 100px;
    margin-left: 60px;
    top: 20px;
}

/*Home*/
.divLogoFlotante{
    position: absolute;
    top: 70%;
    width: 100%;
    left: 0;
    height: auto;
}

.logoFlotante{
    max-width: 200px;
}
.sloganHome{
    font-family: Open Sans;
    font-weight: bold;
    color: #484848;
    font-size: clamp(28px, 5vw, 38px);
    position: absolute;
    margin-top: 10%;
    left: 10%;
    width: 80%;
    text-align: center;
    z-index: 2;
}
/*quienes somos*/
.descripcionSeccion{
    font-family: Open Sans;
    font-style: normal;
    color: #000000;
    font-size: clamp(16px, 5vw, 22px);
    text-align: justify;
    margin: 5% auto;
    width: 80%;
}

.descripcionSeccionIzquierda{
    font-family: Open Sans;
    color: #000000;
    font-size: clamp(16px, 5vw, 22px);
    text-align: left;
}

/*servicios*/
#servicioImportacion, #servicioExportacion, #torresTelecomunicaciones {
    position: absolute;
    /*background-color: red;*/
    color: white;
    width: 70%;
    height: 95%;
    margin-top: 2%;
}

.tituloBloque{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-size: clamp(24px, 5vw, 30px);
}

.tituloImagen{
    font-family: Open Sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    font-size: clamp(23px, 5vw, 27px);
}

.tituloSeccion{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-size: clamp(30px, 5vw, 40px);
    text-align: center;
}
/*sucursales*/
.informacionSucursal{
    width: 80%!important;
    text-align: left;
    margin: 5% auto;

}

.ligaWA, .ligaWA:visited{
    color: #000000;
    text-decoration: underline;
}

.ligaWA:hover{
    color: red;
}
.textoCentro{
    text-align: center!important;
}

/*/contacto*/
#confirmacionMensaje{
    display: none;
}

.error {
    color: red;
    border-color: red;
}
.fondoGris{
    background-color: #B3C3C2;
}

.separadorRow{
    height: 30px;
}

/*servicios nuevop*/
.contenedorTextoBloque{
    width: 70%;
    margin: 0px auto;
}
.flexBlock{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.fondoGrisServicios{
    background-color: #ECECEC;
    padding-top: 25px;
    padding-bottom: 35px;
}
.listado{
    font-size: 1.3em;
}
.sinPadding{
    padding-right: 0px;
    padding-left: 0px;
}
.sinPaddingTB{
    padding-top: 0px;
    padding-bottom: 0px;
}

.textoBloque{
    font-family: Open Sans;
    font-weight: 300;
    font-size: 1.8rem;
    color: #666666;
    text-align: justify;
    margin: 0px;
}

.textoIzquierda{
    text-align: left!important;
}

@media(max-width: 767px) {
    .textoBloque{
        text-align: left;
    }
    .blockMobile{
        display: block;
    }
    .contenedorTextoBloque{
        width: 100%;
        padding: 10px 14px;
    }
    /*fondo*/
    #videoFondo{
        height: 100%;
        transform: translate(-20%,0%);
        width: auto;
    }
    /*menu*/
    .bordeDerecho{
        border-right: 0px!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .bordeFinal{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    #menuNav{
        background-color: #000000;
    }
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    #navbar{
        background-color: #FFFFFF;
        padding-left: 10%;
    }

    .navbar-brand{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 4vw;
    }
    .conScroll{
        background-color: #000000;
        transition: width 0.5s linear;
        transition: margin 0.5s ease-in;
        height: 50px;
    }
    .logoConScroll{
        max-width: 40px!important;
        margin-left: 20px;
    }

    .logo{
        display: block!important;
        max-width: 40px;
        margin-left: 15%;
        margin-top: 0px;
    }

    /*home*/
    .logoFlotante{
        max-width: 60px;
    }
    .sloganHome{
        width: 90%;
        margin: 18% auto;
        font-size: 4.8vw;
        text-align: justify;
        left: 5%;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 10px 10px;
        color: white;
        border-radius: 10px;
    }
    /*quienes somos*/
    .descripcionSeccion {
        font-size: clamp(14px, 5vw, 18px);
        margin: 5% auto;
        width: 100%;
    }

    .descripcionSeccionIzquierda{
        width: 100%;
    }

    .informacionSucursal{
        width: 90%!important;
    }

    .lineaMobile{
        height: 50px;
        width: auto;
    }

    .centradoMobile{
        text-align: center!important;
    }
    iframe{
        margin: 0px!important;
    }

}

@media(min-width: 768px) and (max-width: 1023px) {
    .logo{
        max-width: 80px;
    }
    .sloganHome{
        width: 90%;
        margin: 18% auto;
        font-size: 4vw;
        left: 5%;
    }
    /*home*/
    .logoFlotante{
        max-width: 100px;
    }

    /*quienes somos*/
    .descripcionSeccion {
        font-size: clamp(14px, 5vw, 18px);
        margin: 5% auto;
        width: 90%;
    }

    .descripcionSeccionIzquierda{
        width: 100%;
    }

    .informacionSucursal{
        width: 90%!important;
    }

    .lineaMobile{
        height: 80px;
        width: auto;
    }

    .centradoMobile{
        text-align: center!important;
    }
    iframe{
        margin: 0px!important;
    }
}

@media(min-width: 1024px) and (max-width: 1200px) {
    .logo{
        max-width: 80px;
    }
    .descripcionSeccion {
        font-size: clamp(16px, 5vw, 22px);
        text-align: justify;
        margin: 5% auto;
        width: 100%;
    }

    .lineaMobile{
        height: 80px;
        width: auto;
    }
}