/* root */
:root{
    --azul: #3C4787;
    --gris: #585960;
    --titleFont: "Rajdhani", sans-serif;
    --bodyFont: ;
}

body,
.section-desc{
    font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 764px) {
    .btn-custom{
        width: auto!important;
        height: auto!important;
        padding: 5px 20px!important;
    }
}
/* Header */
.header-sticky.sticky img{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.header-fixed-logo img{
    max-width: 250px;
    width: 100%;
    height: auto;
}
.header-logo img{
    max-width: 250px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 764px) {
    .header-logo img{
        max-height: 100px;
        height: 100px;
        width: 100%;
    }
}
.main-header{
    background-color: var(--azul);
}
.header-top{
    background-color: var(--gris);
}
header .contactTop{
    margin-left: 30px;
}
header .contactTop i{
    margin-right: 0px;
    color: #fff;
}
.main-nav > ul > li:hover > a{
    color: rgba(255,255,255,.7);
}
.main-nav > ul > li > a:hover i, .main-nav > ul > li > a:hover span{
    color: rgba(255,255,255,.7);
}
.main-nav > ul > li > a span:before{
    background-color: #fff;
}
@media screen and (max-width: 764px){
    .header-top{
        padding: 0px 0!important;
    }
    .main-header_area .col-mb{
        width: 50%;
    }
    .main-header_area .col-mb .header-logo{
        justify-content: flex-start;
        margin-left: 0;
    }
    .main-header_area .col-mb .header-top-right{
        justify-content: flex-end;
        padding-top: 0;
    }
}


/* Banner */
.slide-content .title{
    color: #fff;
}
.slide-content .btn-secondary{
    background: var(--azul);
    border: 1px solid var(--azul);
    transition: .5s ease-in-out;
}
.slide-content .btn-primary{
    background: var(--gris);
    border: 1px solid var(--gris);
    transition: .5s ease-in-out;
}
.slide-content .btn-secondary:hover,
.slide-content .btn-primary:hover{
    background: #fff;
    color: var(--azul);
}
.with-bg_white .swiper-button-next:hover, .with-bg_white .swiper-button-prev:hover{
    background-color: var(--azul);
}

/* Nosotros */
#nosotros .section-title span{
    color: var(--gris);
}
#nosotros .titleSection{
    color: var(--azul);
    font-family: var(--titleFont);
    font-size: 55px;
    margin-top: 0;
}
@media screen and (max-width: 764px) {
    #nosotros .titleSection{
        font-size: 45px;
    }
}
#nosotros .section-desc p{
    color: var(--gris);
}
#nosotros .experience-content span,
#nosotros .experience-content h2{
    color: var(--azul);
}
#nosotros .contentText{
    margin-bottom: 30px;
}
#nosotros .contentText h3{
    color: var(--azul);
    margin-bottom: 0px;
}
#nosotros .contentText p{
    color: var(--gris);
}
#nosotros .contentText p:last-child{
    margin-bottom: 0;
}


/* Product */
#productos{
    padding: 90px 0;
    background-color: var(--azul);
}
#productos .titleSection{
    color: #fff;
    font-family: var(--titleFont);
    text-align: center;
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media screen and (max-width: 764px) {
    #productos .titleSection{
        font-size: 45px;
    }
}
#productos .btn-primary{
    background: var(--gris);
    border: 1px solid var(--gris);
    border-radius: 0;
    padding: 5px 25px;
    font-family: var(--titleFont);
    font-weight: 600;
    font-size: 20px;
    transition: .5s ease-in-out;
}
#productos .btn-primary:hover{
    background: var(--azul);
    color: #fff;
}
#productos .product-img .add-action{
    bottom: -60px;
}
@media screen and (max-width: 764px) {
    #productos .product-img .add-action{
        width: calc(100% - 20px);
        bottom: 20px;
    }
    #productos .product-img .add-action a{
        font-size: 18px;
        width: fit-content;
        margin: 0 auto;
        min-width: 200px;
    }
}
#productos .product-item:hover .add-action{
    bottom: 20px;
}
#productos .product-content{
    background-color: #fff;
}
#productos .product-content .title{
    color: var(--azul);
    font-size: 23px;
    padding: 0 15px;
    min-height: 55px;
}
@media screen and (max-width: 764px) {
    #productos .product-content .title{
        font-size: 18px;
        min-height: auto;
    }
}
#productos .product-slider{
    padding: 0px 0 90px 0;
}
#productos .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
}
#productos .swiper-pagination-bullet-active{
    background-color: #fff;
}
.white-popup-block-product{
    position: relative;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    max-width: 900px;
}
@media screen and (max-width: 764px) {
    .white-popup-block-product{
        max-width: calc(100% - 15px);
        padding: 30px 15px;
    }
}
.white-popup-block-product .content h2{
    color: var(--azul);
    font-size: 30px;
    margin-bottom: 15px;
}
.white-popup-block-product .content p{
    color: var(--gris);
    line-height: normal;
    margin-bottom: 10px;
    display: flex;
}
.white-popup-block-product .content p .firstWord{
   color: var(--azul);
   font-weight: 700;
   margin-right: 5px;
   min-width: 88px;
}
.white-popup-block-product .contentImg{
    text-align: right;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}


/* Clients */
#clientes{
    padding: 90px 0;
}
#clientes .titleSection{
    color: var(--azul);
    font-family: var(--titleFont);
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 764px) {
    #clientes .titleSection{
        font-size: 45px;
    }
}

/* Contacto */
#contacto{
    padding: 90px 0;
    padding-top: 0;
}
#contacto .titleSection{
    color: var(--azul);
    font-family: var(--titleFont);
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 764px) {
    #contacto .titleSection{
        font-size: 45px;
    }
}
#contacto .contact-form-title{
    color: var(--azul);
}
#contacto .contact-form-desc{
    color: var(--gris);
    max-width: 100%;
}
#contacto .btn-primary{
    background: var(--gris);
    border: 1px solid var(--gris);
    border-radius: 0;
    padding: 5px 25px;
    font-family: var(--titleFont);
    font-weight: 600;
    font-size: 20px;
    transition: .5s ease-in-out;
}
#contacto .btn-primary:hover{
    background: var(--azul);
    color: #fff;
}
#contacto .form-group{
    margin-bottom: 20px;
}
.form-control.error {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
}

label.error#captcha-error {
	margin-top: 15px;
}

.form-errors-light .form-control.error {
	border-color: #FFF;
}

.form-errors-light label.error {
	color: #FFF;
}

/* Footer */
.footer-area{
    background-color: var(--azul);
}
.footer-area .text{
    color: #fff;
    margin-bottom: 0;
}
.footer-area .text a{
    color: #fff;
}
.footer-area .text a:hover{
    color: #fff;
}
.footer-area .logoRight{
    max-width: 140px;
}