.contenedor {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
    .contenido {
        max-width: 1024px;
        width: 100%;
        text-align: center;
    }
    .contenedor .titulo {
        color: #fff;
        text-align: center;
        font-size: 90px;
        line-height: 70px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .contenido h3 {
        color: #fff;
        text-align: center;
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 0px;
    }
    .contenedor .contenido h2 {
        color: #fff;
    }
    .contenedor .contenido p {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        width: 80%;
        margin: auto;
    }
    .contenedor .fecha {
        font-size: 70px;
        text-align: center;
        color: #f7f000;
        letter-spacing: 5px;
        line-height: 70px;
        margin-bottom: 10px;
        font-weight: 700;
        text-shadow: 2px 2px 3px #000;
    }
    .logo-slider {
        width: 400px !important;
        height: auto !important;
        display: inline-block;
        margin-bottom: 20px;
    }

.linea2 .line {
    top: 42%;
}

.linea3a .line {
    top: 65%;
}

.linea3b .line {
    top: 48%;
}

.linea4 .line {
    top: 52%;
}

.grande {
    padding: 100px 0px;
}

.invitados {
    width: 350px;
    height: 50px;
    display: block;
    margin: auto;
    line-height: 50px;
    text-align: center;
    background-color: #100c29;
    color: #fff;
    margin-top:50px;
    font-size: 30px;
    -webkit-box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 0 0 0.26em rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%);
}
.invitados:hover {
    color: #f7f000;
}

.pequenio {
    padding: 50px 0px;
    padding-bottom: 0px;
}

.sedes {
    padding: 0px !important;
    padding-bottom: 50px !important;
}

.sedes .line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 58.65%;
    background-color: #fff;
    height: 5px;
    z-index: 0;
}

.dblBorderChild {
    min-height: 250px;
}

.dblBorderChild .doble {
    line-height: 100px;
    margin-bottom: 30px;
}

.dblBorderChild h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.dblBorderChild ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.dblBorderChild li {
    list-style-type: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.dblBorderChild li span {
    color: #0091ff;
    font-style: italic;
}

.derecha li {
    text-align: right;
}
.izquierda li {
    text-align: left;
}

header.BGlight.visible {
    background-color: #100c29 !important;
}

header.BGlight.visible .navbar-default .navbar-nav > li > a {
    color: #fff;
}

header.BGlight.visible .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.visible .navbar-default .navbar-nav > li > a i {
    color: #fff;
}

header.BGlight.visible .navbar-default .navbar-nav > li {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

@media (min-width: 1050px) {
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-toggle {
        display: none;
    }
}
@media (max-width: 1049px) {
    .navbar-header {
        height: 72px !important;
        display: flex;
        justify-content: right;
        align-items: center;
        flex-wrap: wrap;
    }
    header .logo a {
        margin: 0px !important;
        margin-top: 2px !important;
    }
    header .logo a img {
        margin: 0px !important;
    }
    header.BGlight {
        background-color: #100c29 !important;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    header.BGlight .navbar-default .navbar-nav > li {
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-style: none solid solid solid;
    }
    header.BGlight .navbar-default .navbar-nav > li i {
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar-collapse {
        padding: 0px !important;
    }
    .invitados {
        width: 300px;
        height: 45px;
        display: block;
        margin: auto;
        line-height: 45px;
        text-align: center;
        background-color: #100c29;
        color: #fff;
        margin-top: 30px;
        font-size: 25px;
        -webkit-box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%);
        -moz-box-shadow: 0 0 0 0.26em rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%);
    }
    .dblBorderChild h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .eventData .dblBorderChild {
        padding: 20px;
    }
    .dblBorderChild .doble {
        line-height: 40px;
    }
    .dblBorderChild li {
        font-size: 16px;
    }
    .dblBorderChild li span {
        font-size: 14px;
    }
    .derecha, .izquierda {
        margin-bottom: 0px;
    }
    .derecha li, .izquierda li {
        text-align: center;
    }
    .lista {
        margin-bottom: 0px !important;
    }
}

.navbar-collapse, .navbar .container-fluid, body .rightnav {
    padding: 0;
}
.sin-padding {
    padding: 0px !important;
}
.padding-arriba {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
.centro {
    text-align: center;
    width: 80%;
}

.logo-peque {
    width: 250px !important;
    height: auto !important;
}

.logos-lado-izquierdo {
    position: absolute;
    left: 50%;
    bottom: 120px;
    margin-left: -120px;
}

.aircentury {
    width: 230px !important;
    height: auto !important;
    display: block;
}

.logo-guatemala {
    width: 145px !important;
    height: auto !important;
    display: block;
    margin-left: 15px;
}

.fort-lauderdale {
    width: 150px !important;
    height: auto !important;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.produced-by {
    width: 270px;
    margin: auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -130px;
}

.produced-by h4 {
    color: #eeeeee;
    float: left;
    line-height: 80px;
    margin: 0px;
    margin-right: 10px;
    margin-top: 30px;
    font-size: 18px;
}
.logo-produced {
    width: 150px !important;
    height: auto !important;
    float: right;
}
.logo-ticket {
    width: 300px !important;
    height: auto !important;
}
.tickets h4 {
    margin-bottom: 0px !important;
}

.tickets {
    position: absolute;
    bottom: 280px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
}
    .tickets .logo-monitor {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        margin-bottom: 0px;
    }
    .tickets .fecha {
        color: #eeeeee;
        line-height: 20px;
        margin-bottom: 0px;
        text-align: center;
    }

@media (min-width: 1171px) {
    .produced-by {
        position: absolute;
        bottom: 30px;
        right: 20px;
        width: 290px;
        left: auto;
    }
    .tickets {
        position: absolute;
        top: 130px;
        left: 10%;
        width: 300px;
        margin-left: 0px;
    }
        .tickets .logo-monitor {
            margin-bottom: 20px;
        }
        .tickets .fecha {
            color: #eeeeee;
            line-height: 20px;
            margin-bottom: 0px;
            text-align: center;
            font-size: 33px;
        }
        .logo-ticket {
            width: 250px !important;
            height: auto !important;
            margin-left: 25px;
        }
    .logos-lado-izquierdo {
	  left: 30px;
	  bottom: 30px;
	  margin-left: 0px;
    }
    .fort-lauderdale {
	    width: 150px !important;
    }
}

@media (min-width: 1300px) {
    .tickets {
        top: 150px;
        left: 10%;
        width: 400px;
    }
        .tickets .fecha {
            font-size: 48px;
        }
    .fort-lauderdale {
	    width: 150px !important;
        margin-bottom: 10px;
        margin-left: 40px;
    }
}

@media (min-width: 1600px) {
    .tickets {
        top: 150px;
        left: 12%;
        width: 450px;
    }
        .tickets .fecha {
            font-size: 55px;
        }
}

.logos-main-slider {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 220px;
    margin: 0px auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -110px;
}
    .logos-main-slider img {
        width: 220px;
        height: auto;
    }

@media (max-width: 1170px) {
    .logos-main-slider {
        max-width: 200px;
        margin-left: -100px;
    }
        .logos-main-slider img {
            width: 200px;
            height: auto;
        }
    .logo-slider {
        width: 300px !important;
    }
    .contenedor {
        align-items: center;
    }
    .contenido {
        max-width: 450px;
        background-size: contain;
    }
    .contenido h3 {
        font-size: 45px;
        line-height: 45px;
        margin: 0px;
    }
    .contenedor .fecha {
        font-size: 50px;
        line-height: 50px;
        margin: 0px;
    }
    .contenedor .titulo {
        font-size: 60px;
        line-height: 45px;
        margin: 0px;
        margin-bottom: 10px;
    }
    .invitados {
        width: 300px;
        height: 45px;
        line-height: 45px;
        margin-top:30px;
        font-size: 25px;
    }
    .tickets {
        margin-top: 30px;
    }
    .logo-produced {
        width: 120px !important;
    }
    .produced-by h4 {
        line-height: 107.63px;
        margin: 0px !important;
    }
    .tickets .fecha {
        font-size: 34px !important;
    }
    .logo-guatemala {
        width: 140px !important;
        height: auto !important;
        margin-left: 45px;
    }
}

@media (max-width: 768px) {
    .logo-produced {
        width: 110px !important;
    }
    .produced-by {
        width: 230px;
        margin-left: -115px;
    }
    .produced-by h4 {
        line-height: 72px;
    }
    .tickets .fecha {
        font-size: 30px !important;
        margin-top: 0px;
    }
}

.clear {
    clear: both;
}

.buy {
    padding: 2.35em 0;
    background: linear-gradient(#201f6d, #8d1c84);
    width: 100%;
    height: auto;
}
.vip {
    background: url('../img/vip/fondo.jpg') no-repeat;
    width: 100%;
    height: min-height: 400px;
    padding-bottom: 0px;
    text-align: center;
}
    .vip .col-sm-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .vip img {
        max-width: 660px;
        width: 90%;
        height: auto;
    }
    .buy a {
        display: block;
        width: 100%;
        height: auto;
    }
    .buy img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .buy2, .vip2 {
        display: none;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
.tv {
    background-color: #100c29;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}
    .tv img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

@media (max-width:768px) {
    .buy1, .vip1 {
        display: none;
    }
    .buy2, .vip2 {
        display: block;
    }
}
@media (max-width:1200px) {
    .dblBorderChild {
        min-height: 230px;
    }
    .eventData .dblBorderChild {
        padding: 3.65em 1.5em 3.65em;
    }
}

@media (min-width: 1200px) {
    .promocion .col-lg-2 {
        width: 20%;
    }
    .promocion .col-lg-3 {
        width: 25%;
    }
}

.artistasp {
    color: #0091ff;
    font-size: 28px;
}

#sponsorOwl4 .item, .special2 .item, .tamanio-peque .item, .tamanio-pequedos .item, .tamanio-marco .item {
	margin: 0 8%;
}
#sponsorOwl4 .item span.sqaureIconSec, #sponsorOwl4 .item span.sqaureIconPrime, .tamanio-peque .item span.sqaureIconPrime, .tamanio-peque .item span.sqaureIconSec, .special2 .item span.sqaureIconPrime, .tamanio-pequedos .item span.sqaureIconPrime, .tamanio-pequedos .item span.sqaureIconSec, .special2 .item span.sqaureIconSec, .tamanio-marco .item span.sqaureIconPrime, .tamanio-marco .item span.sqaureIconSec {
	font-size: 1.35em;
}
#sponsorOwl4 .item, .special2 .item, .tamanio-peque .item, .tamanio-pequedos .item, .tamanio-marco .item {
	margin-left: 5px;
	margin-right: 5px;
}

#sponsorOwl4 {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.tamanio-peque {
    max-width: 768px !important;
    width: 100%;
    margin: auto;
}

.tamanio-pequedos {
    max-width: 400px !important;
    width: 100%;
    margin: auto;
}

.tamanio-marco {
    max-width: 960px !important;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.special2 {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

.special2 h5, .experts h5 {
    color: #f7f000;
    font-size: 20px;
}

.formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #100c29;
    padding-top: 50px;
    padding-bottom: 100px;
}

.formulario p {
    color: #FFF;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}

.formulario form {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario h2 {
    margin-bottom: 50px;
    line-height: 60px;
}

.formulario form input {
    width: 94%;
    background: none;
    border: solid 2px #0091ff;
    height: 60px;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #fff;
}

.formulario form textarea {
    width: 94%;
    background: none;
    border: solid 2px #0091ff;
    height: 240px;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
}

.formulario form input::placeholder, .formulario form textarea::placeholder {
    color: #bbb;
}

.formulario form input:focus {
    background: none;
    border: solid 2px #fff;
}

.formulario img {
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.respuesta-fondo, .respuesta-fondo2 {
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 19999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}

.respuesta {
    height: 280px;
    background-color: #fff;
    box-shadow: 0 0 20px #000;
    width: 95%;
    max-width: 500px;
    padding: 40px 30px;
    position: relative;
}
    .respuesta .envio-titulo {
        text-align: center;
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 40px;
        width: 100%;
        text-transform: uppercase;
    }
    .respuesta .boton {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 10px;
        right: 10px;
        font-weight: bold;
        font-size: 24px;
        cursor: pointer;
    }
    .respuesta p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 0px;
    }

.padding-pequenio {
    padding: 50px 0px !important;
}

.flow-background {
    background: url("../img/backawards2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.flow img {
    width: 100%;
    max-width: 100%;
}

.flow .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.flow .titulos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.flow .titulos h2 {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    line-height: 45px;
}

.flow h4 {
    color: #f7f000;
    font-size: 33px;
    font-weight: 600;
    text-align: center;
}

.padding-mediano {
    padding: 100px 0px;
}

.promocion .col-sm-4 {
    text-align: center;
}

.promocion img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

@media (max-width: 768px) {
    .col-6 {
        width: 49% !important;
        float: left;
    }
    .artistasp {
        font-size: 20px;
        margin-bottom: 30px !important;
        margin-top: 0px !important;
    }
    .artistas, .experts h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .pequenio {
        padding: 30px 0px !important;
    }
    .grande {
        padding: 30px 0px !important;
    }
}
@media (max-width: 991px) {
    .flow .col-md-6:first-child {
        margin-bottom: 30px;
    }
    .flow .col-md-6 {
        text-align: center;
    }
    .flow-background {
        background: url("../img/backawards.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }
    .flow img {
        width: 80%;
        max-width: 100%;
    }
}

.boletines-boton1, .boletines-boton2 {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #f7f000;
    color: #000;
    font-weight: bold;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    display: inline-block;
}
.boletines-boton1:hover, .boletines-boton2:hover {
    background-color: #fff;
}

.lista {
    margin: 50px 0px;
}
.lista li {
    list-style-type: none;
}
.lista li a {
    color: #f7f000;
}

.contenido-master {
    width: 100%;
}

.mastercard {
    width: 100px !important;
    height: auto !important;
    margin-bottom: 20px;
}

.tickets h4 {
    color: #eeeeee;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}

.h4-grande {
    display: block;
}
.h4-peque {
    display: none;
    text-align: right;
    line-height: 20px !important;
    padding-top: 14px;
}

#event .container {
    max-width: 850px !important;
}

@media (max-width: 768px) {
    .contenido-master {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .h4-peque {
        display: block;
    }
    .h4-grande {
        display: none;
    }
    .sedes {
        padding-bottom: 0px !important;
    }
    .owl-theme .owl-controls {
        margin-top: 0px !important;
    }
}

@media (min-width: 1171px) {
    .mastercard {
        width: 150px !important;
    }
}

@media (min-width: 1300px) {
    .mastercard {
        width: 170px !important;
    }
    .tickets h4 {
        font-size: 16px;
    }
    .logo-guatemala {
        height: 145px !important;
        width: auto !important;
        margin-left: 0px;
    }
}

@media(min-width: 1600px) {
    .mastercard {
        width: 200px !important;
    }
    .tickets h4 {
        font-size: 18px;
    }
}

.marco {
    width: 90%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 40px;
    background: #201f6d;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    margin: 20px 0px;
}

.item.marco:hover {
    background: #201f6d;
	border: 1px solid #201f6d;;
}

.titulo-marco h3 {
    color: #f7f000;
    font-weight: 500;
    padding: 20px 0px;
}

.contenido-marco h4 {
    color: #f7f000;
}
    .contenido-marco ul {
        padding-left: 20px !important;
    }
    .contenido-marco ul li {
        text-align: left !important;
        color: #fff;
    }

.boton-marco {
    width: 300px;
    height: 70px;
    border-radius: 35px;
    background: #09ade2;
    border: none;
    color: #f7f000;
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 30px;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

.boton-marco:hover {
    background: #fff;
    color: #201f6d;
}

.precio-marco {
    font-size: 70px;
    text-align: center;
    color: #f7f000;
    font-weight: 700;
}

@media(max-width: 768px) {
    .precio-marco {
        font-size: 50px;
    }
}

.programacion {
    padding: 2.35em 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 #32a6de;
        padding: 5px 10px;
        color: #fff;
    }
    .programacion table th {
        text-align: center;
        color: #f7f000;
        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;
    }
}

.red-social {
    color:#f7f000 !important;
    font-size: 16px !important;
}

.center {
    text-align: center;
}

.center a {
    display: inline-block;
}

.foto-vino-divino {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.programacion .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width:991px) {
    .foto-vino-divino {
        margin-bottom: 20px;
    }
}

@media (min-width:992px) {
    .foto-vino-divino {
        padding-top: 320px;
    }
}

@media (min-width:1200px) {
    .foto-vino-divino {
        padding-top: 115px;
    }
}

@media (min-width:1775px) {
    .foto-vino-divino {
        padding-top: 90px;
    }
}

#banner-principal {
    width: 100%;
    min-height: 500px;
    height: 75vh;
    background: #3660ef;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: url("../img/medellin-2024/artistas-nominados/fondo.png") no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.banner-informacion {
    text-align: center;
}

.banner-titulo {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 300;
}
.banner-subtitle {
    color: #fff;
}

.banner-titulo-prin {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 0px;
}

.fondo-dos {
    background: #3660ef;
}

.bg-nominados {
    background: #3660ef;
}

.bg-nominados .highlightBox {
    background: none;
}

.titulo-nominados {
    margin-bottom: 50px;
    color: #fff;
}

.bg-nominados .special2 h5, .bg-nominados .experts h5 {
    color: #0091ff;
    font-size: 20px;
}

.bg-nominados .line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50% !important;
    background-color: #fff;
    height: 5px;
    z-index: 0;
}

.bg-nominados .cart1 img {
    display: block;
    height: auto;
    width: 100%;
}

.bg-nominados .owl-theme .owl-controls .owl-buttons div {
    background-color: #fff !important;
}

.bg-nominados h5 {
    color: #fff;
}

.medellin {
    width: 100%;
    min-height: 500px;
    background: #180b0d;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    background: url("../img/medellin-2024/fondo-medellin.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.santa-marta {
    width: 100%;
    min-height: 500px;
    background: #180b0d;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    background: url("../img/fondo-santa-marta.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.prin1 {
    width: 48%;
    height: 100%;
    text-align: center;
}

.medellin .prin1 {
    width: 61%;
    height: 100%;
    text-align: center;
}

.prin1 img {
    margin-bottom: 50px;
}

.st-titulo {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}

.st-subtitulo {
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    text-align: center;
    margin-bottom: 0px;
}

.st-fecha {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 0.35em;
    margin-top: 10px;
}

.prin2, .prin3, .prin4, .prin5 {
    width: 13%;
    height: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    text-align: center;
}

.prin2 p, .prin3 p, .prin4 p, .prin5 p {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
}

.prin2 {
    background-color: rgba(50,166,222,0.8);
}

.prin2:hover {
    background-color: rgba(50,166,222,1);
}
.prin2:hover p {
    font-size: 60px;
    line-height: 65px;
}

.prin3 {
    background-color: rgba(28,141,195,0.8);
}

.prin3:hover {
    background-color: rgba(28,141,195,1);
}
.prin3:hover p {
    font-size: 60px;
    line-height: 65px;
}

.prin4 {
    background-color: rgba(163,77,175,0.8);
}

.prin4:hover {
    background-color: rgba(163,77,175,1);
}
.prin4:hover p {
    font-size: 60px;
    line-height: 65px;
}

.prin5 {
    background-color: rgba(131,58,141,0.8);
}

.prin5:hover {
    background-color: rgba(131,58,141,1);
}
.prin5:hover p {
    font-size: 60px;
    line-height: 65px;
}

@media(max-width: 1370px) {
    .santa-marta {
        background: none;
    }
    .prin1 {
        width: 100%;
        background: url("../img/fondo-santa-marta.jpg") no-repeat;
        padding: 50px 0px;
    }
    .medellin .prin1 {
        width: 100%;
        background: url("../img/guatemala/fondo-guatemala.jpg") no-repeat;
        padding: 50px 0px;
    }
    .prin2, .prin3, .prin4, .prin5 {
        width: 100%;
        height: 150px;
        min-height: 150px;
    }
    .prin2 p, .prin3 p, .prin4 p, .prin5 p {
        -webkit-transform: rotate(0deg); 
        -moz-transform: rotate(0deg);
    }
}

@media(max-width: 768px) {
    .prin2 p, .prin3 p, .prin4 p, .prin5 p {
        font-size: 40px;
        line-height: 40px;
    }
    .prin2:hover p, .prin3:hover p, .prin4:hover p, .prin5:hover p {
        font-size: 45px;
        line-height: 45px;
    }
    .st-titulo {
        font-size: 50px;
    }
    
    .st-subtitulo {
        font-size: 40px;
    }
    
    .st-fecha {
        font-size: 45px;
    }
    #banner-principal {
        width: 100%;
        height: 600px;
    }
    #banner-principal img {
        width: 250px;
        height: auto;
    }
    .banner-titulo {
        color: #fff;
        margin-bottom: 0px;
        font-size: 50px !important;
        font-weight: 300;
        line-height: 45px;
    }
    .banner-subtitle {
        color: #fff;
        font-size: 40px !important;
    }
    
    .banner-titulo-prin {
        color: #fff;
        margin-top: 30px;
        line-height: 35px;
        margin-bottom: 0px;
    }

    .prin1 img {
        width: 70%;
    }
}

.noborder .item .img {
    border-radius: 50%;
    border: solid 5px #fff !important;
}

.noborder .item .img img {
    border-radius: 50%;
}

.noborder .item .img::before {
    display: none !important;
}

.noborder .item .sqaureIconPrime {
    display: none !important;
}

.noborder h4 {
    margin-top: 40px;
}

.noborder h4 span {
    font-size: 14px !important;
}

.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 .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;
}

@media (max-width: 768px) {
    .pie-pagina ul {
        width: 300px;
    }
    .pie-pagina ul li {
        margin: 0px !important;
        margin-bottom: 20px !important;
        width: 150px;
    }
}

.pequenito {
    font-size: 13px !important;
}


.artes-programacion img {
    width: 100%;
    height: auto;
}

.banner-compra {
    width: 100%;
    height: 300px;
    background: url("../img/guatemala/fondo-banner.png") no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    text-align: center;
}
.banner-compra {
    display: block;
}
.banner-compra img {
    width: 90%;
    max-width: 831px;
    height: auto;
}
.banner-compra .imagen1 {
    display: inline-block;
}
.banner-compra .imagen2 {
    display: none;
}
.botonsito {
    margin-top: 40px;
}

@media (max-width:786px) {
    .banner-compra .imagen1 {
        display: none;
    }
    .banner-compra .imagen2 {
        display: inline-block;
        width: 450px;
    }
    .botonsito {
        margin-top: 20px;
    }
}

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup .cuadro {
    width: 500px;
    height: 320px;
    background: url("../img/guatemala/fondo-banner.png") no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.popup .cuadro img {
    width: 90%;
    height: auto;
}

.boton-cerrar {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.botonparacompra {
    cursor: pointer;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s; 
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.botonparacompra:hover {
    opacity: 0.7;
}

.banner-grande {
    width: 100%;
    height: auto;
}
.banner-grande img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: none;
}

@media (max-width: 1049px) {
    .banner-grande {
        padding-top: 72px;
    }
    .banner-grande .imgmedellin1 {
        display: block;
    }
}

@media (max-width: 768px) {
    .banner-grande .imgmedellin2 {
        display: block;
    }
    .banner-grande .imgmedellin1 {
        display: none;
    }
}

@media (min-width: 1050px) {
    .banner-grande {
        height: 100vh;
    }
    .banner-grande-foto1 {
        background: url("../img/monitor-medellin.jpg") no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
}

.banner-grande .contenido h2 {
    color: #fff;
    font-size: 65px !important;
    line-height: 65px;
    margin-bottom: 0px;
}
.banner-grande .contenido h3 {
    margin-bottom: 50px;
}
.banner-grande .contenido p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 40px;
}
.banner-grande .contenido a, .foto-fondo a {
    display: inline-block;
    line-height: 45px;
    font-size: 22px;
    height: 45px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    cursor: pointer;
    background-color: #fff;
    color: #0091ff;
    -webkit-box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 0 0 0.26em rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%);
}
    .banner-grande .contenido a:hover {
        font-size: 24px;
    }

.banner-grande-foto2 {
    background: url("../img/medellin-2024/medellin-2024.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.big {
    cursor: pointer;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    line-height: 26px;
}
.big:hover {
    font-size: 26px;
    font-weight: bold;
}

.lugar-titulo {
    font-size: 3.5em;
	font-weight: 700;
	line-height: 1.50em;
	margin: 0 0 0.35em;
	text-align: center;
    color: #fff;
}

.lugar-subtitulo {
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 80px;
}

.enviar-boton {
    background: #100c29 !important;
    color: #fff!important;
    font-size: 30px!important;
    border: none!important;
    box-shadow: none!important;
    text-transform: uppercase!important;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -webkit-box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%)!important;
    -moz-box-shadow: 0 0 0 0.26em rgba(255, 255, 255, 0.5)!important;
    box-shadow: 0 0 0 0.26em rgb(255 255 255 / 50%)!important;
    width: 300px!important;
    margin-top: 50px!important;
}

.enviar-boton:hover {
    color: #f7f000 !important;
}

.banner-monitor-stage {
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
    background: url(../img/monitor-stage-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-monitor-talks {
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
    background: url(../img/monitor-talks-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-monitor-stage a, .banner-monitor-talks a {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    line-height: 46px;
    height: 50px;
    font-size: 25px;
    border: solid 2px #fff;
    color: #fff;
    text-align: center;
    transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    border-radius: 25px;
}
.banner-monitor-stage a:hover, .banner-monitor-talks a:hover {
    background-color: #32a6de;
    border: solid 2px #32a6de;
}

.banner-monitor-showcase .columna-6 {
    float: left;
    width: 50%;
}
.banner-monitor-showcase .columna-6 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media(max-width: 768px) {
    .banner-monitor-stage {
        height: 450px;
    }
    .banner-monitor-stage a {
        height: 40px;
        line-height: 36px;
    }
    .banner-monitor-showcase .columna-6 {
        float: none;
        width: 100%;
    }
}

.titulo-transporte {
    margin-bottom: 0px !important;
}
.subtitulo {
    text-align: center;
    font-size: 28px;
}
.transporte {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.transporte-imagen img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 50px;
}

.align-center {
    text-align: center;
}