@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed&family=Nunito:wght@200&family=Open+Sans:wght@300;400&display=swap');

@font-face {
    font-family: 'Just';
    src: url('../css/fonts/Just.otf') format('opentype');
}

* {
    margin: 0;
    padding: 0;
}

.pb {
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-collapse {
    margin-right: 14em;
}

.backmenu {
    background-color: #00B29C;
}

.menu {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    padding: 1em;
}

#menu {
    transition: .5s all ease-in-out;
}

.sep {
    margin-right: 4.5%;
}

.sepB {
    width: 110px !important;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.logo {
    display: flex;
    justify-content: center;
    width: 10%;
    flex-wrap: nowrap;
    align-items: center;
}

.logo img {
    width: 100%;
}

.menu-prin ul li {
    font: 19px;
    font-family: 'Open Sans', sans-serif;
}

.nav-item .nav-link {
    color: white;
    transition: .5s all ease-in;
}

.nav-item {
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.nav-item span {
    transition: .1s all ease;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
}

.nav-item:hover span {
    transform: scale(1.1);
    /* background: #EC6854; */
    /* border-radius: 50px; */
    border-bottom: 2px solid white;
}

.menu-expanded .menu-prin {
    display: flex;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid white;
}

.navbar-toggler:focus {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

@media screen and(max-width:1024px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 0em;
    }
}

@media screen and (max-width:991px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 0em;
    }

    .sep {
        margin-right: 0%;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        flex-basis: 30%;
    }

    .menu-prin {
        display: none;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 30%;
    }

    .menu-toggle i {
        color: white;
    }

    #menu.menu-expanded .menu-prin {
        display: flex;
    }
}

@media screen and (max-width:468px) {
    #submenu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-right: 0em;
    }

}

.si {
    background: #EC6854;
    border-radius: 50px;
}

/* .activeM {
    background: #EC6854;
    border-radius: 50px;
} */
.activeM span {
    border-bottom: 2px solid white;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3% !important;
}


.row {
    --bs-gutter-x: 0rem !important;
}

/* ------------------------------------------footer--------------------------------- */
footer {
    background-color: #00B29C;
    color: white;
}

.fac {
    font-size: 2em;
}

.numeros {
    width: 100%;
    display: flex;
    justify-content: center;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #9ef5eb;
}

footer ul li {
    margin: 0.5em;
    font-size: 1.3em;
}


.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 3%;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.btn-whats {
    width: 70px;
    height: 70px;
    transition: .5s all ease-in-out;
}

.btn-whats:hover {
    transform: scale(1.1);
}



.btn-rojo {
    background: #1AAF9B;
    box-shadow: 0px 7px 12px 0px #0000005c;
    border-radius: 70px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 8em;
    color: #FFFFFF;
    transition: .19s all ease-in;
    border: none;
}

.btn-acuerdo {
    border: none;
    font-size: 20px;
    padding: 0.2rem 1.5em;
    font-weight: bold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #3360AA;
    background: #FCC417 0% 0% no-repeat padding-box;
    box-shadow: -2px 2px 10px #47474757;
    opacity: 1;
    margin-bottom: -20px;
}

.campos {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #009DBD;
    margin-top: 20px;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    margin: 1.25em auto 2.8em !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    padding: 0 0 0 !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #1AAF9B !important;
}

div:where(.swal2-icon).swal2-error {
    border-color: #1AAF9B !important;
    color: #1AAF9B !important;
}

.imgCor {
    width: 6%;
}

.imgCor.uno {
    margin-left: -22px;
}

.imgWF {
    width: 7%;
    margin: 0px 5px 5px 0px;
}
.borWh{
    border-left: 1px solid white;
}
@media screen and (max-width:468px) {
    .logo img {
        width: 70%;
    }
}

.cvRed {
    width: 17%;
    margin: 5px 2px 0px 0px;
}
.foot1{
    justify-content: center;
}

.foot2,
.foot3 {
    display: none;
}

@media screen and (max-width:1024px) {
    .cvRed {
        width: 10%;
        /* margin: 5px 2px 0px 0px; */
    }

    .foot2 {
        display: flex;
    }

    .foot1,
    .foot3 {
        display: none;
    }
    .imgCor {
        width: 9%;
    }
    .imgCor.uno {
        margin-left: -15px;
    }
}

@media screen and (max-width:712px) {
    .cvRed {
        width: 6%;
        margin: 9px 0px 0px 0px;
    }

    .foot3 {
        display: flex;
    }

    .foot1,
    .foot2 {
        display: none;
    }
    .imgCor {
        width: 5%;
    }
    .imgCor.uno {
        margin-left: -23px;
    }
}