.slider {
    position: relative;
    background-color: #203C81;
    margin-top: 90px;
}
.slider__item {
    display: none;
}
.slider__item.active {
    display: block;
}
.slider__title {
    font-family: Avenir-Black;
    color: #fff;
    padding: 0 20px;
    padding-top: 30px;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.slider__logo_membresia {
    width: 220px;
}
.slider__subtitle {
    font-size: 32px;
    font-family: Avenir-Black;
    color: #fff;
    text-align: center;
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
}
.slider__txt {
    color: #00AFD7;
    font-size: 22px;
    font-family: Avenir-Black;
    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: #00AFD7;
    font-size: 15px;
    font-family: Avenir-Black;
    line-height: 22px;
}
.slider__right {
    text-align: center;
    background-image: url('../img/red/slider.png');
    background-position: center top;
    background-size: 90%;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    height: 260px;
}
.slider__bullets {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.slider__bullet {
    width: 22px;
    height: 22px;
    background-color: #10457D;
    border: 2px solid #FFB71B;
    border-radius: 50%;
    margin: 0 6px;
}
.slider__bullet.selected {
    background-color: #00AFD7;
}
.slider__item.slide2 {
    cursor: pointer;
}
.slider__item.slide2 .slider__subtitle {
    color: #FFB71B;
}
.slider__item.slide2 .slider__txt {
    color: #fff;
}
.slider__item.slide3 {
    background-color: #fff;
    margin-top: 190px;
}
.slider__item.slide3 .slider__left {
    padding-top: 10px;
    text-align: center;
    background-image: url('../img/slider/banner_3/bg.png');
    background-position: left 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider__right.slide2 {
    background-position: -52px bottom;
}
.slider__right.slide3 {
    background-image: none;
    height: auto;
}
.slider__pat__bg {
    width: 100%;
    height: 200px;
    background-image: url('../img/slider/banner_3/bg_farmacia.jpg');
    background-position: center;
    background-size: cover;
}
.slider__pat__logo,
.slider__pat__img {
    width: 260px;
    margin-bottom: 10px;
}
.slider__pat__reg {
    width: 220px;
    margin-bottom: 10px;
    margin-left: 10%;
}
.slider__pat__txt {
    text-align: left;
    font-size: 10px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 70px;
    word-break: break-all;
}
#btnSliderLeft {
    display: none;
}
.slider__terms {
    text-align: center;
    color: #fff;
    font-family: Avenir-Black;
    font-size: 18px;
}

.benefits {
    padding-top: 38px;
}
.benefits__box {
    margin-bottom: 1px;
}
.benefits__box.box_active .benefits__header {
    background-color: #203C81;
}
.benefits__title {
    font-size: 20px;
    line-height: 25px;
    font-family: Avenir-Book;
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
    color: #202020;
}
.benefits__subtitle {
    font-family: Avenir-Black;
    font-size: 30px;
    text-align: center;
    color: #203C81;
    margin-bottom: 30px;
}
.benefits__content {
    width: 97%;
    margin: auto;
}

.gimnasios{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.benefits__info,
.benefits__result,
.benefits__use,
.benefits__noresult {
    display: none;
}

.benefits__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #0068A1;
    border-radius: 6px;
    cursor: pointer;
}
.benefits__header__title {
    display: flex;
    color: #fff;
    font-size: 16px;
}
.benefits__header__bullet  {
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00AFD7;
    margin-right: 10px;
}
.benefits__header__icon img {
    width: 10px;
    transform: rotate(0deg);
}
.benefits__picture {
    background-image: url('../img/red/ambulancia.jpg');
    background-size: cover;
    background-position: center -30px;
    background-repeat: no-repeat;
    height: 180px;
    margin-top: -6px;
}
.benefits__picture.hospitales {
    background-image: url('../img/red/hospitales.jpg');
    background-position: center 36%;
}
.benefits__picture.laboratorios {
    background-image: url('../img/red/laboratorios.jpg');
    background-position: center;
}
.benefits__picture.especialista {
    background-image: url('../img/red/especialista.jpg');
    background-position: center 20%;
}
.benefits__picture.domicilio {
    background-image: url('../img/red/domicilio.jpg');
    background-position: center 20%;
}
.benefits__frm {
    padding: 20px 10px;
}
.benefits__group {
    margin-bottom: 20px;
}
.benefits__label {
    color: #555555;
    margin-bottom: 10px;
    font-size: 16px;
}
.benefits__select {
    border-radius: 6px;
    border: 3px solid #00AFD7;
    padding: 12px 10px;
    padding-right: 20px;
    color: #555555;
    font-size: 14px;
    width: 100%;
    background: url('../img/icons/select_arrow.svg') no-repeat right #fff;
    background-size: 20px;
    background-position: right center;
    background-position-x: 330px;
    -webkit-appearance: none;
}
.benefits__button {
    border: 2px solid #0068A1;
    background-color: #0068A1;
    border: 0;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s all ease;
}
.benefits__button:hover {
    background-color: #10457D;
}
.benefits__result__line {
    border-bottom: 1px solid #12559C;
    width: 100%;
}
.benefits__result__list {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 10px;
    overflow-y: scroll;
    height: 250px;
    margin-bottom: 20px;
}
.benefits__result__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.benefits__result__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-color: #12559C;
    margin-right: 10px;
}
.benefits__result__img img {
    width: 35px;
}
.benefits__result__desc h3 {
    color: #202020;
}
.benefits__result__desc p {
    color: #575757;
}

.benefits__use__title {
    font-family: Avenir-Black;
    font-size: 30px;
    text-align: center;
    color: #12559C;
    margin-bottom: 30px;
}
.benefits__noresult__title {
    font-family: Avenir-Black;
    font-size: 22px;
    text-align: center;
    color: #12559C;
    padding-top: 30px;
    margin-bottom: 30px;
}
.benefits__noresult__img {
    text-align: center;
}
.benefits__noresult__img img {
    width: 220px;
}
.benefits__noresult__txt {
    color: #202020;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.benefits__group__error {
    display: none;
    color: red;
    margin-top: 6px;
}

.box_active .benefits__info {
    display: block;
}
.box_active .benefits__header__icon img {
    transform: rotate(90deg);
}
.box_active .benefits__header__bullet {
    display: block;
}

.asistencia__list2 {
    margin-bottom: 50px;
}
.asistencia__item2 {
    margin-bottom: 20px;
}
.asistencia__item2 p {
    text-align: center;
    font-family: Avenir-Medium;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.asistencia__cta {
    text-align: center;
    font-family: Avenir-Book;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    border-radius: 6px;
    display: block;
    max-width: 335px;
    margin: auto;
    padding: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.asistencia__cta img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
.asistencia__list2 {
    margin-bottom: 50px;
}
.asistencia__item2.basico p {
    color: #0068A1;
}
.asistencia__item2.basico a {
    background-color: #0068A1;
    color: #fff;
    margin-bottom: 20px;
}

.asistencia__item2.completo p {
    color: #00AFD7;
}
.asistencia__item2.completo a {
    background-color: #00AFD7;
    color: #fff;
}

.proveedores h1 {
    font-size: 34px;
    line-height: 44px;
    font-family: Avenir-Black;
    text-align: center;
    color: #203C81;
}
.proveedores h2 {
    font-size: 26px;
    line-height: 36px;
    font-family: Avenir-Black;
    text-align: center;
    color: #0067A0;
    margin: 55px 0px 14px 0px;
}
.proveedores{
    padding: 60px 30px;
}
.logos__proveedores{
    display: none;
    justify-content: space-between;
    flex-flow: row wrap;
}

.lab__mobile__item.active,
.hosp__mobile__item.active{
    display: flex;
}
.lab__mobile__item,
.hosp__mobile__item{
    display: none;
}

.logo{
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.logo img{
    width: auto;
    max-width: 100%;
    margin: auto;
}
.logo .big{
    max-width: 70%;
}
.logo .big__extra{
    max-width: 60%;
}
.logos__proveedores__mobile{
    position: relative;
}
.logos__proveedores__desk{
    display: none;
    position: relative;
}
.slider__bullets {
    position: absolute;
    left: 0;
    bottom: -15px;
    display: flex;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.slider__bullet {
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #00AFD7;
    border-radius: 50%;
    margin: 0 7px;
}
.slider__bullet.selected {
    background-color: #00AFD7;
}
.arrow__prev{
    width: 15px;
    position: absolute;
    left: -20px;
    top: 35%;
    cursor: pointer;
}
.arrow__next{
    width: 15px;
    position: absolute;
    right: -20px;
    top: 35%;
    cursor: pointer;
}

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

    .slider__subtitle {
        font-size: 38px;
    }
    .slider__txt {
        
        width: 310px;
        margin-bottom: 35px;
    }
    .slider__beneficios__item {
        width: 100px;
    }
    .slider__right {
        background-size: 120%;
        background-repeat: no-repeat;
        height: 280px;
    }
    .slider__item.slide2 .slider__subtitle {
        width: 230px;
    }
    .slider__right.slide2 {
        width: 100%;
        height: 320px;
        background-position: -52px bottom;
    }
    .slider__item.slide3 .slider__left {
        background-position: left 0px;
    }

}

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

    .slider__img {
        width: 400px;
    }
    .slider__right {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 480px;
        height: 320px;
    }
    .slider__pat__img {
        width: 360px;
    }
    .slider__pat__bg {
        height: 300px;
    }

    .benefits__content {
        width: 460px;
    }
    .benefits__subtitle {
        width: 400px;
        margin: auto;
        margin-bottom: 30px;
    }
    .benefits__noresult__title {
        width: 460px;
        margin: auto;
        margin-bottom: 30px;
    }
    .benefits__select {
        background-position-x: 390px;
    }

}

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

    .slider__box {
        display: flex;
    }
    .slider__left {
        width: 50%;
    }
    .slider__right {
        margin: 0;
        margin-top: auto;
        width: 50%;
        background-size: 100%;
    }
    .slider__subtitle {
        width: 100%;
    }
    .slider__txt {
        width: 350px;
    }
    .slider__beneficios {
        margin-bottom: 20px;
    }
    .slider__beneficios__item img {
        height: 40px;
    }
    .slider__beneficios__item p {
        font-size: 16px;
    }
    .slider__item.slide3 {
        position: relative;
        margin-top: 130px;
        margin-bottom: 140px;
    }

    .benefits {
        margin-top: 30px;
    }
    .benefits__content {
        display: flex;
        width: 97%;
    }
    .benefits__select {
        background-position-x: 200px;
    }
    .benefits__left {
        width: 30%;
        background-image: url('../img/red/ambulancia.jpg');
        background-position: 32% top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .benefits__left.hospitales {
        background-image: url('../img/red/hospitales.jpg');
        background-position: 50% top;
    }
    .benefits__left.laboratorios {
        background-image: url('../img/red/laboratorios.jpg');
        background-position: center top;
    }
    .benefits__left.especialista {
        background-image: url('../img/red/especialista.jpg');
        background-position: 38% top;
    }
    .benefits__left.domicilio {
        background-image: url('../img/red/domicilio.jpg');
        background-position: 80% top;
    }
    .benefits__right {
        width: 70%;
    }
    .benefits__header {
        border-radius: 0;
        padding: 20px;
    }
    .benefits__header:hover {
        background-color: #063668;
    }
    .benefits__header__title {
        font-size: 18px;
    }
    .benefits__header.first {
        border-top-right-radius: 6px;
    }
    .benefits__picture {
        display: none;
    }
    .benefits__title {
        font-size: 20px;
    }
    .benefits__subtitle {
        font-size: 42px;
        width: 550px;
        margin-bottom: 40px;
    }
    .benefits__info {
        padding: 20px;
    }
    .benefits__row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .benefits__group {
        width: 48%;
    }
    .benefits__frm {
        padding: 20px 0;
    }

    .logo img{
        max-width: 80%;
    }
    .logo .small{
        max-width: 100%;
    }
    .logo .big{
        max-width: 60%;
    }
    .logo .big__extra{
        max-width: 43%;
    }

}

@media screen and (min-width: 900px) {
    .benefits__select {
        background-position-x: 230px;
    }
}

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

    .slider {
        padding-top: 40px;
    }
    .slider__title {
        font-size: 30px;
    }
    .slider__txt {
        font-size: 26px;
        width: 400px;
    }
    .slider__right {
        height: 500px;
    }
    .slider__left {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .slider__beneficios__item {
        width: 125px;
    }
    .benefits__select {
        background-position-x: 270px;
    }

}

@media screen and (min-width: 1100px) {
    .benefits__select {
        background-position-x: 300px;
    }
}

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

    .slider__content {
        max-width: 1400px;
        margin: auto;
    }
    .slider__left {
        width: 52%;
    }
    .slider__right {
        width: 48%;
        height: 480px;
        justify-content: end;
        margin-right: 58px;
    }
    .slider__title {
        width: 1100px;
        margin: auto;
    }
    .slider__subtitle {
        font-size: 40px;
    }
    .slider__title p {
        font-size: 58px;
        margin-bottom: -5px;
    }
    .slider__txt {
        font-size: 28px;
        margin-bottom: 45px;
    }
    .slider__beneficios__item {
        width: 120px;
    }

    .benefits__title {
        font-size: 26px;
    }
    .benefits__subtitle {
        font-size: 54px;
        width: 710px;
        margin-bottom: 60px;
    }
    .benefits__group,
    .benefits__button {
        width: 370px;
    }
    .benefits__result__list {
        display: flex;
        flex-wrap: wrap;
    }
    .benefits__result__item {
        width: 48%;
    }
    .benefits__info {
        padding: 20px 30px;
    }
    .benefits__select {
        background-position-x: 330px;
    }
    .benefits__noresult .asistencia__list2 {
        justify-content: center;
    }

    .asistencia__list2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0;
    }
    .asistencia__item2 {
        width: 230px;
    }
    .asistencia__item2.basico {
        margin-right: 60px;
    }
    .asistencia__item2 p {
        font-size: 22px;
    }

    .logo{
        width: 18%;
        margin-bottom: 45px;
    }
    .logos__proveedores__desk{
        display: block;
        max-width: 1200px;
        margin: auto;
    }
    .logos__proveedores__mobile{
        display: none;
    }
    .lab__desk__item.active,
    .hosp__desk__item.active{
        display: flex;
    }
    .lab__desk__item,
    .hosp__desk__item{
        display: none;
    }
    .arrow__prev{
        width: 22px;
        left: -30px;
        top: 35%;
    }
    .arrow__next{
        width: 22px;
        right: -30px;
        top: 35%;
    }
    .proveedores h1{
        font-size: 54px;
        line-height: 75px;
        max-width: 862px;
        margin: auto;
    }
    .proveedores h2{
        font-size: 52px;
        line-height: 65px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .proveedores h2.hospitales {
        margin-top: 60px;
    }
    .slider__bullet {
        width: 24px;
        height: 24px;
        margin: 0 8px;
    }
    .slider__bullets{
        bottom: -20px;
    }

}

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

    .slider__left {
        width: 50%;
    }
    .slider__right {
        width: 50%;
        justify-content: end;
    }
    .slider__img {
        width: 500px;
    }
    .slider__title {
        padding-top: 40px;
        font-size: 34px;
        width: 1210px;
        line-height: 46px;
    }
    .slider__txt {
        font-size: 32px;
        width: 410px;
        line-height: 44px;
    }

    .benefits {
        padding-top: 84px;
        width: 1200px;
        margin: auto;
    }

}

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

    .mantente__left {
        margin-left: 60px;
    }

}

@media screen and (min-width: 1900px) {
    .slider__right {
        background-size: 94%;
    }
}