﻿/* Fuentes usadas
font-family: 'Lato', sans-serif;
font-family: 'Lora', serif;
font-family: 'Oswald', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Lora:ital,wght@1,400;1,700&family=Oswald:wght@300;500;700;900&display=swap');

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 100% !important;
    line-height: 1.4 !important;
    color: #191919 !important;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700 !important;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 280%;
}

h3 {
    font-size:200%;
}

h4 {
    font-size: 150%;
}

h5 {
    font-family: 'Lora', serif !important;
    font-size: 120%;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 1.4 !important;
}

.lead {
    font-size: 125%;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    padding-bottom: 1rem;
    color: #191919 !important;
}

p, li {
    color: #5E5E6E;
}

@media only screen and (max-width: 992px) {

    h1 {
        font-size: 200%;
    }
    h2 {
        font-size: 170%;
    }
    h3 {
        font-size: 140%;
    }

}


/* <ENCABEZADO> */
#fEncabezado {
    background-color: #fff;
    padding: .7rem 0rem .7rem 0rem;
}

    #fEncabezado .slogan {
        font-size: 95%;
        font-weight: 700 !important;
    }

    #fEncabezado .logo {
        padding: 1rem;
    }

    #fEncabezado .icono {
        padding-right: 1rem;
        width: 3.5rem;
    }

    #fEncabezado .direccion {
        font-size: 90%;
    }

    #fEncabezado .telefono a {
        font-weight: 900 !important;
        font-size: 110%;
        color: #191919;
    }

        #fEncabezado .telefono a:hover {
            color: #E51B28;
            
        }

@media only screen and (max-width: 992px) {

    

}
/* </ENCABEZADO> */

/* <SECCION> */
#fSeccion {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-image: linear-gradient(to left, #e51b28, #e51b28, #c11c3b, #ad2040, #982543, #8b264b, #7c2851, #6c2b54, #5c2f5d, #483463, #153962, #153962);
    color: #FFF;
}

    #fSeccion  h2 {
        font-weight: 500 !important;
    }

@media only screen and (max-width: 992px) {
    #fSeccion {
        margin-top:50px;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
        text-align: center;
    }
}

/* </SECCION> */

/* <DESTACADO> */
#fDestacados {
    padding-top: 3rem;
    padding-bottom: 0rem;
    border-top: solid 1px #3B0A0E;
    background-color: #fff;
}

#fDestacados .linea {
    background: url(/images/linea-punteada.png) top left repeat-x;
}

    #fDestacados .cuadro {
        padding: 1rem 1rem 1rem 2rem;
        margin-bottom:3rem;
    }

        #fDestacados .cuadro h4 {
            color: #191919 !important;
            margin-bottom:.1rem;
        }

        #fDestacados .cuadro h5 {
            padding-bottom:1rem;
        }

        #fDestacados .cuadro .liga {
            color: #191919;
            font-weight: 900 !important;
            text-decoration: underline;
            font-family: 'Oswald', sans-serif;
            font-size:110%;
        }
                
        #fDestacados .cuadro .liga:hover {
            color: #E51B28;
        }

        #fDestacados .cuadro .iconTitulo {
            padding-bottom: .5rem;
        }
        #fDestacados .cuadro .iconMas {
            font-size: 150%;
            color: #E51B28;
            padding-right: .1rem;
        }

@media only screen and (max-width: 992px) {

    #fDestacados {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

        #fDestacados .linea {
            background: none;
        }
        
        #fDestacados .cuadro {
                padding: 1rem;
                margin-bottom: 1rem;
            }

}
/* </DESTACADO> */



/* <MARCAS> */
#fMarcas {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background: url(/images/grey-jean.png) repeat;
    background-color: #fff;
    border-top: solid 1px #C7C7C7;
}

    #fMarcas h2 {
        margin-bottom: 2rem;
    }

#fMarcas h2::before {
    content: url('/images/pleca-azul-titulo.png'); /* with class ModalCarrot ??*/
    position: relative; /*or absolute*/
    right: .5rem;
    top: -.8rem;
}

#fMarcas h2::after {
    content: url('/images/pleca-azul-titulo.png'); /* with class ModalCarrot ??*/
    position: relative; /*or absolute*/
    left: .5rem;
    top: -.8rem;
}

    #fMarcas .renglon1 {
        padding-bottom: 3rem;
    }

@media only screen and (max-width: 992px) {

    #fMarcas {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    #fMarcas h2::before {
        right: .3rem;
        top: -.3rem;
    }

    #fMarcas h2::after {
        left: .3rem;
        top: -.3rem;
    }

        #fMarcas .renglon1 {
            padding-bottom: 1rem;
        }

}
/* </MARCAS> */



/* <SOLUCIONES> */
#fSoluciones {
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: solid 1px #C7C7C7;
    background-color: #fff;
}

    #fSoluciones h2 {
        margin-bottom: 2rem;
    }

        #fSoluciones h2::before {
            content: url('/images/pleca-rojo-titulo.png'); /* with class ModalCarrot ??*/
            position: relative; /*or absolute*/
            right: .5rem;
            top: -.8rem;
        }

        #fSoluciones h2::after {
            content: url('/images/pleca-rojo-titulo.png'); /* with class ModalCarrot ??*/
            position: relative; /*or absolute*/
            left: .5rem;
            top: -.8rem;
        }

    #fSoluciones .renglon1 {
        padding-bottom: 3rem;
    }


@media only screen and (max-width: 992px) {

    #fSoluciones {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        #fSoluciones h2::before {
            right: .3rem;
            top: -.3rem;
        }

        #fSoluciones h2::after {
            left: .3rem;
            top: -.3rem;
        }

        #fSoluciones .renglon1 {
            padding-bottom: 1rem;
        }
}
/* </SOLUCIONES> */


/* <CIFRAS> */
#fCifras {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    background-image: linear-gradient(to left, #e51b28, #e51b28, #c11c3b, #ad2040, #982543, #8b264b, #7c2851, #6c2b54, #5c2f5d, #483463, #153962, #153962);
    color: #fff;
    border-top: solid 1px #3B0A0E;
    border-bottom: solid 1px #3B0A0E;
}

    #fCifras .cuadro {
        border-right: solid 2px rgba(255, 255, 255, .1);
    }
    #fCifras .cuadro1 {
        border-right: none;
    }

    #fCifras .cuadro h5, #fCifras .cuadro1 h5 {
        margin-bottom: 2rem;
    }

    #fCifras p, #fCifras p {
        color: #fff;
        opacity: .7;
    }

    #fCifras .cuadro .numero, #fCifras .cuadro1 .numero {
        font-size: 250%;
    }

        #fCifras .cuadro .numero small, #fCifras .cuadro1 .numero small {
            font-weight: 300;
        }

    #fCifras .cuadro .frase1, #fCifras .cuadro1 .frase1 {
        font-weight: 700;
    }

    #fCifras .cuadro .frase2, #fCifras .cuadro1 .frase2 {
        font-family: 'Lora', serif;
        font-style: italic;
    }

@media only screen and (max-width: 992px) {

    #fCifras {
        padding-top: .5rem;
        padding-bottom: 0rem;
    }
    #fCifras .cuadro {
        border-bottom: solid 2px rgba(255, 255, 255, .1);
        border-right: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #fCifras .cuadro1 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

}
/* </CIFRAS> */


/* <NOSOTROS> */
#fNosotros {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url(/images/grey-jean.png) repeat;
    background-color: #fff;
}

#fNosotros .columna1 {
    padding-bottom: 2rem;
}



@media only screen and (max-width: 992px) {
    #fNosotros {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

}
/* </NOSOTROS> */

/* <CARACTERISTICAS> */
#fCaracteristicas {
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: #fff;
    background: url(/images/th-caracteristicas-portada.jpg) bottom center no-repeat;
    border-top: solid 1px #C7C7C7;
}

    #fCaracteristicas h2 {
        font-weight: 300 !important;
    }

    #fCaracteristicas .renglon2 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #fCaracteristicas .media {
        padding-bottom: 2rem;
    }


@media only screen and (max-width: 992px) {

    #fCaracteristicas {
        padding-top: 2rem;
        padding-bottom: 0rem !important;
        background-image: none;
    }

        #fCaracteristicas .renglon2 {
            padding-top: 1rem;
            padding-bottom: 0rem;
        }

}
/* </CARACTERISTICAS> */

/* <CALL> */
#fCall {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    color: #fff;
    background-image: linear-gradient(to left, #e51b28, #d41933, #c11c3b, #ad2040, #982543, #8b264b, #7c2851, #6c2b54, #5c2f5d, #483463, #323765, #153962);
    border-top: solid 1px #3B0A0E;
}

    #fCall h2 {
        font-weight:400 !important;
        padding-top: 1rem;
    }

    #fCall .columna1 {
        text-align: right;
    }
    #fCall .columna2 {
    }

    #fCall .lead {
        color: #fff !important;
    }

    #fCall a {
        color: #fff;
        text-decoration: underline;
    }

@media only screen and (max-width: 992px) {

    #fCall {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
        #fCall .columna1 {
            text-align: center;
            padding-bottom: 1rem;
        }
        #fCall .columna2 {
            text-align: center;
        }
}
/* </CALL> */


/* <PIE> */
#fPie {
    padding-top: 1rem;
    padding-bottom: 0rem;
    background-color: #fff;
    border-top: solid 1px #350A0F;
}

    #fPie .direccion {
        padding-top: 1.35rem;
    }

    #fPie h4 {
        font-size:120%;
        padding-top: 1.2rem;
        padding-bottom: .3rem;
    }

    #fPie .direccion h4 {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    #fPie p {
        color: #191919 !important;
    }

    #fPie a {
        color: #191919 !important;
        text-decoration: underline;
    }

        #fPie a:hover {
            color: #E51B28 !important;
            text-decoration: underline;
            opacity: 1;
        }

    #fPie .redesIcon {
        color: #153962 !important;
        opacity: 1 !important;
        font-size: 180%;
    }

        #fPie .redesIcon:hover {
            color: #E51B28 !important;
        }


    #fPie .cuadro1 {
        padding-bottom: 1rem;
    }

    #fPie .cuadro2 {
        text-align: right;

    }

    #fPie .logoPie {
        padding-top:1.35rem;
        padding-right:1rem;
    }

    #fPie .siguenos {
        padding-top: 1.5rem;
        margin-bottom: 0rem;
        font-family: 'Lora', serif !important;
        font-weight: 700 !important;
        font-style: italic;
        font-size: 120%;
    }

@media only screen and (max-width: 992px) {

    #fPie {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

        #fPie .logoPie {
            max-width: 15rem;
        }
    
    #fPie .cuadro1 {
        padding-bottom: 1rem;
    }

    #fPie .cuadro1a {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }
        #fPie .siguenos {
            padding-top: 1.5rem;
            margin-bottom: 0rem;
        }

        #fPie .direccion {
            padding-top: 0rem;
        }
}
/* </PIE> */

/* <SUBIR> */
#fSubir {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background: url(/images/grey-jean.png) repeat;
    background-color: #fff;
    text-align: right;
    border-top: solid 1px #C7C7C7;
}


@media only screen and (max-width: 992px) {

    #fSubir {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }

}
/* </SUBIR> */

/* <VARIOS> */
.textRojo {
    color: #E51B28 !important;
}

.textAzul {
    color: #153962 !important;
}

.marco {
    border: solid 2px #D5D6DF;
    margin: .5rem .5rem;
}


.liga {
    color: #191919;
    font-weight: 900 !important;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
    font-size: 110%;
}

.liga:hover {
        color: #E51B28;
    }

.iconMas {
    font-size: 150%;
    color: #E51B28;
    padding-right: .1rem;
}


.mark, mark {
    padding: .2rem .2rem;
    background-color: rgba(221, 200, 207, .9);
}


ul li {
    padding-bottom: .7rem;
}

.card {    
   border: none; 
   border-radius: 0rem;
}


.separador {
    margin-bottom: 2rem;
}

.separadorGris {
    background: url(/images/separador-gris.png) center center no-repeat;
    height: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.marcoFoto {
    border: solid 1px #C7C7C7;
    margin: .5rem;
}

@media only screen and (max-width: 992px) {

}
/* </VARIOS> */


/* <BOTONES> */

.btn {
    border-radius: 0px;
    border: solid 2px #fff;
    color: #fff;
    padding: 1rem 2.5rem 1rem 3rem !important;
    margin-top: 1rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500 !important;
    font-size: 125%;
}

    .btn:hover {
        border: solid 2px #153962;
        color: #fff;
        background-color: #153962;
    }
    

@media screen and (max-width: 767px) {

}
/* </BOTONES> */



/* <PARA EL MENU> */
#fMenu {
    margin-top: 0px;
    background-color: #E6E8EE;
    border-bottom: solid 1px rgba(39, 10, 14, .5);
}

.wsmainfull {
    width: 100%;
    height:54px;
}

.wsmenu {
    width: 100%;
}

    .wsmenu > .wsmenu-list > li a {
        font-family: 'Oswald', sans-serif !important;
        padding: 1rem 1.2rem 1rem 1.2rem !important;
        font-weight: 700 !important;
        color: #191919 !important;
        font-size: 100%;
        line-height: 1.4 !important;
        letter-spacing: 1px;
    }

    .wsmenu > .wsmenu-list > li > a i {
        margin-right: 0px;
    }



    .wsmenu > .wsmenu-list > li > a:hover {
        color: #E51B28 !important;
        background-color: transparent;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        color: #E51B28 !important;
        background-color: transparent;
    }

    .wsmenu > .wsmenu-list > li a {
        color: #191919;
        background-color: transparent;
    }

    .wsmenu > .wsmenu-list > li > a > i {
        color: #E51B28;
    }
    .wsmenu > .wsmenu-list > li > a:hover > i {
        color: #E51B28 !important;
    }

    /* <PARA EL SUBMENU> */
    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 52px;
        border: none;
        border-top: none !important;
        border-bottom: none !important;
        background-color: #E6E8EE;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li a {
            padding: 10px 0px !important;
            font-size: 100% !important;
            border-bottom: solid 1px #D1D6E0;
            color: #000 !important;
            text-decoration: none;
            font-family: 'Lato', sans-serif !important;
            font-weight: 400 !important;
        }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li a:hover {
                color: #0B114D !important;
                background-color: transparent;
                text-decoration: underline;
            }

        /* </PARA EL SUBMENU> */


@media only screen and (max-width: 991px) {

    .wsmobileheader {
        color: #fff !important;
        background-color: #E6E8EE;
    }

    #fMenu {
        margin-top: 0px;
        border-bottom: none !important;
    }

    .callusbtn {
        color: #E51B28 !important;
        top: 2px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        background: #153962;
    }

    .wsmenu > .wsmenu-list {
        background-color: #153962 !important;
    }

        .wsmenu > .wsmenu-list > li a {
            padding: 1.1rem 1rem 1.1rem 1rem !important;
            font-weight: 700 !important;
            font-size: 95%;
            color: #fff !important;
            text-align: center;
            border-bottom: 1px solid #385779;
        }

        .wsmenu > .wsmenu-list > li > a:hover {
            color: #fff !important;
            background: #E51B28 !important;
        }

        .wsmenu > .wsmenu-list > li > a.active {
            color: #fff !important;
            background: #E51B28 !important;
        }


    .wsmobileheader .smllogo {
        margin-top: 10px;
        padding: 0px 20px;
    }


        /* <PARA EL SUBMENU> */
        .wsmenu > .wsmenu-list > li > ul.sub-menu {
            top: 0px;
        }

        .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
            content: "";
            width: 100%;
            height: 100%;
            border: none !important;
            transition: 0.2s ease;
            display: block;
            transform-origin: 100% 0;
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li a {
            background-color: transparent;
            text-decoration: none;
        }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li a:hover {
                background-color: transparent;
                color: #0B114D !important;
                text-decoration: underline;
            }

    .wsmenu > .wsmenu-list {
        background-color: #E6E8EE;
    }
        /* </PARA EL SUBMENU> */


    }
/* </PARA EL MENU> */