.splash {
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
}
.splash__title {
    text-align: center;
    color: #FFFFFF;
    font: normal normal normal 26px/30px Avenir-Black;
}
.splash__logo {
    width: 100px;
    height: auto;
    position: absolute;
    left: -2px;
    top: 0;
}
.splash__content {
    text-align: center;
}

.slider {
    position: relative;
    margin-top: 95px;
}
.slider__item {
    display: none;
}
.slider__item.active {
    display: block;
}.slider__item__content {
    background-color: #0068A1;
}
.slider__item__content {
    background-image: url('../img/slider/bg.jpg');
    height: 300px;
}
.slider__header {
    padding: 50px 20px;
    padding-bottom: 20px;
}
.slider__logo_membresia {
    width: 200px;
}
.slider__exclusivo {
    color: #0068A1;
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
}
.slider__arrow {
    top: 450px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.slider__arrow.left {
    left: 20px;
}
.slider__arrow.right {
    right: 20px;
}
.slider__arrow img {
    width: 20px;
}
.slider__title {
    color: #A5D9E6;
    width: 300px;
    margin: auto;
    font-size: 37px;
    text-align: center;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Avenir-Black;
}
.slider__txt {
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 220px;
    margin: auto;
    line-height: 30px;
}
.slider__content {
    position: relative;
}
.slider__beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.slider__beneficios__item {
    width: 128px;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 34px;
}
.slider__beneficios__item:last-child {
    margin-bottom: 20px;
}
.slider__beneficios__item img {
    height: 50px;
    margin-bottom: 10px;
}
.slider__beneficios__item p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.slider__item__terms {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-bottom: 50px;
}
.slider__bullets {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.slider__bullet {
    width: 22px;
    height: 22px;
    border: 2px solid #203C81;
    border-radius: 50%;
    margin: 0 6px;
}
.slider__bullet.selected {
    background-color: #203C81;
}
#btnSliderLeft {
    display: none;
}
.slider__terms {
    text-align: center;
    color: #fff;
    font-family: Avenir-Black;
    font-size: 18px;
}
.slider__domicilia {
    text-align: center;
}
.slider__domicilia img {
    width: 300px;
}
.slider__item.slide2 .slider__item__terms {
    margin-top: 20px;
    padding-bottom: 30px;
}
.slider__corner {
    top: 0;
    right: 0;
    position: absolute;
    width: 100px;
}
.img__top {
    background-image: url("../img/top-mob.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 109px;
}
.img__plus {
    background-image: url("../img/plus-mob.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 151px;
}

.benefits {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #F6F6F6;
}
.benefits__title {
    font-size: 25px;
    line-height: 25px;
    font-family: Avenir-Black;
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
    color: #202020;
    color: #203C81;
}
.benefits__subtitle {
    font-family: Avenir-Black;
    font-size: 25px;
    text-align: center;
    color: #203C81;
    margin-bottom: 30px;
}
.benefits__txt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}
.benefits__txt span {
    color: #203C81;
    font-family: Avenir-Black;
}
.benefits__list {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px;
}
.benefits__item {
    position: relative;
    background-image: url('../img/beneficios/asesoria_medica.jpg');
    background-position: -70px center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 145px;
    height: 240px;
    border-radius: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}
.benefits__item__title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(32, 60, 129, 0.6), rgba(16, 52, 107, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px;
    padding-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    min-height: 96px;
}
.benefits__item__title h3 {
    color: #fff;
    font-size: 18px;
    margin-left: 3px;
    font-family: Avenir-Book;
    font-weight: normal;
}
.benefits__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #203C81;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 8px;
}
.benefits__item__icon img {
    width: 18px;
}
.benefits__item__desc {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    background: linear-gradient(135deg, rgba(32, 60, 129, 0.6), rgba(16, 52, 107, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 14px;
    z-index: 2;
}
.benefits__item__desc p {
    margin-bottom: 20px;
    font-size: 12px;
}
.benefits__item__desc .nopad {
    margin-bottom: 0;
}

.benefits__item__topcorner {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    z-index: 1;
}
.benefits__item__bottomcorner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    z-index: 1;
}
.benefits__item__dots {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 80px;
    z-index: 2;
}
.benefits__item__box {
    position: absolute;
    top: 10px;
    left: 8px;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 90%;
    height: 92%;
    z-index: 3;
}
.benefits__item__tube {
    top: 0;
    left: 0;
    width: 100%;
}

.benefits__item.active .benefits__item__title {
    display: none;
}
.benefits__item.active .benefits__item__desc {
    display: block;
}

.benefits__item.nutricional {
    background-image: url('../img/beneficios/orientacion_nutricional.jpg');
    background-position: -200px -25px;
}
.benefits__item.psicologica {
    background-image: url('../img/beneficios/orientacion_psicologica.jpg');
    background-position: -190px -25px;
}
.benefits__item.ambulancia {
    background-image: url('../img/beneficios/ambulancia.jpg');
    background-position: -110px -25px;
}
.benefits__item.especialista {
    background-image: url('../img/beneficios/medico_especialista.jpg');
    background-position: -85px 0px;
}
.benefits__item.referencias {
    background-image: url('../img/beneficios/referencia_medica.jpg');
    background-position: -70px 0px;
}
.benefits__item.medico {
    background-image: url('../img/beneficios/medico_domicilio.jpg');
    background-position: -150px 0px;
}
.benefits__item.dental {
    background-image: url('../img/beneficios/consulta_dental.jpg');
    background-position: -80px 0px;
}
.benefits__item.limpieza {
    background-image: url('../img/beneficios/limpieza_dental.jpg');
    background-position: -100px 0px;
}
.benefits__item.checkup {
    background-image: url('../img/beneficios/check_up.jpg');
    background-position: -190px -10px;
}
.benefits__item.veterinaria {
    background-image: url('../img/beneficios/orientacion_veterinaria.jpg');
    background-position: -112px -10px;
}
.benefits__item.sanitizacion {
    background-image: url('../img/beneficios/sanitizacion_hogar.jpg');
    background-position: -100px -10px;
}
.benefits__item.funeraria {
    background-image: url('../img/beneficios/asistencia_funeraria.jpg');
    background-position: -120px -10px;
}
.benefits__item.descuentos {
    background-image: url('../img/beneficios/descuentos_laboratorios.jpg');
    background-position: -50px -10px;
}
.benefits__item.red {
    background-image: url('../img/beneficios/red_descuentos.jpg');
    background-position: -100px -10px;
}

.benefits__link {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 88px;
    padding: 6px 0;
    border-radius: 20px;
    color: #046FB7;
    font-family: Avenir-Black;
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}
.benefits__link img {
    width: 8px;
    margin-left: 10px;
}

.benefits__category {
    width: 310px;
    margin: auto;
    margin-bottom: 20px;
}
.benefits__category__btn {
    display: flex;
    justify-content: space-between;
    background-color: #0067A0;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}
.benefits__category__btn img {
    width: 16px;
}
.benefits__category__list {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px;
    padding-top: 15px;
}
.benefits__category.open .benefits__category__btn {
    background-color: #203C81;
}
.benefits__category.open .benefits__category__btn img {
    transform: rotate(45deg);
}
.benefits__category.open {
    border: 1px solid #0067A0;
    border-radius: 10px;
}
.benefits__category.open .benefits__category__list {
    display: flex;
}

.steps {
    background-color: #0069a2;
    padding: 35px 10px;
}
.steps__title {
    color: #fff;
    text-align: center;
    width: 230px;
    margin: auto;
    font-size: 26px;
    font-family: Avenir-Black;
    margin-bottom: 30px;
}
.steps__content {
    display: flex;
    width: 290px;
}
.steps__txt {
    color: #FFB71B;
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 20px;
}
.steps__item {
    position: relative;
    margin-bottom: 32px;
    width: 100%;
}
.steps__item img {
    width: 60px;
    height: 60px;
}
.steps__item::after {
    content: "";
    width: 3px;
    height: 30px;
    background-color: #A5D9E6;
    position: absolute;
    top: 60px; 
    left: 50%; 
    transform: translate(-50%);
}
.steps__arrow {
    position: absolute;
    bottom: 6px;
    left: 50%; 
    transform: translate(-50%);
}
.steps__arrow::before {
    content: "";
    width: 3px;
    height: 15px;
    background-color: #A5D9E6;
    position: absolute;
    top: 22px;
    left: -6px; 
    transform: rotate(135deg);
}
.steps__arrow::after {
    content: "";
    width: 3px;
    height: 15px;
    background-color: #A5D9E6;
    position: absolute;
    top: 22px;
    left: 2px; 
    transform: rotate(45deg);
}

.steps__item.dos {
    margin-bottom: 135px;
}
.steps__item.dos::after {
    height: 136px;
}
.steps__item.dos .steps__arrow {
    bottom: -98px;
}

.steps__item.tres {
    margin-bottom: 83px;
}
.steps__item.tres::after {
    height: 84px;
}
.steps__item.tres .steps__arrow {
    bottom: -45px;
}
.steps__item.cuatro::after {
    height: 0;
}

.steps__right {
    margin-left: 20px;
}
.steps__desc {
    margin-bottom: 30px;
}
.steps__desc__number {
    font-family: Avenir-Black;
    color: #A5D9E6;
    font-size: 28px;
}
.steps__desc p {
    color: #fff;
}
.steps__desc p span {
    color: #A5D9E6;
}
.steps__desc a {
    color: #A5D9E6;;
}
.steps__img {
    display: none;
}

.mantente {
    background-color: #A5D9E6;
}
.mantente__content {
    padding-top: 50px;
}
.mantente__left {
    margin-bottom: 40px;
}
.mantente__title {
    font-size: 34px;
    line-height: 51px;
    font-family: Avenir-Black;
    text-align: center;
    color: #0068A1;
    margin-bottom: 20px;
}
.mantente__title img {
    width: 180px;
    margin-top: 10px;
}
.mantente__logo {
    text-align: center;
    margin-bottom: 30px;
}

.mantente__text p {
    font-size: 18px;
    line-height: 25px;
    font-family: Avenir-Roman;
    text-align: center;
    color: #0068A1;
    margin: 0 20px;
    margin-bottom: 30px;
}
.mantente__text span {
    color: #0068A1;
    font-family: Avenir-Black;
}

.mantente__frm {
    width: 92%;
    margin: auto;
}
.mantente__frm:hover .mantente__btn {
    background-color: #10457D;
}
.mantente__input {
    width: 100%;
    border: 4px solid #0068A1;
    padding: 12px 18px;
    color: #555555;
    font-family: Avenir-Roman;
    font-size: 14px;
    border-radius: 6px 6px 0px 0px;
    outline: 0;
}
.mantente__input.has-error {
    border: 4px solid red;
}
.mantente__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0068A1;
    padding: 10px 7px 7px 7px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: Avenir-Medium;
    text-decoration: none;
    border-radius: 0px 0px 6px 6px;
    cursor: pointer;
    border: 4px solid #0068A1;
    border-top: 0;
    position: relative;
    transition: .4s all ease;
}
.mantente__btn:hover {
    background-color: #10457D;
}
.mantente__msg {
    display: none;
    font-family: Avenir-Roman;
    font-size: 16px;
    line-height: 22px;
    color: #10457D;
    text-align: left;
    padding: 3px 0;
}
.mantente__cover {
    text-align: center;
}
.mantente__cover img {
    width: 280px;
    vertical-align: bottom;
}

.plan__item {
    border-radius: 6px;
    padding: 10px 2px 10px 2px;
    width: 260px;
    cursor: pointer;
    margin: auto;
    color: #fff;
    margin-bottom: 30px;
}
.plan__item.basico {
    background-image: url('../img/bg_basico.jpg');
    background-size: cover;
}
.plan__item.completo {
    background-image: url('../img/bg_completo.jpg');
    background-size: cover;
}

.plan__item__text {
    font-size: 22px;
    line-height: 20px;
    font-family: Avenir-Medium;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.plan__item__amount {
    font-size: 42px;
    line-height: 22px;
    font-family: Avenir-Black;
    text-align: center;
    margin: 3px 0px 3px 0px;
    margin-bottom: 16px;
}
.plan__item__amount span {
    font-size: 18px;
}
.plan__item__btn {
    display: block;
    background-color: #fff;
    width: 180px;
    color: #0068A1;
    padding: 8px 0;
    text-align: center;
    margin: auto;
    border-radius: 6px;
    font-size: 15px;
    padding-top: 12px;
}
.plan__item__btn:hover {
    background-color: #203C81;
    color: #fff;
}
.plan__text {
    font-family: Avenir-Book;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #202020;
    width: 230px;
    margin: auto;
    margin-bottom: 8px;
}

.plan {
    padding-top: 70px;
    background-color: #F6F6F6;
}
.plan__left {
    margin-bottom: 30px;
}
.plan__note {
    font-size: 12px;
    line-height: 16px;
    font-family: Avenir-Roman;
    text-align: center;
    padding: 10px 0px 32px 0px;
}
.plan__title {
    font-family: Avenir-Black;
    font-size: 30px;
    text-align: center;
    color: #203C81;
    margin-bottom: 20px;
}
.plan__subtext {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.plan__cover {
    display: none;
}
.plan__cover img {
    width: 280px;
}
.plan__item.familiar {
    background-color: #FF9C1B;
    color: #10457D;
}
.plan__item.individual {
    background-color: #FFB71B;
    color: #10457D;
}
.plan__item.familiar_plus {
    background-color: #12559C;
    color: #fff;
}
.plan__cover .desktop {
    display: none;
}

.individual__plus {
    display: none;
}

.faq {
    padding-top: 95px;
}
.faq__note {
    color: #202020;
    text-align: center;
    font-size: 20px;
    font-family: Avenir-Book;
    margin: 0;
    margin-bottom: 8px;
}
.faq__title {
    font-family: Avenir-Black;
    font-size: 30px;
    text-align: center;
    color: #203C81;
    width: 320px;
    margin: auto;
    margin-bottom: 40px;
}
.faq__content {
    margin: 0 10px;
}
.faq__question {
    background-color: #0067A0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #fff;
    padding: 15px 20px;
    min-height: 70px;
    border-radius: 8px;
    margin-bottom: 22px;
}
.faq__question.active {
    background-color: #203C81;
}
.faq__question img {
    width: 16px;
}
.faq__question.active .plus {
    display: none;
}
.faq__question.active .minus {
    display: block;
}
.faq__question .minus {
    display: none;
}
.faq__question.grey {
    background-color: #DCDCDC;
    color: #202020;
}
.faq__question p {
    text-align: left;
    font-family: Avenir-Roman;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.faq__question.active img {
    transform: rotate(180deg);
}
.faq__answer {
    display: none;
    background-color: #F6F6F6;
    padding: 15px 20px;
    border: 1px #0067A0 solid;
    transition: .5s all ease;
    margin-top: -30px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 22px;
}
.faq__answer p {
    color: #202020;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.faq__answer a {
    color: #12559C;
}

.popup__img__ticket {
    width: 80%;
    margin-top: 10px;
}

.providers {
    background-color: #F6F6F6;
    padding: 40px 10px;
}
.providers__row {
    border-radius: 12px;
    max-width: 980px;
    margin: auto;
    background: url(../img/bg_red2.jpg);
}
.providers__info {
    border-radius: 12px;
}
.providers__cover {
    background: url(../img/doctores-proveedores.png) top no-repeat;
    background-size: 100%;
    height: 150px;
    max-width: 450px;
    margin: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.providers__info{
    padding: 20px 15px 0px 15px;
}
.providers__info h2{
    color: #FFFFFF;
    font-family: Avenir-Black;
    line-height: 38px;
    font-size: 28px;
    margin: 0;
    text-align: center;
}
.providers__cta{
    max-width: 320px;
    background-color: #1E2648;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 26px auto 0;
    color: #FFFFFF;
    font-size: 18px;
    height: 44px;
    padding: 0px 3px;
}

.asistencia__form {
   padding-top: 100px; 
}

.desktop{
    display: none;
}

.mobile{
    display: block;
}

@media screen and (min-width: 360px) {

    .slider__title {
        font-size: 37px;
    }
    .slider__txt {
        font-size: 24px;
        width: 310px;
        margin-bottom: 35px;
    }
    .slider__beneficios__item {
        width: 140px;
    }
    .slider__beneficios__item p {
        font-size: 20px;   
    }
    .slider__beneficios__item img {
        height: 66px;
    }
    .slider__item__terms {
        font-size: 20px;
        margin-top: 25px;
    }

    .benefits__txt {
        font-size: 18px;
        width: 300px;
        margin: auto;
        margin-bottom: 40px;
    }
    .benefits__list {
        margin: 0 15px;
    }
    .benefits__item {
        width: 160px;
    }
    .benefits__item__icon {
        width: 32px;
        height: 32px;
        right: 10px;
    }
    .benefits__item__icon.farmacia img {
        width: 17px;
    }
    .benefits__item__icon.medico img,
    .benefits__item__icon.especialista img {
        width: 16px;
    }
    .benefits__item__icon.cine img {
        width: 17px;
    }
    .benefits__category {
        width: 340px;
    }

    .steps {
        padding: 30px 0;
    }
    .steps__content {
        width: 320px;
        margin: auto;
    }
    .steps__item {
        margin-bottom: 22px;
    }
    .steps__item::after {
        top: 68px;
        height: 26px;
    }
    .steps__item img {
        width: 70px;
        height: 70px;
    }
    .steps__arrow {
        bottom: 14px;
    }

    .steps__item.dos {
        margin-bottom: 108px;
    }
    .steps__item.dos::after {
        height: 108px;
    }
    .steps__item.dos .steps__arrow {
        bottom: -70px;
    }
    .steps__item.tres {
        margin-bottom: 74px;
    }
    .steps__item.tres::after {
        height: 77px;
    }
    .steps__item.tres .steps__arrow {
        bottom: -38px;
    }

    .mantente__content {
        padding-top: 60px;
    }
    .mantente__logo {
        margin-bottom: 40px;
    }
    .mantente__input {
        font-size: 16px;
    }
    .mantente__cover img {
        width: 320px;
        vertical-align: bottom;
    }

    .plan__title {
        width: 260px;
        margin: auto;
        margin-bottom: 20px;
    }
    .plan__cover img {
        width: 320px;
    }
    .plan__item {
        width: 300px;
        padding-bottom: 16px;
    }

    .asistencia__cover {
        background-position: -60px -10px;
        background-size: 110%;
        height: 320px;
    }
    .benefits__item.veterinaria {
        background-position: -105px -10px;
    }
}

@media screen and (min-width: 390px) {

    .img__top {
        height: 121px;
    }
    .img__plus {
        height: 167px;
    }
}

@media screen and (min-width: 500px) {

    .img__top {
        height: 145px;
    }
    .img__plus {
        height: 200px;
    }
}

@media screen and (min-width: 500px) {

    .slider__img {
        width: 400px;
    }
    .benefits__list {
        justify-content: center;
    }
    .benefits__item {
        width: 180px;
        height: 260px;
        margin: 0 8px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .benefits__item__icon {
        width: 37px;
        height: 37px;
    }
    .benefits__item__title h3 {
        margin-left: 10px;
    }
    .benefits__item__desc {
        padding: 25px;
    }
    .benefits__item__desc p {
        font-size: 14px;
    }
    .benefits__item {
        background-position: -90px center;
    }
    .benefits__item__box {
        left: 9px;
        height: 93%;
        border-radius: 18px;
    }
    .benefits__item__topcorner,
    .benefits__item__bottomcorner {
        width: 40px;
    }
    .benefits__item__dots {
        width: 100px;
    }
    .benefits__item.farmacia {
        background-position: -140px -25px;
    }
    .benefits__item.ambulancia {
        background-position: -118px 0px;
    }
    .benefits__item.membresias {
        background-position: -106px 0px;
    }
    .benefits__item.dental {
        background-position: -90px 0px;
    }
    .benefits__category {
        width: 420px;
    }

    .steps {
        padding: 50px 0;
    }
    .steps__title {
        font-size: 36px;
        width: 330px;
        margin-bottom: 50px;
    }
    .steps__content {
        width: 420px;
    }
    .steps__desc__number {
        font-size: 32px;
    }
    .steps__desc p {
        font-size: 16px;
    }
    .steps__txt {
        font-size: 18px;
    }
    .steps__right {
        margin-left: 25px;
    }
    
    .steps__item {
        margin-bottom: 20px;
    }
    .steps__item::after {
        top: 78px;
        height: 22px;
    }
    .steps__item img {
        width: 80px;
        height: 80px;
    }
    .steps__arrow {
        bottom: 16px;
    }

    .steps__item.dos {
        margin-bottom: 94px;
    }
    .steps__item.dos::after {
        height: 96px;
    }
    .steps__item.dos .steps__arrow {
        bottom: -57px;
    }
    .steps__item.tres {
        margin-bottom: 58px;
    }
    .steps__item.tres::after {
        height: 60px;
    }
    .steps__item.tres .steps__arrow {
        bottom: -22px;
    }

    .mantente__left {
        width: 480px;
        margin: auto;    
        margin-bottom: 50px;
    }
    .mantente__title {
        width: 330px;
        font-size: 36px;
        margin: auto;
        margin-bottom: 22px;
    }
    .mantente__logo img {
        width: 230px;
    }
    .mantente__cover img {
        width: 400px;
        vertical-align: bottom;
    }

    .plan__title {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .plan__subtext {
        font-size: 18px;
    }
    .plan__list {
        width: 92%;
        max-width: 500px;
        margin: auto;
    }
    .plan__item__text {
        font-size: 26px;
    }
    .plan__item__amount {
        font-size: 48px;
    }
    .plan__note {
        font-size: 14px;
        margin-top: 12px;
    }

    .faq__content {
        margin: 0 30px;
    }
    .faq__question p {
        font-size: 18px;
    }

    .asistencia__frm__content {
        width: 400px;
    }
    .asistencia__cover {
        background-size: 300px;
        background-position: center;
        height: 400px;
    }

    .asistencia__frm__title {
        width: 400px;
    }
    .asistencia__frm__input,
    .asistencia__frm__textarea {
        font-size: 15px;
    }
    .asistencia__frm__btn {
        font-size: 15px;
    }
    .asistencia__frm__note br {
        display: none;
    }

}

@media screen and (min-width: 768px) {

    .slider__logo_membresia {
        width: 220px;
    }
    .slider__exclusivo {
        font-size: 20px;
    }
    .slider__title {
        width: 100%;
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .slider__txt {
        font-size: 26px;
        width: 100%;
    }
    .slider__txt.dom {
        margin-bottom: 220px;
    }
    .slider__beneficios {
        margin-bottom: 20px;
    }
    .slider__terms {
        margin-bottom: 20px;
    }
    .slider__domicilia {
        display: none;
    }
    .slider__item.slide2 .slider__item__terms {
        padding-bottom: 80px;
    }
    .slider__arrow {
        top: 370px;
    }

    .benefits__title {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .benefits__subtitle {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .benefits__txt {
        font-size: 22px;
        width: 100%;
    }
    .benefits__list {
        display: flex;
    }
    .benefits__item {
        width: 210px;
        height: 300px;
        margin: 0 8px;
        margin-bottom: 50px;
        border-radius: 20px;
        cursor: default;
    }
    .benefits__item__title {
        min-height: 116px;
    }
    .benefits__link {
        width: 95px;
        font-size: 14px;
        margin-right: 0;
    }
    .benefits__item__desc p {
        font-size: 16px;
    }
    .benefits__categories {
        display: none;
    }
    .benefits__item.psicologica {
        background-position: -225px -25px;
    }
    .benefits__item.veterinaria {
        background-position: -126px -10px;
    }
    .benefits__item.dental {
        background-position: -100px 0px;
    }
    .benefits__item.referencias {
        background-position: -90px 0px;
    }
    .benefits__item.especialista {
        background-position: -100px 0px;
    }
    .benefits__item__box {
        left: 11px;
    }

    .steps__title {
        width: 100%;
    }
    .steps__content {
        display: none;
    }
    .steps__img {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .steps__img img {
        max-width: 1200px;
    }
    .steps__txt {
        width: 100%;
        font-size: 22px;
        font-family: Avenir-Black;
    }

    .mantente__content {
        display: flex;
        flex-direction: row;
    }
    .mantente__left {
        margin: 0 20px;
        margin-bottom: 30px;
        width: 62%;
    }
    .mantente__cover {
        margin-top: auto;
        width: 38%;
    }
    .mantente__cover img {
        margin-left: -60px;
        width: 120%;
        vertical-align: bottom;
    }
    .mantente__title {
        font-size: 42px;
        text-align: left;
        width: 100%;
        margin-bottom: 40px;
    }
    .mantente__title img {
        width: 210px;
    }
    .mantente__text p {
        margin: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    .mantente__text {
        margin-bottom: 40px;
    }
    .mantente__frm {
        margin: 0;
        margin-bottom: 40px;
    }
    .mantente__frm__content {
        display: flex;
    }
    .mantente__input {
        width: 280px;
        border-radius: 6px 0 0 6px;
        border: none;
    }
    .mantente__btn {
        border: none;
        border-radius: 0 6px 6px 0;
    }

    .plan {
        display: flex;
        flex-direction: row-reverse;
        padding-top: 0;
    }
    .plan__left {
        width: 60%;
        padding-top: 90px;
    }
    .plan__text {
        font-size: 22px;
        width: 100%;
        margin-bottom: 12px;
    }
    .plan__title {
        font-size: 38px;
        width: 350px;
    }
    .steps__title span {
        display: none;
    }
    .plan__item {
        padding-bottom: 25px;
    }
    .plan__cover {
        display: block;
        width: 40%;
        background-image: url('../img/plan.png');
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: -180px bottom;
    }
    .plan__cover .mobile {
        display: none;
    }
    .plan__list {
        display: flex;
    }
    .plan__item {
        width: 200px;
    }

    .faq__content {
        max-width: 1000px;
        margin: auto;
        width: 90%;
    }
    .faq__note {
        font-size: 22px;
    }
    .faq__title {
        font-size: 38px;
        width: 420px;
    }
    .faq__question,
    .faq__answer {
        padding: 26px 40px;
    }
    .faq__question p,
    .faq__answer p {
        font-size: 20px;
        line-height: 26px;
    }
    .faq__question img {
        width: 20px;
    }

    .asistencia__form {
        display: flex;
        flex-direction: row-reverse;
    }
    .asistencia__info {
        width: 50%;
        margin: 0;
    }
    .asistencia__cover {
        width: 50%;
        background-size: 360px;
        background-color: transparent;
        height: 470px;
        margin-top: auto;
    }
    .asistencia__frm__note {
        font-size: 22px;
        color: #202020;
        text-align: left;
    }
    .asistencia__frm__title {
        width: 100%;
        font-size: 38px;
        color: #203C81;
        text-align: left;
        margin: 0;
        margin-bottom: 20px;
    }
    .asistencia__frm {
        background-color: transparent;
        padding: 0;
        padding-top: 30px;
    }
    .asistencia__frm__content {
        width: 96%;
        background-color: #fff;
        padding: 30px 0;
        border-radius: 6px;
        border: 1px solid #00AFD7;
        margin: 0;
        margin-bottom: 40px;
    }
    .asistencia__frm__group {
        text-align: center;
    }
    .asistencia__frm__input,
    .asistencia__frm__textarea,
    .asistencia__frm__msg {
        width: 300px;
        max-width: none;
        font-size: 16px;
    }
    .asistencia__frm__msg {
        margin: auto;
        text-align: left;
        margin-top: 2px;
    }
    .asistencia__frm__button {
        width: 300px;
        margin: auto;
        max-width: none;
    }
    .asistencia__frm__btn {
        font-size: 16px;
        width: 160px;
    }
    .asistencia__frm__help {
        right: 60px;
    }
    .asistencia__cta {
        max-width: none;
    }
    .providers__row{
        display: flex;
        align-items: center;
    }
    .providers__info {
        width: 45%;
    }
    .providers__cover{
        width: 65%;
        height: 300px;
    }
    .providers__info h2{
        text-align: left;
    }
    .providers__cta{
        margin-left: 0;
    }
    .slider__title {
        font-size: 43px;
    }
    .slider__item__content{
        height: 240px;
    }
    .img__top {
        height: 225px;
    }
    .img__plus {
        height: 310px;
    }

}

@media screen and (min-width: 800px) {

    .asistencia__frm__help {
        right: 76px;
    }
    .img__top {
        height: 235px;
    }
    .img__plus {
        height: 325px;
    }
}

@media screen and (min-width: 900px) {

    .slider__title {
        font-size: 50px;
    }
    .slider__txt {
        margin-bottom: 60px;
    }
    .slider__beneficios__item {
        width: 200px;
    }
    .slider__beneficios__item img {
        height: 70px;
    }
    .asistencia__frm__help {
        right: 100px;
    }
    .providers__cover{
        height: 350px;
    }
    .img__top {
        background-image: url("../img/top.png");
        height: 112px;
    }
    .img__plus {
        background-image: url("../img/plus.png");
        height: 130px;
    }
}

@media screen and (min-width: 1000px) {

    .slider__header {
        padding-top: 70px;
    }
    .slider__corner {
        width: 130px;
    }

    .benefits__title {
        font-size: 48px;
    }
    .benefits__subtitle {
        font-size: 48px;
    }
    .benefits__txt {
        font-size: 22px;
    }
    .benefits__list {
        width: 980px;
        margin: auto;
        justify-content: flex-start;
    }
    .benefits__item {
        margin: 0;
        margin-bottom: 70px;
    }
    .benefits__item__title {
        min-height: 120px;
    }
    .benefits__item__title h3 {
        font-size: 22px;
    }
    .benefits__item__desc p {
        font-size: 16px;
    }
    .benefits__item__icon {
        width: 40px;
        height: 40px;
    }
    .benefits__item__icon img {
        width: 25px;
    }
    .benefits__item__icon.farmacia img,
    .benefits__item__icon.cine img {
        width: 20px;
    }
    .benefits__item__icon.medico img, 
    .benefits__item__icon.especialista img {
        width: 18px;
    }

    .mantente__cover img {
        margin-left: -90px;
    }

    .benefits__item {
        border-radius: 28px;
        margin: 0 16px;
        margin-bottom: 70px;
    }
    .benefits__item__title {
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .mantente__title {
        font-size: 48px;
    }
    .mantente__text {
        width: 550px;
    }
    .mantente__text p {
        font-size: 20px;
    }
    .mantente__logo img {
        width: 250px;
    }
    .mantente__input {
        width: 370px;
    }

    .plan__left {
        padding-top: 80px;
        margin-bottom: 80px;
    }
    .plan__text {
        font-size: 24px;
    }
    .plan__title {
        font-size: 48px;
        width: 600px;
    }
    .plan__subtext {
        font-size: 20px;
    }
    .plan__list {
        max-width: none;
        width: 550px;
    }
    .plan__item {
        width: 220px;
        padding: 40px 0;
    }
    .plan__cover {
        background-position: -100px bottom;
    }
    .faq__note {
        font-size: 24px;
    }
    .faq__title {
        font-size: 48px;
        width: 500px;
    }
    .faq__question p, 
    .faq__answer p {
        font-size: 20px;
    }

    .asistencia__frm__note {
        font-size: 24px;
    }
    .asistencia__frm__title {
        font-size: 48px;
        width: 100%;
    }
    .asistencia__cover {
        background-size: 430px;
        height: 580px;
    }
    .asistencia__frm__input, 
    .asistencia__frm__textarea,
    .asistencia__frm__button,
    .asistencia__frm__row,
    .asistencia__frm__msg {
        width: 480px;
    }
    .asistencia__frm__row {
        display: flex;
        justify-content: space-between;
        margin: auto;
    }
    .asistencia__frm__row .asistencia__frm__input,
    .asistencia__frm__row .asistencia__frm__msg  {
        width: 225px;
    }
    .asistencia__frm__btn {
        width: 200px;
    }
    .asistencia__frm__help {
        right: 30px;
    }
    .desktop{
        display: block;
    }

    .mobile{
        display: none;
    }

}

@media screen and (min-width: 1100px) {
    .register {
        top: 82px;
    }
    .asistencia__frm__help {
        right: 60px;
    }
}

@media screen and (min-width: 1200px) {

    .slider__header {
        padding-top: 60px;
    }
    .slider__logo_membresia {
        width: 250px;
    }
    .slider__content {
        max-width: 1400px;
        margin: auto;
    }
    .slider__arrow img {
        width: 25px;
    }
    .slider__logo_membresia {
        width: 300px;
        margin-left: 10%;
    }
    .slider__title {
        padding-top: 60px;
        font-size: 60px;
    }
    .slider__txt {
        font-size: 34px;
    }
    .slider__beneficios__item p {
        font-size: 22px;
    }
    .slider__beneficios__item {
        width: 230px;
    }
    .slider__item__terms {
        font-size: 22px;
        padding-bottom: 60px;
    }

    .register {
        top: 82px;
    }

    .benefits__title {
        font-size: 54px;
    }
    .benefits__subtitle {
        font-size: 54px;
    }
    .benefits__txt {
        font-size: 24px;
    }
    .benefits__list {
        width: 1150px;
        margin: auto;
    }
    .benefits__item {
        width: 250px;
        height: 370px;
        margin-bottom: 100px;
    }
    .benefits__item__box {
        top: 12px;
        border-radius: 25px;
    }
    .benefits__item__topcorner, 
    .benefits__item__bottomcorner {
        width: 60px;
    }
    .benefits__item__icon {
        width: 45px;
        height: 45px;
        top: 15px;
        right: 15px;
    }
    .benefits__item__icon img {
        width: 28px;
    }
    .benefits__item__icon.farmacia img, 
    .benefits__item__icon.cine img {
        width: 22px;
    }
    .benefits__item__icon.medico img, 
    .benefits__item__icon.especialista img {
        width: 20px;
    }
    .benefits__item__title h3 {
        font-size: 24px;
    }
    .benefits__item__title {
        min-height: 150px;
        padding: 14px;
    }
    .benefits__item__desc p {
        font-size: 18px;
    }
    .benefits__item.asesoria {
        background-size: 230%;
        background-position: -120px center;
    }
    .benefits__item.farmacia {
        background-size: 268%;
        background-position: -226px center;
    }
    .benefits__item.cine {
        background-size: 268%;
        background-position: -170px center;
    }
    .benefits__item.ambulancia {
        background-size: 328%;
        background-position: -205px center;
    }
    .benefits__item.especialista {
        background-size: 240%;
        background-position: -140px center;
    }
    .benefits__item.membresias {
        background-size: 283%;
        background-position: -200px center;
    }
    .benefits__item.medico {
        background-position: -188px 0px;
    }
    .benefits__item.laboratorios {
        background-size: 283%;
        background-position: -154px center
    }
    .benefits__item.nutricional {
        background-position: -260px -25px;
    }
    .benefits__item.psicologica {
        background-position: -280px -25px;
    }
    .benefits__item {
        background-position: -110px center;
    }
    .benefits__item.funeraria {
        background-position: -160px -10px;
    }
    .benefits__item.veterinaria {
        background-position: -160px -10px;
    }
    .benefits__item.dental {
        background-position: -135px 0px;
    }
    .benefits__item.referencias {
        background-position: -110px 0px;
    }
    .benefits__item.checkup {
        background-position: -260px -10px;
    }
    .benefits__item.limpieza {
        background-position: -140px 0px;
    }

    .steps__title {
        font-size: 42px;
    }
    .steps__txt {
        font-size: 24px;
    }

    .mantente__content {
        max-width: 1200px;
        padding-top: 80px;
        margin: auto;
    }
    .mantente__left {
        margin-left: 40px;
    }
    .mantente__title {
        font-size: 54px;
    }
    .mantente__text {
        width: 700px;
    }
    .mantente__text p {
        font-size: 22px;
    }
    .mantente__frm {
        margin-bottom: 80px;
    }
    .mantente__input {
        font-size: 18px;
    }
    .mantente__btn {
        font-size: 18px;
    }
    .mantente__msg {
        font-size: 18px;
    }

    .plan__text {
        font-size: 26px;
    }
    .plan__title {
        font-size: 54px;
    }
    .plan__list {
        width: 580px;
    }
    .plan__cover {
        background-position: center bottom;
    }

    .faq__note {
        font-size: 26px;
    }
    .faq__title {
        font-size: 54px;
        width: 600px;
    }
    .faq__question p, 
    .faq__answer p {
        font-size: 22px;
    }

    .asistencia__info {
        width: 45%;
    }
    .asistencia__frm__note {
        font-size: 26px;
    }
    .asistencia__frm__title {
        font-size: 54px;
    }
    .asistencia__cover {
        background-size: 480px;
        height: 638px;
    }

    .providers{
        padding-top: 0px;
    }
    .providers__info h2 {
        line-height: 54px;
        font-size: 42px;
    }
    .providers__info {
        width: 52%;
        padding: 0px 0px 0px 45px;
    }
    .providers__cover{
        width: 70%;
        margin-left: -40px;
        height: 382px;
    }
    .providers__cta{
        height: 60px;
        font-size: 20px;
        margin-top: 35px;
        max-width: 348px;
    }
    .providers__row{
        border-radius: 28px;
        max-width: 1170px;
    }

    .slider__item__content {
        height: 270px;
    }

    .img__top {
        height: 142px;
    }
    .img__plus {
        height: 165px;
    }
}

@media screen and (min-width: 1400px) {

    .slider__content {
        max-width: 2000px;
    }
    .slider__img {
        width: 500px;
    }
    .slider__terms {
        font-size: 20px;
    }
    .slider__logo_membresia {
        margin-left: 15%;
    }

    .benefits__list {
        width: 1200px;
        margin: auto;
    }
    .benefits__item {
        margin: 0 20px;
        margin-bottom: 80px;
    }

    .steps {
        padding: 70px 0;
    }
    .steps__title {
        font-size: 52px;
    }
    .steps__img img {
        max-width: none;
        width: 1350px;
    }
    .steps__txt {
        font-size: 26px;
    }

    .mantente__content {
        padding-top: 100px;
    }
    .mantente__title {
        margin-bottom: 20px;
    }
    .mantente__logo img {
        width: 300px;
    }
    .mantente__frm {
        margin-bottom: 100px;
    }

    .plan__list {
        width: 600px;
    }
    .plan__cover {
        width: 28%;
    }

    .faq__content {
        max-width: none;
        width: 1200px;
    }

    .asistencia__form {
        justify-content: center;
    }
    .asistencia__info {
        width: 680px;
    }
    .asistencia__cover {
        width: 686px;   
        margin-right: 60px;
        background-size: 600px;
        background-position: center bottom;
        height: 860px;
    }
    .asistencia__frm__row 
    .asistencia__frm__input,
    .asistencia__frm__row .asistencia__frm__msg {
        width: 260px;
    }
    .asistencia__frm__input, 
    .asistencia__frm__textarea, 
    .asistencia__frm__button, 
    .asistencia__frm__row,
    .asistencia__frm__msg {
        width: 550px;
    }

    .asistencia__frm__help {
        right: 80px;
    }
    
    .img__top {
        height: 158px;
    }
    .img__plus {
        height: 184px;
    }
}

@media screen and (min-width: 1600px) {

    .slider__header {
        padding-top: 70px;
    }
    .slider__logo_membresia {
        width: 260px;
    }
    .slider__exclusivo {
        font-size: 24px;
    }
    .slider__logo_membresia {
        margin-left: 20%;
    }
    .slider__title {
        padding-top: 70px;
        font-size: 70px;
    }
    .slider__txt {
        font-size: 36px;
    }
    .slider__item__terms {
        font-size: 24px;
    }
    .slider__beneficios__item {
        width: 270px;
    }
    .img__top {
        height: 180px;
    }
    .img__plus {
        height: 209px;
    }

}

@media screen and (min-width: 1700px) {

    .mantente__left {
        margin-left: 60px;
    }

    .slider__logo_membresia {
        margin-left: 25%;
    }

}

@media screen and (min-width: 1800px) {

    .img__top {
        height: 201px;
    }
    .img__plus {
        height: 233px;
    }

}


@media screen and (min-width: 2000px) {

    .img__top {
        height: 222px;
    }
    .img__plus {
        height: 258px;
    }

}
