html,
body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Alliance_Regular', sans-serif;
    font-weight: 100;
}

.grecaptcha-badge {

    visibility: hidden;

}

* {
    box-sizing: border-box;
    text-decoration: none;
}

a {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.fluid {
    margin-top: 50px;
    padding: 0;

}

.fluid .row {
    margin: 0;
}

.fluid .row .col {
    padding: 0;
}

.card {
    border: 0 !important;
}

.anima {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.hideme {
    opacity: 0
}

.hidden {
    opacity: 0
}

.left img {
    width: 90%;
    border-radius: 0 5% 5% 0;
}

.right img {
    width: 90%;
    float: right;
    border-radius: 5% 0 0 5%;
}

.right .card.text {
    text-align: left;
}

.right .card h4,
.right .card ul,
.right .card a {
    margin-right: calc(25% - 0.8rem);
    margin-left: calc(25% - 1.5rem);
    min-width: 250px;
}

.right .card ul {
    padding-left: 20px;
}

.right {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card {
    justify-content: center;
}

.card a {
    font-family: 'Libre Franklin', sans-serif;
    font-size: calc(0.4em + 0.5vw);
    font-weight: 500;
    color: #88D966;
    text-decoration: none;
    border-radius: 20px;
    background-color: #8bdc65;
    color: #fff !important;
    text-align: center;
    max-width: 200px;
    padding: 10px;
}

#cerca h4,
#cerca ul li::marker {
    color: #7DCE5B;
}

#cerca a {
    background-color: #7DCE5B;
    font-size: 1rem;
}

#integral h4,
#integral ul li::marker {
    color: #04996C;
}

#integral a {
    background-color: #04996C;
    font-size: 1rem;
}

#superior h4,
#superior ul li::marker {
    color: #9E9FA8;
}

#superior a {
    background-color: #9E9FA8;
    font-size: 1rem;
}

#selecta h4,
#selecta ul li::marker {
    color: #2850AE;
}

#selecta a {
    background-color: #2850AE;
    font-size: 1rem;
}

.card h4 {
    color: #7DCE5B;
    font-weight: 600;
    font-family: 'Alliance_SemiBold', sans-serif;
    max-width: 300px;

}

.card ul {
    list-style-type: disc;
    color: #FF0000;
    margin: 30px 0 50px 16px;
    font-family: 'Libre Franklin', sans-serif;
}

.card ul li {
    color: #787878;
    font-size: 15px;
}

.card li::marker {
    color: #8bdc65;
}

.left .card.text {
    padding-left: 70px !important;
}

select::-ms-expand {
    display: none;
}


select[name="provincia"],
select[name="localidad"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

}


.visible {
    opacity: 1;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.flex {
    display: flex;
}

.row {
    align-content: space-around;

}

.back-primary {
    background-color: #8bdc65;
}

@font-face {
    font-family: "Alliance_Bold";
    src: url("../fonts/Alliance/Alliance-TextBold.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-strecht: condensed;
    unicode-range: "U+0-10FFFF";
    font-display: swap;
}

@font-face {
    font-family: "Alliance_Medium";
    src: url("../fonts/Alliance/Alliance_Medium.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-strecht: condensed;
    unicode-range: "U+0-10FFFF";
    font-display: swap;
}

@font-face {
    font-family: "Alliance_Regular";
    src: url("../fonts/Alliance/Alliance-TextRegular.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-strecht: condensed;
    unicode-range: "U+0-10FFFF";
    font-display: swap;
}

@font-face {
    font-family: "Alliance_SemiBold";
    src: url("../fonts/Alliance/Alliance-TextSemiBold.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-strecht: condensed;
    unicode-range: "U+0-10FFFF";
    font-display: swap;
}

#gracias {
    min-height: 100vh;
}

#gracias .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
}

header {
    background: url("../img/plan_joven_hsb_desk.png") no-repeat;
    /*background-size: 100%;
	background: -moz-linear-gradient(-45deg, rgba(0,82,174,1) 0%, rgba(0,255,179,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,82,174,1) 0%,rgba(0,255,179,1) 100%);
	background: linear-gradient(135deg, rgba(0,82,174,1) 0%,rgba(0,255,179,1) 100%);*/

    overflow: hidden;
    background-size: cover;
    /*background-attachment: fixed;*/

    /* min-height: 60vh;*/
}

header .img-fluid {
    max-width: 100%;
    height: auto;
    width: 180px;
}

@media (max-width: 991.98px) {
    header {
        /* height: 110vh;*/
    }

    .right .card.text,
    .left .card.text {
        padding: 3rem 0;
    }


}

header .row {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

/*NAV*/
header .navbar .btn {
    border-radius: 50px !important;
    background-color: #8bdc65 !important;
    color: #fff !important;
    padding: 10px 50px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    max-width: 60%;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 20px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    max-width: 30%;
}

.navbar {
    background-color: transparent;
    /*background-color: $menu;*/
    /* @include rem-fallback(padding, math.div(18px, 16px), 0);*/

    /* @include rem-fallback(padding, math.div(15px, 16px), 0);*/
}

.navbar .navbar-nav .nav-item {
    /*margin-right:  calc(0.5em + 0.5vw);*/
}

/* @include rem-fallback(padding, 0, math.div(10px, 16px));*/
.navbar .navbar-nav .nav-item .nav-link {
    /* @include rem-fallback(font-size, math.div(15px, 16px));*/
    /*@include font-family(LF-Regular);*/
    color: #01956b;
    font-weight: 500;
    font-family: 'Libre Franklin', sans-serif;
    font-size: calc(0.4em + 0.5vw);
    font-weight: 500;
}

.navbar .navbar-nav .nav-item:hover {
    /* color: $primary;*/
    text-decoration: underline #00986b;
    text-underline-offset: 10px;
}

.navbar .navbar-nav .nav-item:last-child {
    /*background-color: $menu-last-item;*/
    border-radius: 20px;
    background-color: #8bdc65;
    color: #fff !important;
    padding: 0 50px;
    /*@include rem-fallback(margin-left, math.div(30px, 16px));*/
}

.navbar .navbar-nav .nav-item:last-child:hover {
    text-decoration: none;

}

.navbar .navbar-nav .nav-item:last-child:hover a {
    color: #fff;
}

.navbar .navbar-nav .nav-item:last-child a {
    color: #fff;
}

.navbar .navbar-nav .nav-item:last-child a:hover {
    color: #00986b;
    text-decoration: underline;
}

.navbar .navbar-nav .nav-item .nav-link {
    /*@include font-family(LF-Bold);*/
}

.navbar .navbar-nav .nav-item:hover .nav-link {
    color: #8bdc65;

}

@media (max-width: 991.98px) {
    margin-left: 0;
    /*@include rem-fallback(margin-top, math.div(10px, 16px));*/
}

@media (max-width: 991.98px) {
    background-color: $menu-mobile;

    .navbar .navbar-nav img {
        max-width: 50%;
        /* @include rem-fallback(padding-top, math.div(20px, 16px));*/
    }
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand {

        /*@include rem-fallback(margin, 0, 0, 0, math.div(15px, 16px));*/
    }

    .navbar .navbar-nav {
        /* @include rem-fallback(padding, math.div(15px, 16px), math.div(15px, 16px), 0, math.div(15px, 16px));*/
    }
}

#nav-icon {
    width: 30px;
    height: 22px;
    /* @include rem-fallback(margin-top, math.div(5px, 16px));*/
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    /* background: $primary;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 17px;

}

#plan-inteligente .wp.sp .docs .col.position-relative .col1:nth-child(3) {
    position: absolute;
}

@media (max-width: 575.98px) {
    #nav-icon span:nth-child(4) {
        top: 16px;
    }
}

#nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}


/*fin NAV*/

.wp {
    /*max-width: 1360px;*/
    padding: 80px 0 30px;
    /*position: relative;*/
    margin: 0;
}



.wp a:hover {
    /* color: #00986b;*/
}

.logo-avalian {
    width: 25%;
}

.wp.sp {
    padding: 0px;
    /*max-width: 1500px*/
}

.wp.form form .fieldset p {
    margin-bottom: 20px;
    line-height: 1.3;
    color: #01956B;
    font-weight: 500;
    font-family: 'Libre Franklin', sans-serif;
    text-align: center;
}

header .wp {
    padding: 0;
    height: 100%;
    /* margin: 0 15px; */
}

header .caption {
    display: flex;
    flex-direction: column;
}

header .caption a {
    text-decoration: underline #8bdc65;
    line-height: 1.5;
    color: #fff;
    font-size: 20px;
    text-underline-offset: 10px;
    margin-top: 20px;
}

header .caption a:hover {
    text-decoration: double;
}

header .caption .row {
    flex-direction: row;
}

header .caption .col1 {
    display: flex;
    flex-direction: column;
}

header .caption .col .columns {
    display: flex;
    flex-direction: column;
}

header .caption .col1 span {
    display: flex;
    flex-direction: column;
}

header .caption .col p b {
    font-weight: bold;
    font-size: 160px;
}

header .caption .descuento {
    max-width: 95%;
    margin: 0;
}

.column {
    flex-direction: column;
}

header>img {
    position: absolute;
    width: 200px;
    top: 50px;
    left: 160px;
    transform: translateY(-50%);
}

header .copy {
    color: #FFF;
    margin-top: 95px;
    margin-left: 15px;
}

header .copy h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Libre Franklin', sans-serif;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    margin-bottom: 10px;
    margin-left: 10px;
}

header .copy h6 {
    font-size: calc(0.6em + 0.5vw);
    font-weight: 400;
}

header .copy.hideme h1 {
    transform: translateY(10px);
}

header .copy.hideme p {
    transform: translateY(10px);
}

header .copy h1 strong {
    font-weight: 900;
    padding: 0 5px;
    position: relative;
    color: #fff;
}

header .copy h1 strong:after {
    content: '';
    position: absolute;
    font-family: 'Libre Franklin', sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: #00986b;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .5s
}

header .copy p {
    font-family: "Alliance_Medium", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .3s
}

header .copy.hideme h1 strong:after {
    width: 0%;
}

header .copy.hideme h1 {
    transform: translateY(15px);
}

header .copy.hideme p {
    transform: translateY(15px);
    opacity: 0
}

header .container .form {
    padding-top: 150px;
}

header .first-column {
    padding: 0 24px 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}

.wp.form {
    /*padding-top: 5px;
    margin-bottom: 70px;
    margin-top: -50vh;*/
}

.banner {
    position: relative;
}

.banner .container-fluid {
    height: 200px;

    /*background-attachment: fixed;*/
}

.movil {
    display: none;
}

.wp.form form {
    border-radius: 10px;
    height: 100%;
    background-color: #FFF;
    width: 70%;
    /*position: absolute;*/
    bottom: 0;
    position: relative;
    /*right: 550px;*/
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.2);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .7s;
    float: right;
    right: 15px;
    /*margin-top: 60px;
    margin-top: 70px;*/
}

.wp.form form.hideme {
    transform: translateY(20px);
}

.wp.form form input,
.wp.form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    /*text-transform: uppercase;*/

    font-size: 12px;
    font-weight: 400;
    color: #9C9C9C;
    height: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #787878;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    font-family: 'Libre Franklin', sans-serif;
}

.wp.form form select::-ms-expand {
    display: none !important;
}


.wp.form form select {
    /*position: absolute;*/
    /* cursor: pointer; 
    border-radius: 20px;
   
    
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    background-size: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    right: 0;
    bottom: 0; */
    font-family: 'Libre Franklin', sans-serif;
    color: #9C9C9C;
    background-image: url(../img/arrow-round-down.svg?v=2);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0;
    font-family: 'Libre Franklin', sans-serif;
    background-size: 8px;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
}

.wp.form form input:-ms-input-placeholder {
    color: blue;
}

/* IE 10+ */
.wp.form form input::-webkit-input-placeholder {
    color: blue;
}

/* WebKit */
.wp.form form input::-moz-placeholder {
    color: blue;
}

/* Firefox 19+ */
.wp.form form input::placeholder {
    color: #00986b;
    border-color: 10px solid #00986b;
}

.wp.form form input::placeholder {
    color: blue;
    display: none;
}

.wp.form form select::-ms-expand {
    display: none;
}

.wp.form form select.error,
.wp.form form input.error {
    border-bottom: 1px solid red
}

.wp.form form .fieldset>input[type="number"] {
    width: 60%;
}

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;
}

.wp.form form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 30px 40px 50px 40px;
    background-color: white;
}

.wp.form form .fieldset h3 {
    color: #909fa9;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
}

#localidad-suggestions {
    text-align: start;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    position: absolute;
    z-index: 10;
    background: white;
}

.suggestion-item {
    padding: 10px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 200ms;
    font-size: 13px;
    max-width: 200px;
    min-width: 200px;
    color: #00945e;
}

.suggestion-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.wp.form form .fieldset .min {
    width: 35%;
}

.wp.form form .fieldset .mid {
    width: 48%;
    outline: none;
}

select:focus {
    outline: none;
}

.wp.form form .fieldset .full {
    width: 100%
}

.wp.form form .fieldset .select::-ms-expand {
    display: none;
}

.wp.form form .fieldset .select::-webkit-details-marker {
    display: none;
}

.wp.form form .fieldset .select {
    /* position: relative;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wp.form form .fieldset select::-webkit-details-marker {
    display: none;
}

.wp.form form .fieldset select::-ms-expand {
    display: none;
}

.wp.form form .fieldset .select::after {
    position: absolute;
    cursor: pointer;
    border-radius: 20px;
    /*background-image: url(../img/arrow-round-down.svg?v=2);
    content:  url(../img/arrow-round-down.svg?v=2);*/
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none !important;
    background-size: 8px;
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    right: 0;
    bottom: 0;
}

.wp.form form .fieldset .select::-ms-expand {
    display: none;
    /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

.wp.form form .fieldset .select input {
    pointer-events: none;
}

.wp.form form .fieldset .select:after {
    /*content: url(../img/arrow-select.png);
    position: absolute;
    top: 6px;
    right: 0;*/
}

.wp.form form .fieldset .select ul {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #FFF;
    font-size: 13px;
    display: none;
    z-index: 3;
    max-height: 205px;
    overflow-y: scroll;
    border: 1px solid #eee;
}

.wp.form form .fieldset .select ul li {
    padding: 10px;
    color: #909fa9;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-transform: uppercase;
}

.wp.form form .fieldset .select ul li:hover {
    background-color: #eee;
}

.wp.form form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 200px;
    border-radius: 30px;
    outline: none;
    background: transparent;
    border: none;
    font-family: 'Libre Franklin', sans-serif;
    /* font-weight: 600; */
    color: #FFF;
    position: absolute;
    background: #88D966;
    font-size: 16px;
    /* padding: 1% 13%; */
    /* padding: 5px; */
    text-align: left;
    line-height: 40px;
    cursor: pointer;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    top: 94%;
    /* transform: translate(45%, 20%); */
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 640px) {
    header .caption .descuento {
        max-width: 60%;
    }

    #plan-inteligente .wp.sp .docs .col.position-relative .col1:nth-child(3) {
        position: inherit;
    }
}

.wp.form form button img {
    position: absolute;
    right: 50px;
    top: calc(50% - 9px);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.wp.form form button:hover img {
    right: 40px;
}

.wp.form form button:hover {
    background: #00986b
}

#plan-inteligente .wpbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#plan-inteligente .wp.sp .docs,
footer {
    /*margin: 0!important;*/
    padding-top: -25%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#plan-inteligente .wp.sp .docs {
    /* margin-top: 100px;*/
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    /*max-width: 1800px;*/
    /*padding-left: 10%;
	padding-right: 10%;*/
}

#plan-inteligente .wp.sp .docs img {
    max-width: 100%;
}

#plan-inteligente .wp.sp .docs img:last-child {
    vertical-align: baseline;
    bottom: 0px;
    /*position: relative;*/
    width: 100%;
    right: 30px;
    position: absolute;
}

#plan-inteligente .wp.sp .docs h1 {
    color: #00986b;
    font-size: 60px;
    font-family: 'Alliance_SemiBold', sans-serif;
    font-weight: bold;
}

@media (max-width: 640px) {
    #plan-inteligente .wp.sp .docs h1 {
        font-size: 30px;
        margin-bottom: 40px;
        max-width: 90%;
        margin: auto;
    }
}

#plan-inteligente .wp.sp .docs h1 span {
    color: #8bdc65;
}

#plan-inteligente .wp.sp .docs .col.position-relative {
    top: 77px;
}

#plan-inteligente .wpbox .mid {
    width: 50%
}

#plan-inteligente .wpbox .mid.img .imageCont {
    position: relative;
    transform: translateY(-20%);
}

#plan-inteligente .wpbox .mid.img .imageCont img {
    width: 250px;
}

#plan-inteligente .wpbox .mid.img .imageCont.cerca img {
    width: 250px;
}

#plan-inteligente .wpbox .mid.img .imageCont.superior img {
    width: 250px;
}

#plan-inteligente .wpbox .mid.img .imageCont.selecta img {
    width: 250px;
}

#plan-inteligente .wpbox .mid.img img {
    display: block;
    width: 100%;
}

#plan-inteligente .wpbox:nth-child(2) .mid.img {
    order: 2;
}

#plan-inteligente .wpbox .mid .copy {
    padding: 50px;
    max-width: 600px;
    margin-left: -100px;
    color: #434953;
}

#plan-inteligente .wpbox .mid.img .imageCont .card {
    position: relative;
    right: 0;
    max-width: 340px;
    width: 100%;
    /*padding: 20px;*/
    background: transparent;
    left: 260px;
    top: -120px;

    bottom: 0;
    padding-bottom: 0;
    /*transition: all .5s cubic-bezier(.165,.84,.44,1);*/
    border: none;
    /*transform: translateY(-450%);*/
}

#plan-inteligente .wpbox .mid.img .imageCont img {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .5s;
    margin-left: 260px;
}

#plan-inteligente .wpbox .mid.img .imageCont h1 {
    font-size: 38px;
    color: #00986b;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Alliance_Bold", sans-serif
}

#plan-inteligente .wpbox .mid.img .imageCont p {
    font-size: 30px;
    color: #00986b;
    width: 100%;
    /*margin-top: 10px*/
    font-weight: 300;
    font-family: "Alliance_Regular", sans-serif
}

#plan-inteligente .wpbox .mid.img .imageCont .card.hideme {
    width: 0
}

#plan-inteligente .wpbox .mid.img .imageCont .card.hideme img {
    opacity: 0;
    transform: translateY(20px);
}

#plan-inteligente .wpbox .mid.img .imageCont.hideme {
    transform: translateX(-20px);
}

#plan-inteligente .wpbox .mid .copy h2 {
    font-size: 20px;
    font-weight: 600;
}

#plan-inteligente .wpbox .mid .copy h3 {
    letter-spacing: .03em;
    line-height: 1.2;
    margin: 25px 0;
    font-size: 18px;
    font-weight: 300
}

#plan-inteligente .wpbox .mid .copy ul li {
    font-size: 14px;
    line-height: 1.5;
    color: #4e4d4d;
}

#plan-inteligente .wpbox .mid .copy ul li p {}

#plan-inteligente .wpbox .mid .copy a {
    display: block;
    padding: 20px;
    font-weight: 400;
    border: 1px solid;
    max-width: 185px;
    position: relative;
    margin-top: 20px;
}

#plan-inteligente .wpbox .mid .copy.credIntegral {
    margin-top: 50px;
}

#plan-inteligente .wpbox .mid .copy a img {
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

#plan-inteligente .wpbox .mid .copy.credIntegral h2 {
    color: #00986b;
    width: 80%;
    font-family: 'Libre Franklin', sans-serif;
    margin-top: -160px;
}

#plan-inteligente .wpbox .mid .copy.credIntegral a {
    color: #FFF;
    background-color: #8bdc65;
    border-radius: 50px;
    text-transform: uppercase;
    width: 130px;
    padding: 13px 8px 13px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-left: 12px;
    font-family: "Alliance_Medium", sans-serif;
    transition-duration: 0.9s;
    outline-color: inherit;
    transition-duration: 0.8s;
}

#plan-inteligente .wpbox .mid .copy.credIntegral ul {
    list-style: none;
    margin-left: 10px;
    font-family: "Alliance_Regular", sans-serif;
    text-align: left;
}

#plan-inteligente .wpbox .mid .copy.credIntegral ul li {
    font-weight: 300;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 5px;
}

#plan-inteligente .wpbox .mid .copy.credIntegral ul li:before {
    content: "• ";
    color: #00986b;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl
}

#plan-inteligente .wpbox .mid.img .imageCont h2 {
    color: #00986b !important;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 5px;
}

#plan-inteligente .wpbox .mid.img .imageCont p {
    color: #00986b !important;
    font-family: "Alliance_Regular", sans-serif;
    font-size: 20px;
}

#plan-inteligente .wpbox .mid .copy.credCerca {
    margin-left: 20%;
    /*120px*/
    margin-top: -100px;
}

#plan-inteligente .wpbox .mid .copy.credCerca h2 {
    color: #b7d673;
    font-family: "Alliance_Bold", sans-serif
}

#plan-inteligente .wpbox .mid .copy.credCerca a {
    background-color: #b7d673;
    border-color: #b7d673;
    color: #FFF;
    border-radius: 50px;
    text-transform: uppercase;
    width: 130px;
    padding: 13px 8px 13px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-left: 12px;
    font-family: "Alliance_Medium", sans-serif;
    outline-color: inherit;
    transition-duration: 0.8s;
}

#plan-inteligente .wpbox .mid .copy.credCerca ul {
    list-style: none;
    margin-left: 10px;
    margin-top: 20px;
    font-family: "Alliance_Regular", sans-serif;
}

#plan-inteligente .wpbox .mid .copy.credCerca ul li {
    font-weight: 300;
    list-style-position: inherit !important;
    text-align: left;
}

#plan-inteligente .wpbox .mid .copy.credCerca ul li:before {
    content: "• ";
    color: #808483;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl
}

#plan-inteligente .wpbox .mid .copy.credSuperior {
    margin-left: 20%;
    /*120px*/
    margin-top: -100px;
}

#plan-inteligente .wpbox .mid .copy.credSuperior h2 {
    color: #808483;
    font-family: "Alliance_Bold", sans-serif
}

#plan-inteligente .wpbox .mid .copy.credSuperior a {
    background-color: #808483;
    border-color: #6b7d90;
    color: #FFF;
    border-radius: 50px;
    text-transform: uppercase;
    width: 130px;
    padding: 13px 8px 13px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-left: 12px;
    font-family: "Alliance_Medium", sans-serif;
    outline-color: inherit;
    transition-duration: 0.8s;
}

#plan-inteligente .wpbox .mid .copy.credSuperior ul {
    list-style: none;
    margin-left: 10px;
    margin-top: 20px;
    font-family: "Alliance_Regular", sans-serif;
}

#plan-inteligente .wpbox .mid .copy.credSuperior ul li {
    font-weight: 300;
    list-style-position: inherit !important;
    text-align: left;
}

#plan-inteligente .wpbox .mid .copy.credSuperior ul li:before {
    content: "• ";
    color: #808483;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl
}


/*
#plan-inteligente .wpbox .mid .copy.credSuperior ul li:before {content: "• ";color: #8bdc65; font-size: 20px; float: left; padding-right: 10px; padding-bottom:20px ; display: inline-block;text-align: left; vertical-align:middle;}
*/

#plan-inteligente .wpbox .mid .cerca {
    right: 160px;
}

#plan-inteligente .wpbox .mid.img .imageCont.cerca h1 {
    color: #b7d673 !important;
    /*margin-top: -50px;*/
    font-family: 'Libre Franklin', sans-serif;
    line-height: 35px;
}

#plan-inteligente .wpbox .mid.img .imageCont.cerca p {
    color: #b7d673 !important;
    font-family: "Alliance_Regular", sans-serif;
    font-size: 20px;
}

#plan-inteligente .wpbox .mid .superior {
    right: 160px;
}

#plan-inteligente .wpbox .mid.img .imageCont.superior h1 {
    color: #808483 !important;
    /*margin-top: -50px;*/
    font-family: 'Libre Franklin', sans-serif;
    line-height: 35px;
}

#plan-inteligente .wpbox .mid.img .imageCont.superior p {
    color: #808483 !important;
    font-family: "Alliance_Regular", sans-serif;
    font-size: 20px;
}

#plan-inteligente .wpbox .mid .copy.credSelecta {
    margin-top: -200px;
}

#plan-inteligente .wpbox .mid .copy.credSelecta h2 {
    color: #1d5099;
    width: 80%;
    font-family: "Alliance_Bold", sans-serif
}

#plan-inteligente .wpbox .mid .copy.credSelecta a {
    color: #FFF;
    background-color: #1d5099;
    border-radius: 50px;
    text-transform: uppercase;
    width: 130px;
    padding: 13px 8px 13px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-left: 12px;
    font-family: "Alliance_Medium", sans-serif
}

#plan-inteligente .wpbox .mid .copy.credSelecta ul {
    list-style: none;
    margin-left: 10px;
    margin-top: 20px;
    font-family: "Alliance_Regular", sans-serif;
    display: flex;
    flex-direction: column;
}

#plan-inteligente .wpbox .mid .copy.credSelecta ul li {
    font-weight: 300;
    list-style-position: inherit !important;
    text-align: left;
}

#plan-inteligente .wpbox .mid .copy.credSelecta ul li:before {
    content: "• ";
    color: #1d5099;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}

#plan-inteligente .wpbox .mid.img .imageCont.selecta .card h1 {
    color: #1d5099 !important;
    /*margin-top: -50px;*/
    font-family: 'Libre Franklin', sans-serif;
    line-height: 35px;
}

#plan-inteligente .wpbox .mid.img .imageCont.selecta .card p {
    color: #1d5099 !important;
    margin-bottom: 80px;
    font-family: "Alliance_Regular", sans-serif;
    font-size: 20px;
}

#plan-inteligente .wpbox .mid .copy.credSelecta h2 {
    color: #1d5099
}

#plan-inteligente .wpbox .mid .copy.credSelecta a {
    color: #FFF;
    border-color: #09498d;
    outline-color: inherit;
    transition-duration: 0.8s;
}

#plan-inteligente .wpbox .mid .copy a:hover img {
    filter: brightness(0) invert(1);
    right: 20px;
}

#plan-inteligente .wpbox .mid .copy.credCerca a:hover {
    color: #b7d673;
    background-color: transparent;
    border: 1px solid #b7d673
}

#plan-inteligente .wpbox .mid .copy.credSelecta a:hover {
    color: #1d5099;
    background-color: transparent;
    border: 1px solid #1d5099
}

#plan-inteligente .wpbox .mid .copy.credIntegral a:hover {
    color: #8bdc65;
    background-color: transparent;
    border: 1px solid #8bdc65
}

#plan-inteligente .wpbox .mid .copy.credSuperior a:hover {
    color: #6b7d90;
    background-color: transparent;
    border: 1px solid #6b7d90
}

#plan-inteligente .wpbox .mid .copy h2.hideme {
    transform: translateY(20px);
}

#plan-inteligente .wpbox .mid .copy h3.hideme {
    transform: translateY(20px);
}

#plan-inteligente .wpbox .mid .copy ul.hideme {
    transform: translateY(20px);
}

#plan-inteligente .wpbox .mid .copy a.hideme {
    transform: translateY(20px);
}

#preguntas-frecuentes .card {
    border: 0;
    border-top: 1px solid #ddd;
}

#preguntas-frecuentes .card:first-child {
    border-top: none;
}

#preguntas-frecuentes .card .card-header {
    padding: 0;
}

#preguntas-frecuentes .card .card-header h2 .btn-link {
    position: relative;
    text-decoration: none;
    color: #000;
    margin-top: 20px;
    font-family: 'Alliance_Medium', sans-serif;
    font-weight: 500;
}

#preguntas-frecuentes .card .card-header h2 .btn-link:first-child {
    margin-top: 0;
    padding-top: 0;
}

#preguntas-frecuentes .accordion .card .card-header h2 .btn-link {
    color: #8bdc65;
    font-family: 'Alliance_Medium', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    display: inline;
    letter-spacing: -1px;
    word-spacing: -1px;
    display: inline;

}

#preguntas-frecuentes .accordion .card .card-header h2 .btn-link.collapsed {
    color: #535353;
    font-weight: 500;
    padding: 5px 18px 0 0;
}

#preguntas-frecuentes .accordion .card .card-header h2 .btn-link:active,
#preguntas-frecuentes .accordion .card .card-header h2 .btn-link.collapsed:active {
    border: unset;
}

#preguntas-frecuentes .accordion .card .collapse.show .card-body,
#preguntas-frecuentes .accordion .card .collapsing .card-body {
    background-color: #F5F5F5;
    font-family: 'Libre Franklin', sans-serif;
    font-size: calc(100% - 3px);
    padding-top: 0;
    padding: 0.5rem 5rem 3rem 0;
    color: #000;
    font-weight: 500;
}

#preguntas-frecuentes .accordion .card .card-header .btn-link::before {
    content: url('../img/guion_green.svg');
    position: absolute;
    right: 5px;

}

#preguntas-frecuentes .accordion .card .card-header .btn-link.collapsed::before {
    content: url('../img/plus.png');
    position: absolute;
    right: 0;

}

#banner {
    position: relative;
    /* padding: 200px 0; */
    background-color: #F5F5F5;
    max-width: 100vw;
    position: relative;
    box-shadow: -19vw 62px 73px -65px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -19vw 62px 73px -65px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -19vw 62px 73px -65px rgba(0, 0, 0, 0.25);
}

/* #banner::after{
    content: '';
    z-index: 1;
    position: absolute;
    width: 80%;
    height: 0px 20px 20px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 11px 43px -12px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 11px 43px -12px rgba(0,0,0,0.2);
    box-shadow: 15px 28px 54px -12px rgba(0,0,0,0.2);
    height: 1px;
    top: 65%;
} */
#banner .container-fluid {
    position: relative;
    height: 100%;
    background-image: url(../img/rectangle.svg);
    /* background-position: bottom left;*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-size: cover;

}

#banner .container-fluid .containr {
    /*position: absolute; */
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: translate(500px, 10%); */
    text-align: center;
    /* width: 50px; */
    /* height: 50px; */
    /* top: 50%; */
    /* left: 20%; */
    max-width: 100%;
    /* margin-top: 40%;*/
}

#banner .row {
    /* height: 100vh;*/
    align-items: center;
    /*justify-content: space-between;
    justify-content: center;*/
    justify-content: space-between;
}

#banner .row h4 {
    color: #fff;
    font-size: 40px;
    text-align: left;
    line-height: 1;
    font-family: 'Alliance_SemiBold', sans-serif;
    margin-left: 15px;
}

#banner .row .btn {
    background-color: #00986b;
    /* padding: 38px 53px; */
    color: #fff;
    border-radius: 30px;
    float: left;
    margin-right: 250px;
    width: 50%;
    padding: 15px 0;
    font-family: 'Libre Franklin', sans-serif;

}

#banner .row .btn:hover {
    background-color: #FFF;
    color: #00986b;
}

@media (min-width: 713px) {
    #banner .container-fluid {
        height: 100%;
        padding: 230px 0 100px 0;
    }

}

@media (max-width: 970px) {
    #banner::after {

        top: 41%;
    }

    header .caption .descuento {
        max-width: 100%;
        margin: 0 auto;
        margin-left: 0px;
    }

    #banner .container-fluid {
        height: 100%;
        background-image: url(../img/rectangle.svg);
        /*background-position: 70% -3px;*/
        background-position: 55% -3px;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        left: 0;
        z-index: 9999999999;

    }

    #banner .container-fluid .container {
        /* position: absolute; */
        /* position: absolute; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* transform: translate(500px, 10%); */
        text-align: left;
        /* width: 50px; */
        /* height: 50px; */
        /* top: 50%; */
        /* left: 20%; */
        max-width: 100%;
        /*height: 150%;*/
    }

    #banner .row {
        /* height: 100vh; 
        align-items: center;*/
        /*  justify-content: flex-start; 
        justify-content: center;*/
        justify-content: center;
        align-items: center;
        padding: 50px 0;
        width: 100%;
    }

    #banner .row h4 {
        color: #fff;
        font-size: 25px;
        max-width: 80%;
        margin-top: 50px;
        padding: 30px 0 0 0px;
    }

    #banner .row .btn {
        background-color: #00986b;
        /* padding: 38px 53px; */
        color: #fff;
        border-radius: 30px;
        float: left;
        margin-right: 250px;
        width: 80%;
        padding: 20px;
        position: absolute;
        top: 10px;

    }

    #plan-inteligente .wp.sp .docs .col.position-relative {
        bottom: 0;
    }
}

@media (max-width: 640px) {
    #banner .container-fluid {
        background-position: 65% 0px;
    }

    header .caption .descuento {
        max-width: 100%;
    }

    #preguntas-frecuentes .accordion .card .card-header h2 .btn-link.collapsed {
        padding: 5px 20px 0 0;
    }
}

/*LINEA*/

.linea {
    max-width: 1600px;
    margin-top: -350px;
}

#plan-inteligente {
    background: url('../img/curvas.png') no-repeat center left;
    background-size: 50%;
    background-position: -174px 655px;
}

@media (min-width: 1270px) {
    #plan-inteligente {
        /*padding-top: 165px;*/
    }
}

#preguntas-frecuentes {
    background-color: #F5F5F5;
    padding-top: 165px;

    /*padding: 200px 0;*/
}

#preguntas-frecuentes h2 {
    padding: 10px 0;
    font-family: 'Alliance_SemiBold', sans-serif;
    font-weight: 700;
    letter-spacing: -0.1rem;
    word-spacing: 0.25em;
    font-size: calc(100% + 10px);
}

#preguntas-frecuentes h5 {
    color: #88d966;
    font-weight: 500;
    padding: 10px 0 25px 0;
    font-family: 'Alliance_SemiBold', sans-serif;
    font-weight: bold;
}

@media (max-width: 970px) {
    #preguntas-frecuentes h5 {
        padding: 40px 0 25px 0;
    }

    #preguntas-frecuentes {
        padding: 200px 15px 0 15px;
        max-width: 100%;
    }
}

#preguntas-frecuentes h6 {
    max-width: 300px;
    font-size: 20px;
    font-size: calc(100% + 1px);
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    max-width: 300px;
    line-height: 1.5;
}

#preguntas-frecuentes p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}

#plan-inteligente .docs {
    /*max-width: 1600px;*/
    align-self: center;
    /*padding: 8% 13%;*/

}

#plan-inteligente .row.docs .col-left {
    padding-top: 196px;
}

#plan-inteligente .docs .row {
    align-content: flex-start;
}

#plan-inteligente .docs .col:nth-child(2) {
    margin-top: 185px;
}

#plan-inteligente .docs .col .card {
    background-color: #fff;
    padding: 50px 30px 50px 60px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 153px -48px rgba(153, 150, 153, 0.79);
    -moz-box-shadow: 2px 3px 153px -48px rgba(153, 150, 153, 0.79);
    box-shadow: 2px 3px 153px -48px rgba(153, 150, 153, 0.79);
    margin-bottom: 30px;
    padding: 50px 30px 50px 50px;
    border-radius: 10px 80px 30px 30px;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: flex-start;
    align-self: first baseline;
    border-color: transparent;
    min-width: 230px;
}

#plan-inteligente .docs .col .card.position-absolute {
    width: 90% !important;
}

@media (max-width: 640px) {
    #plan-inteligente .docs .col:nth-child(2) {
        margin-bottom: 255px;
        margin-top: 0;
    }

    #plan-inteligente .docs .col .card {
        margin: 30px 0%;
    }

    #plan-inteligente .docs .col .position-absolute {
        margin: 0 10% 0 0;
        max-width: 100%;
    }

    #preguntas-frecuentes h6 {
        font-size: calc(100% + 1px);
    }

    #preguntas-frecuentes .accordion .card .collapse.show .card-body,
    #preguntas-frecuentes .accordion .card .collapsing .card-body {
        font-size: calc(100% - 1px);
    }
}

#plan-inteligente .docs .col .card h4 {
    color: #8bdc65;
    font-weight: 600;
    font-family: 'Libre Franklin', sans-serif;

}



#plan-inteligente .docs p {
    color: #535353;
    margin: 10px 0 25px 0;
    font-size: calc(100% - 2px);
    font-weight: 500;
    font-family: 'Libre Franklin', sans-serif;
    max-width: 90%;
}


#plan-inteligente .docs .col .card.first {
    background-color: #8bdc65;
    margin-bottom: 20px;
}

#plan-inteligente .docs .col .card.last {
    margin-top: 20px;
}

#plan-inteligente .docs .col .card.first h4,
#plan-inteligente .docs .col .card.first p {
    color: #fff !important;
}


/*FOOTER*/

footer {
    /*transform: translateY(-45%);
	/*border: 1px solid #d5d5d5;
	margin-top: -100;*/
    padding: 0px 60px;
    background-color: #f5f5f5;
}

footer .wp {
    /*max-width: 1200px;*/
}

footer .wp .row {
    padding: 0;

}

footer .wp .row.first {
    align-items: center;
    margin-bottom: 50px;
}

footer .wp .row.first .share {
    margin-left: 20px;

}

footer .wp img {
    /*margin: 0px 0 50px 15px;*/
    max-width: 100%;
}

footer .wp .row.first .logo {
    width: 40%;
}

footer .wp a {
    margin-right: 10px;
}

footer .wp h5 {
    color: #171717;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
}


footer .wp p {
    font-size: 11px;
    line-height: 1.5;
    color: #282828;
    font-family: 'Inter', sans-serif;
    text-align: justify;
}

footer .wp .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;

}

footer .wp .bottom p {
    margin-left: 65px;
    color: #00986b;
    text-align: right;
    font-size: calc(100% - 2px);
    font-family: 'Alliance_Regular', sans-serif;
}

footer .wp .bottom p a {
    color: #00986b;
}

footer .wp .bottom .phone {
    color: #242424;
    font-size: 20px;
    width: 100%;
    margin-bottom: 30px;
}


footer .wp .bottom .phone span {
    color: #f89c27
}

footer .wp .bottom .share {
    display: flex;
    align-items: left;
    padding: 15% 35% 0 0;
    text-align: left;
}

ter .wp .bottom .share a img {
    width: 20px;
}

footer .wp .bottom .share a:not(.fa-instagram) {
    color: #787878;
    /*border:2px solid #787878;*/
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    margin: 0 4px;
}

footer .wp .bottom .share a.fa-instagram {
    font-size: 32px;
    color: #787878;
    margin: 0 4px;
}

footer .wp .bottom .share a:hover {
    color: #06bf88;
    /*border-color: #06bf88*/
}

.banIntegral {
    padding: 0 10px;
    background-position: center;
    background-image: url('../img/integral_encabezado.png');
    background-repeat: no-repeat;
}

.banIntegral a .parallax-container .parall img {
    margin-bottom: 50px;
    margin-left: 670px;
}

.banSelecta {
    padding: 0 10px;
    /*margin-top:-300px; */
    background-position: center;
    background-image: url('../img/selecta/selecta_encabezado.jpg');
    background-repeat: no-repeat;
}

.banCerca {
    padding: 0 10px;
    /*margin-top:-350px; */
    background-position: center;
    background-image: url('../img/cerca/superior_encabezado.jpg');
    background-repeat: no-repeat;
}

.banSuperior {
    padding: 0 10px;
    /*margin-top:-350px; */
    background-position: center;
    background-image: url('../img/superior/superior_encabezado.jpg');
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    footer .wp .bottom p {
        margin: auto;
    }

    footer .wp img {
        /*margin: 0px 0 50px 15px;*/
        margin: 10px auto;
    }

    footer .wp .row.first .logo {
        width: 75%;
    }

    #plan-inteligente .docs .col .card h4 br {
        display: none;
    }

    footer .wp .bottom p {
        text-align: center;
        /*margin: 30px auto;*/
    }

    footer .wp p {
        text-align: center;
        /* padding: 20px 0 0 10%;*/
        padding: 0 15px;
        color: #282828;
    }

    footer .wp .row.first {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 0;
    }

    footer .wp .row.first .share {
        margin-left: 0;
        display: flex;
        justify-content: space-evenly;
        max-width: 300px;
    }

    footer .wp .row.first {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    footer .wp .bottom p {
        text-align: center;
    }

    .banIntegral {
        background-image: url('../img/integral_encabezado_movil.png');
        background-position: 40% 0 !important;
    }

    .banSelecta {
        background-image: url('../img/selecta/selecta_encabezado_movil.png');
        background-position: 20% 0 !important;
    }

    .banCerca {
        background-image: url('../img/cerca/encabezado_movil.jpg');
        background-position: 40% 10% !important;
    }

    .banSuperior {
        background-image: url('../img/superior/superior_encabezado_movil.png');
        background-position: 40% 10% !important;
    }

    .row.right {
        flex-direction: column-reverse;
    }

    .wp.form form {
        width: 100%;
    }

    .left img {
        width: 90%;
        border-radius: 0 10% 10% 0;
    }

    .right .card h4,
    .right .card ul,
    .right .card a {
        margin-right: auto;
        margin-left: 2.5rem;
        min-width: 220px;
    }
}

@media (min-width: 767px) and (max-width: 800px) {
    header>img {
        position: absolute;
        left: 0;
        width: 30% !important;
    }

    header {
        background-position: 40% 0 !important;
        /*background-size: 200%!important;*/
    }

    .banner a .bpc {
        display: none !important;
    }

    .banner a .movil {
        display: block !important;
    }

    .banIntegral {
        background-position: 70% 0;
    }

    .banSelecta {
        background-position: 70% 10%;
    }

    header img {
        /* margin: 5%!important;*/
    }

    header .wp .logo-avalian {
        width: 50%;
    }

    header .wp .copy {
        /*color: #00986b;
        margin-top: -40px; */
        transform: translateY(0%);
        transform: translateX(0%);
    }

    header .wp .copy h1 {
        /*  font-size: 30px;
        margin-bottom: 20px;
        margin-left: 10px; */
    }

    header .wp .copy p {
        font-size: 14px;
        margin-left: 10px;
    }

    .banner a img {
        position: relative;
        right: 0;
        width: 100%;
        display: block;
        max-width: 1400px;
        margin: auto;
    }

    .wp {
        padding: 0 40px
    }

    .wp.form {
        /*    padding-top: 10px;
        margin-bottom: 50px;
        margin-top: -300px; */
    }

    .wp.form form {
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
        position: static;
    }

    #plan-inteligente .docs .pc {
        margin-top: 65% !important;
        max-width: 170%;
        height: auto
    }

    #plan-inteligente .wpbox .mid {
        width: 100%;
    }

    #plan-inteligente .wpbox:nth-child(2) .mid.img {
        order: 0;
    }

    #plan-inteligente .wpbox.docs .mano_cel {
        display: none;
    }

    /*#plan-inteligente .wpbox .mid.img {display: none	}*/
    #plan-inteligente .wpbox .mid.img .imageCont {
        margin: 280px -120px auto !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont img {
        width: 150px;
        margin: -350px 0 0 250px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca {
        margin: -580px 80px !important
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca img {
        width: 150px;
        margin-left: 450px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior {
        margin: -580px 80px !important
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior img {
        width: 150px;
        margin-left: 450px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca .card {
        width: 100%;
        margin: 5px -45px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont .card {
        top: 170px;
        margin-bottom: -30%;
        margin-left: -8px
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior .card {
        width: 100%;
        margin: 5px -45px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta .card {
        width: 100%;
        margin: 1 -45px;
    }

    #plan-inteligente .wpbox .mid .copy.credIntegral {
        margin-top: 130px;
        margin-left: auto;
        margin-right: auto !important;
    }

    #plan-inteligente .wpbox .mid .copy.credSuperior {
        margin-top: 130px;
        margin-left: auto;
        margin-right: auto !important;
    }

    #plan-inteligente .wpbox .mid .copy.credCerca {
        margin-top: 130px;
        margin-left: auto;
        margin-right: auto !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta {
        margin: 100px -115px auto !important;
    }

    #plan-inteligente .wpbox .mid .copy.credSelecta {
        margin-top: -45px;
        margin-left: auto;
        margin-right: auto !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont .card p {
        font-size: 25px;
        font-weight: bold;
        width: 100%
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior .card p {
        font-size: 25px;
        font-weight: bold;
        width: 100%;
        margin-top: -10px !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca .card p {
        font-size: 25px;
        font-weight: bold;
        width: 100%;
        margin-top: -10px !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta .card p {
        font-size: 25px;
        font-weight: bold;
        width: 100%;
        margin-top: -10px !important;
    }

    /*#plan-inteligente .wpbox .mid .copy.credSuperior{margin-right: 15%; margin-left: 0%;}
	#plan-inteligente .wpbox .mid .credSuperior{margin-top: 150px;}
	#plan-inteligente .wpbox .mid .copy.credSelecta, #plan-inteligente .wpbox .mid .copy.credIntegral{margin: auto}
	#plan-inteligente .wpbox .mid .copy.credSuperior{margin-right: auto; margin-left: auto;}
	#plan-inteligente .wpbox .mid.img .imageCont img{width: 40%;margin: -60% 0 0 250px;}*/
    #plan-inteligente .wpbox .mid.img .imageCont.cerca img {
        width: 150px;
        margin: -150px 0 0 210px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior img {
        width: 150px;
        margin: -150px 0 0 210px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta img {
        width: 150px;
        margin: -150px 0 0 250px;
    }

    #plan-inteligente .wpbox .mid .copy.credIntegral h2,
    #plan-inteligente .wpbox .mid .copy.credSuperior h2,
    #plan-inteligente .wpbox .mid .copy.credSelecta h2,
    #plan-inteligente .wpbox .mid .copy.credCerca h2 {
        margin-left: 0 !important;
    }

    footer .wp .bottom .share {
        display: flex;
        /*align-items: left;
	padding: 0;*/
        text-align: left;

    }

    #plan-inteligente {
        max-width: 800px;
        width: 100%;
        padding: 180px 0;
    }

    header .container .form {
        padding-top: 0;
    }
}

@media (min-width: 540px) and (max-width: 800px) {
    #plan-inteligente {
        padding-bottom: 16rem;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .wp.form form button {
        /* transform: translate(23%, 59%);*/
    }

    #plan-inteligente {
        background: none;
    }
}

@media (min-width: 440px) {
    header {
        background-size: cover;
        margin: 0;
        /* background-image: url(../img/av_credenciales_encabezado_inv.png)!important; */
        background-position: 40% -100px !important;
        /* padding: 50px; */
        /* height: 100%;*/

    }
}

@media (min-width: 440px) and (max-width: 1570px) {
    header {
        padding: 0px;
    }
}

@media (min-width: 640px) {
    header .wp .copy h6 br {
        display: none;
    }
}

@media (max-width: 768px) {
    header .copy h6 {
        font-size: 20px;
        font-weight: 400;
    }
}

@media (max-width: 640px) {
    header {
        background-position: 40% 25% !important;
        background-size: cover !important;
    }

    header>img {
        position: absolute;
        left: 0;
        width: 50% !important;
    }

    .banner a .bpc {
        display: none !important;
    }

    .banner a .movil {
        display: block !important;
    }

    .banIntegral {
        background-position: 70% 20%;
    }

    .banSelecta {
        background-position: 70% 10%;
    }

    .banSuperior {
        background-position: 30% 20%;
    }

    .banCerca {
        background-position: 30% 20%;
    }

    header .wp .logo-avalian {
        width: 75%;
    }

    header .wp .copy {
        /*color: #00986b; */
        margin-top: 5%;
        transform: translateY(0%);
        transform: translateX(0%);
    }

    header .wp .copy h1 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-top: 15px;
    }

    header .wp .copy p {
        font-size: 14px;
        margin-left: 10px;
    }

    .banner a img {
        /*position: relative;
		right: 0;
		width: 75%;
	   	display: block;*/
        max-width: 600px;
        margin: auto;
    }

    .logo-avalian {
        width: 100%;
    }

    .banner a img {
        width: 200% !important;
        position: relative;
        right: 10px
    }

    .banSuperior a img {
        width: 200% !important;
        position: relative;
        right: 40%;
    }

    .banSuperior a .movil {
        display: block;
    }

    .banSuperior a .bpc {
        display: none;
    }

    .banCerca a img {
        width: 200% !important;
        position: relative;
        right: 40%;
    }

    .banCerca a .movil {
        display: block;
    }

    .banCerca a .bpc {
        display: none;
    }

    header {
        background-size: cover !important;
        margin: 0;
        /* background-image: url(../img/av_credenciales_encabezado_inv.png) !important; */
        background-position: 48% -199px !important;
    }

    header img {
        margin: 5%;
    }

    .img-fluid {
        max-width: 80%;
        height: auto;
    }

    header .wp {
        /*padding-top: 30px*/
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    header .wp .copy {
        padding: 0 20px 266px;
        color: #00986b;
        margin-top: -35px !important;
        max-width: 100%;
        margin-right: 5px;
        margin-left: 5px;
    }

    header .container .form {
        top: 150px;
        position: absolute;
    }

    header .wp .copy h1 {
        font-size: 0.8rem;
        margin-bottom: -2px;
        /* margin: auto; */
        max-width: 70%;
        color: #fff;
        /* margin: auto; */
        text-align: left;
        max-width: 100%;
        margin-left: 5px;

    }

    header .navbar .btn {
        border-radius: 50px !important;
        background-color: #8bdc65 !important;
        color: #fff !important;
        padding: 10px 30px !important;
        font-size: 12px !important;
        font-weight: bold !important;
        max-width: 100%;

    }

    header .wp .copy h6 {
        font-size: 0.9rem;
        margin: 0 auto;
        max-width: 100%;
        COLOR: #fff;
        text-align: left;
        margin: auto;
        font-weight: 400;
    }

    header .wp .copy p {
        font-size: 12px;
        margin-left: 10px;
    }

    .wp.form form .fieldset {
        padding: 20px
    }

    .wp.form form {
        height: 100%;
    }

    .wp.form form button {
        /* transform: translate(40%, 50%);
        padding: 0 15%;*/
        margin: auto;
        /* left: -11%;*/
        top: 81%;
        width: 90%;
        position: relative;
        top: 20px;
        transform: translate(0, 0);
        text-align: center;
    }

    .wp {
        padding: 0 40px
    }

    .wp.form {

        /* margin-bottom: 250px;*/

    }

    .wp.form form {
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
        position: static;

    }

    #plan-inteligente {
        max-width: 600px;
        width: 100%;
    }

    #plan-inteligente .wpbox .mid .copy.credIntegral ul li:before {
        padding-bottom: 0 !important
    }

    #plan-inteligente .wp .docs {
        max-width: 600px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont .card {
        padding: 5px;
        transform: translateY(-15%);
    }

    #plan-inteligente .wpbox .mid .copy {
        padding: 30px 30px;
    }

    #plan-inteligente .wpbox .mid .copy h2 {
        font-size: 24px
    }

    #plan-inteligente .wpbox .mid {
        width: 100%;
    }

    #plan-inteligente .wpbox:nth-child(2) .mid.img {
        order: 0;
    }

    #plan-inteligente .wpbox.docs .mano_cel {
        display: none;
    }

    /*#plan-inteligente .wpbox .mid.img {display: none	}*/
    #plan-inteligente .wpbox .mid.img .imageCont {
        margin: 400px -215px auto !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont h1 {
        line-height: 10px !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont img {
        width: 150px;
        margin-top: -390px !important;
        margin-bottom: -40px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior {
        margin: -615px -5px !important
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior img {
        width: 150px;
        margin-left: 200px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca {
        margin: -580px -5px !important
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca img {
        width: 150px;
        margin-left: 200px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta {
        margin: 190px -215px auto !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta img {
        width: 150px;
        margin-top: -200px !important;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta .card {
        width: 80%;
        top: -10px
    }

    #plan-inteligente .wpbox .mid.img .imageCont.selecta .card p {
        font-size: 25px;
        font-weight: 100 !important;
        width: 100%;
    }

    #plan-inteligente .wpbox .mid.img .imageCont .card {
        top: -20px;
        margin-bottom: -45%;
        margin-left: -20px
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior .card {
        width: 100%;
        margin: 0 -70px;
        top: -10px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.superior .card p {
        font-size: 25px;
        font-weight: 100 !important;
        width: 100%
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca .card {
        width: 100%;
        margin: 0 -70px;
        top: -10px;
    }

    #plan-inteligente .wpbox .mid.img .imageCont.cerca .card p {
        font-size: 25px;
        font-weight: 100 !important;
        width: 100%
    }

    #plan-inteligente .wpbox .mid.img .imageCont .card h1 {
        font-size: 30px;
        font-weight: bold;
    }

    #plan-inteligente .wpbox .mid.img .imageCont .card p {
        font-size: 25px;
        font-weight: 100 !important;
        width: 100%
    }

    #plan-inteligente .wpbox .mid .credSuperior {
        margin-top: 180px !important;
    }

    #plan-inteligente .wpbox .mid .credCerca {
        margin-top: 180px !important;
    }

    #plan-inteligente .wpbox .mid .copy.credSelecta,
    #plan-inteligente .wpbox .mid .copy.credIntegral {
        margin-left: 0%
    }

    #plan-inteligente .wpbox .mid .copy.credIntegral {
        margin-top: 200px;
    }

    #plan-inteligente .wpbox .mid .copy.credSelecta {
        margin-top: -30px;
    }

    #plan-inteligente .wpbox .mid .copy.credSuperior {
        margin-right: 15%;
        margin-left: 0%;
        margin-top: 120px !important;
    }

    #plan-inteligente .wpbox .mid .copy.credCerca {
        margin-right: 15%;
        margin-left: 0%;
        margin-top: 120px !important;
    }

    .linea {
        margin-top: -70px !important;
    }

    #plan-inteligente .wpbox .mid .copy.credIntegral h2,
    #plan-inteligente .wpbox .mid .copy.credSuperior h2,
    #plan-inteligente .wpbox .mid .copy.credSelecta h2,
    #plan-inteligente .wpbox .mid .copy.credCerca h2 {
        margin-left: 0 !important;
    }

    #plan-inteligente .wp.sp .docs {
        padding: 0px 0 0 30px !important;
        /* padding: 80px 0 0 20px!important; */
        width: 100%;
        max-width: 100%;
    }

    footer .wp .bottom .share {
        display: flex;
        align-items: left;
        padding: 0;
        text-align: left;
    }

    .linea {
        max-width: 500px;
    }

    footer {
        padding: 60px 0 10px;
        max-width: 600;
        width: 100%;
        margin: 0 !important
    }

    footer .wp {
        /*padding-left: 0px;
        margin-left: 0px;*/
    }

    footer .wp .bottom {
        text-align: center;
        padding-left: 0px;
        margin-left: 0px;
    }

    footer .wp .bottom .phone span {
        display: block;
        margin-top: 10px
    }

    footer .wp .bottom .share {
        width: 100%;
        padding-top: 40px;
        justify-content: left;
    }

    footer .wp .bottom {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    footer .wp .row .bottom {
        /* margin-left: -60px;*/
    }

    .wp.sp {
        padding: 0;
        max-width: 100%;
    }

    .fluid {
        margin-top: 15rem;
        padding: 0;
    }

    #plan-inteligente .row.docs .col-left {
        padding-top: 0;
    }

    #plan-inteligente .docs .col .card.first {
        background-color: #8bdc65;
        margin-bottom: 52px;
    }

    .left .card.text {
        padding-left: 50px !important;
    }

    .right .card ul {
        padding-left: 15px;
    }
}

@media (min-width: 448px) and (max-width:640px) {
    header .wp .copy h6 {
        font-size: 18px;
        margin: 0 auto;
        max-width: 100%;
        COLOR: #fff;
        text-align: left;
        margin: auto;
        font-weight: 400;
    }

    header .container .form {
        top: 250px;
    }

    header .wp .copy h1 {
        font-size: 0.9rem;
    }
}

@media (min-width: 640px) and (max-width:768px) {
    header .copy {
        color: #FFF;
        margin-top: 95px;
        margin-left: 15px;
        transform: translateY(70%);
    }

    .wp.form form {
        width: 100%;
        top: 5rem;
        right: auto;
        left: auto;
    }

    header {
        background-size: cover;
        margin: 0;
        /* background-image: url(../img/av_credenciales_encabezado_inv.png) !important; */
        background-position: 50% -275px !important;
        /* padding: 50px; */
        /* height: 100%; */
    }
}

/*LOADING*/

#localidades .lds-ring {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 26px;
    right: 0;
    top: 3px;
    z-index: 1;
    background-color: #FFF;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 6px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #e1e1e1 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

::-webkit-input-placeholder {
    /* Edge */
    color: #9C9C9C !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9C9C9C !important;
    opacity: 1;
}

::placeholder {
    color: #9C9C9C !important;
    opacity: 1;
}

/* ACA ARRANCA */

    header {
      width: 100%;
      background-color: transparent;
      padding-top: 32px;
      z-index: 10000;
      position: static;
    }

    .navbar {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 8px 80px;
    }

    .logo_imagen {
      max-width: 100%;
      height: auto;
      width: 180px;
    }

    @media screen and (max-width: 768px) {
      .navbar {
        padding: 8px 20px;
      }

      .logo_imagen {
        width: 110px;
        padding-left: 0;
      }
    }

.beneficios {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(48px, 6vw, 100px) clamp(16px, 3vw, 24px);
}

.beneficios__header {
    text-align: center;
    margin-bottom: clamp(20px, 3vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.beneficios__eyebrow {
    display: inline-block;
    color: #01956b;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: clamp(12px, 1.4vw, 14px);
}

.beneficios__title {
    margin: 8px 0 8px;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.2;
    color: #111;
    font-weight: 500;
}

.beneficios__subtitle {
    color: #6b7280;
    font-size: clamp(14px, 1.9vw, 16px);
    margin: 0 auto;
    max-width: 720px;
}

.beneficios__grid {
    margin-top: clamp(20px, 3vw, 28px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(12px, 2vw, 18px);
}

@media (max-width: 1280px) {
    .beneficios__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {
    .beneficios__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .beneficios__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.beneficio-card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 24px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 1.5vw, 12px);
    min-height: 170px;
}

.beneficio-card__topline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #01956b;
    opacity: 0.9;
}

.beneficio-card__img {
    width: clamp(36px, 4vw, 52px);
    height: auto;
    display: block;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.beneficio-card__title {
    color: #01956b;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 700;
    margin: 2px 0 6px;
    text-align: center;
}

.beneficio-card__desc {
    color: #6b7280;
    font-size: clamp(14px, 1.9vw, 15px);
    line-height: 1.45;
    margin: 0;
    text-align: center;
    max-width: 34ch;
}

@media (hover: hover) and (pointer: fine) {
    .beneficio-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
        background: linear-gradient(180deg, #8bdc65 0%, #008b54 100%);
    }

    .beneficio-card:hover .beneficio-card__topline {
        background: transparent;
    }

    .beneficio-card:hover .beneficio-card__title,
    .beneficio-card:hover .beneficio-card__desc {
        color: #fff;
    }

    .beneficio-card:hover .beneficio-card__img {
        filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
        transform: translateY(-1px);
    }
}

@media (prefers-reduced-motion: reduce) {

    .beneficio-card,
    .beneficio-card__img {
        transition: none;
    }
}

@media (max-width: 640px) {
    .beneficios {
        padding: 40px 14px;
    }

    .beneficio-card {
        padding: 20px 18px;
    }
}

.banner-sumas-plan {
    width: 100%;
    background-image: url("../img/planjoven_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 476px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.banner__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.banner__title-image {
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
}

.banner__subtitle {
    margin: 0;
    color: #e9f7f0;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.4;
    max-width: 640px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px 14px 22px;
    background: #67e08f;
    color: #6300F3;
    border-radius: 15px;
    font-weight: 800;
    font-size: clamp(14px, 1.5vw, 18px);
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    position: relative;
}

.banner__cta::after {
    content: "→";
    font-weight: 900;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

.banner__cta:hover {
    background: #57c980;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.banner__cta:hover::after {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1100px) {
    .banner-sumas-plan {
        background-position: center right -80px;
    }
}

@media (max-width: 900px) {
    .banner-sumas-plan {
        min-height: 420px;
        background-position: center;
    }

    .banner__inner {
        padding: 40px 24px;
        align-items: flex-start;
    }

    .banner__title-image {
        width: min(560px, 92%);
    }
}

@media (max-width: 640px) {
    .banner-sumas-plan {
        min-height: 400px;
    }

    .banner__inner {
        padding: 34px 24px;
        gap: 14px;
    }

    .banner__title-image {
        width: 92%;
    }

    .banner__subtitle {
        max-width: 90%;
    }

    .banner__cta {
        width: auto;
        padding: 14px 20px;
    }
}


.banner-sumas-plan {
    width: 100%;
    background-image: url("./../img/planjoven_banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 476px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.banner__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.banner__title-image {
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
}

.banner__subtitle {
    margin: 0;
    color: #e9f7f0;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.4;
    max-width: 640px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px 14px 22px;
    background: #67e08f;
    color: #0b3b25;
    border-radius: 15px;
    font-weight: 800;
    font-size: clamp(14px, 1.5vw, 18px);
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    position: relative;
    color: #6300F3;
}

.banner__cta::after {
    content: "→";
    font-weight: 900;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

.banner__cta:hover {
    background: #57c980;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.banner__cta:hover::after {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1100px) {
    .banner-sumas-plan {
        background-position: center right -80px;
    }
}

@media (max-width: 900px) {
    .banner-sumas-plan {
        min-height: 420px;
        background-position: center;
    }

    .banner__inner {
        padding: 40px 24px;
        align-items: flex-start;
    }

    .banner__title-image {
        width: min(560px, 92%);
    }
}

@media (max-width: 640px) {
    .banner-sumas-plan {
        min-height: 400px;
        background-position: 66%;
    }

    .banner__inner {
        padding: 34px 24px;
        gap: 14px;
    }

    .banner__title-image {
        width: 92%;
    }

    .banner__subtitle {
        max-width: 90%;
    }

    .banner__cta {
        width: auto;
        padding: 14px 20px;
    }
}

/* Laptops medianas */
@media (max-width: 1200px) {
    .hero-img {
        width: clamp(200px, 38vw, 400px);
    }
}

/* Tablet */
@media (max-width: 992px) {
    .hero-subcontainer .first-column {
        width: 50%;
        padding: 0 16px;
        gap: 14px;
    }

    .hero-subcontainer .second-column {
        width: 50%;
        padding: 0 16px;
    }

    .hero-img {
        width: clamp(200px, 42vw, 360px);
    }
}

/* Mobile */
@media (max-width: 768px) {

    .hero-subcontainer .first-column,
    .hero-subcontainer .second-column {
        width: 100%;
        padding: 0 16px;
    }

    .hero-subcontainer .first-column {
        align-items: center;
    }

    .hero-img {
        width: clamp(200px, 82vw, 360px);
    }
}

@media (max-width: 480px) {
    .hero-container {
        padding: 20px 0 32px;
    }

    .hero-img {
        width: clamp(180px, 86vw, 320px);
    }
}


.hero-container {
    width: 100%;
    max-width: 2400px;
    height: 80vh;
    min-height: 600px;
    max-height: 1200px;
    padding: 60px 0;
    background-image: url("../img/planjoven_hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: -110px;
}

.hero-container .hero-subcontainer {
    width: 1400px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 120px 0px 40px 0px;
}

.hero-subcontainer .first-column {
    width: 45%;
    padding: 0 24px 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}

.hero-subcontainer .second-column {
    width: 55%;
    padding: 0 8px 0 24px;
}

.hero-img {
    width: clamp(200px, 36vw, 420px);
    height: auto;
    max-width: 100%;
    display: block;
}

/* -------- Breakpoints -------- */

/* Laptops medianas */
@media (max-width: 1200px) {
    .hero-container .hero-subcontainer {
        gap: 20px;
    }

    .hero-img {
        width: clamp(200px, 38vw, 400px);
    }
}

/* Tablet */
@media (max-width: 992px) {
    .hero-subcontainer .first-column {
        width: 50%;
        padding: 0 16px;
        gap: 14px;
    }

    .hero-subcontainer .second-column {
        width: 50%;
        padding: 0 16px;
    }

    .hero-img {
        width: clamp(200px, 42vw, 360px);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-container {
        height: auto;
        min-height: unset;
        max-height: unset;
        padding: 28px 0 40px;
        /* background-image: url("/hero_backgrounds/plan_joven_hsb_mob.png"); */
    }

    .hero-container .hero-subcontainer {
        flex-wrap: wrap;
        gap: 16px;
    }

    .hero-subcontainer .first-column,
    .hero-subcontainer .second-column {
        width: 100%;
        padding: 0 16px;
    }

    .hero-subcontainer .first-column {
        align-items: center;
    }

    .hero-img {
        width: clamp(200px, 82vw, 360px);
    }
}

@media (max-width: 480px) {
    .hero-container {
        padding: 20px 0 32px;
    }

    .hero-img {
        width: clamp(180px, 86vw, 320px);
    }
}