/*----- Fechas Congresos -----*/
.container-item-news {
width: 100%;
position: relative;
overflow: hidden;
float: left;
padding: 15px;
}
.overlay-news {
position: absolute;
height: 100%;
top: 0;
left: 0;
padding-top: 15px;
padding-left: 36px;
padding-right: 36px;
padding-bottom: 36px;
text-align: left;
z-index: 100;
width: 100%;
}
.vcenter-news {
position: relative;
height: 100%;
}
.title-news {
font-weight: 600;
font-size: 1.25rem;
line-height: 1.2;
margin-bottom: 0;
position: absolute;
bottom: 0;
color: #ffff;
}
.container-news-date {
background-color: #00335D;
display: grid;
width: max-content;
border-radius: 0px 0px 8px 8px;
padding-left: 5px;
padding-right: 6px;
}
.day-news {
font-weight: 600;
font-size: 1.75rem;
color: #ffff;
background-color: #00335D;
}
.month-news {
color: #ffff;
font-size: 0.875rem;
}
.news-shadow{
  box-shadow: inset 3px 3px 129px 0 #000000;
    position: absolute;
    top: 15px;
    left: 14px;
    width: 92%;
    height: 88%;
}

/*######    CONGRESO   ###########*/
.form-item-email-confirmacion-mail-1{

    margin-top: .5rem !important;
}

.form-item-email-confirmacion-mail-2{
    margin-top: .5rem !important;
}

div[role=alert]{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-item-email-confirmacion-mail-1, .form-item-email-confirmacion-mail-2>label.js-form-required{
    font-size: 1.25rem;
    font-weight: 300;
}

.row.mt-2.ml-3.js-form-item.form-item.js-form-type-webform-email-confirm{
    width: 100%;
    margin-left: 0rem!important;
    margin-right: 0px !important;
}

.form-item-email-confirmacion-mail-1, .form-item-email-confirmacion-mail-2{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px){
    .form-item-email-confirmacion-mail-1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-item-email-confirmacion-mail-2{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*
 ###### BANNER ########
*/
#region_highlight
{
	width: 99.58vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50.2vw;
  margin-right: -50vw;
  display: block;
}
.position-relative {
  position: relative !important;
}
@media (min-width: 992px) {
  .mih-lg-500px {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
.w-100 {
  width: 100% !important;
}
.bg-white-o {
  background-color: rgba(255,255,255,.85) !important;
}
.z-1 {
  z-index: 1;
}
.btn-primary strong{
  color: #fff !important;
}

.btn-english{display:none !important;}