
a{
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}

.content-Questions,
.body-preguntasFrecuentes{
    width: 100%;
    padding: 10px;
    margin: auto;
}

.column-videos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.item-video{
    width: 48%;
    text-align: center;
}

.img-post-comprar{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/portada-como-comprar.jpg);
}
.img-post-pagos{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/portada-medio-pago.jpg);
}
.img-post-checkin{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/portada-checkin.jpg);
}

.img-portada{
    width: 100%;
    height: 100px;
    background-color: #eee;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.item-video iframe {
    width: 90%;
    height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 11100;
}
.bg-video{
    width: 100%;
    height: 100vh;
    background: #02000ecf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
}

.item-video h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    color: #44506c;
}
.item-video p {
    font-size: 10px;
    font-weight: 500;
    color: #5e6e92;
}
.cerrar{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    position: fixed;
    top: 7%;
    right: 7%;
    cursor: pointer;
    z-index: 11000;
}

/*Preguntas Frecuentes */
.body-preguntasFrecuentes{
    background: #f3f2ef;

}
.containerQuestions{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}
.containerQuestions h2{
    font-size: 16px;
    font-weight: 600;
    color: #44506c;
}
.item-preguntas{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e0dfdc;
    
}
.item-preguntas a{
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    gap: 3px;
    position: relative;
    cursor: pointer;
}
.item-preguntas a h4{
    font-size: 12px;
    color: #44506c;
}

.ico-flech-n{
    background: url(/Themes/MeVoyDeViaje/Content/images/icon/icon-flecha-n.svg);
    
}

.ico-flech-bajo{
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center;
    margin: auto 0;
    filter: opacity(0.7);
    transition: all 0.3s;
}


.rotate-flecha {
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.cont-respuesta{
    padding: 10px;

}
.cont-respuesta p{
    font-size: 11px;
    font-weight: 500;
    color: #5e6e92;
}



@media (min-width: 600px) {
    .content-Questions,
    .containerQuestions{
        width: 590px;
        padding: 10px 0px;
        margin: auto;
    }

    .column-videos{
        gap: 20px 10px;
    }

    .item-video {
        width: 250px;
    }
    .img-portada {
        height: 150px;
    }
    .img-portada:hover {
        filter: contrast(1);
    }
    .item-video iframe{
        width: 500px;
        height: 350px;
    }
}
@media (min-width: 820px){
    .content-Questions,
    .containerQuestions{
        width: 800px;
        padding: 20px 0;
    }

    .column-videos {
        justify-content: space-between;
    }

    .body-preguntasFrecuentes{
        padding: 0;
    }
    
}
@media (min-width: 992px){
    .content-Questions,
    .containerQuestions{
        width: 970px;
        padding: 20px 0;
    }
    .item-video {
        width: 30%;
    }
    .item-video iframe {
        width: 660px;
        height: 440px;
    }
    .item-video p {
        font-size: 12px;
        font-weight: 500;
    }
    .cerrar{
        font-size: 30px;
    }

    .item-preguntas a h4{
        font-size: 14px;
    }
    .cont-respuesta p {
        font-size: 12px;
    }
    .cont-respuesta {
        padding: 0 10px 10px 10px;
    }

}
@media (min-width: 1200px){
    .content-Questions,
    .containerQuestions{
        width: 1100px;
        padding: 20px 0;
    }
    .img-portada {
        height: 200px;
    }
}