/* <!--Modal APP Mi Claro Empresas--> */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.d-none{
    display: none !important;
}

.close {
    opacity: 1;

}

.fa {
    color: red;
}

.fa:hover {
    color: red;
}

.modal-cookie_title {
    font-size: 14px;
    font-weight: 600;
    color: #3C3C3C
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.42857143px;
}

.info p {
    margin: 10px 10px 10px 0px;
    font-size: 14px;
    color: #3C3C3C;
    text-align: start;
}

.btn.btnPrimario:hover {
    background-color: #B52217;
    border-color: #B52217;
}

.textLink {
    font-weight: 500;
    position: relative;
    color: #0097A9;
    display: inline-block;
    text-decoration: underline;
}

/* Estilos para modal de imagenes de inicio */
.modal-inicio {
    height: auto;
    border-radius: 30px;
    margin-top: 25%;
}

.img-banner-inicio {
    width: 700px;
}

.modal-inicio .modal-body {
    padding: 0px 0;
}

.modal-inicio .modal-body button {
    background-image: url("../imagenes/icono-x-close.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: 20px;
    background-size: 12px;
    z-index: 1;
}

@media (max-width: 768px) {
    .modal-inicio {
        height: auto !important;
        border-radius: 30px !important;
        margin-top: 50% !important;
        width: 80% !important;
        margin-left: 5% !important;
    }

    .modal-inicio .modal-body img {
        width: 115% !important;
    }

    .modal-inicio .modal-body button {
        margin-right: 15px;
        margin-top: 15px;
        background-size: 10px;
    }
}

@media (min-width: 992px) {
    #cookie .modal-header {
        padding-bottom: 10px !important;
    }

    #cookie .modal-cookie_title {
        margin-bottom: 5px !important;
        font-size: 14px !important; /* opcional, mejora jerarquía visual */
    }
}

/* Estilos modal info */

.modal-info {
    position: absolute;
    width:90%;
    bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
}

.form-control {

    border: 1px solid #AFAFAF;
    height: 45px;
    width: 100%;
    -webkit-box-shadow: inset 0 0px 0px white;
    border-radius: 1px;
}

.bt_entendido {
    width: 90% !important;
    height: 40px;
    border-radius: 25px !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    margin-top: 0 !important;
}

/* Vista Mobile */
#cookie-mobile .modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
}

#cookie-mobile .modal-content {
  border: none;
  border-radius: 10px 10px 0 0 !important;
}

#cookie-mobile .info p {
    margin: 10px 0 10px 0;
    font-size: 13px;
    color: #3C3C3C;
}
 
#cookie-mobile .modal-cookie_title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #3C3C3C;
}

#cookie-mobile .bt_entendido {
    width: 60% !important;
    height: 40px;
    border-radius: 25px !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    margin-top: 0 !important;
}