@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
h1 {
    font-family: 'Carter One', cursive;
    color: #1b85d9;
}

h2 {
    color: #1b85d9;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.bg-darkblue {
    background-color: #2e3d7d;
}

.display-5 {
    color: #1b85d9;
    font-weight: 800;
}

.masde::before {
    content: '+';
}

.porcentaje::after {
    content: '%';
}

.container-fluid.bg-dark.footer.mt-5.pt-5.wow.fadeIn {
    margin-top: 0px !important;
}

.container-fluid.appointment.my-5.py-5.wow.fadeIn {
    margin-bottom: 0px !important;
}

.logofotter {
    height: 40px;
}

.titulofooter {
    font-size: 18px;
    font-family: 'Carter One', cursive;
}

.bg-primary {
    background-color: #1685de !important;
}

.text-primary {
    color: #1685de !important;
}

.fa-whatsapp:hover,
.fa-mobile-alt:hover {
    opacity: 0.7;
    color: #fff;
}

.fa-whatsapp {
    background: #25d366;
    color: white;
    font-size: 40px;
    padding: 20px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 100;
}

.fa-mobile-alt {
    background: #1a237e;
    color: white;
    font-size: 40px;
    padding: 20px 25px;
    border-radius: 50%;
    position: fixed;
    bottom: 150px;
    right: 15px;
    z-index: 100;
}

.contacto {
    display: none;
}

.bgdesk {
    display: inherit;
}

.bgmobil {
    display: none;
}

.llamada {
    display: none;
}
.bg-blue {
    background-color: #015fc9 !important;
}

.col-lg-7.px-5.text-start {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
    .contacto {
        display: inherit;
    }
    .bgdesk {
        display: none;
    }
    .bgmobil {
        display: inherit;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    .llamada {
        display: inherit;
    }
    .fa-mobile-alt{
    left: 15px;
    right: auto;
    padding: 20px 28px;
    }
    .fa-whatsapp{
    right: auto;
    left: 15px;
    }
}