a{color: #62c4de}
a:hover {
color: #aae0f7;
text-decoration: underline;
}
p{line-height: 1.5}

section:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 992px){
.lang{    
    display: inline-block!important;
}
} 


.lang span, .lang a{ padding: 0 5px}
.lang .active{opacity: .4}


.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .slicknav_menu {
        display: block;
        
    }
    .lang{
        display: none;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        left: 50%;
        text-align: center;
        top: 42px;
    }
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #ffffff;
    font-weight: bold;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
}

.slicknav_nav {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background: #140f1e;
    box-shadow: 0px 30px 30px rgba(0,0,0,0.8)

}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover {
    color: #ffffff;
}

.slicknav_nav a {
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav a:hover {
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.slicknav_btn {
    text-decoration: none;
    margin: 0;
    border-radius: 4px;
}



.slicknav_btn {
    background: none;
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}


.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 2em;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
    font-size: 24px;
    padding: 20px
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

/*
 *****************************************
 >>> | 00 Browser Reset & Common CSS|
 *****************************************
*/
/* preloader */
.loader_wrap {
    background: #140f1e;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    display: table;
}

.loader_cell {
    display: table-cell;
    vertical-align: middle;
}

.loader,
.loader:before,
.loader:after {
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 5px;
    height: 4em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader {
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:after {
    left: 1em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    background: #140f1e;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0
    
}

a:focus,
a:hover,
a:visited{
    text-decoration: none;
    outline: none !important;
}

.static {
    position: static !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.r0 {
    right: 0;
}

.l0 {
    left: 0;
}

.t0 {
    top: 0;
}

.b0 {
    bottom: 0;
}

img {
    max-width: 100%;
}

a,
span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.round-img{ display: inline-block; border-radius: 50%}

/*Botones*/
.btn{
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase
}

.default-btn {
    padding: 10px 20px;
    color: #070b19;
    overflow: hidden;
    background-color: #62c4de
}

.default-btn:hover{color: #070b19;}

.btn-outline{
    padding: 10px 20px;
    border: 1px solid #62c4de;
    background-color: transparent;
    color: #62c4de
}
.btn-outline:hover{
    color: #aae0f7;
    border-color:#aae0f7;
    background-color: rgba(98, 196, 222, 0.05)
}


section.full{height: 100vh}
.title{text-align: center; margin: 10px 0 30px; text-transform: uppercase; color: #62c4de}
.subtitle{text-align: center; max-width: 680px; margin: 10px auto 30px}

/*
 *****************************************
 >>> header e intro
 *****************************************
*/
header {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transform: translateY(0);
    transform: translate3d(0, 0, 0);
    transition: .25s transform;
    backface-visibility: hidden;
    z-index: 10000;
}

header .container {
    padding: 30px 15px;
}


header .logo img {
    height: 100%;
    width: 32px
}

header .logo.logo-animate{
    animation-name: fadeIn;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}

header .logo.logo-animate img{
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

header.fixed_header.sticky {
    animation: sticky_anim .4s;
    background-color:rgba(20, 15, 30, 0.90)
}

header.fixed_header.sticky .container {
    padding: 15px;
}

@media only screen and (min-width: 992px) {
    header.fixed_header.sticky {
        position: fixed;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    header.fixed_header.sticky {
        padding: 20px 15px;
        background-color: #ffffff;
    }
}

header.fixed_header.sticky ul.menu > li > a:before {
    bottom: -16px;
}

@keyframes sticky_anim {
    0% {
        transform: translateY(-120px);
        transform: translate3d(0, -120px, 0);
    }

    100% {
        transform: translateY(0);
        transform: translate3d(0, 0, 0);
    }
}

header ul.menu {
    margin: 0;
    list-style: none;
    text-align: right;
    display: none
}

header ul.menu > li {
    margin: 0 20px;
    display: inline-block;
}

header ul.menu > li > a {
    line-height: 30px;
    padding: 5px 0;
    color: #fff;
    position: relative;
}

header ul.menu > li > .default-btn {
    padding: 4px 22px;
    color: #fff;
    box-shadow: none;
    font-weight: 400
}

header ul.menu > li > .default-btn:hover {
    color: #fff
}

header ul.menu > li > .default-btn:before {
    display: none !important
}

header ul.menu > li > a:before {
    content: '';
    width: 0px;
    height: 3px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    bottom: -31px;
}

header ul.menu > li > a.sub-siblings:before {
    margin-left: -33px;
}

header ul.menu > li:hover a:before,
header ul.menu > li.current-menu-item a:before {
    width: 46px;
}

header ul.menu > li:last-child {
    margin-right: 0;
}

header ul.menu li a {
    font-weight: 500;
    font-size: 16px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

header ul.menu > li > a {
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (min-width: 992px) {

    .lang{ margin-left: 25px;
    display: inline-block}
    .header-area nav{float: right}
    
    .header-area .menu {
        display: inline-block;
/*        float: right*/
    }

    .header-area ul,
    .header-area .sub-siblings:after {
        transition: .4s;
    }

    .header-area ul li {
        position: relative;
    }

    .header-area ul li a {
        margin-left: 0;
    }

    .header-area ul li ul {
        left: 0;
        position: absolute;
        top: 300%;
        width: 230px;
        z-index: 2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
    }

    .header-area ul.menu > li:nth-last-child(1) > ul,
    .header-area ul.menu > li:nth-last-child(2) > ul,
    .header-area ul.menu > li:nth-last-child(3) > ul {
        right: 0;
        left: auto;
    }

    .header-area ul li ul li {
        display: block;
        background-color: transparent;
    }

    .header-area ul li ul li a {
        display: block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 12px 15px;
        line-height: 30px;
        background-color: transparent;
    }

    header.header-area ul li ul li a:before {
        content: '\f105';
        font-family: 'fontawesome';
        margin-right: 10px;
        margin-left: 5px;
        background-color: transparent;
    }

    .header-area ul li ul li:hover > a,
    .header-area ul li ul li.current_page_item > a,
    .header-area ul li ul li.current-page-ancestor > a {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .header-area ul li ul li ul {
        left: 100%;
        top: 200%;
    }

    .header-area ul.menu > li:nth-last-child(4) ul > li > ul,
    .header-area ul.menu > li:nth-last-child(5) ul > li > ul,
    .header-area ul.menu > li:nth-last-child(1) ul > li > ul,
    .header-area ul.menu > li:nth-last-child(2) ul > li > ul,
    .header-area ul.menu > li:nth-last-child(3) ul > li > ul,
    .header-area ul.menu > li > ul > li > ul > li > ul {
        left: auto;
        right: 100%;
    }

    .header-area ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
    .header-area ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
    .header-area ul.menu > li:nth-last-child(3) > ul > li > ul > li > ul,
    .header-area ul.menu > li:nth-last-child(4) > ul > li > ul > li > ul,
    .header-area ul.menu > li:nth-last-child(5) > ul > li > ul > li > ul {
        right: auto;
        left: 100%;
    }

    .header-area .sub-siblings:after {
        content: "\f105";
        font-family: "fontawesome";
        margin-left: 7px;
        position: absolute;
        top: 50%;
        right: 5px;
        line-height: 20px;
        margin-top: -10px;
    }

    .header-area .sub-menu .sub-siblings:after {
        right: 15px;
    }

    .header-area ul.menu > li > ul {
        transition-delay: 0.3s !important;
    }

    .header-area ul.menu > li:hover > ul {
        top: 69px;
        opacity: 1;
        visibility: visible;
        transition-delay: 0s !important;
    }

    .header-area.sticky ul.menu > li:hover > ul {
        top: 53px;
    }

    .header-area ul.menu > li:hover > ul > li:hover > ul,
    .header-area ul.menu > li:hover > ul > li:hover > ul > li:hover > ul {
        top: -1px;
        opacity: 1;
        visibility: visible;
    }

    .header-area ul > li:hover > a.sub-siblings:after {
        transform: rotate(90deg);
    }

    .header-area ul.menu > li > a.sub-siblings {
        padding-right: 20px;
    }
}

.home_area {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    background: transparent;
    height: 100vh;
    min-height: 680px
}

/*
#welcome{
    height: 100vh;
}
*/

.home_content {
    max-width: 900px;
    margin: auto
}

.home_area .home_col {
    z-index: 1;
}

.home_content .logo{width: 100%; max-width:300px; margin-bottom: 30px}
.home_content p{color:#fff; font-size:1.5rem; line-height: 1.1}
.home_content .apoyos{margin-top: 28px; display: flex; justify-content: center; align-items: center}
.home_content .btn{display:block; margin: 15px auto; width: auto}
.home_content .apoyos img{ max-width: 180px; margin:0 25px}
.home_area .home_content .default-btn {
    margin-top: 20px;
    border: none;
    max-width: 280px;
    text-transform: uppercase;
    cursor: default
}

.home_area .home_content .btn-outline {
    max-width: 250px;
    margin-top: 50px
}

.home_area .home_content form {
    margin-top: 30px;
}

.home_area .home_content form input {
    width: 415px;
    height: 65px;
    border-radius: 40px;
    border: none;
    background-color: #eaf0f8;
    text-indent: 35px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .home_area .home_content form input {
        width: 305px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .home_area .home_content form input {
        width: 90%;
    }
}

.home_area .home_content form .default-btn {
    margin-top: 15px;
}

.home_area .home_content form span {
    font-size: 14px;
    color: #8793a7;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .home_area .home_img {
        margin-top: 40px;
        height: 400px;
    }

    .home_area .home_img + .round_animate_wrap {
        display: none;
    }
}

/*
 *****************************************
 >>> about
 *****************************************
*/

.about{height: 100vh; display: flex; }
.about h1{color: #62c4de; margin-bottom: 25px}
.box-wrap{ background: #140f1e; padding: 50px; color:#fff; margin-top: 100px; margin-bottom: 80px}
.video-wrap p{font-size: .9rem; margin-top: 5px; color: #989fb3}


/*
 *****************************************
 >>> Datos evento
 *****************************************
*/
.datos-section{ padding-bottom: 100px; margin-bottom: -180px; overflow: hidden}
.datos-section .container{height: 100%}
.datos{ margin-top: 150px; font-size: 2.3rem; line-height: 1; margin-bottom: 50px}
.datos > div > div:first-child{font-weight: 700}
.datos > div > div:last-child{color: #62c4de}
.datos-section p{font-size: 1.2rem}


/*
 *****************************************
 >>> testimonio
 *****************************************
*/
.testimonios{ background-color:#110d1b; text-align: center; padding: 150px 0 100px;}
.testimonio{ max-width: 700px; margin: auto; position: relative}
.testimonio > div{font-size: 1.2rem; line-height: 1.5; font-style: italic; margin-bottom: 25px}
.testimonio img{ margin:15px 0}
.testimonio p{ margin-bottom:5px}
.testimonio .nombre{color:#62c4de}
.testimonio:before,
.testimonio:after{position: absolute; top:0; content:'"'; display:inline-block; font-size: 160px; opacity: .1; font-family: Georgia, serif; font-style: italic}
.testimonio:before{left: -90px}
.testimonio:after{right: -90px}

/*
 *****************************************
 >>> speakers
 *****************************************
*/
.speakers-section{text-align: center; padding: 100px 0}
.speakers-section .all_speakers {
    display: flex;
    margin: 80px 0 0;
    width: 100%;
    overflow: hidden;
/*    height: 1000px;*/
    position: relative;
    justify-content: flex-start
}

.speakers-section .all_speakers:after{
    content:'';
    position: absolute;
    bottom: 0;
    z-index: 100;
    height: 0;
/*    height: 350px;*/
    width: 100%;
    background: to bottom, rgba(20, 15, 30, 0), rgba(20, 15, 30, 0.93) 65%, #140f1e;
    background: -moz-linear-gradient(to bottom,rgba(20, 15, 30, 0), rgba(20, 15, 30, 0.93) 65%, #140f1e);
    background: -webkit-linear-gradient(to bottom, rgba(20, 15, 30, 0), rgba(20, 15, 30, 0.93) 65%, #140f1e);
    background: -o-linear-gradient(to bottom, rgba(20, 15, 30, 0), rgba(20, 15, 30, 0.93) 65%, #140f1e);
    background: -ms-linear-gradient(to bottom, rgba(20, 15, 30, 0), rgba(20, 15, 30, 0.93) 65%, #140f1e);
    background: linear-gradient(to bottom, rgba(20, 15, 30, 0), rgba(20, 15, 30, 0.93) 65%, #140f1e);
   -webkit-transition: 0.3s ease;   
    -moz-transition: 0.3s ease; 
    -ms-transition: 0.3s ease; 
    -o-transition: 0.3s ease; 
    transition: 0.3s ease;

}
.speakers-section .all_speakers.mostrando:after{
    height: 0
}

.speakers-section .all_speakers + .btn{
    top: -100px
}

.speakers-section .all_speakers.mostrando + .btn{
    top:0
}
.btn_more{
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    top: -100px;
    z-index: 101;
    -webkit-transition: 0.3s ease;   
    -moz-transition: 0.3s ease; 
    -ms-transition: 0.3s ease; 
    -o-transition: 0.3s ease; 
    transition: 0.3s ease;
}

.speaker{width:20%; padding: 0 20px; text-align: center; margin-bottom: 60px}
.speaker a{color:#fff}
.speaker .nombre{font-size: 1.3rem; color: #62c4de; margin-bottom: 5px; }
.speaker .cargo{font-size: .9rem;}
.speaker .imagen{position: relative; display: inline-block; overflow: hidden; width: 165px; height: 165px; border-radius: 50%; margin-bottom: 10px}
.speaker a:hover .imagen{
    -webkit-transition: 0.3s ease;   
    -moz-transition: 0.3s ease; 
    -ms-transition: 0.3s ease; 
    -o-transition: 0.3s ease; 
    transition: 0.3s ease;
    transition-property: filter;
}
.speaker a:hover .imagen img{
     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
}
.speaker .imagen:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 100;
    -webkit-transition: 0.3s ease;   
    -moz-transition: 0.3s ease; 
    -ms-transition: 0.3s ease; 
    -o-transition: 0.3s ease; 
    transition: 0.3s ease;
    transition-property: background-color, background-image;
}
.speaker a:hover .imagen:after{
    background-color: rgba(98, 196, 222, 0.7);
    background-image: url('../img/icon_search.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition-property: background-color, background-image;
    
}
.speaker a:hover .nombre{ text-decoration: underline}

/*Fancy*/
.fancybox-bg {background: #110d1b!important}

/*Modals speakers*/
.speakers-modal.fancybox-content{max-width: 600px}
.speakers-modal.fancybox-content{padding: 0;}

.modal-header{padding: 0; background: #140f1e; color: #fff; height: 165px; align-items: center; border: none; border-radius: 0; justify-content: flex-start}
.modal-header img{margin-right: 30px; height: 100%}
.modal-header .nombre{ color:#62c4de; margin-bottom: 0px;font-size: 1.3rem}
.modal-header .cargo{margin-right: 30px; font-size: 1rem; margin-bottom: 0}

.modal-content { border: none; padding: 30px; max-height: 430px; overflow-y: auto; font-size: 1rem; margin-bottom: 20px}
.modal-content p,
.modal-content ul,
.modal-content h6
{color: #140f1e}
.modal-content ul li{color: #140f1e; list-style:none; position: relative; margin:0 0 5px 15px}
.modal-content ul li:before{content: '-'; display: inline-block; position: absolute; left:-15px;}
.modal-content::-webkit-scrollbar {
  width: 5px;
}

.modal-content p:last-child{margin-bottom: 0}
.modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.modal-content::-webkit-scrollbar-thumb {
  height: 30px;
  border-radius: 2px;
  background-color: darkgrey;
  outline: 5px solid slategrey;
}


/***************************************************
 SCHEDULE
 ***************************************************/

#schedule {width: 100%; display: block;margin: 0 auto; padding: 100px 0;    
    background-color: #110d1b;
    background-image: url(../img/fondo.png);
    background-position: center bottom;
    background-repeat: no-repeat;}

#schedule .container .table_container{display: flex}

#schedule .table-wrap{ margin: 80px 0}
#schedule .table-wrap h3{ margin-bottom: 1rem}
#schedule .table-wrap h4{ margin-bottom: 0rem}


#schedule .container .table_container:after {
    content: "";
    display: block;
    clear: both;
}

#schedule .container .table_container table {
    width: 46.58%;
    height: auto;
    border: none;
    text-align: left;
    cursor: pointer;
    margin-top: 20px;
}

#schedule .container .table_container table tr th {
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #62c4de;
    font-size: 15px;
    padding: 11px 12px 10px 0;
    width: 120px;
    vertical-align: top;
    line-height: 19px;
    transition: color 0.4s ease;
    background-size: 1px 9px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

#schedule .container .table_container table tr th:after {
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;    
    right: -3px;
    top: 17px;
}

#schedule .container .table_container table tr td {
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
    padding: 10px 20px 9px;
    vertical-align: top;
    display: block;
    overflow: hidden;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
}

#schedule .container .table_container table tr td a{
    position: relative;
    display: block;
    padding-right: 20px;
    color: #fff
}

#schedule .container .table_container table tr td a:hover{
text-decoration: underline;
    color: #62c4de
}

#schedule .container .table_container table tr td a:after {
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 2px;
  content: '';
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: white;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
        transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition:  0.4s ease;
  -o-transition: all 0.4s ease;
}
#schedule .container .table_container table tr td a:hover:after{
    opacity: 1;
    transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}

/*Active*/
#schedule .container .table_container table tr td a.active:after {
  transform: rotate(225deg);
    top: 6px;
}

#schedule .table-wrap p {
    line-height: 19px;
    font-size: 15px;
    color: #989fb3;
    text-transform: none;
    font-weight: 300;
    margin-bottom:5px
}

#schedule .container .table_container table tr td .info{
    margin: 10px 0;
    display: none
}
#schedule .container .table_container table tr td .info > div{ margin-top: 15px}
#schedule .container .table_container table tr td .info b{color: #fff}

#schedule .container .table_container table tr.selected { color: #62c4de;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

#schedule .container .table_container table + table {
  margin-left: 4.27%;
}

#inscripcion-btn{ margin: 30px auto; width: auto; display: inline-block}

/***************************************************
 LUGAR
 ***************************************************/

section#lugar{background: #62c4de; color: #1a1623; padding: 100px 0; position: relative; z-index: 1}
section#lugar .container{max-width: 90%}
section#lugar h1.title{color: #1a1623}
.lugar-datos{margin:20px auto; display:block; text-align: center}
.lugar-datos p{margin-bottom: 5px}
.lugar-datos a{ margin-top: 30px; border-bottom: 2px solid #fff; display: inline-block; color: #1a1623;  padding: 10px 20px; -webkit-transition:  0.4s ease; -moz-transition: 0.4s ease; -ms-transition:  0.4s ease; -o-transition:  0.4s ease; transition:  0.4s ease;}
.lugar-datos a:hover{ background: rgba(255, 255, 255, 0.3);}
.mapa-wrap{display: flex; height: 500px; /*margin: 60px 0 -250px*/}
.hotel-img{background-image: url(../img/delfineshotel.jpg); background-size: cover; width: 30%}
#map{ width: 70%}
#map iframe{ width: 100%!important;}


/***************************************************
 FORMULARIO RESERVA
 ***************************************************/

/*#reserva{padding: 250px 0 100px;position: relative; z-index: 2}*/
#reserva{padding: 100px 0;position: relative; z-index: 2}
#contact-form{margin: 30px 0}
.form-wrap{ max-width: 800px; margin: 30px auto}
.form-wrap .row{ margin-left: 0; margin-right: 0}
.field{width: 49%}
.row{ display: flex; justify-content: space-between}
.half-row{ width: 49%; display: flex; flex-wrap: wrap}
.half-row .field{width: 100%}
.half-row .field:last-child input{margin-bottom: 0}

select,input,textarea { color: #140f1e; background: #fff; font-size: 1.1rem; width: 100%; padding:12px 15px; border: none; margin-bottom: 20px; vertical-align: middle; border: 2px solid #fff}
textarea { height:100%; font-size: 1; margin-bottom: 0}

select:focus,
input:focus,
textarea:focus{border-color: #62c4de}

input[type='submit'] { width: 100%; margin: 10px 0; clear: both;}
input[type='checkbox'],input[type='radio'] { width: auto; vertical-align: middle; margin:0 10px 0 0;}
.button-group{margin-top: 30px; align-items: flex-start}


input[type="checkbox"]{
  height: 18px;
  width: 18px;
  margin-right: 15px;
  float: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 3px solid #fff;
  outline: 1px solid #ccc;
  cursor: pointer;
  transition: background 0.2s ease;
    margin-top: 2px
    
}
input[type="checkbox"]:checked {
  background-color: #62c4de;
  border: 3px solid #fff;
  outline: 1px solid #ccc;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border:none;
    border-radius: .25rem;
    line-height: 1.1;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.alert-success {
    color: #155724;
    border: none;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert p{margin-bottom: 0}



/***************************************************
 FOOTER
 ***************************************************/
footer{background: #110d1b; padding-top: 100px; position: relative; overflow: hidden}
footer:after {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(../img/fondo.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: -100px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1
}
footer .container{max-width: 90%}
footer .twitter{ margin:40px auto 100px; max-width: 700px;  text-align: center; font-size: 26px; line-height: 1.3}
.twitter img{ width: 70px; margin: 15px 0 30px}
.twitter p a{font-weight: 700}
.twitter .btn{margin-top:20px}


.footer-logos{display: flex; align-items: center; padding: 20px 0 40px}
.footer-logos .center{ text-align: center}
.footer-logos .center img{ width: 100px; height: auto; margin: 0 25px}
.footer-logos .right{text-align: right}

.icono-tw,
.icono-fb,
.icono-li {
    display: inline-block;
    width: 26px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px
}

.icono-tw{ background-image: url(../img/icon-tw-wh.svg)}
.icono-fb{ background-image: url(../img/icon-fb.svg)}
.icono-li{ background-image: url(../img/icon-li.svg)}

/* -------------------------- Generic Responsive -------------------------------*/


/*xl desktop*/
@media (min-width: 1450px) {    
    body {font-size: 18px;}
    .home_content .logo{ max-width:400px;}
    .home_content p{font-size:2rem}
    .default-btn {padding: 15px 35px;}
    .datos-section p {font-size: 1.3rem;}
    .datos{font-size: 2.5rem;}
    .testimonio{ max-width: 940px;}
    #schedule .container .table_container table tr td {font-size: 1rem;}
    .mapa-wrap{height: 600px}
}

@media (max-width: 1200px) {
    .speaker{width:25%;}
}


@media (max-width: 980px){
    
    .h1, h1 {font-size: 2rem;}
    section#lugar .container,
    .container {max-width: 96%;}    
    .speaker{width:33.3333%;}
    #schedule .container .table_container{display: block}
    #schedule .container .table_container table{width: 100%}
    .datos{margin-top:30px; margin-bottom: 10px; font-size: 2rem;}
    .datos > div{margin-bottom: 25px}
    .testimonios{padding: 60px 0}
    .testimonio {max-width: 75%}
    .testimonio:before,
    .testimonio:after{font-size: 100px;}
    .testimonio:before{left: -30px}
    .testimonio:after{right: -30px}
        .testimonio > div{font-size: 1rem}
    .testimonio:before, .testimonio:after {font-size: 73px;}
    .datos-section {padding-bottom: 50px; margin-bottom: 0;}
    .datos-section p{font-size: 1rem}
    #schedule .container .table_container table + table{ margin-left: 0}    
    .title{margin: 10px 0 20px}    
    
    section.full{height: auto}
    #reserva { padding-bottom:60px;}    
    section#lugar,
    #schedule,
    .speakers-section{padding: 60px 0 0}
    #schedule .table-wrap{margin: 60px 0 40px}
    .mapa-wrap{height: 350px;}    
    footer{padding-top: 60px}
    .footer-logos .right, 
    .footer-logos > div{ text-align: center; margin-bottom: 30px}
    .footer-logos .right{ margin-top: 60px}
    
    #contact-form {margin: 30px 15px;}
}
    


@media (max-width: 767px) {
    .speaker{width:50%;}
    .slicknav_btn {padding: 0.3em 0.625em 0.3em 0.625em;}
    .field{width: 100%}
    select, input, textarea {padding: 10px;}
    .half-row{width: 100%}
    .half-row .field:last-child input{margin-bottom: 20px}    
    .button-group .btn{ margin-top: 30px; width: 100%}
    
    .home_area { min-height: 580px}

    .home_content .apoyos img{ width: 25%}
    
    section.about{ display: block; background-image:none!important; background-color: #110d1b}
    .box-wrap{ background-color: transparent; margin-top: 0; padding: 50px 0; margin-bottom: 0}
    
    .datos-section{
        background-image: url('../img/mapa.png');
        background-position: right top;
        background-size: 149px;
        background-repeat: no-repeat;}
    
    
    #schedule .container .table_container table tr th:after{left: -3px; top:7px}
    #schedule .container .table_container table tr th,
    #schedule .container .table_container table tr td{ width: 100%; display: block; padding-left: 15px; padding-top: 0; border-left:1px solid rgba(255, 255, 255, 0.2);}
    #schedule .container .table_container table tr th{border-right: none; padding-bottom: 2px}
    #schedule .container .table_container table tr td{padding-bottom: 15px}
    
    .mapa-wrap{height: auto; display: block; margin-bottom: 30px}
    #map,.hotel-img{width: 100%; height: 250px}
    #reserva{padding: 60px 0}
    
    .btn {font-size: 16px;}
    footer .twitter{font-size: 20px; margin: 0px auto 60px}
    .footer-logos .right {margin-top: 30px;}
    .footer-logos {padding: 20px 0;}
}


@media (max-width: 520px) {
    .home_content {padding-top: 87px;}
    .home_content p {font-size: 1.3rem;}
    .home_content .logo{max-width: 200px}
    .home_content .apoyos img {width: 25%; margin: 0 10px;}   
    .home_area .home_content .btn-outline {
    margin-top: 20px;
}
    .home_content .logo {
    max-width: 190px;
}
    .speaker{width:100%;}
    .footer-logos .center img { width: 24%; margin: 0 3%;}

    
    
}
div.video iframe {
    width: 480px;
    height: 270px;
}
@media (max-width: 768px) {
    div.video iframe {
        width: 250px;
        height: 141px;
    }
}


/*end*/
