/* Estilos Generales */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
    --main-color: rgb(255, 255, 255);
    --blue: #34455F; 
    --darkblue:#21273e;
    --font-color: #464646;
    --gris: #CED4DA;
}

body{
    font-family: 'Montserrat', sans-serif !important;
    background-color: var(--main-color);
}

.row{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

.blue-text{
    color: var(--blue);
}

.bg-blue{
    background-color: var(--blue);
}

.bg-darkblue{
    background-color: var(--darkblue);
}

.btn-blue{
    background-color: var(--blue);
    color: #fff !important;
}

.btn-blue:hover, .btn-blue:focus{
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    color: #fff !important;
}

.btn-green{
    background-color: #318173;
    color: #fff !important;
    border-radius: 0;
}

.btn-green:hover, .btn-green:focus{
    background-color: #246157;
    border-color:#246157;
    color: #fff !important;
}

.btn-darkblue{
    background-color: var(--darkblue);
    color: #fff !important;
}

.btn-darkblue:hover, .btn-darkblue:focus{
    background-color: #181c2c;
    border-color:#181c2c ;
    color: #fff !important;
}

.btn-outline-blue{
    background-color: #fff;
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
}

.btn-outline-blue:hover, .btn-outline-blue:focus{
    background-color: var(--darkblue);
    border: 1px solid var(--blue) !important;
    color: #fff !important;
}

.fondo-oscuro{
    background-color: rgba(26, 26, 26, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.fs-0{
    font-size: 72px !important;
}

.mt-6{
    margin-top: 5rem !important;
}

.mb-6{
    margin-bottom: 5rem !important;
}

.my-6{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.shadow-3 {
    box-shadow: 0 1px 8px #0003,0 3px 4px #00000024,0 3px 3px -2px #0000001f;
}

/*Home Page*/
.blue-square{
    background: linear-gradient(265.25deg, #192B44 0%, #34455F 100%);
    height: 200px;
    width: 200px;
    font-size: 56px;
}
.blue-square span{
    padding-top: 56px;
}

.map-listing:hover{
    cursor: pointer;
}

.video-container{
    height: 70vh;
}

/* Header */
.dropdown-menu-blue {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: var(--blue);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--darkblue);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

/* Footer */
#whatsapp {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 95px;
    width: 60px;
    height: 60px;
    background-color:#25D366 ;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 45px;
    transition: 0.3s;
    line-height: 1.35;
}

#whatsapp:hover {
    transition: 0.3s;
    background-color: #128C7E;
    color: #F1F2F5 !important;
}

#email_contact{
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color:var(--darkblue) ;
    color: #F1F2F5 !important;
    text-align: center;
    border-radius: 50%;
    font-size: 45px;
    transition: 0.3s;
    line-height: 1.35;
}
#email_contact:hover{
    transition: 0.3s;
    background-color: #F1F2F5;
    color: #069 !important;
}

/* Formulario de Busqueda */
.choices__inner {
    
    background-color: white;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    min-height: 100%;
}

.choices{
    margin-bottom: 0px;
    min-width: 230px;
}

.choices__list--single {
    padding: 12px 16px 12px 4px;
}

.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 0;
}

/* Paginación */
.pagination{
    margin-bottom: 0;
    padding-bottom: 4rem;
    justify-content: center!important;
}

.page-link {
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid var(--blue);
}

.page-link:hover {
    color: #fff;
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

.page-item.active .page-link {
    background-color: var(--darkblue);
    border-color: var(--darkblue);
}

.page-item.disabled .page-link {
    color: #1a1a1a;
    background-color: #fff;
    border-color: var(--blue);
}

#fb_messenger{
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-color:#006AFF ;
    color: #F1F2F5 !important;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    transition: 0.3s;
    line-height: 1.5;
}

#fb_messenger:hover{
    background-color: #0757c7;
    transition: 0.3s;
}

/* Blog */
.blog-article img{
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
}

[data-fancybox]:hover{
    cursor: pointer;
}

@media (max-width:992px){

    .fs-0{
        font-size: 2rem !important;
    }


    #whatsapp {
        right: 25px;
        bottom: 95px;
        width: 60px;
        height: 60px;
        font-size: 45px;
    }


    #email_contact{
        right: 25px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        font-size: 45px;
    }

    .video-container{
        height: 92vh;
    }
    

}