/*General*/
.site-main{
    margin-bottom: 0;
}
.single-evento-container{
    margin-top: 2.8125rem;
}

.single-evento-container .page-title {
    font-weight: 500;
}


.single-evento-container img {
    max-width: 100%;
    border-radius: var(--image-border-radius);
}

.single-evento-container .logos img {
    max-width: 80px;
    max-height: 80px;
    border-radius: var(--image-border-radius);
    margin: 1rem 1.375rem 0 0;
}

.single-evento-container .block {
    margin-bottom: 3.5rem;
}

.single-evento-container .fal,
.single-evento-container .far,
.single-evento-container .fas,
.single-evento-container svg {
    color: var(--vsf-primary-color);
    margin-right: 1.25rem;
    font-size: 1.25rem;
}

.single-evento-container h2{
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.single-evento-container .title-contain{
    margin-bottom: 1.25rem;
}

.single-evento-container h3 {
    margin: 0 0 1.25rem 0;
    font-size: 1.125rem;
    font-weight: 500;
}

.single-evento-container p {
    margin-bottom: 1.5rem;
}

.single-evento-container .content a{
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--button-border-radius);
    transition: all 0.3s ease;
}

.single-evento-container .content-section {
    display: flex;
    flex-wrap: wrap;
}

.single-evento-container .content-section .content {
    padding-right: 4.375rem;
}

.single-evento-container .content-section .content img,
.single-evento-container .content-section iframe {
    border-radius: 0.625rem;
}


/* Cabecera */
.single-evento-container .cabecera .date{
    font-size: 1.25rem;
    margin-bottom: 0.6875rem;
    color: black;
}

.single-evento-container .cabecera h1{
    font-size: 1.625rem;
    margin-bottom: 0.9375rem;
}

.single-evento-container .cabecera .hashtag{
    font-size: 1.125rem;
    margin-bottom: 2.625rem;
    color: black;
}

.single-evento-container .cabecera .tags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 3.4375rem 0 1.875rem;
}

.single-evento-container .cabecera .tags a{
    background-color: #EDEDED;
    color: #959595;
    border: 1px solid #E7E7E7;
    border-radius: var(--image-border-radius);
    padding: 0.9375rem 1rem 0.8125rem;
    margin-bottom: 1rem;
    margin-right: 1.25rem;
    transition: all 0.3s ease;
}

.single-evento-container .cabecera .tags a:hover{
    text-decoration: none;
    background-color: #F6EBE1;
    color: #FC870A;
    border: 1px solid #F6EBE1;
}

/* Bloque Descripción */
.single-evento-container .description .content-section {
    align-items: flex-start;
}

.single-evento-container .description .content-section img {
    width: calc(41% - 3rem);
    margin-right: 3rem;
}

.single-evento-container .description .content-section .content {
    width: 59%;
}


/*Bloque Organizado por*/
.single-evento-container .organization .content-section{
    align-items: center;
}

.single-evento-container .organization .content-section p{
    margin-bottom: 0;
}

.single-evento-container .organization .content-section img {
    width: calc(15.8% - 1.875rem);
    margin-right: 1.875rem;
}

.single-evento-container .organization .content-section .content {
    width: 84.2%;
}

/* Bloque Ubicación */
.single-evento-container .location .content-section{
    align-items: center;
}

.single-evento-container .location .content-section .mapa {
    width: calc(50% - 3.75rem);
    margin-right: 3.75rem;
    position: relative;
}
.single-evento-container .location .content-section .mapa > div{
    display: block;
    padding-bottom: 75.00%;
}
.single-evento-container .location .content-section .mapa #map{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.single-evento-container .location .content-section h3{
    margin-bottom: 1.375rem;
}

.single-evento-container .location .content-section .content {
    width: 50%;
}

.single-evento-container .location .content-section .content p {
    margin-bottom: 1.8125rem;
}

.single-evento-container .location .content-section .content .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2.5625rem;
}

.single-evento-container .location .content-section .content .btn.btn-primary {
    margin-right: 1.5625rem;
}

.single-evento-container .location .content-section .content .p-title {
    font-weight: 600;
    color: black;
    margin-bottom: 1.75rem;
}

.single-evento-container .location .content-section .content .list-ip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-evento-container .location .content-section .content .list-ip .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin-bottom: 1.25rem;
}

.single-evento-container .location .content-section .content .list-ip .item .fas,
.single-evento-container .location .content-section .content .list-ip .item svg {
    background-color: #FDF2EA;
    border-radius: 6.25rem;
    font-size: 1.25rem;
    margin-right: 0.5625rem;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-evento-container .location .content-section .content .list-ip .item p {
    margin: 0;
    font-size: 1rem;
}

/*Bloque Programa*/
.single-evento-container .program a{
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--button-border-radius);
    transition: all 0.3s ease;
}


/* Bloque Info de interés */
.single-evento-container .interesting-info .content-section{
    align-items: center;
}

.single-evento-container .interesting-info .content-section .imagen{
    width: calc(49% - 3.25rem);
    margin-right: 3.25rem;
    background-color: #F7F7F7;
    border-radius: var(--image-border-radius);
    padding: 4rem;
    text-align: center;
}
.single-evento-container .interesting-info .content-section img {
    max-height: 300px;
    max-width: 320px;
}

.single-evento-container .interesting-info .content-section .content {
    width: 51%;
    padding-right: 0;
}

.single-evento-container .interesting-info .content-section .content .row {
    margin-bottom: 0.9375rem;
}

.single-evento-container .interesting-info .content-section h3{
    margin-bottom: 0.6875rem;
    font-weight: 600;
}

.single-evento-container .interesting-info .content-section p{
    margin-bottom: 1.4375rem;
}

.single-evento-container .interesting-info .content-section .content .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-evento-container .interesting-info .content-section .content .btn.btn-primary {
    margin-right: 1.5625rem;
}

/*Bloque Ponentes*/
.single-evento-container .block.block-ponentes{
    margin-bottom: 2.5rem;
}
.single-evento-container .ponentes .ponente-col{
    margin-bottom: 3.75rem;
}

.single-evento-container .ponentes .imagen{
    position: relative;
}
.single-evento-container .ponentes .imagen a{
    position: absolute;
    bottom: 1.5rem;
    right: 4rem;
    display: flex;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    background-color: var(--vsf-primary-color);
    border-radius: 50%;
    font-size: 0.875rem;
}
.single-evento-container .ponentes .imagen a span{
    color: white;
}
.single-evento-container .ponentes img{
    margin-bottom: 1.4375rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.single-evento-container .ponentes .text p{
    margin-bottom: 0;
    font-size: 1rem;
}

.single-evento-container .ponentes .text{
    margin-bottom: 0.4375rem;
}

.single-evento-container .ponentes .cargo{
    color: var(--vsf-primary-color);
    font-size: 1rem;
    font-weight: 500;
}

/*Bloque Contacto y dudas*/

.single-evento-container .form-contact{
    display: flex;
    align-items: flex-start;
}

.single-evento-container .form-contact .contacto{
    flex: 0 1 calc(50% - 3rem);
    margin-right: 6rem;
}

.single-evento-container .form-contact .dudas{
    flex: 1 1 calc(50% - 3rem);
}

.single-evento-container .form-contact .contacto form{
    width: 100%;
}

.single-evento-container .form-contact .contacto form .custom-control{
    margin-bottom: 1.875rem;
}

.single-evento-container .form-contact .contacto form button{
    padding: 0.875rem 3.6875rem 0.6875rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--button-border-radius);
    transition: all 0.3s ease;
}

.single-evento-container .form-contact .contacto form .form-group{
    position: relative;
}

.single-evento-container .form-contact .contacto form .form-group .asterisk{
    position: absolute;
    top: 0;
}

.single-evento-container .form-contact .dudas .info-dudas{
    display: flex;
    align-items: center;
}

.single-evento-container .form-contact .dudas .info-dudas a{
    border: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.1875rem 3rem;
    color: #000;
    font-size: 1rem;
    border-radius: var(--image-border-radius);
}

.single-evento-container .form-contact .dudas .info-dudas a:nth-child(1){
    margin-right: 2.5rem;
}

.single-evento-container .form-contact .dudas .info-dudas a:hover{
    text-decoration: none;
}

.single-evento-container .form-contact .dudas .info-dudas a span{
    font-size: 1.875rem;
    margin: 0 0 1.1875rem;
    color: var(--vsf-primary-color);
}


@media (max-width: 991px) {
    .single-evento-container .content-section img,
    .single-evento-container .content-section iframe {
        margin-bottom: 30px;
    }

    .single-evento-container .interesting-info .content-section img,
    .single-evento-container .interesting-info .content-section .content,
    .single-evento-container .description .content-section img,
    .single-evento-container .description .content-section .content,
    .single-evento-container .location .content-section iframe,
    .single-evento-container .location .content-section .content {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .single-evento-container .form-contact {
        display: block;
    }
    .single-evento-container .form-contact .contacto{
        flex: 1 1 100%;
        margin: 0 0 2.5rem 0;
    }
    .single-evento-container .form-contact .dudas{
        flex: 1 1 100%;
    }
    .single-evento-container .form-contact .dudas .info-dudas {
        display: block;
    }

    .single-evento-container .form-contact .dudas .info-dudas a:nth-child(1) {
        margin: 0 0 1.5rem 0;
    }
    .single-evento-container .organization .content-section img {
        width: calc(25% - 1.875rem);
    }
    .single-evento-container .organization .content-section .content {
        width: 75%;
    }
    .single-evento-container .interesting-info .content-section .imagen {
        width: 100%;
        margin-bottom: 30px;
    }
    .single-evento-container .location .content-section .mapa {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px){
    .single-evento-container .organization .content-section img{
        width: unset;
        margin-right: 0;
        max-width: 100%;
    }
    .single-evento-container .organization .content-section .content {
        width: 100%;
    }
    .single-evento-container .location .content-section .mapa{
        width: 100%;
    }
}

@media (max-width: 575px) {
    .single-evento-container .location .content-section .content .list-ip .item {
        width: 100%;
    }

    .single-evento-container .content-section{
        display: block;
    }


}