@import url("fonts.css");

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 550px) {
    body {
        /*background-image: url('../img/LANDING.jpg');*/
    }
}

body {
    font-family: 'avenirbook', sans-serif;
    color: #010101;
    margin: 0 auto;
    background-color: #f2f2f2;
    font-size: 14px;
}

.clear {
    clear: both;
}

.imagen img {
    width: 100%;
}


.bg-negro {
    color: #FFFFFF;
    background-color: #000000;
}

.bg-azul {
    color: #FFFFFF;
    background-color: #1A287C;
}

/**
 * Marquesina
 */
.marquee {
    width: 100%;
    overflow: hidden;
  }

.marquee li {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 0.5rem;
}

@media only screen and (min-width:500px) {
    .marquee li {
        font-size: 1.7rem;
    }
}

.marquee__content {
    margin: 0 0.3rem;
    display: flex;
    list-style: none;
    animation: scrolling 15s linear infinite;
}

.marquee__item {
    flex-shrink: 0;
}

@keyframes scrolling {
    0% { transform: translateX(0) }
    100% { transform: translateX(-100%) }
}


#cabecera {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
}

#cabecera .logo {
    max-width: 250px;
    margin-right: 3rem;
}

#cabecera .texto {
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-right: 1rem;
}

.agenda {
    background-color: #1A287C;
    border: none;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 25px;
    /*max-height: 30px;*/
}

.agenda a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (max-width:450px) {

    #cabecera {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
    }

    #cabecera .logo {
        max-width: 175px;
        margin-right: 1rem;
    }

    #cabecera .texto {
        margin-right: 0.5rem;
        font-size: 0.7rem;
        line-height: 1rem;
    }
}

#cabecera .texto span {
    display: block;
}


/**
 * Sección Video
 */
#contador-video {
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}

#contador-video .titulo {
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-transform: uppercase;
    width: 50%;
    display: block;
    margin: 0 auto;
}

#contador-video .contador {
    font-size: 2rem;
    line-height: 2.5rem;
    border-radius: 25px;
    border: 5px solid;
    display: inline-block;
    margin-top: 1rem;
    padding: 5px 10px;
    background-color: #6986bf;
    color: #ffffff;
}

#contador-1 {
    font-size: 4rem;
    line-height: 4rem;
}


#contador-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 500px) {
	#contador-1 {
		font-size: 1.8rem;
    	line-height: 2rem;
	}
	
    #contador-video {
        position: initial;
        width: 100%;
        height: auto;
    }

    #contador-video .row {
        background-image: url('../img/background-wip-mobile.jpg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding: 4rem 0;
    }

    #contador-video video {
        display: none;
    }

    #contador-video .titulo {
        width: 90%;
        font-size: 1.5rem;
        line-height: 1.8rem;
        color: #FFFFFF;
    }

    #contador-video .contador {
        font-size: 2rem;
        line-height: 2rem;
        color: #FFFFFF
    }
}


/**
 * Sección Meh al Wow
 */
#meh-wow {
   padding: 50px;
   justify-content: center;

}

#meh-wow .barra {
    max-width: 250px;
}

#meh-wow .texto-1 {
    font-size: 1.5rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    width: 50%;
}

#meh-wow .texto-2 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2rem;
}

@media (max-width: 500px) {
    #meh-wow {
        padding: 10px 5px;
        justify-content: center;

    }

    #meh-wow .texto-1 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        display: inline-block;
    }

    #meh-wow .texto-2 {
        display: inline-block;
        font-size: 1.2em;
        line-height: 1.2rem;
        width: 50%;
    }

    #meh-wow .barra {
        display: inline-block;
        max-width: 150px;
        width: 30%;
    }
}

/**
 * Ponentes
 */

 #ponentes {
    font-size: 1.2rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#ponentes .titulo {
    z-index: 1;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

#ponentes .image-der {
    /*position: absolute;*/
    max-width: 200px;
    vertical-align: middle;

}

#ponentes .texto {
    display: block;
    width: 40%;
    margin: 0 auto;
}

#ponentes .texto.borde {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    border-top: 1px solid;
}

@media (max-width: 500px) {

    #ponentes .titulo {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }

    #ponentes .image-der {
        max-width: 100px;
    }

    #ponentes .image-izq {
        max-width: 35px;
        margin-left: 1rem;
    }

    #ponentes .texto.borde {

        width: 90%;

    }

    #ponentes .texto {

        width: 70%;
    }

    #ponentes .boton {
        margin-top: 1rem;
    }
}

#ponentes-galeria {
    margin: 2rem auto;
}

#ponentes-galeria .gallery-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#ponentes-galeria .gallery-img {
    width: 100%;
    height: auto;
    transition: transform 0.2s;
    filter: grayscale(100%);
    cursor: pointer;
}

#ponentes-galeria .gallery-img:hover {
    transform: scale(1.05);
}

#ponentes-galeria .gallery-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

#ponentes-galeria .modal-dialog {
    width: 900px;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra el modal */
}

@media (max-width: 576px) {
    #ponentes-galeria .modal-dialog {
        width: 350px;
        max-width: 500px;
    }
}

#ponentes-galeria .modal-dialog .modal-body {
    padding-top: 0.3rem;
}

#ponentes-galeria .modal-dialog .modal-body .row {
    margin: 2rem 1rem; 
}

#ponentes-galeria .modal-dialog .modal-header {
    border-bottom: none;
    /*text-align: right;*/
    display: inline;
    float: right;
    padding: 0;
    /*vertical-align: top !important;*/
}

#ponentes-galeria .modal-dialog .modal-header a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 700px) {

    #ponentes-galeria .modal-dialog .modal-header {
        /*padding-top: 0.2rem;*/
        /*padding-bottom: 0.2rem;*/
    }
}

#ponentes-galeria .modal-content {
    color: #ffffff;
    background-color: #151F6D; 
    opacity: 0.9;
    min-height: 300px;
}

#ponentes-galeria .modal-content .ponente-nombre {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#ponentes-galeria .modal-content .ponente-puesto {
    font-size: 1rem;
    line-height: 1.3rem;
    font-style: italic;
    color: #9BCBEB;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 90%;
}

#ponentes-galeria .modal-content .ponente-resumen {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: lighter;
}

#ponentes-galeria .modal-content .ponencia-info {
    /*max-height: 200px;    */
}

#ponentes-galeria .modal-content .ponente-ponencia {
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 700px) {

    #ponentes-galeria .modal-content .ponente-ponencia {
        margin-top: 2rem;
    }
}

#ponentes-galeria .modal-content .ponente-lugar {
    font-size: 1rem;
    line-height: 1.5rem;
    

}

#ponentes-galeria .modal-content .ponente-horario {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

#ponentes-galeria .ponente-redes .btn {
	padding: 0.5rem 1rem 0.5rem 0;
}
.custom-border {
    border-left: 2px solid #000; /* Cambia el tamaño y el color del borde */
    padding-left: 15px; /* Opcional, para dar espacio dentro de la columna */
}



/**
 * Talleres
 */
 #talleres {
    font-size: 1.2rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#talleres .agenda {
	padding: 1.2rem 1.2rem;
    font-size: 1.8rem;
    line-height: 1.5rem;
}

#talleres .titulo {
    z-index: 1;
    font-size: 2.5rem;
    line-height: 2.5rem;
    display: block;
    width: 80%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding-top: 3rem;
}


#talleres .image-izq {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 75px;
}

#talleres .texto {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
}

#talleres-acordeon {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 500px) {
	#talleres-acordeon {
    	width: 100%;
	}
}

#talleres-acordeon .card {
    background-color: #f2f2f2;
    border: none;
}

#talleres-acordeon .card-header {
    background-color: #80b1d5; 
    color: #FFFFFF;
    padding: 0;
    border-radius: 50px; 
    margin-bottom: 10px; 
    /*height: 60px; */
}

#talleres-acordeon .card-header a {
    text-transform: uppercase;
    display: flex; 
    justify-content: space-between; /* Para colocar el ícono '+' a la derecha */
    cursor: pointer; 
    align-items: center; /* Para centrar verticalmente */
    padding: 0 0 0 1rem;
}

#talleres-acordeon .card-header .title-text {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

#talleres-acordeon .card-header .subtitle-text {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: normal;
    margin-left: 10px;
}

@media (max-width: 1000px) {
    #talleres-acordeon .card-header .subtitle-text {
        display: none;
    }
}


#talleres-acordeon .card-header .icon-circle {
    background-color: #1A287C; 
    
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Convierte el contenedor en un círculo */
    display: flex; /* Alineación de Flexbox */
    justify-content: center; /* Centra el '+' horizontalmente */
    align-items: center; /* Centra el '+' verticalmente */
    font-size: 1.5rem; /* Tamaño del símbolo '+' */
    font-weight: bold; /* Negrita para el símbolo '+' */
}

#talleres-acordeon .card-container {
    
}

#talleres-acordeon .card-body {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1rem 2rem;
}

#talleres-acordeon .card-body .profesor {
    font-weight: bold;
}

@media (min-width: 1000px) {
    #talleres-acordeon .card-body .profesor {
        display: none;
    }
}

/**
 * Sección Ponentes Fase 1
 */

#contador-imagen {
    background-image: url('../img/background-1.png');
    background-size: cover;
    font-weight: bold;
    color: #FFFFFF;

    line-height: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
}

#contador-imagen .contador {
    font-size: 3rem;

    line-height: 3rem;
}

#contador-imagen .texto {
    width: 50%;
    display: block;
    margin: 0 auto;
    font-size: 2em;
    line-height: 2.5rem;
}

@media (max-width: 500px) {
    #contador-imagen .texto {
        width: 90%;
    }
}

/**
 * Sección Contactos
 */
#contactos {
    padding: 15px 0;
    margin: 1rem 0;
}

#contactos ul {
    list-style: none;
    padding: 0;
    width: 70%;
    margin: 0 auto;
    font-size: 1.1rem;
}

#contactos li {
    position: relative;
    /* Necesario para posicionar ::before */
    padding-left: 150px;
    /* Ajusta según el tamaño de tu imagen */
    margin-bottom: 10px;
    font-size: 2.7em;
    line-height: 3rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

#contactos li::before {
    content: "";
    background-image: url('../img/barra_vertical-edit.png');
    /* Ruta de tu imagen personalizada */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 125px;
    /* Ancho máximo del icono */
    height: 125px;
    /* Ajusta la altura según necesites */
}

@media (max-width: 500px) {

    #contactos ul {
        margin: 2rem 0 0 0;
        width: 100%;
    }
    #contactos li {

        padding-left: 75px;
        margin-bottom: 10px;
        font-size: 1.5em;
        line-height: 1.5rem;
    }

    #contactos li::before {
        content: "";
        background-image: url('../img/barra_vertical-edit.png');
        /* Ruta de tu imagen personalizada */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 75px;
        /* Ancho máximo del icono */
        height: 75px;
        /* Ajusta la altura según necesites */
    }
}






#lista {
    padding: 3rem 0;
}

#lista ul {
    list-style: none; /* Quitar los estilos de lista predeterminados */
    padding: 0;
    width: 60%;
    margin: 0 auto;
    font-size: 1.1rem;
}

#lista li {
    position: relative; /* Necesario para posicionar ::before */
    padding-left: 40px; /* Ajusta según el tamaño de tu imagen */
    margin-bottom: 10px;

}

#lista li::before {
    content: "";
    background-image: url('../img/flecha.png'); /* Ruta de tu imagen personalizada */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; /* Ancho máximo del icono */
    height: 30px; /* Ajusta la altura según necesites */
}

@media (max-width: 500px) {
    #lista {
        padding-top: 2rem;
    }

    #lista ul {
        width: 90%;
    }
}

#preparado {
    font-weight: bold;
    color: #000000;
    font-size: 2em;
    line-height: 1.6rem;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
}

#preparado .texto {
    font-size: 2rem;
    line-height: 2rem;
    width: 80%;
}

@media (max-width: 500px) {
    #preparado {
        width: 100%;
        text-align: center;
    }

    #preparado .texto {
        font-size: 1.5rem;
        line-height: 1.5rem;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #preparado .boton-inscripcion .boton {
        margin-top: 2rem;
    }
}

/**
 * Galería de imágenes
 */
#galeria, #galeria-carousel {
    margin: 2rem auto;
}

#galeria .gallery-img {
    width: 100%;
    height: auto;
    transition: transform 0.2s;
}

#galeria .gallery-img:hover {
    transform: scale(1.05);
}

@media (min-width: 500px) {
    #galeria-carousel {
        display: none;
    }
}

@media (max-width: 500px) {
    #galeria {
        display: none;
    }
}





/**
 * Formulario
 */

#formulario {
    font-size: 1.2rem;
    margin: 0 auto;

}

#formulario .boton-inscripcion {
    text-align: center;
    margin-top: -4rem;
}

#formulario .inscripcion-fecha {
    position: relative;
    width: 100%;
    height: 10rem;
    /* Ajusta la altura según tus necesidades */
    display: flex;
    justify-content: center;
    align-items: center;
}

#formulario .inscripcion-fecha .titulo {
    z-index: 1;
    font-size: 2.5rem;
    line-height: 2.5rem;
    display: block;
    width: 60%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding-top: 3rem;
}

#formulario .inscripcion-fecha .image-der {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
}

#formulario .inscripcion-fecha .image-izq {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 75px;
}

#formulario .texto {
    display: block;
    width: 40%;
    margin: 0 auto;
}

#formulario .texto.borde {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    border-top: 1px solid;
}

#formulario .titulo {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 3rem;
}

@media (max-width: 500px) {

    #formulario .inscripcion-fecha .titulo {
        width: 90%;
        font-size: 1.7rem;
        line-height: 1.7rem;
    }

    #formulario .inscripcion-fecha .image-der {
        max-width: 100px;
    }

    #formulario .inscripcion-fecha .image-izq {
        max-width: 35px;
        margin-left: 1rem;
    }

    #formulario .texto.borde {

        width: 90%;

    }

    #formulario .texto {

        width: 70%;
    }

    #formulario .boton {
        margin-top: 1rem;
    }
}

#inscripciones .boton {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;	
	padding: 4px 35px;
}

#inscripciones .boton::before {
    background-color: #1C2878;
}

#inscripciones .boton.boton-amarillo {
	background-color: #C2D73A;
	color: #1C2878;		
}

#inscripciones .boton.boton-amarillo::before {
    background-color: #1C2878;
}


/**
 * Footer
 */
#footer {
    margin-top: 3rem;
    max-width: 1200px;
}

@media (max-width: 500px) {
    #footer {
        margin-top: 1rem;
    }
}

#footer a {
    color: #000000;
    text-decoration: none;
}

#patrocinadores {
    margin: 3rem auto 2rem;
    
}

#patrocinadores .pat-logo.imagen {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#patrocinadores .financian .pat-logo.imagen {
    max-width: 25%;
}

@media (max-width: 500px) {
    #patrocinadores {
        /*width: 100%;*/
        margin-top: 1rem;
    }

    #patrocinadores .pat-logo.imagen {
        max-width: 25%;
    }
}

#patrocinadores .financian .texto, 
#patrocinadores .organizan .texto {
    font-weight: bold;
    text-align: left;
    padding: 0;
}


/**
 * Botones
 */
.boton {
    display: inline-block;
    background-color: #80b1d5; /* Color azul claro */
    border: none;
    color: #FFFFFF;
    padding: 4px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 25px; /* Hace los bordes redondeados */
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.boton a {
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-right: 5px;
}

.boton::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #6986bf ; /* Color azul oscuro */
    border-radius: 50%;
    transform: translateY(-50%);
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

@media (max-width: 500px) {
	.boton {
		margin-top: 25px;
		padding: 4px 25px;
    	font-size: 0.8rem;
    }
	
	.boton::before {
	    width: 25px;
    	height: 25px;
	}
}

