

::-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;
}


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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    /*Modelo caja - padding no afecta*/
    box-sizing: border-box;
}

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


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

.seccion {
    padding: 30px 0;
}

.seccion p {
    font-size: 1.2em;
    text-align: center;
}

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

.button {
    background-color: #fe4918;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #ffff;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 1em;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s ease;
    border: 2px solid #fe4918;
}

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

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

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

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

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

.float-right {
    float: right;
}

/* Plugin Lettering*/
h1.nombre-sitio span {
    position: relative;
    text-shadow: 0 0 30px black;
}
.char1 {
    color: red;
}

.char2 {
    color: red;
}

.char3 {
    color: red;
}

.char4 {
    color:white;
}

.char5 {
    color: white;
}

.char6 {
    color:white;
}

.char7 {
    color: white;
}

.char8 {
    color: red;
}

.char9 {
    color: red;
}

.char10 {
    color:red;
}
/*Header*/
div.hero {
    background-image: url(../img/encabezado.jpg);
    height: 100vh;
    background-position: top 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 {
    color: #ffff;
    font-size: 2em;
    margin-right: 20px;
}

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

div.informacion-evento {
    text-align: center;
    color: #ffff;
}

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

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

div.informacion-evento p i {
    color: #fe4918;
    font-size: 2.4rem;
}


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

p.eslogan {
    text-transform: none!important;
}

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

/** Barra* **/
div.barra {
    background-color: #353535;
    padding: 25px 0;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0; /*Para que inicie desde la esquina*/
    left: 0;
    z-index: 2;
}

/** Navegación principal**/
nav.navegacion-principal {
    display: none;
    width: 100%;
}

nav.navegacion-principal a {
    color: #ffff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .6s ease;
    /*Estilos para móvil*/
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

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


nav.navegacion-principal a:last-child:hover {
    color: #ffff;
}

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

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

    nav.navegacion-principal a {
        margin-right: 10px;
        padding: 10px 10px;
        display: inline-block;
        /*Estilos para móvil*/
        width: auto;
        display: inline-block;
        text-align: center;
        margin: 0 10px 0 0;
    }

    nav.navegacion-principal a:last-child {
        margin-right: 0;
    }
}

/** Menu Movil**/
div.menu-movil {
    width: 60px;
    display: block;
    float: right;
    text-align: right;
    margin-top: 12px;
}

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

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

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





div.detalle-evento:nth-child(2){
    border: none;
}

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


/** Invitados **/

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

@media only screen and (min-width: 480px){
    ul.lista-invitados li {
        width: 50%;
    }
}

@media only screen and (min-width: 768px){
    ul.lista-invitados li {
        width: 33.3%;
    }
}

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

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

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

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

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

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

div.contador {
    position: relative;
    height: auto;
}

div.contador::before {
    background-image: url(../img/bg-resumen.jpg);
    content: '';
}

ul.resumen-evento {
    position: relative;
    padding: 120px 0;
}

ul.resumen-evento li {
    width: 50%;
    float: left;
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    ul.resumen-evento li {
        width: 25%;
    }
}

p.numero {
    color: #fe4918;
    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 > li {
        float: left;
        width: 33.3%;
    }
}

div.tabla-precio {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 40px 0;
    text-align: center;
    transition: all .5s ease;
}

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


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 {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 20px;
    color: green;
    -webkit-font-smoothing: antialiased;
    content: '\f00c';
}

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

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



/** Mapa **/
div.mapa {
    height: 420px;
}

/** Testimonial **/

div.testimoniales {
    padding-bottom: 20px;
}

div.testimonial {
    padding: 5px;
}

@media only screen and (min-width: 768px){
    div.testimonial {
        float: left;
        width: 33.3%;
    }
}

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

blockquote p {
    text-align: left!important;
    font-size: 1em!important;
    font-family: 'PT Sans', sans-serif;
    padding: 0 20px 0 65px;
}

blockquote p::before {
    content: '\201c';
    position: absolute;
    left: 13px;
    top: 8px;
    font-size: 8rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fe4918;
}


footer.info-testimonial {
    padding: 0;
    background-color: transparent;
}

footer.info-testimonial img {
    float: left;
    width: 20%;
    border-radius: 50%;
    margin-left: 20px;
}

footer.info-testimonial cite {
    text-align: left;
    color: #fe4918;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 20px;
    width: 66.6%;
    float: right;
    font-weight: bold;
    font-style: normal;
}

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


/** Newsletter **/
div.newsletter {
    position: relative;
    height: auto;
}

div.newsletter::before {
    background-image: url(../img/bg-newsletter.jpg);
    content:'';
}

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

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

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

/** Cuenta regresiva **/
div.cuenta-regresiva ul li {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 1.6rem;
}

@media only screen and (min-width: 768px){
    div.cuenta-regresiva ul li {
        float: left;
        width: 25%;
    }
}

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

footer .contenedor > div {
    color: #ffffff;
    padding: 0px 20px;
    font-size: 12px;
}

@media only screen and (min-width: 768px){
    footer .contenedor > div {
        width: 33.3%;
        float: left;
    }
}

footer h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'OSwald', sans-serif;
    margin-bottom: 20px;
}

footer h3 span{
    color: #fe4918;
}

footer .ultimos-tweets li {
    margin-bottom: 10px;
}

footer nav.redes-sociales {
    text-align: left;
}

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


/*** ESTILOS PARA PAGG INTERNAS ***/
/*==================================*/
/* Registro */
form.registro h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}


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

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


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

div.campo {
    padding: 20px;
}

@media only screen and (min-width:768px){
    div.campo {
        float: left;
        width: 33.3%;
    }
}

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


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

div.contenido-dia {
    padding: 20px;
    display: none; /*Ocultamos , pero lo mostramos con js*/
}

div.contenido-dia .autor{
    font-weight: bold;
    font-family: arial, helvetica;
    text-transform: uppercase;
    font-size: 12px;
}




@media only screen and (min-width: 768px){
    div.contenido-dia > div {
        float: left;
        width: 33.3%;
    }
}

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

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

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

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

/*Resuemn Registro*/
/*================*/
div.resumen p {
    font-size: 1.2em;
    text-transform: uppercase;
}

div.resumen div.extras {
    float: left;
    width: 50%;
    padding: 30px;
}

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

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

div.resumen div.total {
    float: right;
    width: 50%;
    padding: 30px;
}

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


div #lista-productos {
    background-color: #e1e1e1;
    padding: 15px;
    display: none; /*Ocultamos el div. Lo mostramos con js*/
}

div #suma-total {
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    color: #fe4918;
}

#error {
    clear: both;
    font-weight: bold;
    text-align: center;
    width:100%;
    display:inline-block;
    padding: 20px;
}


/*Estilos para Paginas Internas*/
/*******************************/

/*CONFERENCIA*
/************/

.navegacion-principal .activo{
    border-bottom: solid 2px #fe4918; 
}
div.galeria a {
    display: inline-block;
    margin-bottom: 5px;

}



/*A partir de 768px*/
@media only screen and (min-width: 768px){
    div .dia {
        width: 33.3%;
        min-height: 280px;
        padding-top: 20px;
    }   
}

div.dia p.titulo {
    color: #fe4918;
    font-weight: bold;
    text-transform: uppercase;
}

div.dia p {
    font-size: 1em;
}


div.dia i {
    color: #fe4918;
    font-size: 1.6em;
}


/**Corrección de estilos CSS de Colorbox */
/*****************************************/
div.cboxElement{
    text-align: center;
}

.cboxElement p {
    padding: 20px;
}


