/* PREGUNTAS FRECUENTES  */
.icon-keyboard_arrow_down:before {
    content: "e313"
}


.portlet-body {
    background: var(--color-gris-1-movistar);
}

.esimPf.portlet-body {
    background: var(--color-blanco-movistar);
}

ul li {
    list-style-type: none;
}

.faqs-accordion {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .18px;
    margin: 0
}

.faqs-accordion.collapsible {
    box-shadow: none;
    border: 0
}

@media only screen and (min-width:993px) {
    .faqs-accordion {
        text-align: center
    }
}

.faqs-accordion-title {
    font-family: Telefonica;
    font-weight: 300;
    font-size: 32px;
    color: #50535a;
    line-height: 40px;
    text-align: center;
    padding: 32px 16px;
    margin: 0
}

@media only screen and (min-width:993px) {
    .faqs-accordion-title {
        font-size: 35px;
        padding-top: 36px;
        padding-bottom: 47px
    }
}

.faqs-accordion__item {
    position: relative;
    border-bottom: 1px solid #d3d4d3;
    padding: 0 16px;
    transition: all .2s
}

@media only screen and (min-width:993px) {
    .faqs-accordion__item {
        margin: 0 auto;
        padding: 0;
        max-width: 1060px
    }
}

.faqs-accordion__item.active {
    background-color: #fff;
}

.faqs-accordion__index {
    display: none
}

@media only screen and (min-width:993px) {
    .faqs-accordion__index {
        display: none;
        font-size: 24px;
        top: 20px;
        left: 23px;
        color: #0299d8;
        line-height: 24px;
        position: absolute
    }
}

.faqs-accordion__question {
    display: block;
    font-family: Telefonica;
    font-weight: normal;
    font-size: 18px;
    color: #50535a;
    letter-spacing: .2px;
    line-height: 24px;
    padding: 13px 48px 22px 0;
    position: relative;
    margin: 0
}

.faqs-accordion__question.collapsible-header {
    background-color: transparent;
    border: 0
}

@media only screen and (min-width:993px) {
    .faqs-accordion__question {
        line-height: 32px;
        padding: 26px 46px 26px 16px;
        text-align: left
    }
}

.faqs-accordion__question:hover {
    background-color: #fff
}

.faqs-accordion__answer {
    font-family: Telefonica;
    font-weight: normal;
    font-size: 16px;
    color: #50535a;
    letter-spacing: 0;
    line-height: 24px
}

.faqs-accordion__answer.collapsible-body {
    border: 0;
    padding: 0;
    padding-right: 32px;
    padding-bottom: 34px;
    text-align: left;
}

@media only screen and (min-width:993px) {
    .faqs-accordion__answer.collapsible-body {
        padding-left: 32px;
        padding-top: 15px
    }
}

.faqs-accordion__answer--bullets {
    text-align: justify;
    padding: 15px
}

.faqs-accordion__answer--bullets li {
    list-style-type: disc;
    padding: 5px 0
}

.faqs-accordion__icon {
    font-size: 18px;
    color: #0299d8;
    position: absolute;
    top: 16px;
    right: 16px
}

@media only screen and (min-width:993px) {
    .faqs-accordion__icon {
        font-size: 20px;
        top: 50%;
        transform: translate(0, -50%)
    }
}

.active .faqs-accordion__icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    position: absolute;
    top: 16px
}

@media only screen and (min-width:993px) {
    .active .faqs-accordion__icon {
        font-size: 24px;
        top: inherit
    }
}

.faqs-accordion__button-container {
    text-align: center;
    padding: 38px 0 42px
}

@media only screen and (min-width:993px) {
    .faqs-accordion__button-container {
        padding: 19px 21px
    }
}

.faqs-accordion__faq-button {
    font-family: Telefonica;
    font-weight: normal;
    font-size: 16px;
    color: #0299d8;
    letter-spacing: 0
}

.active i.faqs-accordion__icon.fa-solid.fa-chevron-up {
    transform: rotate(180deg);
}


/* SECCION CON IMAGENES */
.services-links-container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

.m-third-party-card .services-links-container {
    width: auto;
}

@media only screen and (min-width: 601px) {
    .services-links-grid {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 993px) {
    .services-links-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .services-links-grid--2-col .services-links {
        width: 50%;
    }

    .services-links-grid--2-col .services-links:first-child {
        padding-left: 15%;
    }

    .services-links-grid--2-col .services-links:last-child {
        padding-right: 15%;
    }

    .services-links-grid--3-col .services-links {
        width: 33.33%;
    }

    .services-links-grid--4-col .services-links {
        width: 25%;
    }

    .services-links {
        position: relative;
        padding: 25px 25px 50px 25px;
    }

    .services-links__title {
        height: 75px;
    }

    .services-links__link {
        position: absolute;
        bottom: 25px;
        right: 0;
        left: 0;
    }
}

.services-links-wrapper {
    padding: 56px 0 26px 0;
}

.services-links-container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (min-width: 601px) {
    .services-links-grid {
        display: flex;
        flex-wrap: wrap;
    }
}

.services-links-title {
    font-family: Telefonica;
    font-weight: 300;
    font-size: 32px;
    color: #50535a;
    line-height: 40px;
    text-align: center;
    padding: 0 15px 20px;
    margin: 0;
}

.services-links-description {
    font-family: Telefonica;
    font-weight: normal;
    font-size: 18px;
    color: #50535a;
    line-height: 28px;
    text-align: center;
    padding: 0 15px 32px;
    margin: 0;
}

@media only screen and (min-width: 993px) {
    .services-links-description {
        font-size: 20px;
    }
}

.services-links {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

.services-links__img {
    height: 64px;
    max-width: 140px;
    margin: auto;
}

.services-links img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.services-links__title {
    display: block;
    font-family: Telefonica;
    font-weight: bold;
    font-size: 16px;
    color: #50535a;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 12px;
    margin: 0;
}

.services-links__text {
    display: block;
    font-family: Telefonica;
    font-weight: normal;
    font-size: 16px;
    color: #50535a;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 8px;
}

.services-links__link {
    display: block;
    font-family: Telefonica;
    font-weight: normal;
    font-size: 16px;
    color: #0299d8;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
}

.services-links__icon {
    position: absolute;
    padding-top: 5px;
}

@media only screen and (min-width: 993px) {
    .services-links-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .services-links-grid--2-col .services-links {
        width: 50%;
    }

    .services-links-grid--2-col .services-links:first-child {
        padding-left: 15%;
    }

    .services-links-grid--2-col .services-links:last-child {
        padding-right: 15%;
    }

    .services-links-grid--3-col .services-links {
        width: 33.33%;
    }

    .services-links-grid--4-col .services-links {
        width: 25%;
    }

    .services-links {
        position: relative;
        padding: 25px 25px 50px 25px;
    }

    .services-links__title {
        height: 75px;
    }

    .services-links__link {
        position: absolute;
        bottom: 25px;
        right: 0;
        left: 0;
    }
}

@media only screen and (min-width: 1201px) {
    .services-links-wrapper {
        padding: 0;
    }

    .services-links-title {
        font-size: 40px;
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .services-links__img-container {
        display: table;
        width: 100%;
    }

    .services-links__img {
        height: 80px;
        display: table-cell;
        vertical-align: middle;
    }

    .services-links__title {
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .services-links__text {
        overflow: hidden;
        font-size: 18px;
        line-height: 24px;
        max-width: 320px;
        margin: 0 auto;
        height: max-content;
    }

    .services-links__link {
        font-size: 20px;
        padding-top: 15px;
    }
}

.layout_full_width_blue .services-links-title,
.layout_full_width_blue .services-links__title,
.layout_full_width_blue .services-links__text,
.layout_full_width_blue .services-links-description {
    color: #fff;
}

@media only screen and (min-width: 993px) {
    .layout_full_width_blue .services-links {
        padding: 25px 40px;
    }
}

/* FIN PREGUNTAS FRECUENTES  */

/* Estilos del grid */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    padding: 20px;
}

/* Estilos de las cajas */
.box {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}

/* Estilos de las imágenes */
.box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Estilos de los subtítulos */
.box p {
    margin: 0;
    color: #019df4;
}

/* Estilos de los enlaces */
.box a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Fin estilos grid  */


/* Terminos y condiciones ESIM  */

.blockTyC p {
    font-size: 16px;
}

.table-responsive {
    max-width: 830px;
}

.table-responsive p {
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
}

.tg thead th {
    border-bottom: initial;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg th {
    border-color: #0B2739;
    border-style: solid;
    border-width: 2px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 5px;
    word-break: normal;
}

.tg td {
    border-color: #0B2739;
    border-style: solid;
    border-width: 2px;
    font-size: 16px;
    overflow: hidden;
    padding: 0 5px;
    word-break: normal;
}

.tg .tg-baqh {
    text-align: center;
    vertical-align: middle
}

.tg .tg-qt88 {
    background-color: #FFF;
    color: #0B2739;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: middle;
    color: #50535A;
}