* {
    box-sizing: border-box;
}

/* Video Youtube */
#VideoYoutube {
    width: 85%;
    margin: 30px auto;
    max-width: 1000px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Enlaces Gris */
#enlaces-gris {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

#enlaces-gris .col-2 {
    width: calc(300px - 20px);
    margin: 0 10px;
}

#enlaces-gris .gris {
    background-color: #f4f4f4;
}

#enlaces-gris .col-2.gris {
    padding: 15px 0px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

#enlaces-gris .col-2.gris h3 {
    font-size: 20px;
    color: #50535a;
    margin-bottom: 0;
}

#enlaces-gris .col-2.gris:hover h3 {
    color: #5bc500;
}

#enlaces-gris .image-ico1 {
    width: 100%;
    height: 70px;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/hogar/tabs/img/voz-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#enlaces-gris .col-2.gris:hover .image-ico1,
#enlaces-gris .col-2.gris.active .image-ico1 {
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/hogar/tabs/img/voz-ico-active.png);
}

#enlaces-gris .image-ico2 {
    width: 100%;
    height: 70px;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/hogar/tabs/img/internet-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#enlaces-gris .col-2.gris:hover .image-ico2,
#enlaces-gris .col-2.gris.active .image-ico2 {
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/hogar/tabs/img/internet-ico-active.png);
}

#enlaces-gris .image-ico3 {
    width: 100%;
    height: 70px;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/hogar/tabs/img/tv-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#enlaces-gris .col-2.gris:hover .image-ico3,
#enlaces-gris .col-2.gris.active .image-ico3 {
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/ayuda/hogar/tabs/img/tv-ico-active.png);
}

#enlaces-gris .active {
    background-color: #f4f4f4;
}

#enlaces-gris .col-2.gris.active h3 {
    color: #5bc500;
}

@media (min-width: 701px) {
    #enlaces-gris .col-2 {
        width: calc(300px - 30px);
        margin: 0 15px;
    }
}

/* Slideshow */
#content .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

#content .slideShow1 {
    display: none;
}

#content .prev,
#content .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#content .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#content .prev:hover,
#content .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#content .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

#content .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

#content .dot1,
#content .dot2,
#content .dot3 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #c2c2c2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#content .dot1:hover,
#content .dot2:hover,
#content .dot3:hover {
    background-color: #5bc500;
}

#content .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Tabs */
#content .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabs {
    display: flex;
    flex-direction: column;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.tabs .tab a {
    color: rgba(2, 153, 216, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}

.tabs.tabs--pills a {
    transition: all .28s ease;
    font-size: 18px;
    color: #86888c;
    font-weight: normal;
    border-radius: 0;
    text-transform: none;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    min-width: 144px;
    text-align: center;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: #0299d8;
    color: #fff;
    border-radius: 20px;
}

.tabs.tabs--pills a.active {
    color: #fff;
}

.tab-panel.active {
    display: block;
}

.container-BA {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.container-carrusel-BA {
    margin-bottom: 20px;
}

/* Input Group (Radio Buttons) */
.inputGroup {
    background-color: #f4f4f4;
    display: block;
    position: relative;
    width: 55%;
    margin: 10px auto;
}

.inputGroup label {
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    font-size: 1.2em;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5bc500;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
    color: #fff;
}

.inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked~label:after {
    background-color: #5bc500;
    border-color: #fff;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/* Carousel Arrow Icon */
.how__carousel__arrow__icon:after,
.how__carousel__arrow__icon:before {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #019af1;
    border-radius: 3px;
    position: absolute;
    right: 11px;
}

.how__carousel__arrow__icon:after {
    top: 16px;
    transform: rotate(45deg);
}

.how__carousel__arrow__icon:before {
    bottom: 16px;
    transform: rotate(-45deg);
}

.how__carousel__arrow__icon--white.how__carousel__arrow__icon:after,
.how__carousel__arrow__icon--white.how__carousel__arrow__icon:before {
    background-color: #FFFFFF;
    right: 10px;
}

/* Desktop Styles (min-width: 768px) */
@media only screen and (min-width: 768px) {
    .how__carousel__arrow--next {
        right: 0;
    }

    .how__carousel__arrow--previous {
        left: 0;
    }

    .tabs {
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .tabs .tab a {
        font-size: 14px;
    }

    .tabs.tabs--pills a {
        font-size: 18px;
        border-radius: 0;
        height: 40px;
        line-height: 40px;
        min-width: 144px;
    }

    .tabs .tab a:hover,
    .tabs .tab a.active {
        background-color: #0299d8;
        color: #fff;
        border-radius: 20px;
    }

    .tabs.tabs--pills a.active {
        color: #fff;
    }

    .container-BA {
        flex-direction: row;
    }

    .container-carrusel-BA {
        width: 500px;
    }

    .inputGroup {
        width: 25%;
    }
}