.hero {
    width: 100%;
    position: relative;
}
.hero-form-container {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-left: 24px;
    margin-right: 24px;
    max-width: 1312px;
}
#inicio > div > div.content.pt-5.aos-init.aos-animate > h1 > span > img:nth-child(2){
    rotate: 180deg;
}
.hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 82px;
    text-align: left;
}
h1,
h4 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.hero-form-box {
    padding: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(231 238 239 / var(--tw-bg-opacity));
    border-radius: 16px;
    margin-top: 56px;
}
.hero-form {
    display: flex;
    row-gap: 24px;
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1));
    column-gap: 32px;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.hero-form-selects {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: end;
    gap: 10px;
}
.hero-form-button-container {
    white-space: nowrap;
    align-items: flex-end;
    display: flex;
}
.hero-form-button {
    width: 100%;
}
.hero-button {
    flex: 1;
    min-height: 58px;
    position: relative;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    background: var(--azul);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    gap: 5px;
    color: white;
    max-width: 180px;
}
.cookies-banner {
    position: fixed;
    background: #fff;
    bottom: 20px;
    width: 80dvw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 17%);
}
.cookies-banner button{
    text-wrap: nowrap
}
.select-container {
    width: 100%;
    flex: 1;
}
.select-container label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: 20px;
    color: var(--azul-osrcuro);
}

/* STYLES FORMULARIO */
.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.selected-option {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 16px 16px;
    border-radius: 15px;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}
.selected-option span{
    color: var(--negro);
}
.selected-option:hover{
    border-color: var(--azul);
}

.selected-option img {
    width: 20px;
    margin-right: 8px;
}

.dropdown-form {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 18px;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.search-input {
    width: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-width: 0;
    padding: 20px 24px;
    outline-width: 0px;
    font-size: 1rem;
    line-height: 16px;
}

.options-list {
    max-height: 218px;
    overflow-y: auto;
}

.option {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.option:hover {
    background-color: #f1f1f1;
}

.option img {
    width: 20px;
    margin-right: 8px;
}

/* NUEVOS ESTILOS HOME PAGE */

.main-banner-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 60px;
    padding-top: 60px;
}
.main-banner-container > div {
    flex: 1;
}
.main-banner-container > div.banner {
    flex-grow: 1;
    padding-left: 60px;
}

.hero-form-container {
    display: flex;
    gap: 90px;
}

.hero-title {
    color: var(--azul);
    position: relative;
}
.hero-title span {
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    gap: 15px;
}

.country-selector {
    margin-top: 20px;
}
.main-banner-container p {
    font-size: 18px;
    line-height: 32px;
    color: var(--azul-osrcuro);
    opacity: 1;
    margin-top: 20px;
}


.about-cards {
    display: flex;
    gap: 20px;
}

.card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    padding: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
    transition: 0.3s ease all;
    box-sizing: border-box;
}
.card * {
    transition: 0.3s ease all;
}
.card:hover {
    border: none;
    background: linear-gradient(135deg, rgb(0 31 84) 0%, rgb(0 80 158) 50%, rgb(255 76 76) 100%);
}
.card:hover * {
    color: #fff;
    stroke: #fff;
}
/* Footer con botón */
.about-footer {
    display: flex;
    justify-content: flex-end;
}

/* ACA IRAN LOS RESPONSIVES NUEVOS */
