.notaInternaContainer {
    min-width: 800px;
    width: 60%;
    margin-left: 20%;
    margin-top: 35px;
}

.breadCrumb {
    width: 80%;
    font-weight: 100;
    margin: auto;
    margin-top: 40px;
    color: black;
    font-size: 18px;
    width: 60%;
    font-weight: 100;
    margin-top: 40px;
    color: black;
    font-size: 15px;
    color: #00000052;
}

.verMas {
    display: none !important;
}

.notaVistaPrevia .notaImage img {
    height: 100%;
    object-fit: cover;
}

.notaVistaPrevia .notaImage {
    max-width: 60%;
    height: auto;
    width: auto;
}

.notaVistaPrevia {
    display: flex;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.breadCrumb a:hover {
    text-decoration: underline;
}

.breadCrumb a {
    margin-right: 10px;
    margin-left: 10px;
}

.actualCategory {
    color: black;
}

.breadCrumb a:nth-child(1) {
    margin-left: 0 !important;
}

.notaImage {
    width: 50%;
}

.notaImage img {
    width: 100%;
    object-fit: contain;
    object-position: top;
}

.notaVistaPreviaText {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: center;
    color: black;
}

.notaText {
    font-size: 13px;
    line-height: 17px;
}

.notasRecomendadas .blogPostFirstRow {
    margin-left: 1vw;
    margin-right: 1vw;
}

.notaDate {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.notaTitle {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: Monsterrat;
}

.notaFullScreen img {
    height: 100%;
}

.notaFullScreen {
    width: 100%;
    margin-bottom: 40px;
    height: calc(100vh - 172px);
    display: flex;
    justify-content: center;
}

.notaImgConTextoIzq {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    height: calc(100vh - 172px);
}

.notaImgConTextoDer {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    height: calc(100vh - 172px);
    overflow: hidden;
}

.notaGroupTitle {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.notaImgConTextoIzq .notaText {
    width: 45%;
    padding-right: 5%;
}

.imgGroup {
    width: 50%;
    height: 100%;
}

.imgGroup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.notaImgConTextDer .notaText {
    width: 50%;
}

.notaImgConTextoDer .notaText {
    width: 45%;
    padding-left: 5%;
}

.notaGroupText {
    color: black;
    font-size: 13px;
}

.sliderNota img {
    height: calc(100vh - 172px);
    width: auto;
    object-fit: contain;
}

.arrowSliderIzq {
    position: absolute;
    background-image: url(/files/arrowSliderIzq.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
    left: 0;
    cursor: pointer;
    z-index: 2;
    margin-top: unset;
    top: 50%;
    transform: translateY(-50%);
}

.notasRecomendadasSlider .arrowSliderIzq,
.notasRecomendadasSlider .arrowSliderDer {
    top: calc(50% - 40px);
    transform: translateY(-50%);
}

.notasRecomendadasSlider .arrowSliderIzq {
    left: calc(10vw - 40px)
}

.sliderNotaContainer {
    margin-bottom: 70px;
    position: relative;
}

.sliderNota {
    height: calc(100vh - 172px);
}

.arrowSliderDer {
    position: absolute;
    background-image: url(/files/arrowSliderDer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
    right: calc(10vw - 40px);
    cursor: pointer;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.arrowSliderDer.arrowSliderDerRec.slick-arrow {
    right: 0;
}

.notasRecomendadasSlider {
    align-items: center;
    background: #0000000d;
    width: 80vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
}

.blogPostFirstRow .imgContainer .notaImage img {
    height: 29vw;
}

.notaImage img {
    margin: auto;
}

.notasRecomendadas {
    display: flex;
    justify-content: space-between;
}

.notasRecomendadasTitle {
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    color: black;
    margin-bottom: 20px;
    width: calc(100% - 20px);
}

.nota .notaImage {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px;
}

.notasRecomendadas .nota {
    width: 30%;
    color: black;
    padding: 10px;
}

.nota .notaTitle {
    font-size: 18px;
    margin-bottom: 10px;
    word-break: break-word;
}

.notaSeparator {
    display: none;
    border-bottom: 1px solid #c9c9c9;
    margin-top: 20px;
}

.textTextGroup p {
    width: 100%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 19px;
}

.onlyTextGroup {
    color: black;
    margin-top: 40px;
    margin-bottom: 40px;
}

.titleTextGroup {
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .notaVistaPrevia {
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;
    }

    .onlyTextGroup {
        margin-top: 10px;
    }

    .notaImage {
        width: 100%;
        margin-bottom: 10px;
    }

    .notaVistaPreviaText {
        padding: 0;
        width: 100%;
    }

    .breadCrumb {
        width: 90%;
        margin-bottom: 40px;
        font-size: 13px;
        line-height: 20px;
    }

    .notaVistaPrevia .notaImage {
        width: 100%;
        max-width: unset;
    }

    .notaInternaContainer {
        width: 90%;
        margin: auto;
        min-width: unset;
    }

    .notaFullScreen img {
        width: 100%;
        height: max-content;
    }

    .notaFullScreen {
        height: auto;
    }

    .notaTitle {
        font-size: 18px;
        line-height: 24px;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .notaImgConTextoIzq {
        flex-direction: column-reverse;
    }

    .notaImgConTextoIzq .notaText {
        width: 100%;
        padding: 0px;
    }

    .imgGroup {
        width: 100%;
        margin-bottom: 30px;
    }

    .notaImgConTextoDer {
        flex-direction: column;
    }

    .notaImgConTextoDer .notaText {
        width: 100%;
        padding: 0px;
    }

    .textTextGroup {
        flex-direction: column;
    }

    .textTextGroup p {
        width: 100%;
    }

    .sliderNota img {
        height: auto;
    }

    .sliderNota {
        height: auto;
    }

    .sliderNotaContainer {
        width: 90%;
        margin: auto;
        margin-bottom: 60px;
    }

    .blogPostFirstRow .imgContainer .notaImage img {
        height: 42vh;
    }

    .arrowSliderIzq.slick-arrow {
        left: -10px !important;
    }

    .notasRecomendadas img {
        height: 40vh;
    }
}