/*
Questrial
font-family: 'Questrial', sans-serif;
regular 400*/
/*
@import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');



body {
    font-family: 'PT Sans', sans-serif;
    font-size: 100%;
    color: #333;
}

button {
    font-family: 'PT Sans', sans-serif;
}

ol,
ul {
    font-family: 'PT Sans', sans-serif;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
    color: #79aa4e;
}


#homeBody {
    background-color: #fcfcfc !important;
    background-attachment: fixed;
    background-image: url(../web/img/page_bg.jpg)
}

.content p,
section.sessionDetails p,
section.sessionInfo p {
    font-family: 'PT Sans', sans-serif;
    padding: 0 0px 20px;
    text-align: justify;
    color: #333;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}

#header {
    background-color: #1e5998;
    display: table-cell;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../web/img/bg-header.png);
    border-bottom: 2px solid #79aa4e;
}

#header .header-text {
    position: absolute;
    top: 100px;
    left: 300px;
}

#header .logo {top: 40px;left: 0px;}

#header .botones {
    top: 250px;
    right: 0px;
    width: auto;
    height: 40px;
    text-align: right;
    background: url(../web/img/header_tab.png) no-repeat;
    padding-left: 20px;
}
#header .botones:hover {
    background: url(../web/img/header_tab_hover.png);
}
#header .botones button {
    border-style: none;
    font-size: 1.1em;
    font-family: 'PT Sans', sans-serif;
    border-radius: 0;
    width: inherit;
    height: 40px;
    font-weight: normal;
    color: #e7faf8;
    background-color: #1e5998 !important;
    margin-left: 12px;
    text-shadow: none;
    padding: 7px;
    margin: 0;
}
#header .botones button:hover {
    color: #000;
    background-color: #79aa4e !important;
}

#header .botones button i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 1.1em;
}

#header .botones button .fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #e7faf8;
    line-height: 28px;
}
#header .botones button:hover .fa {
    color: #000;
}
#header .botones button .fa.fa-envelope {
    font-size: 1em;
}

#header .botones i.fa.blue {
    background-color: transparent;
}

#header .botones i.fa.yellow {
    background-color: transparent;
}

#header .botones i.fa.light-blue {
    background-color: transparent;
}


/************** MAIN MENU *************************/

#navbarfixed {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 0;
    background-color: #1e5998;
    /*background: transparent url(../web/img/bg_topbar.png) no-repeat center top;*/
    border-top: 0px;
    box-shadow: 0px;
}

.navbarScroll {
    background-image: none;
}
.menu {
    width: auto;
    margin: 0 auto;
}
.menu li a {
    display: block;
    font-weight: normal;
    margin: 0px;
    padding: 9px 12px;
    text-decoration: none;
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
    font-family: 'PT Sans', sans-serif !important;
    /* color: #000;  color texto oscuro */
    font-size: 1.1em;
    text-align: left;
}

.menu li {
    text-align: left;
}


.menu li a:hover {
    color: #444;
    text-decoration: none;
    background-color: rgba(30, 89, 152, 1);
}

.menu ul li:hover a {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

.menu li ul {
    /* submenu */
    display: none;
    height: auto;
    padding: 0px;
    /*padding-bottom: 10px;*/
    margin: 0px;
    border: 0px;
    position: absolute;
    width: auto;
    z-index: 200;
    background-color: rgba(30, 89, 152, 0.8);
}

.menu li:hover ul {
    display: block;
    margin-top: 0px;
}

.menu li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: auto;
    background-color: #1e5998;
    /* Level 2 Background Color */
    height: auto;
    min-width: 172px;
}

.menu li ul a {
    text-decoration: none;
    height: 40px;
    font-size: 1em;
    font-weight: 300;
    padding: 0px;
    padding: 0px 8px;
    line-height: normal;
    text-align: left;
    line-height: 40px;
}

.menu li ul a:hover,
.menu li ul li:hover a {
    border: 0px;
    color: #ffffff;
    text-decoration: none;
    background-color: #79aa4e;
    /* Level 2 Rollover Color */
}

section.page {
    float: left;
    width: 640px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
    line-height: 1.4em;
    background-color: rgba(255, 255, 255, 0.9);
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    min-height: 400px;
}

section.page {
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    color: #333;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0px;
}

section.page a {
    position: relative;
    outline: none;
    text-decoration: none;
    line-height: 1.3em;
    border: none;
    color: #79aa4e;
    text-decoration: none;
    white-space:normal;
    line-height: 1em;
    font-weight: 500;
}

section.page a:hover {
    border-color: #79aa4e;
    background-color: transparent;
    text-decoration: underline;
    color: #79aa4e;
}

section.page h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.9em;
    line-height: 40px;
    text-align: left;
    padding: 0 15px;
    color: #79aa4e;
    margin-top: 18px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    height: auto;
    font-weight: 600;
    border: none;
}

section.subPage h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.9em;
    padding: 0px 15px;
    /*border-bottom: 3px solid #79aa4e;*/
    margin-top: 0px;
    line-height: 48px;
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
    color: #79aa4e;
    height: 50px;
    font-weight: 600;
}

section.page h2,
h1.noticias-h1 {
    /*font-family: 'Spartan', sans-serif !important;*/
    color: #79aa4e !important;
    font-size: 1.5em !important;
    font-weight: 500;
    border-bottom: 1px dashed #79aa4e;
    margin-bottom: 15px;
    margin-top: 25px !important;
    padding: 0px 0px 5px;
    clear: both;
    background: transparent !important;
    border-left: 0px !important;
    letter-spacing: 0.5px;
}

h1.noticias-h1 {
    font-family: 'PT Sans', sans-serif;
    margin: 10px !important;
    margin-left: 0px !important;
    /*padding-left: 10px !important;*/
    line-height: 2em !important;
    height: 42px !important;
    /*background: rgba(123, 186, 47, 0.1) !important;*/
    color: #79aa4e!important;
}

section.page h3 {
    font-family: 'PT Sans', sans-serif;
    color: #79aa4e;
    font-size: 1.3em;
    line-height: 29px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    /*letter-spacing: 0.5px;*/
}

section.page h4 {
    font-family: 'PT Sans', sans-serif;
    padding-right: 20px;
    font-size: 1.2em;
    color: #79aa4e;
    /*font-weight: 600;*/
}

section.page h5 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    padding-right: 20px;
    padding-left: 20px;
    font-style: italic;
    font-weight: 600;
}

section.page h6 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 600;
    font-style: italic;
}

section.page p.intro {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 1em;
    color: #111;
    background-color: #eee;
    border-radius: 5px;
    padding: 15px;
}

div.deadlines {
    padding-bottom: 0;
    /*border: 1px solid #79aa4e;*/
    margin-bottom: 20px;
    margin-top: 20px;
}

div.deadlines p {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.4em;
    color: #fff;
    margin-top: 0px;
    padding: 0px 25px;
    background-color: #79aa4e;
    letter-spacing: 1px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
    text-align: left;
    font-weight: 400;
}

div.deadlines ul {
    padding: 0px 0px;
    font-family: 'PT Sans', sans-serif;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    border: 0.3px solid rgba(157,157,157,0.2);
}

div.deadlines ul li {
    padding: 10px 25px;
    text-align:left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ccc;
}

div.deadlines ul li:last-of-type {
    border-bottom: none;
}

div.deadlines ul li:nth-child(even) {
    background-color: white;
    padding: 10px 25px;
}

div.twitter {
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

div.facebook {
    margin: 0 0 20px;
}

button.applyNow {
    font-family: 'PT Sans', sans-serif;
    background-color: #1e5998;
    color: white;
    font-size: 16px;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 300;
    line-height: 56px;
    text-shadow: none;
    height: auto;
    margin-bottom: 20px;
}
button.applyNow:first-of-type {
    margin-top: 0;
}

button.applyNow i {
    display: block;
    float: left;
    font-size: 36px;
    margin: 10px 24px 10px 20px;
    line-height: 37px;
}

button.applyNow:hover {
    background-color: #79aa4e;
    color: #000;
}


button.colButton {
    background-color:#1e5998;
    color: white;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    border: 0;
    padding: 0;
}
button.colButton i {
    /*color: white;*/
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 2px 10px 24px;
}

button.colButton .icon {
    padding-right: 5px;
    font-size: 40px;
    padding-top: 7px;
    padding-left: 14px;
}

button.colButton .message {
    font-size: 16px;
    line-height: 37px;
}

button.colButton:hover {
  background-color: #79aa4e;
  color: #000;
}

.bannerColumn {
    padding: 0;
    margin-bottom: 20px;
}

.bannerColumn img {
    border-radius: 0;
    display: block;
    box-shadow: none;
    opacity: 1;
}
.bannerColumn img:hover {
    opacity: 1;
    box-shadow: none;
}
/***** SPEAKERS ************/

section.page ul.speakers {
    margin: 25px 0px 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    /*display: inline-table;*/
    /*margin-bottom: 50px;*/
}

section.page ul.speakers li {
    float: left;
    width: 150px;
    margin: 10px 24px;
    line-height: 1em;
    height: 250px;
    /* [disabled]background-color: #CCFF66; */
}

section.page ul.speakers span {
    display: block;
    /*line-height: 1;*/
}

section.page ul.speakers .speakerName {
    color: #79aa4e !important;
    font-weight: bold !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important;
    height: 40px !important;
}
section.page ul.speakers .speakerName a {
    color: #79aa4e !important;
    font-weight: bold !important;
}
section.page ul.speakers .speakerJob {
    font-size: 14px;
    color: #333;
    padding-top: 10px !important;
}

section.page ul.speakers .speakerPhoto{
    border:1px solid rgba(150,150,150,0.1);
    height: 150px;
    background-size: 150px auto;
}


section.contact article.contactForm {
    width: 300px;
    padding: 15px;
    background-color: rgba(30, 89, 152,0.05);
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgb(59,91,89);
    color:#333;
}

.contactForm button {
    text-transform: uppercase;
    color: white;
    background-color: #1e5998;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    width: auto;
    float: right;
    padding: 10px;
    line-height: 24px;
    font-size: 18px;
}

.contactForm button:hover {background-color: #79aa4e;color:#000;}

.contactForm button i {
    width: auto !important;
    margin-right: 5px;
    font-size: 24px;
}
.contactForm label {letter-spacing: 1px;}


/********************* REGISTRATION ********************/

/*table.fees {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

table.fees tr:nth-of-type(odd) {
    background-color: #ededed
}

table.fees th {
    padding: 5px;
}

table.fees th[scope="col"] {
    color: #FFFFFF;
    background-color: #333333;
}

table.fees th[scope="row"] {
    color: #000000;
    background-color: #ddd;
}

table.fees tr:nth-of-type(odd) th[scope="row"] {
    color: #000000;
    background-color: #CCCCCC;
}
*/

/* Registration fees Public Table */

table.fees {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #79aa4e;
    margin-bottom: 20px;
}
table.fees tr:nth-of-type(odd) {background-color: rgba(254,192,15,0.1);}
table.fees tr:nth-of-type(2n+1) {
    background-color: transparent; 
}
table.fees th {
    padding: 5px;
}
table.fees th[scope="col"] {
    color: #FFF;
    background-color: #79aa4e;
    text-align: center;
}

table.fees th[scope="row"] {
    background-color: transparent
}

table.fees tr:nth-of-type(2n+1) th[scope="row"],
table.fees tr:nth-of-type(2n+1) td {
    color: #444;
    background-color: rgba(121, 170, 78,0.1); /* ESTE ES EL DE LA FILAS */
}
table.fees td {
    padding: 5px;
    text-align: center;
}

/**** VENUE ****************/

div.venueMap {
    margin-bottom: 20px;
    margin-top: 20px;
    /*left: -15px;*/
    /*position: relative;*/
    padding: inherit;
}


/* PROGRAM COLUMN ******************/

div.program {
    margin-bottom: 20px;
    margin-top: 55px;
}

div.program p {
    height: 30px;
    font-size: 24px;
    color: #000;
    margin: 0px;
    padding: 0px;
    opacity: 0;
}


/****** INFO WINDOW ************/

header.sessionInfo {
    color: #FFFFFF;
    padding: 10px;
    font-family: 'PT Sans', sans-serif;
}


/************************/

#breadcum {
    background-color: rgba(30,89,152,0.1);
    color: #1e5998;
    font-family: 'PT Sans', sans-serif;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
    /*background-repeat: repeat;
    background-position: center top;
    background-image: url(../web/img/breadcrum-bg.png);
    background-position-x: -20px;*/
}

#breadcum a:after {
    content: " » ";
}

#breadcum a {
    color: #1e5998;
}

#breadcum i {
    color: #1e5998;
}


/*****************/

#sponsors .intro {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    letter-spacing: 0px;
}

#sponsors article {
    display: inline-table;
    width: 22%;
    /* height: 150px;*/
    /* margin: 0px 10px 20px;*/ /* le meto margen superior*/
    margin: 30px 10px 20px;
    position: relative;
    vertical-align: top;
}

/* Esto es para quitar el gris de los logos */ 
/*#sponsors img {filter: none;}*/

/* Esto es para poner el color de fondo igual que el del content */ 
/*#sponsors {background-color: rgba(30, 89, 152,0.1);}*/

/*************************/

#footer {
    background-color: #1e5998;
    background-image: url(../web/img/bg-pie.jpg);
    background-size: cover;
    border-top: 0px;
    color: #fff;
    border-top: 3px solid #79aa4e;
    vertical-align: top;
    height: 250px;
    background-position: center top;
    /*padding-top: 20px;*/
    text-align: left;
}


#footer ul {
    float: none;
    /*display: none;*/
}

#footer ul li {
    margin: 10px 0;
}

#footer ul li a {
    color: #fff;
    padding: 0 5px;
    border-radius: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    display: inline-block;
    line-height: 36px;
    padding-top: 0px;
    padding-right: 10px;
}
#footer ul li a:hover {
    background-color: #79aa4e;
    color: #000;
}
#footer ul li a i {
    line-height: 36px;
    padding-left: 5px;
    font-size: 24px;
    vertical-align: middle;
    float: left;
    padding-right: 8px;
}

#footer ul li a:hover i {
    color: #000;
}

#footer .final {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 44px;
    color: #ffffff;
    background-color: #79aa4e;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    padding: 0px;
    font-weight: 300;
    height: 42px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#footer .final a  {color: #ffffff;}
#footer .social {
    width: auto;
    height: 48px;
    text-align: left;
    margin-left: 10px;
    /*background: #1e5998;*/
    display: inline-block;
    padding: 0 4px;
    line-height: 48px;
    border-radius: 24px;
    }

#footer .social a {
    margin: 8px;
    display: inline-block;
}

#footer .final .legal {
    text-align: right;
    float: right;
    padding-right: 10px;
    color: #ffffff;
    line-height: 44px;
}

#footer .final .copyright {
    padding-left: 10px;
    line-height: 44px;
    padding-right: 0;
}

#cookies button {
    padding: 0.2em 0.4em;
    border: none;
    border-radius: 4px;
    margin: 0px 0px 0px 10px;
    font-family: 'PT Sans', sans-serif;
    background-color: #1e5998;
    color: white;
    border: 1px solid white;
    font-size: 1em;
}

#cookies button:hover {
    background-color:#79aa4e;
    color: #000;
}

#cookies .contenido {padding-right: 10px;}

/* NOTICIAS */

p.encabezado {
    font-family: 'PT Sans', sans-serif;
    padding: 0 0px 20px;
    text-align: justify;
    color: #444;
    font-size: 22px;
    font-weight: 600;
    /*letter-spacing: -0.5px;*/
}

.noticia .cuerpo {
    position: relative;
    /*height: 213px;*/
    height: auto;
    min-height: 150px;
}

.noticia a {
    color: #79aa4e;
}

.noticia a:hover {
    text-decoration: underline;
    color: #79aa4e !important;
}

.noticia .fecha {
    width: 120px;
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: center;
    height: 68px;
    line-height: 20px;
    font-size: 18px;
    z-index: 99;
    padding: 5px;
    color: rgb(255, 255, 255);
    background-color: #79aa4e;
    border-radius: 8px;
}

.noticia .mas {
    position: absolute;
    color: #79aa4e;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 120px;
    float: right;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    padding: 6px;
    right: 0px;
    background-color: transparent;
    margin-right: 0px;
    top:100px;
    bottom:30px;
    border-bottom: none;
    border: 1px solid #79aa4e;
    height: 34px;
}

.noticia .mas:hover {
    background-color: #79aa4e;
    color: white !important;
    text-decoration: none !important;
}

section.page ul { 
    font-family: 'PT Sans', 'Open Sans', sans-serif;
    font-size: 1em;
}

.noticia img {
    float: left;
    margin-right: 20px;
    max-height: 127px;
    max-width: 220px;
}

.noticia-detalle .noticia img {max-height: 209px;max-width: 360px;margin-top: 8px;}

.noticia-detalle .noticia .full img {
    max-height: fit-content;
    max-width: fit-content;
}

.noticia .titulo {
    font-family: 'PT Sans', sans-serif;
    color: #0099cc;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0px 0.5px 0.2em 0px;
    margin: 0px 150px 0px 0px;
}

.noticias.portada .noticia .titulo {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.2em;
    padding: 0px;
    margin: 0;
    letter-spacing: 0.5px;
    text-align: left;
}

.noticia .entradilla {
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin-right: 150px;
    padding-top: 0px;
}

.noticias.portada .entradilla {
    margin-right: auto;
}

.noticias.portada .noticia .cuerpo {margin-top:40px;}

.read-past-news-bt {
    padding-top: 15px;
    text-align: right;
    font-size: 14px;
}

.read-past-news-bt a:hover {
    color: #bf292f;
    text-decoration: underline;
}

.noticias.portada .noticia .entradilla {
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
}

.noticias.portada {
    margin-right: auto;
}

.noticia-detalle .noticia .fecha {
    margin-left: 10px;
    float: right;
    margin-top: 50px;
/*margin-bottom: 15px;*/
    top: -50px;
}

.noticia-detalle .noticia .masinfo a{
    background-color: #79aa4e;
    font-weight: normal !important;
}

table.datos caption {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #1e5998;
    line-height: 24px;
    padding: 15px 0px;
}


/* SubHeader */

.subheader {
    /*height: 30px;*/
    width: 100%;
    background-image: url(../web/img/decorativa.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.symposia header.sessionInfo .sessionType {
    letter-spacing: 0em;
    background-color: #79aa4e;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin: -10px -10px 0px -10px;
    text-transform: inherit;
}

.symposia header.sessionInfo .sessionDate {
    color: #666;
    font-size: 1em;
    margin-bottom: 8px;
}

.symposia header.sessionInfo .sessionTime {
    color: #666;
    font-size: 1em;
}
.symposia header.sessionInfo .action {
	margin-bottom: 8px;
}
.symposia header.sessionInfo .sessionChair.first {
    clear: left;
    padding-right: 15px;
}

.symposia header.sessionInfo .sessionChair.second {
    padding-right: 15px;
}

.symposia header.sessionInfo .sessionChair img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.symposia header.sessionInfo .sessionChair .workplace {
    font-size: 15px;
    line-height: 15px;
}

/******* TUNEO ************/

.symposia header.sessionInfo .sessionChair span.chair {
    font-weight: bold;
    color: #666;
    letter-spacing: 0.02em;
}

.symposia header.sessionInfo .blurb {background-color: rgba(115, 164, 206,0.1);}
.symposia {background-color: #e7faf8; border: 1px solid #79aa4e;}
.symposia header.sessionInfo .sessionType {letter-spacing: 0.03em; color: #fff}
.symposia header.sessionInfo .action button {
    color: #fff;
    background-color: #1e5998;
    padding-top: 8px;
}
.ui-accordion .ui-accordion-content {background: transparent !important;}

.program-search {
    background-color: #79aa4e;
    /*opacity: 0.8;*/
}
.program-search label {
    height: 30px;
    font-size: 1.4em;
    color: white;
    margin: 0px;
    padding: 0px;
}

.program-search button {background-color: #1e5998;}

.program-search-info-text-box {
    display: none;
    margin-top: 5px;
    padding: 15px 10px 20px;
    font-size: 13px;
    color: #000000; 
    background-color: rgba(204, 204, 204, 0.22);
    border-radius: 3px;
}

.program-search .bt-close-info {
    width: 100% !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    margin-top: 5px;
}

.program-search-more-information {
    font-size: 13px;
    padding: 4px 5px 0px;
    cursor: pointer;
    color: #000000;
}
.bt-go-to-program {background-color: #79aa4e}
.bt-go-to-program:hover {
    background-color: transparent !important;
    color: #79aa4e;
    border: 1px solid #79aa4e;
}

section.page p:first-of-type {
    margin-top: 0px;
}

/* Royal Slider */
.royalSlider {
    /*height: 530px !important;*/
}

.banner_text1 p,
.banner_text2 p {
    font-family: 'PT Sans', sans-serif !important;
}

.banner_text1 p {
    display: block;
    color: #FFFFFF;
    font-size: 2.5em !important;
    font-weight: 600;
    margin: 0px;
    box-sizing: border-box;
    text-shadow: 1px 1px 3px #000000;
}

.banner_text2 p {
    display: block;
    color: #FFF;
    font-size: 1.5rem !important;
    padding: 0.4em 0.8em;
    margin: 0px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #79aa4e !important;
    letter-spacing: 0.3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    text-shadow: none;
}


.rsBullets {
    position: absolute !important;
    bottom: 15px;
    right: 73px !important;
    width: 100px !important;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
}

.rsBullet {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    padding: 6px 5px 6px 4px;
    margin: 0px 5px;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsBullet.rsNavSelected span {
    background: #1e5998 !important;
}

.rsBullet span {
    display: block;
    width: 16px !important;
    height: 16px !important;
    ;
    border-radius: 50%;
    background: #CCC;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}


.scrollup {
    width: 40px !important;
    height: 40px !important;
    opacity: 0.3 !important;
    position: fixed !important;
    bottom: 80px !important;
    right: 100px !important;
    
    text-indent: -9999px !important;
    background: url(https://2024.febscongress.org/jquery.global/images/scrolling/icon_top.png) no-repeat !important;
    z-index: 2500 !important;
}

.scrollup {
    display: inline !important;
}


/* table */

table.cancel tr:nth-of-type(odd) {
background-color: rgba(1,73,102,0.1);
}


/* News Date on Home Page */
.noticias.portada .noticia .fecha{
    top:-40px;
    font-weight:600;
}
.noticia:not(:last-of-type){
    margin-bottom: 0px;
}
.noticia-detalle .noticia .masinfo a:hover {
    background-color: #79aa4e;
}

.noticias.portada .noticia .fecha div{color:#666;}


/* Tabla YSF */
table.YSFProgram {
    background-color: #F5F9F1;
}
table.YSFProgram tr.PL {
    background-color: #8CB865;
    color:#000;
}
table.YSFProgram tr.SS {
    background-color: #ABCC8F; 
    color:#000;
}
table.YSFProgram tr.PS {
    background-color: #C0D8AB; 
    color:#000;
} 
table.YSFProgram tr.NW {
    background-color: #D5E5C7;
    color:#000;
}

table.YSFProgram td {text-align:left;}
table.YSFProgram tr {border: 0.5px solid #CCC;}
table.YSFProgram h3 {color: #79aa4e; font-weight: 500; font-size: 1.4em;}

/* ********************* */

button.CTA {
    background-color: #1e5998;
    font-size: 24px;
    color: white;
    text-align: center;
    border-width: 0px;
    border-radius: 0px;
    margin-bottom: 25px;
}

button.CTA:hover {
    background-color: #79aa4e !important;
    color: #000;
    text-shadow: none;
    box-shadow: none;
}

button.CTA2 {
    background-color: #1e5998;
    font-size: 24px;
    color: white;
    text-align: center;
    border-width: 0px;
    border-radius: 0px;
    margin-bottom: 25px;
}

button.CTA2:hover {
    background-color: #79aa4e !important;
    color: #000;
    text-shadow: none;
    box-shadow: none;
}

/*************** PROGRAM ***********************/

div.program ul li a {
    padding: 10px 8px 8px;
}

.textoIntro a.weekDay{width: 164px;}

.textoIntro a.weekDay {
    color: white;
    background: #1e5998;
}
.textoIntro a.weekDay:hover {
    background: #79aa4e;
    box-shadow: none;
    color: white;
}
section.day .weekDay {
    background-color: #79aa4e;
    border-bottom: 1px solid #ededed;
}
section.day header {
    background-color: #fff;
}
section.day .monthDay {
    background-color: #79aa4e;
}
section.day .roomsRow div {
    background-color: #79aa4e;
    font-size: 14px;
    height: 44px;
    line-height: 20px;
}


section.day .roomsRow div.hourColumn {
    background-color: #CCC; 
    border-bottom: 1px solid #ededed;
}

/* Abstracts Search */
.icon-files a.fancygeneral {color:#FFF; line-height: normal;}
.abstracts .enlace a {font-weight: normal !important;}
.abstracts .enlace a:hover {color: #FFF;}
.abstracts .referencia {top:-22px; font-size: 1em;}
.abstracts .article {background-color: #F9F9F9;}
.abstracts .titulo {background-color: #ddd; color: #000;}
.abstracts .autores {background-color: #ddd; color:#000;}

.colorVerde {
    background-color: #79aa4e;
}

.icon-files {
    background-color: #1e5998;
    line-height: 60px;
}
.icon-files:hover {
    background-color: #79aa4e;
}
.bigBot {
    font-size: 1.6em !important;
}


#paginacion .paginas a, #paginacion .paginas span {
    line-height: 18px;
}

#paginacion .paginas span {
    background-color: #79aa4e;
    font-weight: normal;
    color: #000;
}

#paginacion .paginas a:hover {
    color: #000;
    text-decoration: none;
    background-color: #79aa4e;
}

#paginacion a.atras {
    padding-left: 16px;
}

/* ocultar boton login register */ 
/** #header .botones button {display: none;}**/


.symposia header.sessionInfo .sessionType {text-transform: none;}

/** tamaño de programa **/
article.sessionColumn {font-size: 11px; line-height: 13px;}

/* boton para descargar programa en pdf */
.programaBoton {display: block;}