/* ==========================================================================
Author's custom styles
========================================================================== */


/***Globales***/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #f2f2f2;
    font-family: "Open Sans", sans-serif;
}

.seccion {
    padding: 50px 0;
    text-align: center;
    font-size: 1.2em;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2.4em;
    text-transform: uppercase;
    text-align: center;
}

h2::after {
    content: "";
    margin: 0 auto;
    background-image: url(../img/separador.png);
    height: 30px;
    width: 100px;
    display: block;
}

h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 1.8em;
    color: #fe4918;
    margin: 0;
}

h4 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #fe4818;
    padding-bottom: 10px;
    font-size: 1.2em;
}

.button {
    display: inline-block;
    background-color: #fe4918;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1em;
    padding: 10px 40px;
    margin-top: 20px;
    transition: background-color 0.2s linear;
    border: 2px solid #fe4918;
}

.button:hover {
    background-color: #e33000;
}

.button.hollow {
    background-color: white;
    color: #fe4918;
}

.button.hollow:hover {
    color: white;
}

.button.transparente {
    background-color: transparent;
    border: 2px solid white;
}

.button.transparente:hover {
    border: 2px solid #fe4918;
    background-color: #fe4918;
}

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

.float-right {
    float: right;
}

.contenedor {
    width: 98%;
    margin: 0 auto;
}

@media only screen and (min-width: 480px) {
    .contenedor {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) {
    .contenedor {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .contenedor {
        width: 90%;
        max-width: 1100px;
    }
}


/**Barra**/

div.barra {
    background-color: #353535;
    padding: 20px 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .navegacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}

div.logo {
    width: 100%;
}

div.logo img {
    width: 100%;
}


/**Navegacion Principal**/

nav.navegacion-principal {
    display: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    nav.navegacion-principal {
        text-align: right;
        display: block;
        width: 67%;
    }
}

nav.navegacion-principal a {
    color: white;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
    display: block;
    transition: backgroud-color 1s linear;
}

@media only screen and (min-width: 768px) {
    nav.navegacion-principal a {
        padding: 0 10px;
        margin: 0;
        margin-right: 10px;
        display: inline-block;
    }
    nav.navegacion-principal a:last-child {
        margin-right: 0;
    }
}

nav.navegacion-principal a:hover {
    background-color: #fe4918;
    color: white;
}

nav.navegacion-principal a:last-child {
    color: #fe4918;
    border: 2px solid #fe4918;
}

nav.navegacion-principal a:last-child:hover {
    color: white;
    border: 2px solid #fe4918;
}

/**Lettering**/

h1.nombre-sitio span {
    position: relative;
    text-shadow: 0 0 30px black;
}

@media only screen and (min-width: 768px) {
    .char1 {
        top: 20px;
        right: 20px;
    }
    .char2 {
        top: 0px;
        left: -20px;
    }
    .char3 {
        top: 10px;
        right: 20px;
    }
    .char4 {
        top: 5px;
        right: 10px;
    }
    .char5 {
        top: 15px;
        right: 10px;
    }
    .char6 {
        top: 5px;
        left: 10px;
    }
    .char7 {
        top: 20px;
        left: -10px;
    }
    .char8 {
        top: 0px;
        left: 10px;
    }
    .char9 {
        top: 10px;
        right: 20px;
    }
    .char10 {
        top: 20px;
        right: 20px;
    }
}


/**Header**/

div.hero {
    background-image: url(../img/encabezado.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
}

div.contenido-header {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) {
    div.contenido-header {
        padding-top: 10px;
    }
}

nav.redes-sociales {
    text-align: center;
}

nav.redes-sociales a {
    margin-right: 20px;
}

nav.redes-sociales a:last-child {
    margin-right: 0px;
}

.informacion-evento {
    text-align: center;
    color: white;
}

div.informacion-evento p {
    margin: 0;
    display: inline;
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    div.informacion-evento {
        width: 70%;
        margin: 50px auto 0 auto;
    }
}

p.fecha {
    float: left;
}

p.ciudad {
    float: right;
}

p.slogan {
    text-transform: none!important;
    font-weight: lighter;
}

p.slogan span {
    font-weight: bold;
}

h1.nombre-sitio {
    font-family: "PT Sans", sans-serif;
    font-size: 6vw;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    h1.nombre-sitio {
        font-size: 11.5vw;
        line-height: 1;
        margin: 0;
    }
}


/***Iconos Redes Sociales***/

.icon-rs {
    width: 2em;
    height: 2em;
}


/**Menu Movil**/

div.logo-mobmenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (min-width: 768px) {
    div.logo-mobmenu {
        width: 33%;
        display: block;
    }
}

div.menu-mobile {
    width: 60px;
    display: block;
    float: right;
    text-align: right;
    margin-top: 12px;
}

div.menu-mobile:hover {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    div.menu-mobile {
        display: none;
    }
}

div.menu-mobile span {
    height: 8px;
    margin-bottom: 6px;
    background-color: white;
    display: block;
}


/****Talleres****/

section.programa {
    position: relative;
}

div.contenedor-video {
    max-width: 100%;
    overflow-x: hidden;
}

div.contenido-programa {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.programa-evento {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-top: 80px;
    box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
    div.programa-evento {
        width: 70%;
    }
}

@media only screen and (min-width: 992px) {
    div.programa-evento {
        width: 50%;
    }
}

.menu-programa {
    width: 100%;
    border-bottom: 1px solid #fe4918;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    nav.menu-programa {
        display: table;
    }
}

nav.menu-programa a {
    display: block;
    text-align: center;
    color: black;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    font-size: 1.2em;
    position: relative;
}

nav.menu-programa a.activo::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 20px;
    width: 30px;
    background-image: url('../img/talleres-flecha.jpg');
    background-position: center;
    background-repeat: no-repeat;
    bottom: -20px;
}    

@media only screen and (min-width: 768px) {
    nav.menu-programa a {
        display: table-cell;
    }
}

nav.menu-programa img {
    margin-right: 10px;
}

div.ocultar {
    display: none;
}

/***Detalle Evento***/

div.detalle-evento {
    margin-top: 20px;
    border-bottom: 1px solid black;
    padding: 0 20px;
}

div.detalle-evento:last-of-type {
    border-bottom: none;
}

div.detalle-evento p {
    margin-bottom: 20px;
    font-size: 20px;
}

.detalle-evento .icon-rs {
    margin-right: 20px;
}


/**Invitados**/

ul.lista-invitados li {
    padding: 10px;
}

.lista-invitados {
    display: block;
}

@media only screen and (min-width: 768px) {
    .lista-invitados {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 992px) {
    .lista-invitados {
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

div.invitado {
    position: relative;
    overflow: hidden;
}

div.invitado img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
}

div.invitado:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

div.invitado p {
    position: absolute;
    font-family: "Oswald", sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #fe4918;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

div.invitado:hover p {
    bottom: -20px;
    opacity: 0;
}


/**Contador**/

.parallax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: brightness(0.8);
}

div.contador {
    background-image: url(../img/bg-resumen.jpg);
    position: relative;
    height: auto;
}

ul.columnas4 {
    position: relative;
    padding: 120px 0;
    display: block;
    grid-template-columns: 25% 25% 25% 25%;
}

@media only screen and (min-width: 768px) {
    ul.columnas4 {
        display: grid;
    }
}

ul.columnas4 li {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

p.numero {
    color: #ff4918;
    font-size: 4em;
    display: block;
    margin: 0 0 10px 0;
    font-family: "Oswald", sans-serif;
}


/**Tabla de precios**/

ul.lista-precios>li {
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    ul.lista-precios {
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
}

div.tabla-precio {
    border: 1px solid#e1e1e1;
    background-color: white;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

div.tabla-precio:hover {
    transform: scale(1.1);
    border: 1px solid #fe4918;
    box-shadow: 0 0 50px #666;
}

div.tabla-precio ul {
    padding-bottom: 20px;
}

div.tabla-precio ul li {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #868686;
    line-height: 26px;
}

div.tabla-precio ul li::before {
    display: inline-block;
    background-image: url("../img/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    padding: 0 15px;
    content: "";
}

div.tabla-precio h3 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

div.tabla-precio p.numero {
    color: black;
    margin: 20px 0;
}


/**Mapa**/

div.mapa {
    height: 420px;
    background-color: #f2f2f2;
}


/**Testimoniales**/

div.testimonial {
    padding: 5px;
}

@media only screen and (min-width: 768px) {
    div.testimoniales {
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

blockquote {
    background-color: white;
    border: 2px solid #e1e1e1;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 20px;
}

blockquote p {
    /*text-align: justify;*/
    font-size: 1em;
    font-family: "PT Sans", sans-serif;
    padding: 0 20px 0 55px;
}

blockquote p::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    background-image: url("../img/icons/quote-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

div.info-testimonial {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

div.info-testimonial img {
    border-radius: 50%;
    max-width: 100px;
}

div.quien-testimonio {
    text-align: left;
}

div.info-testimonial cite {
    color: #fe4918;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 20px;
    font-weight: bold;
    font-style: normal;
}

div.info-testimonial cite span {
    color: black;
    display: block;
    text-transform: none;
    margin-top: 5px;
}


/**News Letter **/

div.newsletter {
    position: relative;
    height: auto;
    background-image: url(../img/bg-newsletter.jpg);
}

div.newsletter .contenido {
    padding: 100px;
    color: white;
    text-align: center;
    position: relative;
}

div.newsletter .contenido p {
    font-size: 1.2em;
    text-transform: lowercase;
}

div.newsletter .contenido h3 {
    color: white;
    text-transform: uppercase;
    font-size: 7vw;
    font-family: "PT Sans", sans-serif;
}


/**Cuenta Regresiva**/

div.conteo .columnas4 {
    padding-top: 0px;
}

div.conteo ul li {
    text-transform: uppercase;
    color: black;
    font-family: "Oswald", sans-serif;
}


/**Footer**/

footer {
    background-color: #353535;
    padding-top: 40px;
    margin-top: 20px;
    color: white;
}

footer h3 {
    color: white;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

footer span {
    color: #fe4918;
}

footer .contenedor {
    font-size: 12px;
    display: block;
}

footer .contenedor div {
    padding: 15px;
}

div.footer-information p {
    margin: 0;
    text-align: justify;
}

div.ultimos-tweets ul li {
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    footer .contenedor {
        display: grid;
        grid-template-columns: 35% 35% 30%;
    }
}

p.copyright {
    background-color: #2e2e2e;
    color: white;
    padding: 10px 0;
    margin: 20px 0 0 0;
    text-align: center;
}

/***************************************************************************/
/***************************************************************************/
/********************************Internas************************************/
/***************************************************************************/
/***************************************************************************/

/**Conferencia**/

body.conferencia .navegacion-principal .activo {
    border-bottom: 2px solid #fe4818;
}

div.galeria a {
    display: inline-block;
    margin-bottom: 5px;
}


/***************************************************************************/
/***************************************************************************/
/********************************Resevas************************************/
/***************************************************************************/
/***************************************************************************/

form.registro h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

form.registro label {
    margin-bottom: 5px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    div.registro {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

div.caja {
    background-color: white;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin: 10px;
}

div.campo {
    padding: 10px;
}

div.paquetes .tabla-precio:hover {
    transform: none;
    box-shadow: none;
}

div.paquetes .tabla-precio input {
    display: block;
    clear: both;
    width: 100px;
    margin: 10px auto 0 auto;
}

#eventos {
    display: none;
}

.contenido-dia {
    padding: 20px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .contenido-dia {
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

.contenido-dia div {
    text-align: left;
}

.contenido-dia > div label {
    display: block;
    margin-bottom: 10px;
}

.contenido-dia > div input { 
    margin-right: 10px;
}

.contenido-dia > div label time {
    color: #fe4918;
    font-weight: bold;
}

/**Resumen Registro**/

div.resumen p {
    font-size: 1.2em;
    text-transform: uppercase;
}

div.extras div.orden { 
    text-align: left;
    margin-bottom: 10px;
}

div.extras div.orden input { 
    margin: 10px 0 0 0;
}


div.resumen input {
    display: block;
    margin: 10px auto;
}

div.resumen div.caja {
    display: grid;
    grid-template-columns: 60% 40%;
}

.orden select {
    display: block;
    margin: 10px 0;
}

#lista_productos {
    background-color: #e1e1e1;
    padding: 20px;
    border-radius: 25px;
    display: none;
}

#suma_total {
    text-align: center;
    font-size: 2em;
    color: #fe4818;
}


/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

 ::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}