/* ====== ESTILOS COMUNES ====== */


h3 {
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.25;
}
.pbold {
    margin-bottom: 0.8rem;
}
.subtitle {
    color: #001388 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}
.text {
    color: #001388 !important;
    font-weight: 300;
    font-size: 0.95rem;
}
.primary-color {
    color: #001388 !important;
}
.secondary-color {
    color: #e86c3c !important;
}
.primary-color-light {
    color: #4e7cdd !important;
}
.secondary-color-light {
    color: #e86c3c !important;
}
.border {
    border-color: #001388 !important;
}
.white-color {
    color: white !important;
}
.bg-blue {
    background-color: #001388;
}

/* Botones */
.button {
    background-color: #001388;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    font-weight: 300;
    font-size: 1rem;
    padding-top: 7px;
    padding-bottom: 7px !important;
}
.button:hover {
    background-color: #e86c3c;
    color: white;
}
.button:disabled,
button[disbled] {
    background-color: #cccccc;
    color: #666666;
}
.button-inverted {
    color: white;
    background-color: #e86c3c;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 24px;
    border: none;
    font-weight: 300;
    font-size: 1rem;
}
.button-inverted:hover {
    color: #001388;
}
.disabled-button-submit:disabled {
    color: white !important;
    background-color: #001388 !important;
}
.title-inverted {
    color: #001388;
    background-color: #e86c3c;
}

/* Formularios */
.form {
    font-size: 0.95rem;
    margin-top: 75px;
    margin-left: 40px;
}
.form-css {
    color: #001388;
    border: 1px solid #001388;
    text-align: left;
    font-weight: 400;
    font-size: 0.95rem;
}
input.form-css::placeholder {
    font-size: 0.95rem;
    color: #acacac;
}
.form-control::placeholder {
    color: #001388;
    text-align: left;
    font-size: 13px;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #001388;
    text-align: left;
    font-size: 13px;
}
.form-control::-ms-input-placeholder {
    color: #001388;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}
.form-control:hover {
    border: 1px solid #e86c3c;
}
button.btn-days:hover {
    background-color: transparent;
    color: white;
}
.input {
    color: #001388;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}
.form-icon {
    width: 0.5rem;
    color: #001388;
}
option {
    color: #001388;
}
option:focus {
    color: #e86c3c;
}

/* Sticky banner */
.sticky-banner {
    z-index: 2147483647;
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: var(--z-index-fixed-element, 10);
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.sticky-banner--bottom {
    top: auto;
    bottom: -1px;
    transform: translateY(100%);
}
.sticky-banner--visible {
    transform: translateY(0);
}
.sticky-banner:not(.sticky-banner--visible) {
    box-shadow: none;
}

/* Imágenes semicirculares */
.image-semicircle-left {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 355px;
    border-radius: 1000px 0px 0px 1000px;
}
.image-semicircle-right {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 355px;
    border-radius: 0px 1000px 1000px 0px;
    margin-left: 0%;
}

/* Helpers */
div.display-inline-center {
    display: inherit !important;
    align-items: center;
}
div.display-inline-center-right {
    display: inherit !important;
    align-items: center;
    justify-content: right;
}
.shadow-form {
    background: #ffffff;
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Headers */
.title-header {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    font-size: clamp(30px, 2.5vw, 40px);
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 17%;
}
.subtitle-header {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 30px;
    color: #ffffff;
}

/* ====== NUEVOS ESTILOS COMUNES ====== */

/* Títulos */
.title {
    font-size: 1.5rem;
    font-weight: 700 !important;
}
.small-tittle {
    font-size: 1.25rem;
    font-weight: 400 !important;
}
.pt-b {
    padding-top: 0.21rem !important;
}
.font-weight-regular-bold {
    font-weight: 600 !important;
}

/* Tarjetas */
.card {
    z-index: 10;
    border-radius: 20px;
}
.img-icon {
    padding-top: 20px;
}

/* Textos */
.big-text {
    font-size: 2rem;
}

/* Acordeón */
.accordion-button:not(.collapsed) {
    color: #001388;
    background-color: white;
    box-shadow: none !important;
    border-bottom-width: 0px !important;
}
.accordion-item {
    border: none;
}
.collapsed-accordion {
    border-bottom: 1px #e86c3c solid !important;
}
.border-top {
    border-top: 1px #e86c3c solid !important;
}
.show-accordion {
    border-bottom: 1px #e86c3c solid !important;
}

/* Headers responsive */
@media (max-width: 768px) {
    .title-header {
        line-height: 32px;
    }
    .subtitle-header {
        line-height: 24px;
    }
}
