:root {
    --font-main: "Mulish", sans-serif !important;
    --main-color:#3C4BA5;
    --yellow-color:#FAAF40;
    --blue-light:#5C659D;
    --green-btn:#19AE4C;
    --secundary-txt:#F3F3F3;
    --txt-btn-size:1.25rem;
}

body { font-family:var(--font-main) ; font-size: 16px; height: 100%; margin: 0; overflow-x: hidden; color:#ffffff}

header{ background: url('../img/bg-banner.png') center top no-repeat; background-size: cover; }

footer{background: linear-gradient(0deg, #FFFFFF 0%, #CACACA 100%); }

a{
    --bs-link-color:#ffffff;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    --bs-link-hover-color: var(--blue-light);
}

.txt-title-size{ font-size: 3.75rem; }

.txt-title-second-size{ font-size: 2.5rem; }

.txt-size-number-intro{ font-size: 4rem; }

.txt-title{ font-size: 3.438rem; }

.txt-general{ font-size: 1.875rem; }

.yellow-main{ color: var(--yellow-color); }

.blue-main{ color: var(--main-color); }

.secundary-text{ color: var(--secundary-txt); }

.border-btn-dashed{ border:2px dashed #ffffff !important; }

.form-label { font-size: 1.563rem; }

.form-control,.form-select{ border-color: #3C4BA5; background-color: #3C4BA5; border-radius: 2.5rem;}

textarea.form-control{ border-radius: 1.5rem !important;}

.form-control:focus {
    color: #ffffff;
    background-color: #3C4BA5;
    border-color: #3C4BA5;
    outline: 0;
    box-shadow: none;
}

.btn-size{ width: 180px !important; }

.container-btn{ width: 360px; }

.txt-btn-unidades{ font-size: 2.188rem; }

.btn-unidades{ width: 265px; }

.flat-unidades{ top: 50%; right: 0px; width: 254px; margin-top: -100px; z-index: 1; }

.arrow-accordion{ top: 50%; right: 15px; width: 22px; margin-top: -10px; }

#container-form{ background-color: rgba(43, 57, 144, 0.5); width: 75%; }

#intro{ background:#898989 url("../img/bg-services.png")  center bottom no-repeat; background-size: cover;}

#unidades{ background:#ECECEC url("../img/bg-unidades.png")  center top no-repeat; background-size: cover;}

#container-btn-unidades{ z-index: 2; }

#compras{ background-color: #EC1C23; }

#aliados{ background-color: #01122c; overflow: hidden; }

#contacto{ background:#3C4BA5 url("../img/bg-contacto.png")  left center no-repeat; background-size: cover; font-size: 1.25rem;}

#whatsapp-ico{ position: fixed; bottom: 60px; right: 20px; z-index: 5; font-size: 4rem; color: #075E54;}

.btn{
    
    --bs-btn-border-radius: 2.5rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: var(--txt-btn-size);
}

.btn-secondary{
    --bs-btn-bg: var(--blue-light);
    --bs-btn-border-color: var(--blue-light);
    --bs-btn-disabled-bg: var(--blue-light);
    --bs-btn-disabled-border-color: var(--blue-light);
}

.btn-success {
    --bs-btn-bg: var(--green-btn);
    --bs-btn-border-color: var(--green-btn);
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: var(--green-btn);
    --bs-btn-disabled-border-color: var(--green-btn);
}

.btn-yellow {
    --bs-btn-bg: #FAAF40;
    --bs-btn-border-color: #f5b352;
    --bs-btn-hover-bg: #f5b352;
    --bs-btn-hover-border-color: #f5b352;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-bg: #f5b352;
    --bs-btn-active-border-color: #f5b352;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #FAAF40;
    --bs-btn-disabled-border-color: #FAAF40;
}

.btn-blue {
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--blue-light);
    --bs-btn-hover-bg: var(--blue-light);
    --bs-btn-hover-border-color: var(--blue-light);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-bg: var(--blue-light);
    --bs-btn-active-border-color: var(--blue-light);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: var(--main-color);
    --bs-btn-disabled-border-color: var(--main-color);
}

.btn-red-light{

    --bs-btn-color: #fff;
    --bs-btn-bg: #EE7C80;
    --bs-btn-border-color: #EE7C80;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b86e75;
    --bs-btn-hover-border-color: #b86e75;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b86e75;
    --bs-btn-active-border-color: #b86e75;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #EE7C80;
    --bs-btn-disabled-border-color: #EE7C80;

}

.btn:hover{ box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3); }

.owl-carousel .owl-item img{ width: auto !important; }

@media (max-width: 1280px) {

    #container-form{  width: 95%; } 

}

@media (max-width: 768px){
    
    header{ background: #000E28 url('../img/bg-banner-movil.png') center top no-repeat; background-size: cover; }

    #container-form{  width: 100%; margin-top: 100px; } 

    .container-btn{ margin: 0 auto; width: 100%;}

    .txt-title{ font-size: 2.5rem; } 

    #contacto{ background:#3C4BA5 url("../img/cristo.png")  left bottom no-repeat; background-size: auto;}
}

@media (max-width: 425px){

    .txt-title-size{ font-size: 2rem; }

    .txt-title-second-size{ font-size: 1.5rem; }

    .form-label{ font-size: 1.2rem; }


}


