
/*ACORDEON para OLD faqs generales*/
/*
.ul-frecuentes{
    list-style: disc;
    padding: 1rem;
}

.headings-acordeon{
    border-bottom: 1px solid #9e9e9e;
    padding: 5px 0;
}

.headings-acordeon span.titulo{
    color: #5a5a5a;    
    text-transform: none;
}

.myaccordion .fa-stack {
    font-size: 14px;
}
   
.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #DDE2E6;
    padding: 0;
    align-items: center;
    justify-content: space-between;

}

.myaccordion p, .myaccordion li {
    color: #737373;
}

.fa-inverse {
    color: #00000070 !important
}

.myaccordion .btn span.titulo { 
    text-align: left;
}

.myaccordion p, .myaccordion li { font-size: 13px; }

@media (max-width: 766px) {
    .myaccordion p, .myaccordion li { font-size: 12px; }

}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}
*/


/*GENERALES*/
/* .page-title {
    text-align: center;
} */


#wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body #content {
    font-size: 0.85vw;
}

#inner-wrapper.container {
    max-width: unset;
    margin: 0;
    padding: 0;
}

.r-16 {
    border-radius: 0.85vw;
}

.comofunciona-body {
    max-width: 76.6%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.1vw;
}

.comofunciona-body .comofunciona-content {
    margin-left: 0.4vw;
}

.comofunciona-body .comofunciona-content:first-child {    
    margin-top: -4.2vw;
}

.comofunciona-content .comofunciona-container {
    padding: 4.2vw 0;
    border-bottom: 2px solid #F7F7F7;
}

.comofunciona-content .comofunciona-container:last-child {
    border-bottom: unset;
}

.comofunciona-collapse.collapse:not(.show) {
    display: inherit;
}

.comofunciona-content .container-button {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #F7F7F7;
}

.container-button .button-title {
    display: flex;
    align-items: center;
}

.button-title .button-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: black;
    border-radius: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #E7EAEC;
    transition: 0.5s;
}

.button-title .button-text {
    margin-left: 16px;
    font-weight: 600;
}

.container-button .button-arrow {
    display: flex;
    align-items: center;
}

.comofunciona-container .container-header {
    display: flex;
    align-items: flex-start;
    gap: 1.1vw;
}

.container-header .header-img {
    display: flex;
    align-items: center;
}

.container-header .header-img img {
    height: 2.5vw;
}

.container-header .header-text,
.container-header .header-searchbar {
    flex: 1;
}

.container-header .header-searchbar {
    text-align: right;
}

.header-searchbar .searchbar {
    text-align: left;
    width: 22.7vw;
    padding: 0.63vw 1.2vw;
    border: 1px solid #DCE2E5;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.header-searchbar .searchbar svg {
    width: 1.25vw;
}

.header-searchbar .searchbar input {
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    flex: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.header-text .text-title {
    font-family: "Cormorant Garamond";
    font-size: 2vw;
    font-weight: 600;
    line-height: 2.5vw;
    margin-bottom: 0;
}

.header-text .text-body {
    display: flex;
    flex-direction: column;
    gap: 0.85vw;
    
    line-height: 1.4vw;
    margin-top: 0.85vw;
}

.text-body p {
    margin-bottom: 0;
}

.text-body a {
    font-weight: 600;
    text-decoration: underline !important;
}

.text-body ul {
    list-style: disc;
    padding-left: 0.85vw;
}

.text-body ul li:not(:last-child) {
    margin-bottom: 0.85vw;
}

.text-body ul li::marker {
    font-size: 1vw;
}

.container-body {
    margin-top: 2.1vw;
}

.container-body .row {
    row-gap: 2.1vw;
}

.preguntas-frecuentes-card {
    padding: 1.25vw;
    display: flex;
    justify-content: space-between;
    gap: 0.4vw;
    flex-direction: column;
    background-color: #F7F7F7;
    border-radius: 0.85vw;
    height: 100%;
}

.centro-ayuda-card .centro-ayuda-body p:not(:last-child) {
    margin-bottom: 0.65vw;
}

.preguntas-frecuentes .modal-content {
    box-shadow: unset;
    border-radius: 0.85vw;
    padding: 2.2vw;
}

.preguntas-frecuentes .modal-header {
    border-bottom: unset;
}

.preguntas-frecuentes .modal-title {
    font-size: 1.1vw;
    font-weight: 600;
}

.container-body .body-img {
    position: relative;
}

.container-body .body-img .img-demo,
.container-body .body-img .img-demo-mob {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.85vw;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.container-body .body-img .img-demo-mob {
    display: none;
}

.container-body .body-title {
    font-size: 1.1vw;
    font-weight: 600;
    margin-top: 1.2vw;
    margin-bottom: 0.85vw;
}

.container-body .body-text * {
    font-size: 0.85vw;
    line-height: 1.6;
    margin-bottom: 0.5vw;
}

.container-body .body-text *:last-child {
    margin-bottom: 0;
}

.container-body .body-labels {
    display: flex;
    gap: 0.4vw;
}

.container-body .body-footer {
    display: flex;
    justify-content: space-between;
}

.container-body .body-button {
    cursor: pointer;
    width: 1.9vw;
    height: 1.9vw;
    font-size: 1.4vw;
    border-radius: 50%;
    color: white;
    background-color: black;
    border: 1px solid black;
}

.container-body .body-button svg {
    width: 1.05vw;
    height: 1.05vw;
}

.body-labels .label {
    padding: 0.2vw 0.4vw;
    background: #F2F2F2;
    border-radius: 0.4vw;
    
}

.comofunciona-container .contacto-ayuda {
    position: relative;
    display: flex;
    z-index: 1;
}

.contacto-ayuda .contacto-info {
    color: white;
    background-color: black;
    border-radius: 0.85vw;
    padding: 1.6vw;
    z-index: 1;
}

.contacto-info .contacto-block:not(:last-child) {
    margin-bottom: 1.6vw;
}

.contacto-ayuda .contacto-ayuda-card {
    padding: 1.3vw 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contacto-ayuda-card .container-body {
    margin-top: 0.85vw;
    flex: 1;
}

.contacto-ayuda-card .container-body .body-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contacto-ayuda-card .body-text .info-extra {
    font-size: 0.75vw;
    opacity: 0.7;
}

.contacto-info p.title {
    margin-bottom: 0.85vw;
    opacity: 0.8;
}

.contacto-info p.value a {
    color: white !important;
    font-size: 0.95vw;
    font-weight: 600;
}

.contacto-ayuda .contacto-ayuda-img {
    position: absolute;
    bottom: 0;
    right: -12vw;
    margin-bottom: -1.59rem;
    width: 18vw;
}

/* .video_no_aida::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}  */


@media (max-width:991px) {
    body #content {
        font-size: 16px;
    }
    .r-16 {
        border-radius: 16px;
    }

    .tab-content > .tab-pane {
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .fade:not(.show) {
        opacity: 0;
    }

    .comofunciona-body {
        max-width: unset;
        margin: 0 16px;
        margin-top: 24px;
    }

    .comofunciona-body .comofunciona-content {
        margin-top: 0;
        margin-left: 0;
    }

    .comofunciona-content .comofunciona-container {
        padding-top: 24px;
        padding-bottom: 46px;
        border-bottom: unset;
    }

    .comofunciona-container .container-header {
        flex-direction: column;
        gap: 16px;
    }

    .container-header .header-img {
        display: flex;
        align-items: center;
    }

    .container-header .header-img img {
        height: 48px;
    }

    .container-header .header-searchbar {
        text-align: inherit;
    }

    .header-searchbar .searchbar {
        width: 100%;
        padding: 16px 24px;
    }

    .header-searchbar .searchbar svg {
        width: 24px;
    }

    .header-text .text-title {
        font-size: 34px;
        line-height: 44px;
    }

    .header-text .text-body {
        gap: 16px;
        line-height: 24px;
        margin-top: 16px;
    }

    .text-body ul {
        padding-left: 19px;
    }

    .text-body ul li:not(:last-child) {
        margin-bottom: 12px;
    }

    .text-body ul li::marker {
        font-size: 20px;
    }

    .container-body {
        margin-top: 24px;
    }

    .container-body .row {
        row-gap: 40px;
    }

    .metodos-pago .container-body .row {
        row-gap: 24px;
    }

    .container-body .body-title {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    
    .container-body .body-text * {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .container-body .body-img .img-demo,
    .container-body .body-img .img-demo-mob {
        border-radius: 16px;
    }

    .container-body .body-img .body-gradient {
        border-radius: 16px;
        padding: 16px;
    }

    .container-body .body-img .body-gradient.show {
        opacity: 1;
    }
    
    .container-body .body-labels {
        gap: 8px;
    }
    
    .body-labels .label {
        padding: 6px 10px;
        border-radius: 8px;
        
    }

    .container-body .body-button {
        width: 36px;
        height: 36px;
        font-size: 28px;
    }
    
    .container-body .body-button svg {
        width: 20px;
        height: 20px;
    }

    .preguntas-frecuentes .container-body .row {
        row-gap: 16px;
    }

    .preguntas-frecuentes-card {
        padding: 24px;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        border-radius: 16px;
    }

    .preguntas-frecuentes .modal-content {
        border-radius: 16px;
        padding: 10px;
    }

    .preguntas-frecuentes .modal-title {
        font-size: 20px;
    }


    .contacto-ayuda .contacto-info {
        border-radius: 16px;
        padding: 24px;
        margin-right: 24px;
    }
    
    .contacto-info .contacto-block:not(:last-child) {
        margin-bottom: 24px;
    }
    
    .contacto-ayuda .contacto-ayuda-card {
        padding: 24px 0;
    }
    
    .contacto-ayuda-card .container-body {
        margin-top: 16px;
    }
    
    .contacto-ayuda-card .body-text .info-extra {
        font-size: 14px;
    }
    
    .contacto-info p.title {
        margin-bottom: 16px;
    }
    
    .contacto-info p.value a {
        font-size: 18px;
    }

    .contacto-ayuda .contacto-ayuda-img {
        width: 267px;
        right: -154px;
    }
}
