iframe {
    max-width: none;
    max-height: none;
}

.analysis-hero {
    background-image: url(../img/fondo_ana.jpg);
    background-repeat: repeat;
    background-size: cover;
    height: 36vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    /* margin: 0px 10%; */
}

@media (min-width:768px) {
    .analysis-hero {
        height: 24vw;
    }
}

.analysis-sect {
    background-color: rgba(4, 1, 10, 0.8);
    background-size: cover;
    text-align: center;
    /* margin: 0px 10%; */
    padding-bottom: 40px;
}

.analysis-title {
    color: white;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 30px;
}

.analysis-title h2 {
    font-size: calc(12px + 6vw);
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .analysis-title h2 {
        font-size: 60px;
    }
}

@media (min-width:1227px) {}

.analysis-grid {
    display: grid;
    margin: 0 5%;
    grid-template-rows: repeat(3, 1fr);
}

@media (min-width:768px) {
    .analysis-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        row-gap: 30px;
    }
}

@media (min-width:1227px) {
    .analysis-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
    }
}

.analysis-text {
    font-family: 'Jura', sans-serif;
    color: white;
    font-size: 16px;
    /* margin: 0 5%; */
    text-align: right;
    margin-bottom: 7.5vw;
    padding-bottom: 5vw;
    cursor: pointer;
    transition: .5s ease-out;
}

@media (min-width:768px) {
    .analysis-text {
        display: grid;
        grid-template-columns: 1fr 2fr;
        /* grid-template-rows: 2fr 4fr 1fr; */
        margin: 0px 10px;
        padding-bottom: 0px;
    }
}

@media (min-width:1227px) {
    /* .analysis-text {
        margin: 0 10px;
    } */
}

.analysis-text .venobox {
    grid-column: 1;
    grid-row: 1/4;
}

.analysis-text p {
    font-family: 'Jura', sans-serif;
    color: white;
    font-size: calc(14px + 1vw);
    text-align: justify;
}

@media (min-width:768px) {
    .analysis-text p {
        grid-column: 2;
        grid-row: 2/3;
        text-align: left;
        margin: auto auto auto 30px;
        font-size: 20px;
    }
}

@media (min-width:1227px) {}

.logo-img {
    cursor: pointer;
}

.music-text h3 {
    text-align: center;
    font-size: calc(20px + 1vw);
}

.mini-analysis {
    align-self: center;
    width: 100%;
}

.analysis-text h2,
p {
    margin-block-start: 3vw;
    margin-block-end: 3vw;
}

@media (min-width:768px) {
    .analysis-text h2,
    p {
        margin-block-start: 20px;
        margin-block-end: 20px;
    }
}

@media (min-width:1227px) {}

.analysis-text h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width:768px) {
    .analysis-text h2 {
        grid-column: 2;
        grid-row: 1/2;
        text-align: left;
        margin: auto auto auto 30px;
        vertical-align: middle;
    }
}

.an-read-more {
    color: rgba(216, 189, 34, 0.863);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width:768px) {
    .an-read-more {
        grid-column: 2;
        grid-row: 3/4;
        text-align: left;
        margin: auto auto auto 30px;
        text-decoration: none;
    }
}

a {
    text-decoration: none;
    color: white;
}


/* .analysis-h2 {
    display: contents;
} */

.analysis-text:hover {
    background-color: rgba(4, 1, 10, 0.5);
}

.wrap {
    overflow: hidden;
}

.analysis-text .wrap img {
    filter: grayscale(0);
    /* filter: brightness(100%); */
    transition: .5s ease-out;
    transform: scale(1);
}

.analysis-text:hover .wrap img {
    filter: grayscale(.9);
    /* filter: brightness(60%); */
    transform: scale(1.05);
}

.analysis-text:hover .an-read-more {
    text-shadow: 0px 0px 4px rgb(216, 189, 34);
    color: rgb(216, 189, 34);
}

.analysis-text p {
    margin: 0 5%;
}

@media (min-width:768px) {
    .analysis-text p {
        margin: 0 0 0 30px;
    }
}

.analysis-text .an-read-more {
    margin: 0 5%;
}

@media (min-width:768px) {
    .analysis-text .an-read-more {
        margin: 0 0 0 30px;
    }
}

.sub-inv {
    font-family: 'Jura', sans-serif;
    font-size: 24px;
    color: white;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 5px 5% 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width:768px) {
    .sub-inv {
        margin: 30px 5% 0;
    }
}

.div-btn {
    margin-top: 0px;
}