@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html{
    font-family: "Poppins", sans-serif !important;
    background-color: #F3F4F6;
    width: 100% !important;
    overflow-x: hidden;
}

body{
    font-family: "Poppins", sans-serif !important;    
    background-color: #F3F4F6 !important;
    width: 100% !important;
    overflow-x: hidden;
}

.nav-solefi{
    background-color: transparent;
    opacity: 1;
}

.nav-link{
    color: #979797 !important;
}

.active{
    color: #262F2E !important;
}

.btn-blue, .btn-blue:active, .btn-blue:hover{
    background-color: #333051 !important;
    color: #FFFFFF !important;
    font-family: "Raleway" !important;
}

.btn-blue2, .btn-blue2:active, .btn-blue2:hover{
    background-color: #5AB0C7 !important;
    color: #FFFFFF !important;
    font-family: "Raleway" !important;
}

.raleway{
    font-family: "Raleway" !important;
}

.msp-5{
    margin: 0 1rem;
}

.text-gray{
    color: #979797;
}

.cardS{
    box-shadow: 22px 40px 40px #0000000D;
}

.text-blue{
    color: #14648D;
}

.decoration{
    background-image: url("../img/Decoration.svg");
    background-size: 100%;
    background-position: 30% bottom;
    background-repeat: no-repeat;
}

#google{
    background-color: #333051;
    color: #FFFFFF;
}

.fjvKpz .Popup__StyledContent-sc-1dlcsn3-1{
    background-color: #484563;
}

.fondo-head{
    background-image: url("../img/fondo_head.png?v=2");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90%;
    min-height: 700px;
}

.fondo-head2{
    background-image: url("../img/fondo_head2.png?v=1");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90%;
    min-height: 700px;
}

.fondo-head3{
    background-image: url("../img/fondo_head3.png?v=1");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 90%;
    min-height: 700px;
}

.cardblue {
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.cardblue:hover, .nav-link.active .cardblue {
    background-color: #14648F !important;
    color: #FAFBFD !important;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: transparent !important;
}

.cardblue .img2 {
    display: none;
}

.cardblue:hover .img1, .nav-link.active .cardblue .img1 {
    display: none;
}

.cardblue:hover .img2, .nav-link.active .cardblue .img2 {
    display: inline !important;
    align-items: center;
}

.btn-demo{
    background-color: #4ED2C3 !important;
    color: #FFFFFF !important;
}

.px-5F{
    padding-left: 3rem;
    padding-right: 3rem;
}

.ml30{
    width: 130%; 
    margin-left:-30% !important;
}

#who{
    margin-left:-30%
}

.mt12{
    margin-top: -12%;
}

.w-400{
    width: 400px; 
    top:-150px; 
    float:right
}

.w-100vw{
    width: 100%;
}

.mx-5P{
    margin: 0 3rem;
}

.ul-ex li::marker {
    color: #4ED2C3; /* Cambia el color del marcador */
    font-size: 1.2em; /* Ajusta el tamaño si es necesario */
}

@media (max-width: 3060px) {
}

@media (max-width: 1280px) {
}

/* LG */
@media (max-width: 1199px) {
}

/* MD */
@media (max-width: 991px) {
    .fondo-head, .fondo-head2, .fondo-head3, .col-100{
        width: 100% !important;
        background-size: 100%;
    }
}

@media (min-width: 1400px) {
    
}

/* SM */
@media (max-width: 767px) {
    .hiddenPhone{
        display: none !important;
    }
    .showPhone{
        display: block !important;
    }
    .msp-5{
        margin: 0;
    }
    .col-md-6{
        width: 100% !important;
        left: 0 !important;
    }
    .ofic-img{
        display: none;
    }

    .col-md-6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    /* Hide tab content by default */
    .tab-pane {
        display: none;
    }

    /* Show active content */
    .tab-pane.active {
        display: block;
    }
    .nav-link{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-5F{
        padding-left: 0;
        padding-right: 0;
    }

    .ml30, #who{
        width: 100%; 
        margin-left: 0% !important;
    }

    .mt12{
        margin-top: 0%;
    }

    .w-400{
        width: 100%; 
        top:-150px; 
        float:right
    }

    .w-100vw{
        width: 100vw !important;
    }

    .text-centerP{
        text-align: center !important;
        margin-top: 3rem !important;
    }
    .fondo-head{
        background-image: url("../img/fondo_headP.png?v=1");
        min-height: 420px;
        background-position: center top;
    }
    .fondo-head2{
        background-image: url("../img/fondo_headP2.png?v=1") !important;
        min-height: 420px;
        background-position: center top;
    }
    .fondo-head3{
        background-image: url("../img/fondo_headP3.png?v=1");
        min-height: 420px;
        background-position: center top;
    }
    .mx-5P{
        margin: 0;
    }

    .tp{
        font-size: 1rem !important;
    }
    .nav-solefi{
        background-color: #F3F4F6;
        opacity: 1;
    }
}

/* XS */
@media (max-width: 575px) {}

/* XS */
@media (max-width: 330px) {}