/* Estilos específicos para Tu Viaje */

body.page-tu-viaje {
    background: #E5E5E5 url('../assets/img/uploads/to-viaje.jpg') no-repeat top 130px center !important;
    background-size: contain !important;
}

.page-tu-viaje .header-top {
    background: #fff !important;
}

.page-tu-viaje .inner-page-content {
    background: transparent;
    padding: 60px 0 40px;
}

/* Using global .main-container from custom.css */

.page-tu-viaje h1 { 
    font-weight: 300; 
    font-size: 26px; 
    color: #575756; 
    border-bottom: 1px solid #e5e5e5; 
    margin-bottom: 15px; 
    padding-bottom: 10px; 
    text-transform: none;
}

.page-tu-viaje .accordion h3.accordion-title { 
    font-weight: 400; 
    font-size: 20px; 
    color: #5D004A; 
    border-top: 1px solid #e5e5e5; 
    border-bottom: none; 
    padding: 18px 0; 
    margin: 0; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.page-tu-viaje .accordion h3.accordion-title::after { 
    content: '\203A'; 
    font-size: 24px; 
    color: #ccc; 
    transform: rotate(90deg); 
    transition: transform 0.3s; 
}

.page-tu-viaje .accordion h3.accordion-title[aria-expanded='true']::after { 
    transform: rotate(-90deg); 
    color: #5D004A; 
}

.page-tu-viaje .accordion-content { 
    display: none; 
    padding: 10px 0 30px 0; 
    font-size: 16px; 
    color: #575756; 
    line-height: 1.6;
}

.page-tu-viaje .accordion h3.accordion-title[aria-expanded='true'] + .accordion-content { 
    display: block; 
}

.page-tu-viaje .wp-video {
    max-width: 100%;
    margin: 20px 0;
}

.page-tu-viaje video {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Relying on global custom.css */

@media screen and (max-width: 768px) {
    
    body.page-tu-viaje {
        background-position: top 100px center !important;
    }
}
