/*
Theme Name: Evento - CIC 25 Aniversario
Theme URI: 
Author: CIC Consulting Informático
Author URI: http://www.cic.es/
Description: Plantilla para las jornadas de eventos de los 25 años de CIC 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: eventos cic santander cantabria madrid 
*/
/*@import url("./bootstrap.css");*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,700,300italic,400);

/*scrollpaneltheme*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff8900;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 137, 0, 0.74);
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.admin-bar .navbar-evento {
    top: 32px;
}

.cont-gracias {
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.gracias {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.video-resumen {
    margin-top: 20px;
}

.btn-ediciones {
    border: 2px solid rgb(246, 178, 33);
    transition: all 0.4s;
    text-decoration: none;
    position: relative;
    color: rgb(246, 178, 33);
    background: none;
    padding: 10px 20px 8px;
    font-size: 17px;
    margin-top: 25px;
    display: inline-block;
}

.btn-ediciones:hover, .btn-ediciones:active, .btn-ediciones:focus {
    background: rgb(246, 178, 33);
    color: #fff;
    text-decoration: none;
}

.navbar-evento {
    border-radius: 0;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    background: #FBFBFB;
    z-index: 2000;
    background: #999;
}
.navbar-evento.fixed_nav_menu{
    position: fixed;
}

.navbar-evento .navbar-collapse {
    text-align: center;
    background-color: #999;
}

.navbar-evento .navbar-nav {
    float: none !important;
    display: inline-block;
}



.navbar-evento .navbar-nav li {
    display: inline-block;
    float: none;
    margin: 7px 30px;
}

.navbar-evento .navbar-nav li a {
    font-size: 17px;
    background: none !important;
    text-transform: uppercase;
    color: #666;
    /* font-weight: 700; */
    color: white;
    transition: all 0.4s;
    font-family: Oswald, sans-serif;
}

.navbar-evento ul,
.navbar-evento #menu-menu-principal{
    margin: 0;
}

.navbar-evento .navbar-nav li a:hover {
    color: #C5C5C5;
}

.navbar-evento .language li a {
    color: #ccc;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #F6B731;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

.navbar-toggle:hover {
    background: #D4A201;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 0;
    background: #FFFFFF;
}

.evento, .agenda, .speakers, .usefulfor, .localizacion, .temas_debatir, .compartir_evento{
    margin-bottom: 100px;
}

.evento h2 {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.evento h3 {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
}

.evento h3 b {
    color: rgb(246, 178, 33);
    font-weight: 400;
}

.evento h2 b {
    font-weight: 400;
}

.evento p {
    color: #999;
    text-align: center;
}

.evento .col-md-3.col-xs-6.col-md-offset-3 ul {
    padding: 0;
}

.evento .col-md-3.col-xs-6.col-md-offset-3 h3, .evento .col-md-3.col-xs-6.col-md-offset-3 ul li {
    text-align: left;
}

.evento .col-md-3.col-xs-6 h3, .evento .col-md-3.col-xs-6 ul li {
    text-align: right;
}

.temas_debatir li{
    list-style-type: none;
    /*border-bottom: 1px solid #ff8900;*/
    padding: 15px 0;
}

.temas_debatir li:first-child{
    border-top: 1px solid #ff8900;
}

.temas_debatir li{
    border-bottom: 1px solid #ff8900;
}


#evento h1{
    margin-top: 25px;
}

.evento ul{
    margin-left: 2.1rem;
}

.evento li {
    list-style-type: disc;
    padding: 15px 0;
}

.evento .destacado {
    margin: 40px 0;
    color: #29ABE2;
}

.evento .destacado .punto {
    position: relative;
    padding-left: 100px;
}

.evento .destacado .punto img {
    position: absolute;
    left: 0;
    top: -8px;
    width: 80px;
}

.evento .destacado .punto .rotate, .portada .col-md-3 img, .evento .beneficios ul li img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

.evento .destacado .punto:hover .rotate, .portada .col-md-3 img:hover, .evento .beneficios ul li img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.evento .beneficios {
    margin-top: 20px;
}

.evento .beneficios ul {
    list-style: none;
    padding: 0;
}

.evento .beneficios ul li {
    padding: 10px;
    transition: all 0.4s ease 0s;
    border-bottom: none;
}

.evento .beneficios ul li img {
    float: left;
    margin: 0 10px 0 0;
}

.evento .dirigido-a dl {
    text-align: center;
    margin: 25px auto 40px;
}

.evento .dirigido-a dl dt {
    display: inline;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}

.evento .dirigido-a dl dd {
    display: inline;
    list-style: none;
    border-bottom: 3px solid #FFC200;
    padding: 0 0 5px;
    margin: 20px 5px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.evento .dirigido-a dl dd b {
    opacity: 0.5;
    font-weight: 400;
}

.evento .dirigido-a dl dd:hover {
    background: none;
    padding: 0 0 15px;
    transition: all 0.2s ease-in-out;
    color: #FFC200;
    opacity: 1;
}

.evento .infografia {
    overflow: hidden;
}

.portada {
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    background-image: url(./bg-portada.jpg);
    font-family: 'Roboto', sans-serif;
    height: 400px;
    color: #fff;
}

.portada .bgblack {
    background: rgba(250, 250, 250, 0.8);
    width: 100%;
    height: auto;
    padding: 65px 0 65px;
}

.portada canvas {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.portada img {
    position: relative;
    z-index: 2;
    width: 275px;
    height: auto;
    max-width: 100%;
}

.portada h1 {
    /*text-transform: uppercase;
    font-size: 80px;
    margin: 0;
    padding: 0;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #727272;
    font-size: 2.75rem;
    line-height: 1.4;
}

.portada h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 0;
    opacity: 0.6;
}

.portada h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
    opacity: 0.6;
    line-height: 22px;
}

.portada .inscripciones {
    margin: 50px 0 25px;
}

.portada .fecha, .portada .intro {
    padding: 40px 0 0;
}

.portada .intro .col-md-3:after {
    content: '';
    position: absolute;
    right: 0;
    top: -86px;
    bottom: 0;
    height: 250px;
    border-right: 1px solid rgb(246, 178, 33);
    -webkit-transform: rotate(-9.462deg);
    -ms-transform: rotate(-9.462deg);
    transform: rotate(-90deg);
}

.portada .intro .col-md-3.last:after {
    border-right: none;
}

.portada .intro h2 {
    font-weight: 300;
    color: #464646;
    font-size: 15px;
    line-height: 19px;
    padding: 10px 0 0 0;
}

.portada .fecha h2, .portada .inscripciones h2 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    text-transform: inherit;
}

.portada .fecha p {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.portada .fecha h2 strong, .portada .fecha p strong {
    color: rgb(246, 178, 33);
    font-weight: 400;
}

.portada .timer {
    opacity: 0.6;
    margin: 40px 0 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    font-weight: 100;
}

.portada .timer .days-wrapper, .portada .timer .hours-wrapper, .portada .timer .minutes-wrapper, .portada .timer .seconds-wrapper {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 25px;
    font-size: 13px;
    width: 75px;
}

.portada .timer .days, .portada .timer .hours, .portada .timer .minutes, .portada .timer .seconds {
    font-size: 50px;
    line-height: 55px;
}

.portada .btn-inicio {
    color: #fff;
    background: rgb(246, 178, 33);
    padding: 20px;
    top: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s ease 0;
}

.portada .btn-inicio:hover {
    color: rgb(246, 178, 33);
    border: 5px solid rgb(246, 178, 33);
    background: #fff;
}

.video {
    text-align: center;
    margin: 0px 0 20px;
}

.ponentes {
    margin-top: 10px;
    text-align: center;
}

.speakers h3 {
    margin-bottom: 60px;
    color: #ad172b;
    font-weight: bold;
}

.speakers .col-sm-3 {
    width: 20%;
    margin-bottom: 30px;
}

.speakers .col-sm-3:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.speakers .foto-container {
    display: inline-block;
    position: relative;
}

.speakers img.foto {
    max-width: 100%;
    max-height: 160px;
    width: 160px;
    border-radius: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s;
}

.speakers img.foto:hover{
    -webkit-filter: none;
    filter: none;
}


.speakers h2 {
    text-transform: uppercase;
    color: #797979;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.speakers h4 {
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 0 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.speakers p {
    color: #777;
    font-size: 15px;
}

.speakers p br {
    margin-bottom: 5px;
}

.speakers .social {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.speakers .social li {
    display: inline;
    margin: 0 2px;
}

.speakers .social li img {
    width: 18px;
    height: auto;
    transition: all 0.4s;
}

.speakers .social li img:hover {
    opacity: 0.6;
}

.speakers .ver-mas {
    transition: all 0.4s;
    cursor: pointer;
    /*background: #F6B221;*/
    /*border-radius: 500px;*/
    /*position: absolute;*/
    bottom: 0px;
    right: 15px;
    /*width: 32px;*/
    padding: 5px;
    color: #FF8900;
    font-weight: bold;
}

.speakers .ver-mas:hover {
    /*background: #DC9E19;*/
    color: #B26000;
}

.speakers .ver-mas.abierto {
  /*  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
}

/*.agenda {background-attachment:fixed; background-size:cover; background-position: center center; background-image: url(./bg-energia.jpg); transition:all 0.6s ease 0;}
.agenda.energia {background-image: url(./bg-energia.jpg);}
.agenda.ciudad {background-image: url(./bg-portada.jpg);}
.agenda.soluciones {background-image: url(./bg-soluciones.jpg);}
.agenda.internet {background-image: url(./bg-internet.jpg);}*/
.agenda h3, .inscripcion h3, .localizacion h3, .speakers h3 {
    text-align: center;
}

.agenda h3 b, .inscripcion h3 b, .localizacion h3 b, .speakers h3 b {
    color: rgb(246, 178, 33);
    font-weight: 400;
    text-align: center;
}

.agenda .bgblack {
    background: #fff;
    width: 100%;
    height: 100%;
}

.agenda .nav-tabs {
    border: none;
    /*margin-bottom: -10px;*/
}

.agenda .nav-tabs > li {
    width: 20%;
    text-align: center;
    margin: 0 !important;
    background: white;
    transition: background 0.3s, color 0.3s, border 0.3s ease;
}

.agenda .nav-tabs > li > a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    border: none;
    background: none;
    color: rgb(128, 128, 128);
    padding: 10px;
    transition: background 0.3s;
    transition: color 0.3s;

}



.agenda .nav-tabs > li > a span {
    display: block;
    font-weight: 300;
    font-size: 14px;
}

.agenda .nav-tabs > li.active > a, .agenda .nav-tabs > li.active > a:hover, .agenda .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
    border-bottom: 4px solid #FFC200;
    color: rgb(128, 128, 128);
}

.agenda .nav-tabs > li.active {
    background: url(./flecha.png) no-repeat center bottom transparent;
    padding-bottom: 7px;
}

.agenda .nav-tabs > li.active.tab2 {
    background: url(./flecha.png) no-repeat center bottom transparent;
}

.agenda .nav-tabs > li.active.tab3 {
    background: url(./flecha3.png) no-repeat center bottom transparent;
}

.agenda .nav-tabs > li.active.tab4 {
    background: url(./flecha4.png) no-repeat center bottom transparent;
}

.agenda .tab-content {
    background: #fff;

}

.agenda span.hora {
    margin-top: 25px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgb(128, 128, 128);
}

.agenda h3 {
    margin: 11px 0 5px;
    padding: 0;
    color: #ff8900;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    display: block;
}

.agenda .informacion{
    text-align: left;
}

.agenda .mas-info,
.agenda .informacion > div {
    font-size: 11px;
    color: #888;
    font-weight: 300;
    line-height: 18px;
    padding-bottom: 10px;
}

.agenda .mas-info {
    font-size: 11px;
    color: black;
    text-decoration: underline;
    margin-left: 10px;
}

.agenda .row > div:nth-child(2){
    border-left: 1px solid #e5e5e5;
}


.agenda .nav-tabs #sala4-tab {
    border-color: #29abe2
}

.agenda .tab-content #sala4 .ponencia h3 {
    color: #29abe2
}

.agenda .tab-content .ponencia .ver-mas {
    font-size: 11px;
    color: #888;
    font-weight: 300;
}

.agenda .tab-content .ponencia .ver-mas b {
    font-weight: 400;
    color: #23ABE2;
}

.agenda .tab-content .descanso .ver-mas {
    font-size: 11px;
    color: #888;
    font-weight: 300;
}

.agenda .tab-content .descanso .ver-mas b {
    font-weight: 400;
    color: #23ABE2;
}

.agenda .tab-content .descanso {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 10px 10px 165px;
    position: relative;
    min-height: 65px;
}

.agenda .tab-content .descanso .hora {
    position: absolute;
    color: rgb(128, 128, 128);
    left: 0;
    font-size: 15px;
    text-align: right;
    font-weight: 400;
}

.agenda .tab-content .descanso h3 {
    margin: 0;
    padding: 0;
    color: #bbb;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 7px;
}

.agenda .tab-content .descanso img {
    position: absolute;
    height: 65px;
    left: 80px;
    -webkit-filter: grayscale(1);
    filter: gray;
    opacity: 0.6;
    transition: all 0.4s;
    top: 0px;
}

.agenda .tab-content .descanso:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.inscripcion {
    padding: 60px 0;
    background: #fff;
}

.inscripcion h2 {
    color: #bbb;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 300;
}

.inscripcion .group {
    position: relative;
    margin: 35px 0 15px;
    background-color: transparent;
}

.inscripcion .group input {
    font-size: 15px;
    box-shadow: none;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    background-color: transparent;
}

.inscripcion .group input:focus {
    outline: none;
}

.inscripcion .group label {
    color: #bbbbbb;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inscripcion .group input:focus ~ label, .inscripcion .group input.used ~ label, .adjunto-used ~ label {
    top: -20px !Important;
    font-size: 13px !Important;
    color: #ed1e79 !Important;
}

.inscripcion .group .adjunto-used {
    color: #bbbbbb;
    font-size: 15px;
}

.inscripcion .group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.inscripcion .group .bar:before, .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #ed1e79;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inscripcion .group .bar:before {
    left: 50%;
}

.inscripcion .group .bar:after {
    right: 50%;
}

.inscripcion .group input:focus ~ .bar:before, .inscripcion .group input:focus ~ .bar:after {
    width: 50%;
}

.inscripcion .btn {
    background: none;
    border: 1px solid #ed1e79;
    border-radius: 0;
    color: #ed1e79;
    font-size: 15px;
    margin: 42px 0 35px;
    padding: 7px 20px 4px;
    transition: all 0.6s ease 0;
}

.inscripcion .btn:hover {
    background: #ed1e79;
    border: 1px solid #ed1e79;
    color: #fff;
}

.inscripcion .aviso {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
    padding: 0 10px;
}

.inscripcion .aviso a {
    color: rgb(246, 178, 33);
}

.inscripcion .legal {
    font-size: 10px;
    color: #bbb
}

.inscripcion .legal a {
    color: #bbb;
}

.mensaje-form {
    -webkit-animation: slideUpContact 5s ease 1.3s;
    animation: slideUpContact 5s ease 1.3s;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    top: 45%;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    color: #FFF;
    padding: 15px 25px;
    width: 400px;
    margin-left: -200px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}

.mensaje-form p {
    margin-bottom: 0;
}

@-moz-keyframes slideUpContact {
    0% {
        opacity: 0;
        -moz-transform: translateY(100%);
        visibility: visible;
    }
    15% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slideUpContact {
    0% {
        opacity: 0;
        transform: translateY(100%);
        visibility: visible;
    }
    15% {
        opacity: 1;
        transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slideUpContact {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        visibility: visible;
    }
    15% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.app {
    padding: 60px 0;
    background: #fff;
}

.app h3 {
    text-align: left;
}

.app .mobile {
    margin: 5px auto 0;
    display: block;
    max-width: 100%
}

.app h3 b {
    color: rgb(246, 178, 33);
    font-weight: 400;
    text-align: center;
}

.app ul {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 13px;
}

.app ul li {
    margin-bottom: 3px;
}

.des-app {
    margin-top: 29px;
}

.des-app .qr {
    width: 115px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 20px;
}

.des-app .botonera-app {
    float: left;
}

.des-app .store {
    transition: all 0.4s ease 0s;
    opacity: 0.7;
    width: 130px;
    height: auto;
    display: block;
    margin-bottom: 2px;
    margin-top: -1px;
}

.des-app a:hover .store {
    margin-left: 5px;
    opacity: 1;
}

.mapa-contacto {
    position: relative;
    width: 100%;
    height: 500px;
}

.mapa-contacto .direccion {
    position: absolute;
    width: auto;
    min-width: 320px;
    height: auto;
    top: 103px;
    padding: 25px 40px;
    background: #FFC200;
    z-index: 2000;
    color: #fff;
}

.mapa-contacto .direccion h3 {
    font-size: 23px;
    margin: 10px 0 20px;
    padding: 0;
    font-weight: 300;
}

.mapa-contacto .direccion a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease 0;
}

.mapa-contacto .direccion a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.3)
}

#google-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #e7eaf0;
}

#controlDiv {
    right: 0 !Important;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    transition: background 0.4s;
    width: 32px;
    cursor: pointer;
    margin-left: 324px;
    background-color: #FFC200;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(./cd-icon-controller.svg);
}

#cd-zoom-in:hover, #cd-zoom-out:hover {
    background-color: #D4A201;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 13px;
    margin-bottom: 1px;
    margin-right: 10px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}

.localizacion > div {
    position: relative;
}

.localizacion address {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(79, 78, 75, 0.83);
    padding: 20px;
    color: #fff;
    height: 100%;
}

.localizacion address h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 31px;
    text-align: left;
}

.localizacion address p {
    /*opacity: 0.8;*/
    /*font-weight: 300;*/
}

.localizacion address a {
    opacity: 1;
    color: #fff;
    font-weight: 400;
}

.localizacion address a:hover {
    color: #fff;
    text-decoration: none;
}

.logos {
    text-align: left;
    margin: 50px 0;
}

.logos h2 {
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}

.logos img {
    max-width: 100%;
    transition: all 0.4s ease 0s;
}

.logos img:hover {
    opacity: 0.5;
}

.logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logos ul li {
    display: inline-block;
    margin-right: 45px;
    margin-top: 40px;
}

.logos ul li img {
    /*height: 90px;*/
    width: 110px;
    /*margin-top: 15px;*/
}

/* Historico */
.header13 {
    width: 100%;
    background-size: cover;
    background-image: url(./cabecera_2013.jpg);
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 150px 0 100px;
}

.header13 h1 {
    font-weight: 100;
    font-size: 45px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.header13 h1 span {
    font-weight: 600;
}

.header13 h2 {
    font-weight: 300;
    font-size: 24px;
    font-style: italic;
}

.header13 h2 span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.info13 {
    text-align: justify;
}

.monitoring13 {
    padding: 70px 0;
    font-size: 13px;
    line-height: 22px;
}

.monitoring13 ul {
    list-style: none;
    padding: 30px 0;
}

.monitoring13 ul li {
    display: inline;
    margin-right: 40px;
}

.monitoring13 ul li img {
    height: 50px;
}

.monitoring13 .eventos {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    background: #f9f9f9;
    border-radius: 4px;
}

.monitoring13 .evento {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.monitoring13 .evento:last-child {
    border-bottom: none;
}

.monitoring13 .evento .col-xs-2 {
    text-align: center;
    font-size: 12px;
}

.monitoring13 .evento h4 {
    font-size: 13px;
    line-height: 20px;
    color: #E75967;
    font-weight: 400;
    margin: 0;
    padding: 0px 0;
}

.monitoring13 .evento p {
    font-size: 11px;
    color: #999;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.monitoring13 .evento p.descanso {
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
}

.monitoring13 .evento .hora {
    color: #999;
    margin: 0;
    padding-bottom: 10px;
}

.monitoring13 .sala h4 {
    color: #666666;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 2px;
}

.monitoring13 .sala p {
    color: #999999;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px;
}

.monitoring13 .enlace-youtube {
    font-size: 12px;
    color: #666;
    transition: all 0.4s ease 0s;
}

.monitoring13 .enlace-youtube:hover, .monitoring13 .enlace-youtube:active, .monitoring13 .enlace-youtube:focus {
    text-decoration: none;
    color: #E53212;
}

.monitoring13 .enlace-youtube img {
    margin-right: 6px;
    width: 22px;
    margin-top: -3px;
}

.header14 {
    width: 100%;
    background-size: cover;
    background-image: url(./cabecera_2014.jpg);
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 150px 0 100px;
}

.header14 h1 {
    font-weight: 100;
    font-size: 45px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.header14 h1 span {
    font-weight: 600;
}

.header14 h2 {
    font-weight: 300;
    font-size: 24px;
    font-style: italic;
}

.header14 h2 span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.info14 {
    padding-right: 55px;
    text-align: justify;
}

.monitoring14 {
    padding: 70px 0;
    font-size: 13px;
    line-height: 22px;
}

.monitoring14 ul {
    list-style: none;
    padding: 30px 0;
    text-align: left;
}

.monitoring14 ul li {
    display: inline;
    margin-right: 40px;
}

.monitoring14 ul li img {
    height: 49px;
    margin-bottom: 10px;
}

.monitoring14 .eventos {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    background: #f9f9f9;
    border-radius: 4px;
}

.monitoring14 .evento {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

.monitoring14 .evento:last-child {
    border-bottom: none;
}

.monitoring14 .evento .col-xs-2 {
    text-align: center;
    font-size: 12px;
}

.monitoring14 .evento h4 {
    font-size: 13px;
    line-height: 20px;
    color: #E75967;
    font-weight: 400;
    margin: 0;
    padding: 0px 0;
}

.monitoring14 .evento p {
    font-size: 11px;
    color: #999;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.monitoring14 .evento p.descanso {
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
}

.monitoring14 .evento .hora {
    color: #999;
    margin: 0;
    padding-bottom: 10px;
}

.monitoring14 .sala h4 {
    color: #666666;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 2px;
}

.monitoring14 .sala p {
    color: #999999;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px;
}

.monitoring14 .enlace-youtube, .monitoring14 .enlace-flickr {
    font-size: 12px;
    color: #666;
    transition: all 0.4s ease 0s;
    display: block;
}

.monitoring14 .enlace-youtube img, .monitoring14 .enlace-flickr img {
    margin-right: 6px;
    width: 22px;
    margin-top: -3px;
}

.monitoring14 .enlace-youtube:hover, .monitoring13 .enlace-youtube:active, .monitoring13 .enlace-youtube:focus {
    text-decoration: none;
    color: #E53212;
}

.monitoring14 .enlace-flickr:hover, .monitoring13 .enlace-flickr:active, .monitoring13 .enlace-flickr:focus {
    text-decoration: none;
    color: #ff0084;
}

.finalizado {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 40px;
    display: inline-block;
    margin: 30px 0;
    color: #e75967;
    font-size: 20px;
}

.finalizado a {
    display: block;
    font-size: 15px;
    color: #666;
    margin-top: 5px;
    transition: all 0.4s ease 0s;
}

.finalizado a:hover {
    color: #009de3;
}

.descarga {
    background: #009de3;
    color: #fff;
    padding: 1px 4px;
    font-size: 9px;
    margin-left: 2px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.descarga:hover, .descarga:focus, .descarga:active {
    background: #007DA8;
    color: #fff;
    text-decoration: none;
}

.header-anteriores {
    width: 100%;
    background-size: cover;
    background-position: bottom;
    text-align: center;
    padding: 130px 0 80px;
    background-image: url(./bg-anteriores.png);
}

.header-anteriores h1 {
    font-size: 45px;
    font-style: italic;
    color: rgb(246, 178, 33);
    font-weight: 600;
}

.header-anteriores h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    display: block;
    color: #a5a5a5;
}

.mmd-anteriores {
    margin-top: 50px;
    font-size: 13px;
    text-align: justify;
}

.descargas-anteriores {
    background: #f6b221;
    margin: 40px 0 20px;
    padding: 45px 40px 40px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.descargas-anteriores h2 {
    margin: 0 0 30px;
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.descargas-anteriores .post-password-form {
    margin-bottom: 20px;
}

.descargas-anteriores .post-password-form input {
    border: none;
    padding: 7px 8px;
    color: #666;
    outline: none;
    line-height: 25px;
}

.descargas-anteriores .post-password-form input[type="submit"] {
    padding: 5px 15px;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 3px;
}

.descargas-anteriores .formulario-anteriores input {
    border: none;
    padding: 7px 8px;
    color: #666;
    outline: none;
    line-height: 25px;
}

.descargas-anteriores .formulario-anteriores input.boton {
    padding: 5px 15px;
    background: none;
    color: #fff;
    border: 2px solid #fff;
}

.descargas-anteriores ul {
    padding: 0;
    margin: 0;
}

.descargas-anteriores ul li {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.descargas-anteriores ul li a {
    color: #b38421;
    transition: all 0.4s;
    text-decoration: none;
    padding-left: 0;
    padding-right: 5px;
}

.descargas-anteriores ul li:hover a {
    padding-left: 5px;
    padding-right: 0;
}

.oculto-anteriores {
    margin-top: 30px;
}

.oculto-anteriores img {
    transition: all 0.4s;
    width: 60px;
    height: auto;
    margin-bottom: 2px;
    padding: 0 0 5px;
}

.oculto-anteriores a {
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    display: block;
}

.oculto-anteriores a.disabled {
    opacity: 0.4;
}

.oculto-anteriores a:hover img {
    padding: 5px 0 0;
}

.mensaje-form {
    -webkit-animation: slideUpContact 5s ease 1.3s;
    animation: slideUpContact 5s ease 1.3s;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    top: 45%;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    color: #FFF;
    padding: 15px 25px;
    width: 400px;
    margin-left: -200px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}

@-moz-keyframes slideUpContact {
    0% {
        opacity: 0;
        -moz-transform: translateY(100%);
        visibility: visible;
    }
    15% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slideUpContact {
    0% {
        opacity: 0;
        transform: translateY(100%);
        visibility: visible;
    }
    15% {
        opacity: 1;
        transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slideUpContact {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        visibility: visible;
    }
    15% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.logos-anteriores {
    text-align: left;
    margin: 10px 0 40px;
}

.logos-anteriores h2 {
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}

.logos-anteriores ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logos-anteriores ul li {
    display: inline-block;
    width: 10.8%;
    padding: 0 25px;
}

.logos-anteriores ul li img {
    height: auto;
    width: 100%;
    margin-top: 15px;
    transition: all 0.4s ease 0s;
}

.logos-anteriores img:hover {
    opacity: 0.5;
}

/*SOCIAL SIDEBAR*/
.social-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    list-style: none;
    padding: 0;
    margin: -60px 0 0;
    text-align: left;
    z-index: 400;
}

.social-sidebar li a {
    padding: 0;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.social-sidebar li a:hover {
    padding-left: 4px;
}

.social-sidebar li a.twitter {
    background: #00aced;
}

.social-sidebar li a.facebook {
    background: #3B5998;
}

.social-sidebar li a.google {
    background: #db3f2b;
}

.social-sidebar li a.linkedin {
    background: #007bb6;
}

.social-sidebar li a.rss {
    background: #F39200;
}

.social-sidebar li a img {
    width: 30px;
    height: auto;
}

/*REGISTRO*/
.input-field-mailing {
    display: none;
}

.em-booking-form p {
    clear: none !Important;
}

.em-booking-login, .em-tickets-spaces {
    display: none;
    visibility: hidden;
}

.em-booking-form-details {
    width: 100% !Important;
    padding: 0;
    margin: 0 -15px;
}

.em-booking-form-details p {
    width: 33% !Important;
    padding: 0 15px;
    clear: inherit;
    float: left;
    margin-bottom: 15px;
    text-align: left;
}

.em-booking-form-details p label {
    width: 100% !Important;
    text-align: left;
    font-weight: 300 !Important;
    font-size: 13px;
    color: rgb(128, 128, 128) !Important;
}

.em-booking-form-details p input[type=text], #registro .em-booking-form-details p input[type=email], #registro .em-booking-form-details select, #registro .em-booking-form-details p select {
    width: 100% !Important;
    color: #808080 !Important;
    font-size: 13px !Important;
    padding: 8px 7px !Important;
    border: none !Important;
    background: #E6E6E6 !Important;
}

.em-booking-buttons {
    width: 100% !Important;
    color: #808080 !Important;
    font-size: 13px;
    padding: 8px 7px;
    border: none;
}

.condiciones p {
    width: 100% !Important;
    padding: 0;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6) !Important;
    text-align: justify;
}

.em-booking-buttons {
    width: 100%;
    float: left;
    background: transparent;
}

.em-booking-buttons .em-booking-submit {
    color: #fff;
    background: rgb(246, 178, 33);
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s ease 0;
    border: none !Important;
    margin-left: 9px;
}

.em-booking-buttons .em-booking-submit:hover {
    opacity: 0.8;
}

.modal .modal-header .close {
    margin-top: 7px;
}

.modal .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #777;
    font-size: 11px;
    text-align: justify;
}

.modal .modal-content h4 {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    padding-top: 6px;
}

.modal-backdrop {
    z-index: 0;
}

.modal-dialog {
    margin: 70px auto !important;
}

#cookie-msg {
    z-index: 5000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 15px 0 10px;
    font-size: 10px;
}

#cookie-msg a {
    color: #fff;
    transition: all 0.4s;
    text-decoration: none;
}

#cookie-msg a:hover {
    opacity: 0.7;
}

#cookie-msg #cookieClose {
    margin-top: 5px;
    font-size: 10px;
    cursor: pointer;
    text-transform: uppercase;
    color: #f6b221;
    transition: all 0.4s;
}

#cookie-msg #cookieClose:hover {
    color: #f6b221;
}

.loading-animation {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: none;
    background-color: rgba(255, 255, 255, 1);
}

.spinner {
    position: absolute;
    right: 0;
    top: 30%;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #FB7E20;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

@media (max-width: 990px) {
    .agenda .nav-tabs > li > a span {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .xs-hidden {
        display: none;
    }

    .portada {
        height: 200px;
        background-size: 190%;
        background-repeat: no-repeat;
    }

    .portada .bgblack {
        padding: 70px 0;
    }

    .speakers .col-sm-3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .evento .dirigido-a dl dd {
        display: block;
    }

    .agenda .nav-tabs > li {
        width: 25%;
    }

    #agenda #tabs .nav-tabs li a{
        padding: 24px 11px;
    }

    .agenda .nav-tabs > li > a {
        font-size: 13px;
    }

    .agenda .nav-tabs > li > a span {
        display: none;
    }

    .agenda .tab-content .ponencia h3, .agenda .tab-content .descanso h3 {
        font-size: 13px;
        text-align: left;
    }

    .agenda .tab-content .ponencia {
        padding: 10px 10px 10px 86px;
    }

    .agenda .tab-content .descanso h3 {
        margin: 0px 0px 0px 86px !Important;
    }

    .agenda .tab-content .ponencia .hora, .agenda .tab-content .descanso .hora {
        position: absolute;
        color: #333;
        left: 16px;
        top: 18px;
        font-size: 13px;
        text-align: right;
    }

    .agenda .tab-content .ponencia img {
        display: none;
    }

    .agenda .tab-content .descanso img {
        display: none;
    }

    .evento .destacado .punto {
        margin-bottom: 35px;
    }

    .mapa-contacto .direccion {
        position: static;
        margin: 0 -15px;
    }

    .inscripcion h2 {
        font-size: 30px;
    }

    #map-canvas {
        height: 350px;
    }

    .social-sidebar {
        bottom: 0;
        top: auto;
        width: 100%;
        margin: 0;
    }

    .social-sidebar li a {
        float: left;
        width: 25%;
        text-align: center;
    }

    .social-sidebar li a:hover {
        padding: 0;
    }

    .infografia img.imagen {
        width: 100%;
    }

    .video iframe {
        max-width: 100%;
    }
}

@media (min-width: 640px) and (max-width: 767px){
    .navbar-evento .navbar-nav li {
        margin: 7px 10px;
    }

    .top-bar .top-bar-section ul li a{
        padding: .2rem 0.7rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-evento .navbar-nav li {
        margin: 7px 13px;
    }
}

@media(max-width: 640px){
    .navbar-evento{
        display: none;
    }

    .navbar-evento.expanded{
        display: block;
    }

    #agenda .mas_info_txt{
        padding: 10px !important;
    }

    #speakers .ver-mas.abierto + p{
        padding: 10px !important;
    }

    #agenda #tabs{
        padding: 0 !important;
    }

}

@media (max-width: 767px) {
    .portada canvas {
        opacity: 0;
    }

    .navbar-evento .navbar-nav li a {
        color: #fff;
    }

    .navbar-evento .navbar-nav li a:hover {
        color: #fff;
        opacity: 0.5;
    }

    .evento h2 {
        text-align: center;
    }

    .temas_debatir ul,
    .evento ul {
        padding: 0;
    }

    .temas_debatir li,
    .evento li {
        text-align: center;
    }

    .evento .beneficios ul li span {
        width: 100%;
        float: left;
    }

    .evento .beneficios ul li img {
        float: none;
    }

    .localizacion address {
        position: relative;
        padding: 15px 20px 20px;
        text-align: center;
        margin: 0;
    }

    .localizacion address h3 {
        font-size: 25px;
        line-height: 27px;
        text-align: center;
    }


    .row {
        margin-right: 0;
        margin-left: 0;
    }

}

.speakers .columns{
    min-height: 305px;
    margin-bottom: 40px;
}
.speakers .columns p{
    position: absolute;
    background-color: white;
    z-index: 9999;
    padding-bottom: 20px;
    padding-top: 13px;
}
.speakers .ver-mas i{
    position: relative;
    font-style: normal;
}
.speakers .ver-mas i:after{
    font-family: "FontAwesome";
    content:"\f078";
    position: absolute;
    left: 6px;
    font-size: 15px;
    cursor: pointer;
}

.speakers .ver-mas.abierto i:after{
    content:"\f077";
}


.usefulfor{
    /*background: url(../../images/new-images/img-eventos.jpg) no-repeat;*/
    color: black;
    background-position: center center;
    background-size: 100%;
}

.usefulfor .row{
    padding: 50px 0;
}

.usefulfor .row > div{
    background: rgba(0, 0, 0, 0.33);
}

.usefulfor h2{
    color: white;
    margin-bottom:22px;
    padding-top: 11px;
    font-weight: bold;
    text-shadow: 2px 1px gray;
}
.usefulfor dl{ text-align: center}

.usefulfor dd{
    display: inline-block;
    padding: 5px 15px;
    background-color: #023247;
    color: white;
    margin: 0 25px 20px 0px;
    box-shadow: 0px 0px 3px lightgray;
    border-radius: 5px;
}

.usefulfor dd:hover{
    background: #FF8900;
    background: #ad172b;
    /*transition:all 0.5s ease-in;*/
    color: white;
    /*cursor: pointer;*/
    /*-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}

.estilo_subrayado{
    border-bottom: 3px solid #023247 !important;
    position: relative;
    margin-top: 12px;
    margin-bottom: 50px;
    outline: none;
    display: block;
}

.estilo_subrayado > span,
.estilo_subrayado > h3 ,
.estilo_subrayado > h2 {
    position: absolute;
    top: -14px;
    left: calc((100% - 20%) /2);
    min-width: 20%;
    background: white;
    padding: 0 30px;
    color: #ad172b;
    color: #ff8900;
    text-transform: uppercase;
    /* font-family: 'Raleway'; */
    font-weight: 500;
    font-size: 29px;
    line-height: 25px;
    letter-spacing: 1pt;
    text-align: center;
}

#localizacion_title .estilo_subrayado > h2,
.partners .estilo_subrayado h2,
#inscripcion_title .estilo_subrayado > h3,
#agenda_title .estilo_subrayado > h3,
#speakers .estilo_subrayado > h3{
    width: 380px;
    left: calc((100% - 380px) /2);
}




.localizacion_informacion .txt_info{
    opacity: 0.8;
}


.localizacion_informacion h3,
.localizacion_informacion span,
.localizacion_informacion p{
    color: white;
    text-align: left;
}


@media(max-width: 991px){
    .localizacion address{
        max-width: 100%;
        position: static;
    }




}

 @media(min-width: 992px){
     .localizacion_informacion address {
         max-width:480px;
     }

     .navbar-evento .navbar-nav li{
         margin: 7px 30px;
     }
 }

@media(min-width: 1280px){
    .localizacion_informacion address {
        max-width:570px;
        padding: 15px;
    }
}

.localizacion_informacion address{
    overflow-y: auto;
}

.localizacion_informacion .row{
    margin-top: 15px;
}

p strong{
    font-weight: bold !important;
}



.partners h5{
    margin: 60px 0 0 0;
    font-weight: bold;
}

#agenda .container{
    background: #e9e9e9;
    padding: 70px 0;
}

#agenda #tabs{ padding: 0; border: none; padding: 25px; background: #e9e9e9; }
#agenda #tabs .nav-tabs{ padding: 0; }

#agenda #tabs .nav-tabs li {
    color: #555;
    border: none;
    padding-bottom: 0;
    background-color: #e9e9e9;
}
#agenda #tabs .nav-tabs li.ui-state-active {
    border-top: 2px solid #ff8900;
}


#agenda #tabs .nav-tabs li a{ display: block; width: 100%; cursor: pointer; padding: 31px 25px; color: #ff8900; }
#agenda #tabs .nav-tabs li.ui-state-active a{ color: rgb(128, 128, 128); }

#agenda #tabs .ui-tabs .ui-tabs-nav li {
    margin: 0px 0.5em 0 0 !important;
    border-top: 2px solid #e9e9e9;
}
/*#agenda #tabs .ui-corner-top{  border-top-right-radius: 15px !important; border-top-left-radius: 15px !important;  }*/

#agenda #tabs .ui-tabs .ui-tabs-nav li{ margin: 1px 1em 0 0 !important; }





.agenda .nav-tabs > li{
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
}
.agenda .nav-tabs > li.ui-state-active > a::after{
    /*position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    background-color: #fff;*/
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(900px) rotate3d(1,0,0,0deg);
    transition: transform 0.3s, background-color 0.3s, border 0.5s;
}

.agenda .nav-tabs > li > a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: white;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, border 0.5s;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
    transform: perspective(900px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}


.agenda .ui-tabs .ui-tabs-panel{
    background: white;
}

.agenda .row{ border-top: 1px solid #e9e9e9; min-height: 65px;}
.agenda .row:last-child{ border-bottom: 1px solid #e9e9e9;}



.agenda img {
    margin: 20px auto 0px;
    display: block;
    max-width: 80px;
}

.agenda img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.agenda #tabs .tab_content{
    padding: 40px;
}

.temas_debatir ul{
    margin: 0;
}


.temas_debatir .estilo_subrayado > span, .temas_debatir .estilo_subrayado > h3, .temas_debatir .estilo_subrayado > h2{
    left: calc((100% - 340px) /2);
    width: 340px;
}


#agenda .columns p{
    display: inline;
}

#agenda .mas_info{
    position: relative;
    transition: all 0.4s;
}

#agenda .mas_info a{
    /*margin-left: 5px;*/
    font-size: 13px;
    transition: all 0.4s;
    cursor: pointer;
    color: #FF8900;
    font-weight: bold;
    display: block;
    text-align: right;
}

#agenda .mas_info:hover{
    color: #B26000;
}

#agenda .mas_info_txt{
    /*position: absolute;*/
    background: white;
    width: 100%;
    display: none;
    padding: 25px;
    z-index: 99999999;
    transition: all 0.4s;
    border: 1px solid #ff9700;

}

#agenda .mas_info_txt p,
#agenda .mas_info_txt span{
    font-size: 14px;
}

#agenda .mas_info_txt.mostrar{
    display: block;
    transition: all 0.4s;
}

#agenda .row{
    overflow: hidden;
}

#agenda .columns {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}

#large-header{
    /*height: 400px;*/
}

#inscripcion{
    margin-bottom: 100px;
}

#speakers .ver-mas.abierto + p {
    border: 1px solid #ff9700;
    padding: 25px;
}

@media(min-width: 992px) and (max-width: 1024px){
    .navbar-evento .navbar-nav li {
        margin: 7px 25px;
    }

}

@media(min-width: 768px) and (max-width: 991px){
    .navbar-evento .navbar-nav li {
        margin: 7px 10px;
    }
    .navbar-evento .navbar-nav li a{
        font-size: 16px;
    }
}


@media(max-width: 767px){
    .navbar-evento .navbar-nav li {
        margin: 7px 6px;
    }
    .navbar-evento .navbar-nav li a{
        font-size: 14px;
    }
}


@media(max-width: 640px){
    .navbar-evento .navbar-nav li{
        display: block;
        text-align: center;
    }

    #header{
        position: fixed;
        top: 0;
        z-index: 99999999;
        width: 100%;
    }
    #large-header {
        margin-top: 65px;
    }
}


.cursor_over_inscripcion {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}
.cursor_over_inscripcion:last-child {
    margin-right: 0px;
}


@media(max-width: 375px){
    #localizacion_title .estilo_subrayado > h2, .partners .estilo_subrayado h2, #inscripcion_title .estilo_subrayado > h3, #agenda_title .estilo_subrayado > h3, #speakers .estilo_subrayado > h3 {
        width: 320px;
        left: calc((100% - 320px) /2);
    }
}


#agenda .large-1{
    width: 11%;
}

#agenda .large-9{
    width: 72%;
}