@import url('helpers.css');
@import url('bootstrap.extend.css');

#formulario{
    font-family: "Conv_OratorStd";
}
#formulario input, #formulario select, #formulario textarea{
    background: #1A1825;
    color: #fafafa;
    font-family: "Conv_OratorStd";
    font-size: 1.2em;
}

#formulario #enviar:hover{
    background: none;
    border: 1px solid #fafafa;
}
@font-face {
    font-family: 'Conv_OratorStd';
    src: url("../fonts/OratorStd.eot");
    src: local(""), url("../fonts/OratorStd.woff") format("woff"), url("../fonts/OratorStd.ttf") format("truetype"), url("../fonts/OratorStd.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Conv_OratorStd-Slanted';
    src: url("../fonts/OratorStd-Slanted.eot");
    src: local(""), url("../fonts/OratorStd-Slanted.woff") format("woff"), url("../fonts/OratorStd-Slanted.ttf") format("truetype"), url("../fonts/OratorStd-Slanted.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    background: #1a1825
}

h1,
h2,
h3,
h4,
h5,
p,
span,
small,
a,
button {
    font-family: 'Conv_OratorStd' !important
}

.min-row {
    max-width: 100rem;
    margin: 0 auto;
    text-align: center
}

.relative {
    position: relative
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-container {
    background: #181a1e;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0
}

.menu-container #menu-mobil {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .menu-container #menu-mobil {
        display: block
    }
}

.menu-container .menu {
    margin: 1em auto;
    padding: 0;
	text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .menu-container .menu {
        display: none
    }
}

.menu-container .menu li {
    display: inline-block;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    width: 15%
}

.menu-container .menu li a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 16px
}

.section {
    height: 100vh
}

.section.one {
    background: url("../img/hamburguesa.jpg");
    background-size: cover;
    width: 100%;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center
}

.section.one .branding {
    text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .section.one .branding {
        padding: 20px
    }
}

.section.one .branding img {
    width: 20%
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .section.one .branding img {
        width: 45%
    }
}

.section.one .branding .brand {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    word-spacing: 1em;
    letter-spacing: 8px;
    margin: 20px auto
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .section.one .branding .brand {
        font-size: 19px;
        text-align: center;
        word-spacing: 0.3em
    }
}

.section.two {
    background: #000000;
    height: auto !important
}

.section.two .container {
    padding: 20px
}

.section.two .container .text-left {
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 35px
}

.section.nosotros {
    background: #18191b;
    padding: 80px;
    height: auto !important
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .section.nosotros {
        padding: 20px
    }
}

.section.nosotros img {
    text-align: center;
    margin: 0 auto;
    display: block
}

.section.nosotros .title {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 25px
}

.section.nosotros .row {
    text-align: center
}

.section.nosotros .row .input-wrapper {
    background: #eeeeee;
    position: relative;
    height: 40px;
    width: 50%;
    margin: 0 auto
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .section.nosotros .row .input-wrapper {
        width: 75%
    }
}

.section.nosotros .row .input-wrapper .email {
    background: transparent;
    border: 0;
    height: 40px;
    width: 100%;
    padding: 10px
}

.section.nosotros .row .input-wrapper img {
    position: absolute;
    top: 0;
    right: 0
}

.section.nosotros p {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 20px
}

.section.nosotros #social {
    margin-top: 3em
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .section.nosotros #social div {
        margin-bottom: 2em
    }
}

.btn {
    text-decoration: none;
    text-align: center;
    padding: 7px;
    border-radius: 0;
    height: 35px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in
}

.btn.menu {
    background: #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    width: 110px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 34px;
}

.btn.black {
    background: #000000;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    width: 60%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding-bottom: 35px;
}

#nosotros .title{
	text-transform: uppercase;
}
#social .title, #contacto .title{
	margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .btn.black {
        width: 100%
    }
}

.btn.black:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff
}

.btn.white {
    background: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    width: 60%;
    margin: 0 0 0 auto;
    padding-bottom: 35px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .btn.white {
        width: 100%
    }
}

.clearfix {
    clear: both
}

.uk-overlay-fade {
    opacity: 1 !important
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .uk-slideshow,
    .uk-active {
        height: 460px !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .uk-dotnav {
        height: 10px !important
    }
}

.uk-slidenav-position .slide-title {
    font-size: 25px;
    margin: 0
}

.uk-slidenav-position .slide-subtitle {
    font-size: 18px
}

.uk-slidenav-position .slide-container .col-md-8,
.uk-slidenav-position .slide-container .col-md-4 {
    padding: 0 !important
}

.uk-slidenav-position .slide-container .text-wrapper {
    margin-top: 2em
}

.uk-slidenav-position .slide-container .text-wrapper .separator {
    margin: 1.5em 0 2em;
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    height: 6px;
}

.separator {
    margin: 1.5em 0 2em 0;
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    height: 6px
}

.uk-slidenav-position .slide-container .text-wrapper .sub-title {
    color: #ffffff;
    font-size: 19px;
    text-align: right;
    display: block
}

.uk-slidenav-position .slide-container .text-wrapper .sub-title.left {
    text-align: left
}

.uk-slidenav-position .slide-container .text-wrapper .block {
    display: block;
    text-align: right
}

.uk-slidenav-position .slide-container .text-wrapper .black.text {
    background: #fff;
    color: #000;
    display: inline-block;
    text-align: left
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .uk-slidenav-position .slide-container .text-wrapper .black.text {
        width: 90%
    }
}

.uk-slidenav-position .slide-container .text-wrapper .black.sixty-five {
    /*width: 50%;*/
    text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .uk-slidenav-position .slide-container .text-wrapper .black.sixty-five {
        width: 60%
    }
}

.uk-slidenav{
	line-height: 56px;
}

.uk-slidenav-position .slide-container .text-wrapper button {
    display: block;
    text-align: center;
    margin: 0 auto
}

.uk-slidenav-position .uk-slidenav {
    background: #4b4b4b;
    display: block !important
}

.uk-slidenav-position .uk-slidenav-next {
    right: 0 !important
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 0 !important
}

footer {
    background: #000000;
    padding: 10px
}

footer .marca,
footer .aviso {
    color: #ffffff;
    text-align: center;
    display: block;
    font-size: 15px;
    margin: 0
}


/*# sourceMappingURL=style.css.map */
select:focus {
   outline-color: transparent;
}

a.boton-home:hover{
    background: #ffffff;
    color: #000;
    text-decoration: none;
}
a.boton-home{
    color: #fff; display: inline-block; border: 1px solid #ffffff; padding: 7px 15px; font-size: 1.2em; text-transform: uppercase; float: right;
}

.nav.navbar-nav{
    width: 100%;
}

.nav li{
    /*width: 16.6666666%; */ /*Para 6 secciones*/
    width: 20%;  /*Para 5 secciones*/

}
.nav li a{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.15em;
}
.header-fixed{ position: fixed; width: 100%; z-index: 9999999; }

#carousel-testimoniales{
    margin-top: 20px;
}

    /*Fixes para botones en browsers*/
    /*home*/
    #home-separa-fecha{
        display: inline-block; 
        text-decoration: none; 
        background: #fff; 
        color: #000; 
        font-size: 1.4em; 
        padding: 2px 10px 4px; 
        float: right;
    }
    #home-separa-fecha.fix{
        padding: 9px 15px 3px !important;
    }
    #home-ubicaciones.fix{
        padding: 9px 15px 3px !important;
    }
    
    /*menu*/
    #menu-donde{
        border: 1px solid #fff; 
        display: inline-block; 
        padding: 10px 12px; 
        text-transform: uppercase; 
        color: #fff; 
        font-size: 1.4em; 
        text-decoration: none;
        margin: 0 15px;
    }
    #menu-donde.fix{
        padding: 10px 15px 3px !important;
    }
    .elnombre.fix{
        padding: 8px 5px 2px !important;
    }
    /*contacto*/
    a#enviar.boton, a#enviar.boton:hover{
        padding: 8px 10px; 
        background: #000; 
        color: #fff; 
        text-decoration: none; 
        font-family: 'Conv_OratorStd'; 
        text-transform: uppercase;
    }
    a#enviar.boton.fix, a#enviar.boton.fix:hover{
        padding: 11px 15px 5px !important;
    }
    /*Home*/
    a#video-button{
        background: #fff; color: #000; padding: 15px 35px; text-transform: uppercase; font-size: 1.5em; margin-top: 30px; display: inline-block;
    }
    a#video-button.fix{
        padding: 15px 25px 7px !important;
    }
    /*Overlay video*/
    #overlay.fix{
        box-shadow': 0 18px 0 black !important;
        -moz-box-shadow': 0 18px 0 black !important;
        -webkit-box-shadow': 0 18px 0 black !important;
    }


/*==================================================
=                  Media Queries                   =
====================================================*/
/* Tablet, ipad portrait 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
}

/* Tablet, ipad landscape 1024px */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
    
}

/* Mobile portrait ancho 300px */
@media only screen and (max-width: 767px) {
   .nav.navbar-nav, .nav li{
        width: auto !important;
    } 
    .header-skin ul.nav > li > a, .header-skin ul.nav > li.active > a, .header-skin ul.nav > li.active > a:hover, .header-skin ul.nav > li.active > a:focus{
        background: #181A1E;
    }
    .header-skin ul.nav li a:hover, .header-skin ul.nav li a:focus{
        color: #181A1E;
    }
    .header-skin ul.nav > li.active > a{
        background: #000000;
        color: #fff;
    }
    .prfix.pr80{
        padding-right: 10px !important;
    }
    .prfix.pl80{
        padding-left: 10px !important;
    }
    .owl-prev, .owl-next{
        opacity: .25;
    }
    #carousel-testimoniales{
        margin-top: -10px !important;
    }
    a#home-ubicaciones.boton-home{
    display: block !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px !important;
    padding: 7px 15px !important;
    text-align: center !important;
    float: none;
    }
    #ubicaciones h3.text-left{
        text-align: center !important;
    }
    a#home-separa-fecha{
        float: none;
        display: block;
        margin: 0 auto; 
        text-align: center;
    }
    #carousel .sub-title.left{
        text-align: center;
    }
    #formulario #email{
        margin-bottom: 20px;
    }
}

/* Mobile landscape ancho 420px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .nav.navbar-nav, .nav li{
        width: auto !important;
    } 
    .header-skin ul.nav > li > a, .header-skin ul.nav > li.active > a, .header-skin ul.nav > li.active > a:hover, .header-skin ul.nav > li.active > a:focus{
        background: #181A1E;
    }
    .header-skin ul.nav li a:hover, .header-skin ul.nav li a:focus{
        color: #181A1E;
    }
}