@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://db.onlinewebfonts.com/c/2d5ca5365106d9921493b58803f71e3a?family=Carena+Regular);

.color-text1 {
    color: #5098da;
}

.font-monte {
    font-family: "Montserrat", sans-serif;
}

.font-care {
    font-family: "Carena Regular", sans-serif;
}

.none {
    text-decoration: none !important;
}

.fs-1-1 {
    font-size: 1.5rem !important;

}
.fs-7{
    font-size: 1.2rem !important;
}
.navbar-mobile {
    background-color: #e5f9fe;
}

.custom-logo-small {
    width: 150px;
}

.background-section {
    background-image: url('../../images/bg-1.png');
    background-size: cover;
    background-position: center;
    min-height: 70vh; 
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; 
    box-sizing: border-box; 
    flex-wrap: wrap; 
}

.card {
    width: 100%;
    max-width: 18rem;
    margin: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    border: none; 
    flex: 1 1 18rem; 
}

.card-img-top {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 456px; 
    object-fit: cover; 
}
.imgs-info {
    width: 100%;
    max-width: 143px; 
    max-height: 143px; 
    object-fit: cover; 
}

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

.carousel-control-prev-icon {
    background-image: url('../../images/iz.png'); 
    background-size: cover; 
    background-color: #009bed; 
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.carousel-control-next-icon {
    background-image: url('../../images/der.png'); 
    background-size: cover; 
    background-color: #009bed; 
    width: 30px;
    height: 30px;
    border-radius: 5px; 
}


.small-card {
    width: px;
    padding: 10px;
}

.small-image {
    width: 80px; 
    height: auto; 
}

.card-body p {
    font-size: 0.85rem; 
}

.card-body span {
    font-size: 0.75rem; 
}


.contact-section {
    background-image: url('../../images/contact-us.png');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50hv;
}

.contact-form {
    padding: 30px;
    border-radius: 10px;

}

/* Estilos del botón */
.btn-submit {
    background-color: #dbf8ff;
    color: #025ca8;
    padding: 10px 65px;
    font-size: 1rem;
    border: none;
    border-radius: 13px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #025ca8;
    color: #dbf8ff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.775rem 1.05rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text_agencia, .email-span {
    text-decoration: none; 
}
.text_para, .p-text, .email-span, .text-par, .text_agencia {
    color: #666666d8;
    text-align: center;
}

.whatsapp-button {
    position: fixed;
    bottom:  400px;; /* Ajusta la posición desde el fondo */
    right: 20px; /* Ajusta la posición desde el lado derecho */
    padding: 10px
}

.whatsapp-button img {
    width: 50px; /* Tamaño del ícono */
    height: auto;
}

@media (max-width: 768px) {
    .background-section {
        background-image: url('../../images/bg-2.png');
        margin-top: 2rem;
        padding: 0px;
    }
    .text-mod{
        width: 50px;
    }

    .fs-3-mob {
        font-size: calc(1.3rem + -1.6vw) !important;
    }
    
}
/* Imagen de fondo para dispositivos móviles */
@media (max-width: 768px) {
    .contact-section {
        background-image: url('../../images/contact-us-mb.png'); 
    }
}