h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
}
.titulo-banner-talks {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: auto;
    margin-top: 70px;
    width: 90%;
    max-width: 750px;
}
.subtitulo-banner-talks {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-top: 70px;
}

@media(max-width: 768px) {
    .banner-inner img {
        width: 300px;
    }
    .titulo-banner-talks {
        font-size: 30px;
        line-height: 30px;
    }
    .subtitulo-banner-talks {
        font-size: 22px;
        line-height: 22px;
    }
}

.background-negro {
    background: #000;
}
.color-azulito {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #2cb0e5;
}
.color-blanco {
    color: #fff !important;
}
.espacio-padding {
    width: calc(100% - 150px);
    margin-left: 50px;
}
.lado-izq-linea {
    border-left: solid 5px #2cb0e5;
    height: 100%;
    padding-left: 60px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
}
.lado-der-linea {
    border-right: solid 5px #2cb0e5;
    height: 100%;
    padding-right: 30px;
}

.foto-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.alineado-vertical {
    align-items: center;
}
.titulo-banner-principal h2 {
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.linea-down {
    width: 600px;
    height: 5px;
    margin: auto;
    background-color: #2cb0e5;
    margin-bottom: 0px;
}
.panel-conferencias {
    padding: 60px 0px 40px 0px;
}
    .panel-conferencias h3 {
        font-size: 50px;
        margin-bottom: 50px;
        line-height: 55px;
        font-family: 'Poppins', sans-serif;
        color: #000;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
    }
    .panel-conferencias .row {
        padding-bottom: 20px;
    }
    .cuadro-conferencias {
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        background-color: #81388b;
        -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.6);
        box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.6);
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0px;
        margin-bottom: 20px;
    }
    .titulo-conferencia {
        width: 40%;
        padding: 0px 20px;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        line-height: 34px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
    }
    .info-conferencia {
        padding: 0px 20px;
        box-sizing: border-box;
        text-align: justify;
        font-size: 22px;
        line-height: 26px;
        color: #fff;
        width: 80%;
        margin: auto;
    }
.referentes {
    background-color: #2cb0e5;
}
    .linea-down2 {
        width: 600px;
        height: 5px;
        margin: auto;
        background-color: #fff;
        margin-bottom: 60px;
    }
    .texto-referentes {
        font-size: 15px;
        line-height: 20px;
    }

@media (max-width: 768px) {
    .alineado-vertical .col-lg-2 {
        display: none !important;
    }
    .alineado-vertical .section-title {
        margin-top: 0px !important;
    }
    .lado-izq-linea {
        border: none;
        padding: 0px;
        font-size: 18px;
        line-height: 22px;
    }
    .espacio-padding {
        margin-left: 20px;
        width: calc(100% - 40px);
    }
    .offer-area .offer-inner {
        border-radius: 0px;
    }
    .offer-inner h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .offer-inner p {
        font-size: 18px;
        line-height: 22px;
    }
    .titulo-banner-principal h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .linea-down {
        width: 250px;
    }
    .cuadro-conferencias {
        flex-wrap: wrap;
    }
    .titulo-conferencia {
        width: 100%;
        font-size: 27px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .info-conferencia {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }
    .linea-down2 {
        width: 250px;
    }
    .referentes {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .referentes .details h5 {
        text-align: center;
    }
    .future-generations-inner .left-content {
        padding-right: 30px !important;
    }
    .referentes .details p {
        text-align: justify;
    }
    .referentes .thumb {
        text-align: center;
    }
    .imagen-conferencista {
        display: none !important;
    }
    .imagen-conferencista img {
        display: none !important;
    }
}

/* LOGOS CARRUSEL */

#sponsors {
    background-color: #81388b;
    padding: 30px 0px;
}

.owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
}

.owl-carousel .owl-nav button {
	color: #fff;
	display: inline-block;
	zoom: 1;
    *display: inline;
	/*IE7 life-saver */
	margin: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.8;
	width: 50px;
	height: 50px;
    font-size: 50px;
    font-family: 'FontAwesome';
    background: none !important;
    border: none !important;
}

.owl-carousel .owl-nav button:hover {
    color: #2cb0e5;
}

/* FIN LOGOS CARRUSEL */

/* BOTON BANNER ADQUIRIR PAQUETE */

.boton-adquirir {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #81388b;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
    .boton-adquirir:hover {
        background-color: #81388b;
        color: #fff;
    }

/* FIN BOTON BANNER ADQUIRIR PAQUETE */

/* PIE DE PAGINA */

.page-block-small {
    padding: 3em 0;
    background: url("../img/fondo-monitor-talks.jpg") no-repeat center top;
}

.pie-pagina ul {
    display: inline-block;
    margin: auto;
    padding-inline-start: 0px !important;
    margin: 0px !important;
}

.pie-pagina ul li {
    float: left;
    list-style-type: none !important;
    margin: 0px 10px;
}

.pie-pagina ul li a {
    color: #fff;
}

.pie-pagina ul li .fa {
    font-size: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-right: 0 !important;
}

.pie-pagina ul li:first-child {
    margin-left: 0px;
}
.pie-pagina ul li:last-child {
    margin-right: 0px;
}
#copyright p {
    color: #fff;
}

@media (max-width: 768px) {
    .pie-pagina ul {
        width: 300px;
    }
    .pie-pagina ul li {
        margin: 0px !important;
        margin-bottom: 20px !important;
        width: 150px;
    }
}

/* FIN PIE DE PAGINA */

/* PAQUETES CONFERENCIAS */

.paquete-conferencias {
    padding: 60px 0px;
    background-color: #fff;
}
    .paquete-cuadrado {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        margin-bottom: 30px;
    }
    .titulo-paquete {
        background-color: #81388b;
        height: 100px;
        font-size: 30px;
        line-height: 30px;
        padding: 20px 0px;
        text-align: center;
        color: #fff;
    }
    .contenido-paquete {
        padding: 30px 25px;
        text-align: center;
    }
    .contenido-paquete ul li {
        text-align: left;
    }
    .boton-paquete {
        height: 55px;
        line-height: 55px;
        padding: 0 30px;
        background-color: #81388b;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        margin-top: 30px;
    }
        .boton-paquete:hover {
            background-color: #2cb0e5;;
            color: #fff;
        }

/* FIN PAQUETES CONFERENCIAS */

.paquete-music {
    max-width: 1080px;
}

.titulo-panelista {
    font-size: 28px;
    line-height: 22px;
}
.titulo-panelista span {
    font-size: 18px;
}

.titulo-texto {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}

.conferencistas {
    padding-left: 20px;
    line-height: 40px;
}

.color-parentesis {
    color: #2cb0e5;
}

@media(max-width: 768px) {
    .conferencistas {
        padding-left: 0px !important;
        line-height: 25px !important;
        margin-bottom: 20px;
    }
    .subtitulo-banner-talks {
        margin-top: 40px;
    }
}

.programacion {
    padding: 60px 0;
}

    .programacion .artistasp {
        text-align: center;
    }
    .programacion table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    .programacion table td, .programacion table th {
        border: 1px solid #81388b;
        padding: 5px 10px;
        color: #444;
    }
    .programacion table th {
        text-align: center;
        color: #81388b;
        font-size: 24px;
    }
    .dia {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }
    .escondido {
        display:contents;
    }
    .mostrarse {
        display: none;
    }

@media(max-width: 1200px) {
    .programacion .container {
        overflow: hidden;
        width: 90%;
        margin: auto !important;
    }
    .programacion .row {
        display: block;
    }
    .programacion .row .tabla {
        overflow-x:scroll;
        display: block;
    }
    .programacion .row table {
        width: 970px;
    }
}

@media(max-width: 768px) {
    .escondido {
        display: none;
    }
    .mostrarse {
        display: contents;
    }
}