.btn-hidden {
    display: none;
}

.lblCalculator{
    margin-top:15px!important;
}
.custom-top-adjustment {
    margin-top: -50px; /* valor por defecto para móviles */
}

.inputCalculator {
    margin-top: 10px !important;
    text-align: center !important;
    height: 40px !important;
    background-color: white !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #2C3038 !important;
    font-size: 1.3rem !important;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
    /*box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15);*/
    border-radius: 1rem !important; /* antes 0.3125rem */
    border: 1px solid #EAEDF2;
    background-color: #001244 !important;
    color: #fff !important;
}

    .inputCalculator:focus {
        margin-top: 10px !important;
        text-align: center !important;
        height: 40px !important;
        background-color: white !important;
        margin-bottom: 1rem !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        color: #2C3038 !important;
        font-size: 1.3rem;
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
        /*box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.15);*/
        border-radius: 1rem !important; /* antes 0.3125rem */
        border: 1px solid #EAEDF2;
        background-color: #001244 !important;
        color: #fff !important;
    }

.text-blue-dark {
    color: #001244 !important;
}

@media (min-width: 992px) {
    .custom-top-adjustment {
        margin-top: -70px; /* solo para pantallas grandes */
    }
}

/*Whatsapp Button*/
#whatsappButton {
    position: fixed;
    bottom: 20px; /* Ajusta la distancia desde la parte inferior */
    right: 20px; /* Ajusta la distancia desde la derecha */
    width: 60px;
    height: 60px;
    background-color: #25D366; /* Color de WhatsApp */
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Asegura que esté sobre otros elementos */
    transition: transform 0.3s ease; /* Efecto de escalado */
}

    #whatsappButton:hover {
        transform: scale(1.1); /* Aumenta un poco el tamaño al pasar el ratón */
    }

    #whatsappButton img {
        width: 100%;
        height: 100%;
        border-radius: 50%; /* Hace que la imagen siga siendo circular */
    }


/*google Translate*/
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd, /* clases dinámicas de la barra */
.goog-te-banner-frame {
    display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
}
/*google Translate*/


.img-fluid-desktop {
    max-width: 180% !important;
}

.showInMobile {
    display: none !important;
}

@media all and (max-width: 680px) { 
    .img-fluid-desktop {
        max-width: 100% !important;
    }
    .hideInMobile {
        display: none !important;
    }
    .showInMobile {
        display: block !important;
    }
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}