/*Banner*/
.banner {
    position: relative;
}

.banner__item {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
}

.banner__item img {
    width: 100%;
}

.banner__desktop{
    height: 100%;
    object-fit: cover;
}

.banner__mobile{
    height: 100%;
    object-fit: cover;
}

.banner__text {
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 5%;
    position: absolute;
    right: 0;
    top: 5%;
    z-index: 1;
}

.banner__content {
    text-align: center;
}

.banner__logo {
    margin: 0 0 20px 0;
}

.banner__logo img {
    max-width: 65%;
    width: auto;
}

.banner__title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 15px 0;
    width: 100%;
}

.banner__subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px 0;
    width: 100%;
}

.banner__link{
    background: #E31F26;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 45px 10px 45px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.banner__link:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}



/*Detalle evento*/
.spaces {
    margin: 0 0 30px 0;
    padding: 40px 0 50px 0;
    position: relative;
}

.spaces__description,
.spaces__description p,
.spaces__description span{
    font-size: 16px;
    line-height: 23px;
    color: #3B3B3B;
}

.spaces__title{
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
}

.spaces__image {
    margin: 10px 0 0 0;
}

.spaces__image img{
    border-radius: 10px;
    width: 100%;
}

.row.spaces__row{
    margin-bottom: 0;
    margin-top: 45px;
}

.spaces__info {
    text-align: center;
}

.spaces__info img {
    max-width: 70px;
}

.spaces__info a {
    border-radius: 40px;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px 0 0 0;
    padding: 8px 5px 8px 5px;
    text-align: center;
    text-decoration: none;
}

.spaces__diary {
    margin: 0 0 35px 0;
}

.spaces__diary a {
    background: #fff;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);
}

.spaces__know a {
    border: 1px solid #000;
}

.spaces__additional {
    display: none;
    margin: 30px 0 10px 0;
    position: relative;
}

.dnnEditState .spaces__additional {
    display: block;
}

.spaces__additional .row{
    background: #E1E1E1;
    border-radius: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.close__info {
    background: url('/Portals/0/skins/ccma/images/iconos/close-menu.svg') no-repeat;
    font-size: 0;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    z-index: 10;
}

.spaces__photo {
    text-align: center;
    height: 225px;
    margin: 35px auto 35px auto;
    width: 225px;
}

.spaces__photo img {
    background: #1B1B1B;
    border-radius: 50%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.spaces__heading{
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 10px;
}

.spaces__explanation,
.spaces__explanation p,
.spaces__explanation span,
.spaces__explanation ul li {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.spaces__data {
    padding: 10px 0 0 0;
}

.spaces__date{
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.spaces__date span{
    color: #7D7D7D;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.spaces__section{
    position: relative;
}


/*Inversión*/
.investment {
    margin: 0 0 70px 0;
    position: relative;
}

.investment .container{
    position: relative;
}

.investment .container:after {
    background: #BDBDBD;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.investment__top{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 20px 0;
    text-align: center;
}

.investment__spaces{
    margin-bottom: 25px;
}

.investment__item {
    background: #F3F3F3;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    padding: 0 0 15px 0;
}

.investment__info {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.investment__header{
    align-items: center;
    display: flex;
    background: #BDBDBD;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
}

.investment__item.outstanding .investment__header {
    background: #E31F26;
}

.investment__item.outstanding .investment__header .investment__title {
    color: #fff;
}

.investment__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 10px 15px 10px 15px;
}

.investment_subtitle {
    font-size: 35px;
    font-weight: 800;
    line-height: 39px;
    margin: 20px 0 5px 0;
}

.investment__tax {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}


/*Mayores informes*/
.reports__item {
    height: 100%;
    padding: 0 0 15px 0;
}

.reports__info {
    align-items: center;
    height: 100%;
    justify-content: center;
}

.reports__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 10px 0;
    text-align: center;
}

.reports__fact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 25px 20px;
}

.reports__fact img {
    max-width: 20px;
}

.reports__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 25px 0 10px;
}

.reports__subtitle_sub{
    text-decoration: underline;
}



/*Fondo gris*/
.spaces:before {
    background: rgba(189, 189, 189, 0.20);
    content: "";
    height: calc(100% + 3rem);
    left: calc(-50vw + 50%);
    top: -3rem;
    position: absolute;
    width: 100vw;
    z-index: -1;
}


@media (min-width:768px){

    /*Banner*/
    .banner__item {
        height: 400px;
        min-height: 350px;
    }

    .banner__text {
        max-width: 720px;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner__content {
        max-width: 90%;
        text-align: left;
    }
    
    .banner__logo {
        margin: 0 0 10px 0;
    }

    .banner__logo img {
        max-width: 30%;
    }

    .banner__title {
        font-size: 20px;
        line-height: 24px;
    }

    .banner__subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .banner__link{
        font-size: 16px;
        padding: 15px 40px 15px 40px;
    }


    /*Detalle evento*/
    .spaces__additional{
        background: #E1E1E1;
        border-radius: 15px;
    }

    .spaces__additional .row {
        background: none;
        border-radius: 0;
        padding: 20px 20px 20px 20px;
    }

    .spaces__header{
        margin: 0 0 40px 0;
    }

    .spaces__description {
        padding: 0 10px 0 10px;
    }
    
    .spaces__image {
        height: 100%;
        margin: 0;
        padding: 0 10px 0 10px;
    }
    
    .spaces__image img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .spaces__diary {
        margin: 0;
    }

    .spaces__heading{
        margin: 0 0 20px 0;
        padding: 0;
    }

}

@media(min-width:992px){

    /*Banner*/
    .banner__text {
        max-width: 960px;
    }

    /*Detalle evento*/
    .spaces__additional .row {
        padding: 20px 20px 10px 20px;
    }

    .spaces__photo {
        margin: 0 auto 35px auto;
    }

    .spaces__data {
        padding: 40px 0 0 0;
    }


    /*Mayoes informes*/
    .reports__info {
        display: flex;
    }

    .reports__title {
        margin: 0 0 5px 0;
    }
}

@media(min-width: 1024px){
    /*Banner*/
    .banner__item {
        height: 450px;
        min-height: 450px;
    }

    .banner__content {
        max-width: 55%;
    }

    .banner__logo img {
        max-width: 40%;
    }

    .banner__title{
        font-size: 40px;
        line-height: 44px;
        width: 80%;
    }
    
    .banner__subtitle {
        width: 80%;
    }
}


@media (min-width: 1200px){

    /*Banner*/
    .banner__text {
        max-width: 1140px;
    }

    /*Inversión*/
    .investment__spaces{
        margin-bottom: 0;
    }

    /*Mayoes informes*/
    .reports__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    
}