﻿/* Fuentes usadas
font-family: 'Lato', sans-serif;
font-family: 'Rubik', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Rubik:wght@300;500;700&display=swap');

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 100% !important;
    line-height: 1.4 !important;
    color: #000000 !important;
}

h1, h2, h3, h4 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 280%;
}

h3 {
    font-size:200%;
}

h4 {
    font-size: 150%;
}

h5 {
    font-size: 75%;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: .5rem;
    opacity: .4;
}

.lead {
    font-size: 125%;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    padding-bottom: 1rem;
    color: #000;
    opacity: .7;
}

p, li {
    color: #7F7F7F;
}

a {
    color: #7F7F7F;
    text-decoration: underline;
}

    a:hover {
        color: #0052BA;
    }

@media only screen and (max-width: 992px) {

    h1 {
        font-size: 200%;
    }
    h2 {
        font-size: 170%;
    }
    h3 {
        font-size: 140%;
    }

}
    
/* <CARRUSEL> */
#MiCarousel {
    margin-top: 0;
    background-color: #F5F7F6;
}


    #MiCarousel .carousel .item {
        width: 100%; /*slider width*/
    }

        #MiCarousel .carousel .item img {
            width: 100%; /*img width*/
        }



@media only screen and (max-width: 992px) {
    #MiCarousel {
        margin-top: 65px;
    }

}

/* </CARRUSEL> */



/* <DESTACADO> */
#fDestacados {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #0052BA;
}

    #fDestacados h2, #fDestacados h5 {
        color: #fff;
    }

    #fDestacados .renglon1 {
        padding-bottom: 2rem;
    }

    #fDestacados .recuadro {
        margin-top: 0rem;
        margin-bottom: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #fDestacados .recuadro2 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #fDestacados .cuadro {
        border: none;
        border-radius: 0rem;
        background-color: #E6E6E6;
        padding: 1rem 1rem 0rem 1rem;
        width: 100%;
    }

        #fDestacados .cuadro:hover {
            border: none;
            border-radius: 0rem;
            background-color: #D81E04;
            padding: 1rem 1rem 0rem 1rem;
        }

        #fDestacados .cuadro .cuadroNumero, #fDestacados cuadroVerde .cuadroNumero {
            color: #fff;
            font-size: 500%;
            position: relative;
            right: -.5rem;
            bottom: -.27rem;
            text-align: right;
            font-family: 'Rubik', sans-serif !important;
            font-weight: 500 !important;
            line-height: .8;
        }

        #fDestacados .cuadro .cuadro-title {
            color: #000;
            opacity: 1;
            font-family: 'Rubik', sans-serif !important;
            font-weight: 500 !important;
            font-size: 125%;
            margin-bottom: .5rem;
        }
        #fDestacados .cuadro:hover .cuadro-title {
            color: #fff;
        }

        #fDestacados .cuadro .cuadro-text {
            color: #000;
            opacity: 1;
        }

        #fDestacados .cuadro:hover .cuadro-text {
            color: #fff;
            opacity: 1;
        }


    #fDestacados .cuadroVerde .cuadro-title {
        color: #fff;
        opacity: 1;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 500 !important;
    }




    #fDestacados .cuadro .cuadro-body {
        padding: 1.25rem;
        padding-bottom: 0rem !important;
        margin-bottom: 0rem !important;
    }



@media only screen and (max-width: 992px) {

    #fDestacados {
        padding-top: 2rem;
    }

        #fDestacados .recuadro {
            margin-top: 0rem;
            margin-bottom: 1.5rem;
        }

        #fDestacados .recuadro2 {
            margin-top: 0rem;
            margin-bottom: 1.5rem;
        }
        #fDestacados .cuadro {
            width: 100%;
        }

}
/* </DESTACADO> */


/* <NOSOTROS> */
#fNosotros {
    margin-top: 1rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
}


@media only screen and (max-width: 992px) {
    #fNosotros {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
        #fNosotros .columna2 {
            padding-top: 2rem;
        }

    

}
/* </NOSOTROS> */


/* </FRASES> */

.carousel-indicators li {
    padding-bottom: 0rem !important;
}

#fTestimonios {
    padding-top: 8rem;
    padding-bottom: 6rem;
    text-align: center;
    background-image: url(/images/fondo-frase-02.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #0052BA;
    background-attachment: fixed;
    color: #fff;
}

    #fTestimonios .testimonial {
        padding-left: 8rem;
        padding-right: 8rem;
        padding-bottom: 3rem;
        color: #fff;
    }

    #fTestimonios h2 {
        font-weight: 400 !important;
        font-size: 150% !important;
        line-height: 1.4 !important;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 500 !important;
    }
    #fTestimonios p {
        color: #fff;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 300 !important;
        padding-top: 1.5rem !important;
    }

#CarouselTestimoniales .col-center {
    margin: 0 auto;
    float: none !important;
}

#CarouselTestimoniales .carousel {
    margin: 50px auto;
    padding: 0 70px;
}

    #CarouselTestimoniales .carousel .item {
        color: #999;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

        #CarouselTestimoniales .carousel .item .img-box {
            width: 135px;
            height: 135px;
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    #CarouselTestimoniales .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    #CarouselTestimoniales .carousel .testimonial {
        padding: 30rem 10rem !important;
        color: #fff;
    }

    #CarouselTestimoniales .carousel .overview {
        font-style: italic;
    }

        #CarouselTestimoniales .carousel .overview b {
            text-transform: uppercase;
            color: #fff;
        }

    #CarouselTestimoniales .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

#CarouselTestimoniales .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #fff;
    /*text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;*/
    text-shadow: none;
}

#CarouselTestimoniales .carousel .carousel-indicators {
    bottom: -40px;
}

#CarouselTestimoniales .carousel-indicators li, CarouselTestimoniales .carousel-indicators li.active {
    width: 10px !important;
    height: 10px !important;
    margin: 1px 3px;
    border-radius: 50%;
}

#CarouselTestimoniales .carousel-indicators li {
    background: #fff;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
    border-top: none !important;
    border-bottom: none !important;
}

    #CarouselTestimoniales .carousel-indicators li.active {
        background: #fff;
        box-shadow: none;
    }




@media only screen and (max-width: 991px) {

    #fTestimonios {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

        #fTestimonios .testimonial {
            padding-left: 3rem;
            padding-right: 3rem;
            padding-bottom: 3rem;
        }

        #fTestimonios h2 {
            font-weight: 400 !important;
            font-size: 105% !important;
        }

    #CarouselTestimoniales .carousel-control i {
        font-size: 40px;
        line-height: 42px;
        position: absolute;
        display: inline-block;
        color: #5B0A81;
        /* text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000; */
        text-shadow: none;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }

    #fTestimonios .estrella {
        font-size: 100%;
        padding-right: 3px;
    }
}

/* </FRASES> */


/* <SERVICIOS> */
#fServicios {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

    #fServicios .card {
        border: none;
        border-radius: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 1rem 1rem 1rem 1rem !important;
        background-color: #E6E6E6;
        border: 1px solid transparent;
    }

        #fServicios .card:hover {
            border: 1px solid transparent;
            background-color: #fff;
        }

    #fServicios .card .card-body .card-title {
        color: #000 !important;
    }
    #fServicios .card .card-body .card-text {
        color: #000;
        opacity: .7;
    }

        #fServicios .card .icon {
            color: #f00 !important;
            font-size: 200%;
            padding-bottom: .5rem;
        }

    /* <EFECTO RECUADROS> */

    #fServicios .bg {
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .25s;
        pointer-events: none;
    }

    #fServicios li {
        list-style: none;
    }


    #fServicios li a:hover {
        margin: -10px 0 0 0;
    }


    #fServicios .menuRecuadro {
        width: 105% !important;
        margin: 0 auto 2rem auto;
        border-radius: 0;
        overflow: hidden;
        border: none !important;
    }


        #fServicios .menuRecuadro li:first-child a {
        }

        #fServicios .menuRecuadro li:nth-child(2) a {
        }

        #fServicios .menuRecuadro li:first-child:hover ~ .bg {
        }

        #fServicios .menuRecuadro li:nth-child(2):hover ~ .bg {
        }





    #fServicios .menuRecuadro2 {
        width: 105%;
        margin: 0 auto 2rem auto;
        border-radius: 0;
        overflow: hidden;
        border: none !important;
    }

        #fServicios .menuRecuadro2 li:first-child a {
        }

        #fServicios .menuRecuadro2 li:nth-child(2) a {
        }

        #fServicios .menuRecuadro2 li:first-child:hover ~ .bg {
        }

        #fServicios .menuRecuadro2 li:nth-child(2):hover ~ .bg {
        }
        /* <EFECTO RECUADROS> */




/* <EFECTO RECUADROS> */





@media only screen and (max-width: 992px) {

    #fServicios {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }


        #fServicios ul .menuRecuadro {
        }

        #fServicios .menuRecuadro {
            width: 105% !important;
            margin-left: -25px !important;
        }

        #fServicios .menuRecuadro2 {
            width: 105%;
            margin-left: -25px !important;
        }

        #fServicios .card {
            margin-top: 1rem;
            margin-bottom: 0rem;
            margin-left: 0rem !important;
            margin-right: 0rem !important;
        }


    /* <EFECTO RECUADROS> */



}
/* </SERVICIOS> */

/* <FAQS> */
#fFaqs {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    #fFaqs .card {
        background-color: transparent;
        border: none;
    }

    #fFaqs .card-header {
        padding: .5rem 1.25rem;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: none;
    }

        #fFaqs .card-header .btn {
            color: #000 !important;
            padding: 0rem !important;
            margin-top: 0 !important;
            font-size: 90% !important;
            text-decoration: none;
            text-align: left !important;
            letter-spacing: 0px;
            font-family: 'Source Sans Pro', sans-serif !important;
            font-weight: 700 !important;
        }

            #fFaqs .card-header .btn:hover {
                text-decoration: none;
                color: #0052BA !important;
            }


    #fFaqs .card .card-body {
        padding: 0rem 2rem 0rem 2rem !important;
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 100% !important;
    }

    #fFaqs .fa-map-marker-question:before {
        color: #E17D7D;
    }

@media only screen and (max-width: 992px) {

    #fFaqs {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
        #fFaqs .columna2 {
            padding-bottom: 2rem;
        }

}
/* </FAQS> */

/* <CALL> */
#fCall {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(../images/fondo-call-03.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #0052BA;
    background-attachment: fixed;
}
    #fCall h3 {
        color: #fff;
    }
    #fCall h5 {
        color: #fff;
        opacity: .6;
    }

@media only screen and (max-width: 992px) {


    #fCall {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

        #fCall h5 {
            padding-bottom: 1rem;
        }

}
/* </CALL> */


/* <PIE> */
#fPie {
    padding-top: 2rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

    #fPie .columna1 {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    #fPie .columna4 {
        padding-top: 1rem;
        padding-bottom: 0rem;
        text-align: right;
    }

    #fPie li a {
        color: #000;
        opacity: .7;
        text-decoration: none;
    }
    #fPie li a:hover {
        color: #000;
        opacity: 1;
    }

    #fPie .telefonos {
        color: #000 !important;
        text-decoration: none;
    }

        #fPie .telefonos:hover {
            color: #0052BA !important;
        }


@media only screen and (max-width: 992px) {

    #fPie {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #fPie .columna4 {
        padding-top: 2rem;
        text-align: center;
    }

}
/* </PIE> */

/* <SUBIR> */
#fSubir {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    background-color: #0052BA;
    text-align: center;
}

    #fSubir .redesIcon {
        color: #fff !important;
        opacity: 1 !important;
        font-size: 180%;
        padding-left: .1rem;
        padding-right: .1rem;
    }

        #fSubir .redesIcon:hover {
            color: #fff !important;
            opacity: .6 !important;
        }

@media only screen and (max-width: 992px) {

    #fSubir {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: left;
    }

}
/* </SUBIR> */

/* <VARIOS> */
.ligaRoja {
    color: #D81E04;
    font-weight: 700 !important;
    text-decoration: underline;
}

#fServicios .menuRecuadro li .ligaAzul, #fServicios .menuRecuadro2 li .ligaAzul {
    color: #0052BA !important;
    font-weight: 700 !important;
    text-decoration: underline;
    background-image: none !important;
    opacity: 1 !important;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
}
    #fServicios .menuRecuadro li .ligaAzul:hover, #fServicios .menuRecuadro2 li .ligaAzul:hover {
        color: #D81E04 !important;
    }

.textoRojo {
    color: #D81E04 !important;
}
.textoAzul {
    color: #0052BA !important;
}
.textoBlanco {
    color: #fff !important;
}
.textNegro {
    color: #000 !important;
}


ul li {
    padding-bottom: .7rem;
}


.divisor {
    margin-bottom: 2rem;
}

.puntosRojos {
    color: #D81E04;
    padding-right: .2rem;
    font-size: 50%;
}
.puntosAzules {
    color: #0052BA;
    padding-right: .2rem;
    font-size: 50%;
}


.mark, mark {
    padding: 0em .5em .2em .5em;
    background-color: #D81E04;
    color: #fff;
    font-weight: 700;
}


@media only screen and (max-width: 992px) {

    .recuadro {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .recuadro2 {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

}
/* </VARIOS> */


/* <BOTONES> */

.btn {
    border: 3px solid transparent;
    padding: 1rem 3rem;
    font-size: 110%;
    border-radius: 3.5rem;
    margin-top: 1rem;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.btn-outline-primary {
    color: #0052BA;
    border: 3px solid #0052BA;
}
    .btn-outline-primary:hover {
        color: #fff;
        border: 3px solid #0052BA;
        background: #0052BA;
    }

.btn-outline-secondary {
    color: #D81E04;
    border: 3px solid #D81E04;
}

    .btn-outline-secondary:hover {
        color: #fff;
        border: 3px solid #D81E04;
        background: #D81E04;
    }

    .btn-outline-info {
    color: #fff;
    border: 3px solid #fff;
}

        .btn-outline-info:hover {
            color: #0052BA;
            border: 3px solid #fff;
            background: #fff;
        }

@media screen and (max-width: 767px) {

}
/* </BOTONES> */



/* <PARA EL MENU> */
#fMenu {
    margin-top: 0px;
    background-color: #fff;
    /* border-bottom: solid 1px rgba(171, 173, 154, .5);*/
    border-bottom: none;
}

.wsmainfull {
    width: 100%;
}


.desktoplogo {
    padding: 0px 0px 0px 0px;
}

    .desktoplogo img {
        max-width:400px;
    }

.wsmenu > .wsmenu-list {
}

.wsmenu {
    width: 100%;
}

    .wsmenu > .wsmenu-list > li.rightmenu a {
        padding: 2.6rem 1.5rem 2.3rem 1.5rem !important;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700 !important;
        color: #000 !important;
        font-size: 110%;
        line-height: 1.4 !important;
    }

    .wsmenu > .wsmenu-list > li.rightmenu > a i {
        color: #0052BA !important;
        margin-right: .3rem;
        opacity: 1;
    }


    .wsmenu > .wsmenu-list > li.rightmenu > a:hover {
        color: #000 !important;
        background-color: transparent;
        border-bottom: 5px solid #0052BA;
    }

    .wsmenu > .wsmenu-list > li.rightmenu > a.active {
        color: #000 !important;
        background-color: transparent;
        border-bottom: 5px solid #D81E04;
    }

    .wsmenu > .wsmenu-list > li.rightmenu a {
        color: #191919;
        background-color: transparent;
    }


@media only screen and (max-width: 991px) {

    .wsmobileheader {
        color: #353526 !important;
        background-color: #fff;
        height: 80px;
    }

    #fMenu {
        margin-top: 0px;
        border-bottom: none !important;
    }

    .callusbtn {
        color: #D81E04 !important;
        top: 15px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        background: #79796A;
    }

    .wsanimated-arrow {
        margin: 22px 0 0 15px;
    }

    .wsmenu > .wsmenu-list {
        padding-top: 2rem;
        background-color: #0052BA !important;
    }

        .wsmenu > .wsmenu-list > li.rightmenu a {
            padding: .6rem 1rem .6rem 1rem !important;
            font-weight: 700 !important;
            font-size: 110% !important;
            color: #fff !important;
            text-align: center;
            border-bottom: solid 1px rgba(255, 255, 255, .2);
            margin-left: 2rem;
            margin-right: 2rem;
            border-bottom: 5px solid transparent;
        }
            .wsmenu > .wsmenu-list > li.rightmenu a:hover {
                color: #fff !important;
                background: transparent !important;
                border-bottom: 5px solid transparent;
            }

            .wsmenu > .wsmenu-list > li.rightmenu a.active {
                color: #fff !important;
                background: transparent !important;
                border-bottom: 5px solid transparent;
            }

        .wsmenu > .wsmenu-list > li.rightmenu > a i {
            color: #fff !important;
            opacity: .5;
        }


    .wsmobileheader .smllogo {
        margin-top: 1px;
        padding: 0px 20px;
    }



}
/* </PARA EL MENU> */