.page-peer-to-peer {}

.page-peer-to-peer .banner-pages {
    background-position-y: 30% !important;
}

.page-peer-to-peer .col-relacionados .section-title {
    display: none;
}

.page-peer-to-peer .bloqueTitulo.big {
    margin-bottom: 32px;
}

.page-peer-to-peer #reuniones {

    margin-top: 88px;
}

.page-peer-to-peer #reuniones .introduccion-manifiesto>.row {
    align-items: center;
}

.page-peer-to-peer #reuniones .introduccion-manifiesto .text {

    text-align: right;
}

.page-peer-to-peer #reuniones .introduccion-manifiesto .text h3 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
    color: #f47115;
}

.page-peer-to-peer #reuniones .introduccion-manifiesto .text {

    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.15px;

}

.page-peer-to-peer .page-carrusel {

    margin-top: 95px;
    margin-bottom: 65px;
    padding: 88px 0 60px 0;
    background-size: cover !important;
    background: url('../../resources/eventos/banner-peer.png');
}

.page-peer-to-peer .page-carrusel .carrusel-title h3 {

    font-size: 24px;
    color: #fff;
    letter-spacing: 0.48;
    font-weight: bold;
}

.page-peer-to-peer .page-carrusel .carrusel-title {

    padding-bottom: 60px;

}

.page-peer-to-peer .page-carrusel .customSlider .elemento {
    width: auto;
    height: 100%;
    min-height: 320px;
    border-radius: 5px;
    background-color: #ffffffd1;
    padding: 39px 20px 52px 20px;
}

.page-peer-to-peer .page-carrusel .customSlider .elemento .icon {
    text-align: center;
    margin-bottom: 39px;
}

.page-peer-to-peer .page-carrusel .customSlider .elemento .icon img {
    width: 80px;
    height: 80px;

}

.page-peer-to-peer .page-carrusel .customSlider .elemento h4 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.36px;
    font-weight: 600;

}

.page-peer-to-peer .page-carrusel .customSlider .elemento span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #000;

}

.page-peer-to-peer .customSlider .owl-dots .owl-dot {
    width: 30px !important;
    height: 6px !important;
}

.page-peer-to-peer .customSlider .owl-dots {
    margin-block-start: 54px;
}


@media (max-width: 991px) {

    .page-peer-to-peer #reuniones {
        margin-top: 33px;
    }

    .page-peer-to-peer #reuniones .row {
        display: block !important;
    }

    .page-peer-to-peer #reuniones .introduccion-manifiesto .text {

        text-align: left;
    }

    .page-peer-to-peer .page-carrusel {
        margin-top: 22px;
    }

    .page-peer-to-peer #reuniones .col {

        max-width: 100%;

    }

    .page-peer-to-peer #reuniones>.box>.row>.col:nth-of-type(2) {
        margin-block-start: 40px;
    }
}

@media (max-width: 767px) {
    .page.page-peer-to-peer .bloqueTitulo.big {
        margin-bottom: 45px;
    }
    .page-peer-to-peer .listado-destacados .rowText {
        border: none !important;
        padding-left: 0;
    }

}