/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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;
}

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



html {
    box-sizing: border-box;
}

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

body {
    background-color: #f2f2f2;
    font-family: 'Ubuntu', sans-serif;
}

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

.seccion {
    padding: 30px 0;
}

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

h2 {
    font-family: 'Staatliches', cursive;
    font-size: 2.4em;
    text-align: center;
}

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


div.hero {



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





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

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

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

nav.redes-sociales a {
    color: #ffb301;
    font-size: 2em;
    margin-right: 20px;
        text-shadow: 3px 5px 2px #000;

}
nav {
    padding-top: 10px!important;
}

/*******************************************
esto remueve el margin right de la ultima a 
para que quede bien centrada la navegacion
de redes sociales

*****
*****
*****
 *** 
  *

********************************************/
/*nav.redes-sociales a:nth-child(1) {
    color: #23388e;
}

nav.redes-sociales a:nth-child(2) {
    color: #ff4893;
}

nav.redes-sociales a:nth-child(3) {
    color: #283fff;
}

nav.redes-sociales a:nth-child(4) {
    color: #009a59;
}

nav.redes-sociales a:nth-child(5) {
    color: #10e1e5;
}

nav.redes-sociales a:nth-child(6) {
    color: #ff3907;
}*/

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

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

@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: #ffb301;
    font-size: 1.4rem;
    text-shadow: 3px 5px 2px #000;
}

p.fecha {
    float: left;
    padding-left: 50px;
    color: #fff;
    font-weight: bold;
        text-shadow: 3px 5px 2px #000;

}

p.ciudad {
    float: right;
    text-align: right;
    padding-right: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 5px 2px #000;

}

p.slogan {
    color: #fff;
    text-transform: none!important;
    font-weight: bold;
    float: right;
    padding-top: 15px;
    text-shadow: 3px 5px 2px #000;

}

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


h1.nombre-sitio {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #ffb301;
    font-size: 5.9vw;
    text-shadow: 3px 5px 2px #000;
    

}

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

/*** BARRA ***/

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

div.logo  {
    width: 80%;
    float: left;
}

div.logo img {
    width: 100%;
}

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

/*** NAVEGACION PRINCIPAL ***/
nav.navegacion-principal {
    display: none;
}

nav.navegacion-principal a {
    font-family: 'Staatliches', cursive;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
    transition: all .6s ease;
    width: 100%;
    display: block;
    text-align: center;
    

}

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

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

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

@media only screen and (min-width: 768px) {
    nav.navegacion-principal {
        width: 67%;
        float: right;
        text-align: right;
        display: block;
    }
    nav.navegacion-principal a {
        
       padding: 0 10px;
       display: inline-block;
       
        width: auto;
        display: inline-block;
        text-align: center;
        margin: 0 10px 0 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: black;
    display: block;
}

.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;
    filter: brightness(.8);
    -webkit-filter: brightness(.8);
}

h1.reservas {
    position: relative;
    font-size: 4em;
    display: block;
    text-align: center;
    padding: 150px;
    color: #ffb301;
    text-shadow: 3px 5px 2px #000;
}

div.contenedor-fondodos {
    position: relative;
    height: auto;
}

div.contenedor-fondodos::before {
    background-image: url(../img/maquina.jpg);
    content: '';
}

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


/****** TRABAJOS ******/

ul.lista-trabajos li img {
    width: 430px;
    height: 300px;
}

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

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

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

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

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

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

div.trabajo p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    color: #ffb301;
    text-align: left;
    font-family: 'Staatliches', cursive;
    -webkit-transition: all .5s ease-in-out;
}

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


/******* MAPA ******/

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


/****** TESTIMONIALES ******/

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: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 20px;
}

blockquote p {
    text-align: justify!important;
    font-size: 1em!important;
    padding: 0 20px 0 65px;
}

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

footer.info-testimonial {
    padding: 15px;
}

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

footer.info-testimonial cite {
    text-align: left;
    color: #ffb301;
    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: #f3f3f3;
    display: block;
    text-transform: none;
    margin-top: 5px;
}



/****** NEWSLETTER ******/

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

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

div.newsletter .contenido {
    padding: 100px 0;
    color: #fff!important;
    text-align: center;
    position: relative;

}

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

div.newsletter .contenido h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 7vw;
    text-shadow: 3px 5px 2px #000;
}

.button.transparente {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 15px;
    transition: all .5s ease;
}

.button.transparente:hover {
   
    background-color: #ffb301;
}

div.newsletter .contenido a {
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

div.newsletter .contenido p {
    text-shadow: 3px 5px 2px #000;
}

div.newsletter .contenido a:hover {
    color: #000;
    border: 2px solid #ffb301;
}


/****** FOOTER ******/

footer {
    background-color: #353535;
    padding-top: 40px;

}

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

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

footer h3 span {
    color: #ffb301;
    text-shadow: 3px 5px 2px #000;
}

footer h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 3px 5px 2px #000;
}

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

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

}

footer nav.redes-sociales a {
    color: #fff;
}

p.copyright {
    background-color: #2e2e2e;
    color: #ffb301;
    padding: 10px 0;
    margin: 20px 0 0 0;
    text-align: center;
    text-shadow: 3px 5px 2px #000;
}




























/* ==========================================================================
   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
 */

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

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

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

/*
 * 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 */
        -webkit-box-shadow: none !important;
        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:
     * 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;
    }
}
