﻿/* Fuentes usadas
Oswald:400;700 Source+Sans+Pro:400;700
font-family: 'Oswald', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');


body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400 !important;
    font-size: 105% !important;
    line-height: 1.4 !important;
    color: #000!important;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
}

h1 {
    font-size: 280%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size:150%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 90%;
}

.lead {
    font-size: 120%;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #7F7F7F;
}

a {
    color: #AD172B !important;
}

@media only screen and (max-width: 992px) {

    h1 {
        font-size: 160%;
    }
    h2 {
        font-size: 140%;
    }
    h3 {
        font-size: 120%;
    }

}


/* <ENCABEZADO> */
#fEncabezado {
    background-color: #fff;
}

    #fEncabezado .slogan {
        margin-top: 1.6rem;
        font-family: 'Oswald', sans-serif !important;
        font-size: 100%;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        text-align: right;
    }


@media only screen and (max-width: 992px) {

    

}
/* </ENCABEZADO> */
    
/* <CARRUSEL> */
    .bannerPpal {
        background-color: #F0F0E1;
    }


    .carousel .item {
        width: 100%; /*slider width*/
    }

        .carousel .item img {
            width: 100%; /*img width*/
        }

.carousel-indicators {
    bottom: -15px;
}

.carousel-indicators li {
    background-color: #AD172B;
    opacity: .5;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
/* </CARRUSEL> */



/* <INTRO> */
#fIntro {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    #fIntro .lead {
        padding-bottom: 4rem;
    }

    #fIntro .cuadro1 {
        padding-top: 1rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
    }

    #fIntro .cuadro1 h5 {
        color: #AD172B;
        font-weight: 700;
    }

        #fIntro .cuadro1 p {
            padding-top: 1rem;
        }



@media only screen and (max-width: 992px) {

    #fIntro {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
        #fIntro .lead {
            padding-bottom: 3rem;
        }

}
/* </INTRO> */


/* <NOSOTROS> */

#SNosotros {
    background: url('/images/fondo-triangulos-01.svg');
    background-size: cover;
    height:5rem;
}

#fNosotros {
    padding-top: 6rem;
    padding-bottom: 8rem;
    background-image: linear-gradient(to bottom, #e7eaeb, #edeff0, #f3f4f5, #f9fafa, #ffffff, #ffffff, #ffffff);
}

    #fNosotros .columna1 {
        padding-right: 5rem;
    }

@media only screen and (max-width: 992px) {

    #fNosotros {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
        #fNosotros .columna1 {
            padding-right: 1rem;
            padding-bottom: 3rem;
        }

}
/* </NOSOTROS> */




/* <CARACTERISTICAS> */
#fCaracteristicas {
    padding-top: 6rem;
    padding-bottom: 1rem;
}

    #fCaracteristicas .lead {
        padding-bottom: 3rem;
    }

    #fCaracteristicas .cuadro1 {
        padding-top: 1rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
    }

    #fCaracteristicas .cuadro1 .icono {
        padding-bottom: 1rem;
    }

@media only screen and (max-width: 992px) {

    #fCaracteristicas {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }
        #fCaracteristicas .lead {
            padding-bottom: 1rem;
        }
        #fCaracteristicas .cuadro1 {
            padding-right: 2rem;
            padding-left: 2rem;
            padding-bottom: 2rem;
        }

}
/* </CARACTERISTICAS> */


/* <CIFRAS> */
#fCifras {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    #fCifras .lead {
        padding-bottom: 1rem;
    }

    #fCifras .cuadro1 {
        padding-top: 1rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
    }

        #fCifras .cuadro1 h2 {
            color: #AD172B;
            font-family: 'Oswald', sans-serif !important;
            font-weight: 300 !important;
            font-size:350%;
            margin-bottom:0rem;
        }

    #fCifras .counter-section p {
        color: #7F7F7F;
        padding-top: 1rem;
    }



    #fCifras .numero {
        color: #AD172B;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 300 !important;
        font-size: 350%;
    }

    #fCifras .counter {
        color: #AD172B;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 300 !important;
        font-size: 350%;
    }

    #fCifras .counter-box.colored {
        background: #3acf87
    }

            .counter-box.colored p,
            .counter-box.colored i,
            .counter-box.colored .counter {
                
            }

@media only screen and (max-width: 992px) {

    #fCifras {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    #fCifras .counter-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}
/* </CIFRAS> */



/* <CALL> */
#SCall {
    background: url('/images/fondo-triangulos-02.svg');
    background-size: cover;
    height: 5rem;
}


#fCall {
    padding-top: 3rem;
    padding-bottom: 4rem;
    color: #fff !important;
    background-color: #AD172B;
}

    #fCall h1 {
        font-weight:400 !important;
    }

    #fCall .lead {
        padding-bottom: 1rem;
        color: #fff;
        opacity: .5;
    }

    #fCall .columna1 {
        padding-right: 4rem;
        padding-bottom: 1rem;
    }

@media only screen and (max-width: 992px) {

    #fCall {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

        #fCall .columna1 {
            padding-right: 1rem;
        }

}
/* </CALL> */



/* <FAQS> */
#fFaqs {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    #fFaqs .columna1 {
        padding-right: 5rem;
    }

    #fFaqs .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 1px solid #E7EAEB;
    }

        #fFaqs .card-header .btn {
            color: #000 !important;
            padding: 0rem !important;
            padding-bottom: 1rem !important;
            font-family: 'Source Sans Pro', sans-serif !important;
            font-weight: 600 !important;
            font-size: 105% !important;
            text-decoration: none;
            text-align: left !important;
        }
            #fFaqs .card-header .btn:hover {
                text-decoration: none;
                color: #AD172B !important;
            }


    #fFaqs .card .card-body {
        padding: 2rem 2rem !important;
        color: #7F7F7F !important;
    }


@media only screen and (max-width: 992px) {

    #fFaqs {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
        #fFaqs .columna1 {
            padding-right: 1rem;
            padding-bottom: 3rem;
        }

}
/* </FAQS> */



/* <CONTACTO> */
#fContacto {
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: #EDF0F0;
}

    #fContacto .cuadro1 {
    }

    #fContacto p {
        padding-top: .3rem;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 700 !important;
        line-height:1.2;
    }

    #fContacto a {
        color: #000 !important;
    }

        #fContacto a:hover {
            color: #AD172B !important;
        }

@media only screen and (max-width: 992px) {

    #fContacto {
        padding-bottom: 0rem;
    }

    #fContacto .cuadro1 {
        padding-bottom: 2rem;
    }

}
/* </CONTACTO> */



/* <PIE> */
#SPie {
    background: url('/images/fondo-triangulos-03.svg');
    background-size: cover;
    height: 5rem;
    background-color: #EDF0F0;
}

#SPie2 {
    background: url('/images/fondo-triangulos-03.svg');
    background-size: cover;
    height: 5rem;
    background-color: #fff;
}

#fPie {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #000;
    color: #fff !important;
}


    #fPie h4 {
        padding-top: 1.2rem;
        padding-bottom: 0rem;
    }

    #fPie li a {
        color: #fff !important;
        opacity:.4;
    }

        #fPie li a:hover {
            color: #AD172B !important;
            text-decoration: underline;
            opacity: 1;
        }

    #fPie li {
        padding-bottom:1rem;
    }


    #fPie .redesIcon {
        color: #fff !important;
        opacity: 1 !important;
        padding: .3rem;
    }

        #fPie .redesIcon:hover {
            color: #AD172B !important;
        }


    #fPie .redesIcon .facebook {
        padding-left: 1rem;
    }

    #fPie #bsubir {
        opacity: .7;
    }

    #fPie #bsubir:hover {
        opacity: 1;
    }

    #fPie .cuadro1 {
        padding-bottom: 3rem;
    }

@media only screen and (max-width: 992px) {

    #fPie {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
       
    #fPie .cuadro1 {
            padding-bottom: 1rem;
            text-align:center;
        }
        #fPie .redesIcon .facebook {
            padding-left: 0rem;
        }

}
/* </PIE> */


/* <VARIOS> */
.liga {
    color: #AD172B !important;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: 1rem;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
}

    .liga:hover {
        color: #000 !important;
        text-decoration:none;
    }

.text400 {
    font-weight:300 !important;
}

.textRojo {
    color: #AD172B !important;
}

.textNegro {
    color: #000 !important;
}

.textGris {
    color: #7F7F7F !important;
}

.textBlanco {
    color: #FFFFFF !important;
}

.divisor {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.divisor2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.verMas {
    text-align:right;
}

.card {    
   border: none; 
   border-radius: 0rem;
}

.mark, mark {
    padding: .2em;
    background-color: #E7EAEB;
}

.badge-primary {
    color: #fff;
    background-color: #AD172B;
}

.badge {
    display: inline-block;
    padding: .25em .4em .4em .4em;
    font-size: 70%;
    border-radius: 0rem;
    letter-spacing:1px;
    margin-bottom:.5rem;
}

.thgaleria {
    padding: 1rem .5rem;
}

@media only screen and (max-width: 992px) {
    .verMas {
        text-align: center;
    }

}
/* </VARIOS> */


/* <BOTONES> */
.btn-primary {
    border-radius: 1.5rem;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: .8rem 2.2rem .8rem 3rem !important;
    font-size: 90%;
    margin-top: 1rem;
    background-color: #AD172B;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        transition: all .5s ease-in-out;
    }

.btn-secondary {
    border-radius: 1.5rem;
    border: solid 2px #fff;
    color: #fff !important;
    text-transform: uppercase;
    padding: .8rem 2.2rem .8rem 3rem !important;
    font-size: 90%;
    margin-top: 1rem;
    background-color: transparent;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
}

    .btn-secondary:hover {
        opacity: .5;
        background-color: transparent;
        border: solid 2px #fff;
        color: #fff !important;
    }   

    

@media screen and (max-width: 767px) {

}
/* </BOTONES> */



/* <PARA EL MENU> */
#fMenu {
    margin-top: 0px;
    background-color: #000;
}

.wsmainfull {
    width: 100%;
    height:50px;
}

.wsmenu {
    width: 100%;
}

    .wsmenu > .wsmenu-list > li a {
        font-family: 'Oswald', sans-serif !important;
        padding: .9rem 1.1rem .95rem 1.1rem !important;
        font-weight: 400 !important;
        color: #fff !important;
        font-size: 104%;
        line-height: 1.4 !important;
        letter-spacing:1px;
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        background-color: #AD172B;
        color: #fff !important;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        background-color: #AD172B;
        color: #fff !important;
    }

    .wsmenu > .wsmenu-list > li a {
        color: #fff;
        background-color: transparent;
    }


@media only screen and (max-width: 991px) {

    .wsmobileheader {
        color: #fff !important;
        background-color: #000;
    }

    #fMenu {
        margin-top: 0px;
    }

    .callusbtn {
        color: #AD172B !important;
        top: 2px;
    }

    .wsanimated-arrow {
    }

    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        background: #fff;
    }

    .wsmenu > .wsmenu-list {
        background-color: #000;
    }

        .wsmenu > .wsmenu-list > li a {
            padding: 1rem 1rem 1rem 1rem !important;
            font-weight: 400 !important;
            font-size: 95%;
            color: #fff !important;
            text-align:center;
        }

        .wsmenu > .wsmenu-list > li > a:hover {
            color: #fff !important;
            background: #AD172B;
        }

        .wsmenu > .wsmenu-list > li > a.active {
            color: #fff !important;
            background: #AD172B;
        }

   
    .wsmobileheader .smllogo {
        margin-top: 0px;
    }




}
/* </PARA EL MENU> */





/* <PROYECTOS> */

#sProyectos .lead {
    color: #000 !important;
    font-weight: 700 !important;
}


#sProyectos  .columna1 {
}


#fProyectos {
    background-color:#000;
}



@media only screen and (max-width: 991px) {

    #sProyectos .columna1 {
        text-align: center;
    }

}
/* </PROYECTOS> */






/* <TESTIMONIOS> */
#STestimonios {
    background: url('/images/fondo-triangulos-01.svg');
    background-size: cover;
    height: 5rem;
}

.carousel-indicators li {
    padding-bottom: 0rem !important;
}


#fTestimonios {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(to bottom, #e7eaeb, #edeff0, #f3f4f5, #f9fafa, #ffffff, #ffffff, #ffffff);
}

    #fTestimonios .testimonial {
        padding-top: 1rem;
        padding-left: 8rem;
        padding-right: 8rem;
        padding-bottom: 3rem;
    }

    #fTestimonios h2 {
        font-family: 'Source Sans Pro', sans-serif !important;
        line-height: 1.4 !important;
        color: #000 !important;
        font-size: 120%;
        line-height: 1.3 !important;
        font-weight: 600 !important;
    }

    #fTestimonios h5 {
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 0rem;
        font-size: 120%;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        color: #7F7F7F !important;
    }

    #fTestimonios h6 {
        margin-top: 0rem;
        padding-top: 0rem;
        font-size: 100%;
        line-height: 1.3 !important;
        font-weight: 400 !important;
        color: #7F7F7F;
    }


#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: #f00 !important;
    }

    #CarouselTestimoniales .carousel .overview {
        font-style: italic;
    }

        #CarouselTestimoniales .carousel .overview b {
            text-transform: uppercase;
            color: #AD172B;
        }

    #CarouselTestimoniales .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

#CarouselTestimoniales .carousel-control i {
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #AD172B;
    /*text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;*/
    text-shadow: none;
    top: 25%;
}

#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: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    border-top: none !important;
    border-bottom: none !important;
}

    #CarouselTestimoniales .carousel-indicators li.active {
        background: #AD172B;
        box-shadow: none;
    }




@media only screen and (max-width: 991px) {

    #fTestimonios {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

        #fTestimonios .testimonial {
            padding-left: 3rem;
            padding-right: 3rem;
            padding-bottom: 3rem;
        }

        #fTestimonios h2 {
            font-weight: 400 !important;
            font-size: 125% !important;
        }

    #CarouselTestimoniales .carousel-control i {
        font-size: 40px;
        line-height: 42px;
        position: absolute;
        display: inline-block;
        color: #AD172B;
        /* text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000; */
        text-shadow: none;
        top:35%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 10%;
    }

    #fTestimonios .estrella {
        font-size: 100%;
        padding-right: 3px;
    }
}

/* </TESTIMONIOS> */






/* <RECUADRO HOVER> */
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0 !important;
        max-width: 100% !important;
        height: auto;
        background: #000;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .85;
        }

        .grid figure figcaption {
            padding: 2rem;
            color: #fff;
            text-transform: uppercase;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            font-size:100% !important;
        }
/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
    background: #000;
}

    figure.effect-julia img {
        max-width: none;
        height: 400px;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, transform 1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-julia figcaption {
        text-align: left;
    }

    figure.effect-julia h2 {
        position: relative;
        padding: 0.5em 0;
    }

    figure.effect-julia p {
        display: inline-block;
        margin: 0 0 0.25em;
        padding: 0.4em 1em;
        background: rgba(173,23,43,0.8);
        color: #fff;
        text-transform: none;
        font-weight: 500;
        font-size: 75%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-360px,0,0);
        transform: translate3d(-360px,0,0);
    }

        figure.effect-julia p:first-child {
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        figure.effect-julia p:nth-of-type(2) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        figure.effect-julia p:nth-of-type(3) {
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }

    figure.effect-julia:hover p:first-child {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    figure.effect-julia:hover p:nth-of-type(2) {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    figure.effect-julia:hover p:nth-of-type(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    figure.effect-julia:hover img {
        opacity: 0.3;
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1);
    }

    figure.effect-julia:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/* </RECUADRO HOVER> */