header#header-web-congress{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.content-header{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: #333333;
    /* background: url('template/home/slider_backgroundv2.gif');
    background-repeat: no-repeat;
    background-size: cover; */
}

.logos-row{
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-congress-date{
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
    background: -webkit-linear-gradient(#EB4833, #BF1E2D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-logo-left{
    text-align: left;
}

.home-logo-right{
    text-align: right;
}

.text-first-line{
    font-weight: bold;
    font-size: 20px;
    color: rgba(102,35,131,255);
}

.home-banner-left{
    padding-top: 60px;
}

.logo-text{
    margin-bottom: 30px;
}

.img-retablo{
    height: 480px;
}

.img-iaah-header{
    height: 80px;
}

.img-spaj-header{
    height: 80px;
}

.img-presentation-home{
    /*height: 300px;*/
}

.button-slider{
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.btn-light-blue-congress{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

img.img-section-of-home{
    border: 3px solid rgba(0, 0, 0, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 1);
}

.title-section-of-home{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-text-section-of-home{
    font-size: 14px;
    font-weight: 700;
}

.btn-read-more{
    margin-top: 20px;
    font-weight: bold;
    /*position: relative;*/
}

.row-committee-persons .btn-light-blue-congress{
    margin: 1.5rem auto 0;
}

.row-committee-persons img{
    width: 150px;
    height: 150px;
}

/* ============================= */
/* --- --- MEDIA QUERIES --- --- */
/* ============================= */

@media screen and (max-width: 767px){

    .home-banner-left{
        padding-top: 30px;
    }

    .home-logo-right{
        text-align: center;
    }

    .img-retablo{
        height: auto;
    }

    .img-presentation-home{
        height: auto;
    }

    .link-change-responsive,
    .row-committee-persons .btn-light-blue-congress{
        display: block;
        font-size: 15px;
    }

    .title-section-of-home{
        font-size: 28px;
    }

    .row-committee-persons img{
        width: 80%;
        height: 80%;
    }

    .row-committee-persons .col-12{
        text-align: center;
        margin-bottom: 1rem;
    }

    .row-committee-persons .col-12:nth-last-child(1){
        margin-bottom: 0;
    }
}

/* ==================================== */
/* --- --- FIN DE MEDIA QUERIES --- --- */
/* ==================================== */
