/*********
Aclaraciones:
- Fuentes: Noto Serif y Libre Franklin
- Color rojo: #d40000
- Color rojo oscuro: #970000
- Color gris: #343434

Romina: La de los títulos es la Noto
La de los cuerpos de texto Libre Franklin
 */


body{
    color: #343434ff!important;
}

.bg-personal-red{
    background-color: #d40000;
}

.text-color-red{
    color: #d40000;
}

.bg-personal-darkred{
    background-color: #970000;
}

.text-color-darkred{
    color: #970000;
}

.bg-personal-grey{
    background-color: #343434;
}

.text-color-grey{
    color: #343434ff;
}
.section-text{
    color: #343434ff!important;
}

.nav-logo-wrap .logo{
    max-width: 160px!important;
}


.inner-nav ul{
    font-size: 13px!important;
    font-family: "Libre Franklin";
    font-weight: bold;
}

.inner-nav ul li a:hover, .inner-nav ul li a.active{
    color:#d40000!important;
    font-size: 15px!important;
    font-weight: bold;
}

.hs-line-11{
    font-family: Noto Serif !important;
    text-transform: inherit!important;
    letter-spacing: inherit !important;
    font-size: 45px !important;
}

.section-title{
    text-transform: inherit!important;

}

.title-principal{
    font-family: Noto Serif;
    font-size: 45px;
    color:#d40000!important;
    text-transform: inherit!important;
    letter-spacing: inherit !important;
    font-weight: bold;
}

.title-principal-white{
    font-family: Noto Serif;
    font-size: 45px !important;
    color:white;
    text-transform: inherit!important;
    letter-spacing: inherit !important;
    font-weight: bold;
}


.title-2{
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 600;
}

.testimonial{
    opacity: 1!important;
}

.banner-decription{
    color: white!important;
    font-size: 17px;
}

blockquote.testimonial p{
    color: white!important;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    font-family: Noto Serif;

}

.text-paragraph{
    font-size: 16px;
    font-family: "Libre Franklin";
    font-weight: 600;
    color: #343434ff!important;
}

blockquote p{
    font-family: Noto Serif;

}

.tpl-progress .progress-bar{
    background-color:#d40000!important;
}

.tpl-progress .progress-bar > div{
    color: #343434!important;
    font-family: "Libre Franklin";
    font-weight: bold;
}

.banner-heading{
    text-transform: inherit!important;
    letter-spacing: inherit!important;
    font-weight: 400;
    font-size: 35px;
    font-family: Noto Serif;
}

.btn-mod.btn-qc{
    background-color: #d40000;
    color:white!important;
    font-weight: bold;
}

.ci-icon:before{
    background-color: transparent;!important;
}
.ci-title{
    color: #000000!important;
    text-transform: inherit!important;
    letter-spacing: inherit!important;
    font-family: "Libre Franklin"!important;
    font-size: 15px!important;
    font-weight: bold;
}

.ci-icon{
    width: 41px!important;
    height: 41px!important;
    top: 0px;
    left: 0px;
}

.footer-copy{
    text-transform: inherit!important;
    letter-spacing: inherit!important;
    font-family: "Libre Franklin"!important;
    margin-bottom:10px;
    font-size: 18px;
}

.footer a{
    text-decoration: none!important;
    font-size: 18px;
    font-family: "Libre Franklin"!important;
}

.contact-item a{
    color:#d40000!important;
}


.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"],
.form input[type="password"], .form input[type="date"], .form input[type="color"], .form select, textarea{
    border-color: #d40000!important;
    color:#d40000!important;
}

.form input[type="text"]::placeholder , .form input[type="email"]::placeholder ,
textarea::placeholder {
    color:#d40000!important;
}

.btn-mod.btn-red-qc{
    background-color: #d40000;
    color:white;
    font-weight: bold;
}

.alt-services-title{
    font-size: 17px!important;
    font-weight: bold;
}

.alt-service-item{
    font-family: "Libre Franklin"!important;
    color: #343434!important;
    font-size: 15px!important;
}


a {
    color: #343434!important;
    text-decoration: none!important;
}

.font-size-31 {
    font-size: 31px!important;
}

.hs-line-11{
    opacity: 1!important;
    line-height:1.3!important;
}

.buy-button{
    bottom:81px!important;

}

/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 480px) {
    .hs-line-11 {
        font-size: 23px !important;
        line-height: 1.4;
    }

    .title-principal{
        font-size: 30px;
    }

    img:not([draggable]), embed, object, video {
        max-width: 80%;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .mb-xs-10 {
        margin-bottom: 0px !important;
    }

    .title-principal{
        font-size: 30px;
    }

    img:not([draggable]), embed, object, video {
        max-width: 80%;
        height: auto;
    }


}

.mobile-on .desktop-nav ul li a:hover, .mobile-on .desktop-nav ul li a.active{
    color: #d40000!important;
}

.mobile-on .desktop-nav ul li a{
    color: whitesmoke!important;
}


@media only screen and (max-width: 1024px){
    .banner-section {
        border-bottom: 0px!important;
    }

    .banner-heading{
        font-size: 30px!important;
    }

    blockquote.testimonial p{
        font-size: 30px!important;
    }

    .title-principal-white{
        font-size: 30px!important;
    }

}