/* General ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */
/* Tipografías */
@font-face {
    font-family: "AliensAndCowsTrial";
    src: url("../fonts/aliens and cows_trial.ttf");
}
@font-face {
    font-family: "AppleColorEmoji";
    src: url("../fonts/Apple Color Emoji.ttc");
}
@font-face {
    font-family: "CaviarDreams";
    src: url("../fonts/CaviarDreams.ttf");
}
@font-face {
    font-family: "CaviarDreams_Bold";
    src: url("../fonts/CaviarDreams_Bold.ttf");
}
@font-face {
    font-family: "nuku1";
    src: url("../fonts/nuku1.ttf");
}
/* Reseteo estilos */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
    color: #fff;
	text-decoration: none;
}
ul {	
    margin-bottom: 0px;
    padding-left: 0px;
}
li {
	list-style: none;
}
button, input, textarea, select, option {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}
button:hover, input:hover, textarea:hover, select:hover, option:hover {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}
button:active, input:active, textarea:active, select:active, option:active {
  outline: none;
  border: none;
}
button:focus, input:focus, textarea:focus, select:focus, option:focus {
  outline: 0;
}
/* General ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}
/* Body --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body {
    color: #fff!important;
    background-color: #000!important;
    font-family: "CaviarDreams";
}
/* Scroll */
/* width */
::-webkit-scrollbar { width: 0px; height: 0px; }
/* Track */
::-webkit-scrollbar-track { background: #fff0; } 
/* Handle */
::-webkit-scrollbar-thumb { background: #444; border: solid 4px #000; border-radius: 12px; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #888; }
/* End Scroll */
/* Header ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
header {
    width: 100%;
    padding: 2vw 5vw;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 105;
}
#logo {
    width: 9vw;
}
#logo a {
    display: block;
}
#logo img {
    width: 100%;
}
#cont_menu nav {
    height: 100%;
    margin-top: 2vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#cont_menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#cont_menu li {
    margin-left: 3.5vw;
    font-family: "CaviarDreams_Bold";
    font-size: 1.2vw;
}
#cont_menu li a:hover {
    color: #5D9F2A;
}
.redes {
    padding-right: 2vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.redes a {
    width: 1.7vw;
    height: 1.7vw;
    margin-left: 2vw;
    position: relative;
    display: block;
}
.redes a:hover :nth-child(1) {
    display: none;
}
.redes a:hover :nth-child(2) {
    display: block;
}
.redes img {
    width: 100%;
    position: absolute;
}
.redes img:nth-child(2) {
    display: none;
}
.nav_pais {
    padding-right: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nav_pais a {
    width: 2.5vw;
    height: 2.5vw;
    position: relative;
    display: flex;
}
.nav_pais a:hover {
    filter: contrast(1.5);
}
.nav_pais img {
    width: 100%;
}
@media screen and (max-width: 500px) {
}
/* Footer ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
footer {
    background-color: #DD7A29;
    padding: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p {
    color: #fff9;
    font-size: 0.7vw;
    text-align: center;
    letter-spacing: 0.1vw;
}
footer p a {
    color: #fff9;
    text-decoration: underline;
}
footer p a:hover {
    color: #fff;
}
@media screen and (max-width: 500px) {
}
/* Main --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#main h1 {
    color: #0000;
    position: absolute;
    z-index: -10;
}
/* PRINCIPAL */
#principal {
    min-height: 100vh;
    background-image: url(../img/fondo_inicio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8vw;
}
.cont_principal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cont_principal img {
    width: 14vw;
}
.cont_principal h2 {
    background-color: #5D9F2A;
    width: 32vw;
    margin: 4vw 0px;
    padding: 0.7vw;
    font-family: "CaviarDreams";
    font-size: 1.6vw;
    font-weight: lighter;
    text-align: center;
}
.cont_principal ul {
    width: 32vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_principal ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cont_principal ul img {
    width: 3vw;
}
.cont_principal ul h3 {
    font-family: "CaviarDreams";
    font-size: 3vw;
    font-weight: lighter;
    text-align: center;
}
.cont_principal ul a:hover h3 {
    color: #5D9F2A;
}
@media screen and (max-width: 500px) {
}
/* INICIO */
#inicio {
    width: 100%;
    height: 55vw;
    margin: auto;
    position: relative;
}
#inicio .cont_video {
    width: 100%;
    height: 55vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#inicio video {
    width: 100%;
    position: relative;
}
#inicio .cont_inicio {
    background-color: #0005;
    width: 100%;
    height: 55vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
#inicio h1 {
    color: #0000;
    position: absolute;
    z-index: -10;
}
#inicio h2 {
    position: relative;
    font-family: "CaviarDreams";
    font-size: 3vw;
    font-weight: lighter;
    text-align: center;
}
#inicio h2 span {
    display: block;
    font-family: "CaviarDreams_Bold";
}
#inicio h3 {
    margin-top: 10vw;
    margin-bottom: 5vw;
    position: relative;
    font-family: "CaviarDreams_Bold";
    font-size: 1.7vw;
    text-align: center;
    border: solid 1px #fff;
}
#inicio h3 a {
    padding: 0.4vw 2vw 0.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#inicio h3 a:hover {
    background-color: #5D9F2A;
    cursor: pointer;
}
@media screen and (max-width: 500px) {
}
/* HISTORIA */
#historia {
    background-image: url(../img/fondo_historia.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cont_historia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
#historia .izquierda {
    width: 53%;
    position: relative;
    display: flex;
    align-items: flex-start;
}
#historia .izquierda div {
    width: 100%;
    padding: 7vw 0vw 6vw 6vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
#historia .izquierda #historia_img {
    width: 30vw;
    padding: 0vw;
    position: absolute;
    left: 23vw;
}
#historia .izquierda img {
    width: 100%;
}
#historia h2 {
    color: #5D9F2A;
    margin-left: -1.2vw;
    font-family: "AliensAndCowsTrial";
    font-size: 11vw;
    font-weight: lighter;
    line-height: 9vw;
    letter-spacing: -1.7vw;
}
#historia p {
    margin-top: 2vw;
    font-family: "CaviarDreams";
    font-size: 1.7vw;
    font-weight: lighter;
    line-height: 1.9vw;
}
#historia .derecha {
    width: 47%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#historia .carrusel {
    width: 100%;
    height: 54vw;
    position: relative;
    overflow: hidden;
}
#historia .carrusel img {
    width: 100%;
    display: none;
}
#historia .carrusel #img_hist_1 {
    display: block;
}
#historia .carrusel ul {
    position: absolute;
    right: 12vw;
    bottom: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#historia .carrusel li {
    width: 15px;
    height: 15px;
    margin: 5px;
    border: solid 1px #000;
    border-radius: 15px;
}
#historia .carrusel li:hover {
    background-color: #0005;
    cursor: pointer;
}
#historia .carrusel li.active {
    background-color: #000;
}
#historia .carrusel li.active:hover {
    background-color: #000;
}
@media screen and (max-width: 500px) {
}
/* PEDIDOS */
#pedidos {
    background-image: url(../img/fondo_pedidos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cont_pedidos {
    width: 100%;
    height: 55vw;
    padding: 0vw 5vw 0vw 10vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.texto_pedidos {
    background-image: url(../img/naranja_pedidos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 65%;
    padding: 5vw 30vw 5vw 5vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.texto_pedidos h2 {
    margin-top: 2vw;
    margin-left: -1.2vw;
    font-family: "AliensAndCowsTrial";
    font-size: 11vw;
    font-weight: lighter;
    line-height: 11vw;
    letter-spacing: -1.7vw;
}
.texto_pedidos p {
    font-family: "CaviarDreams";
    font-size: 1.8vw;
    font-weight: lighter;
    line-height: 1.8vw;
}
.texto_pedidos p span {
    font-family: "CaviarDreams_Bold";
}
.texto_pedidos h3 {
    margin-top: 3.5vw;
    position: relative;
    font-family: "CaviarDreams_Bold";
    font-size: 2.2vw;
    text-align: center;
    border: solid 1px #fff;
}
.texto_pedidos h3 a {
    padding: 0.4vw 2vw 0.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texto_pedidos h3 a:hover {
    background-color: #5D9F2A;
    cursor: pointer;
}
.cont_pedidos #pedidos_img {
    width: 28vw;
    position: absolute;
    top: 4vw;
    right: 16vw;
}
.cont_pedidos img {
    width: 100%;
}
@media screen and (max-width: 500px) {
}
/* RESTAURANTE */
#restaurante {
    background-image: url(../img/fondo_restaurante.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cont_restaurante {
    width: 100%;
    height: 56vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
#restaurante .izquierda {
    width: 55%;
    padding-left: 10vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
#restaurante .izquierda h2 {
    margin-left: -1.2vw;
    font-family: "AliensAndCowsTrial";
    font-size: 11vw;
    font-weight: lighter;
    line-height: 12vw;
    letter-spacing: -1.7vw;
}
#restaurante .izquierda p {
    font-family: "CaviarDreams";
    font-size: 1.8vw;
    line-height: 1.8vw;
}
#restaurante .izquierda h3 {
    margin-top: 3.5vw;
    position: relative;
    font-family: "CaviarDreams_Bold";
    font-size: 2.2vw;
    text-align: center;
    border: solid 1px #fff;
}
#restaurante .izquierda h3 a {
    padding: 0.4vw 2vw 0.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#restaurante .izquierda h3 a:hover {
    background-color: #5D9F2A;
    cursor: pointer;
}
#restaurante .derecha {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#restaurante .derecha img {
    width: 35vw;
}
@media screen and (max-width: 500px) {
}
/* EVENTOS */
#eventos {
    background-image: url(../img/fondo_eventos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cont_eventos {
    width: 100%;
    height: 55vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
#eventos .izquierda {
    width: 50%;
    padding-left: 6vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
#eventos .izquierda h2 {
    margin-top: 2vw;
    margin-left: -1.2vw;
    font-family: "AliensAndCowsTrial";
    font-size: 11vw;
    font-weight: lighter;
    line-height: 11vw;
    letter-spacing: -1.7vw;
}
#eventos .izquierda p {
    font-family: "CaviarDreams";
    font-size: 1.8vw;
    font-weight: lighter;
    line-height: 1.8vw;
}
#eventos .izquierda p span {
    font-family: "CaviarDreams_Bold";
}
#eventos .izquierda h3 {
    margin-top: 3.5vw;
    position: relative;
    font-family: "CaviarDreams_Bold";
    font-size: 2.2vw;
    text-align: center;
    border: solid 1px #fff;
}
#eventos .izquierda h3 a {
    padding: 0.4vw 2vw 0.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#eventos .izquierda h3 a:hover {
    background-color: #DD7A29;
    cursor: pointer;
}
#eventos .derecha {
    background-image: url(../img/img_eventos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media screen and (max-width: 500px) {
}
/* GALERÍA */
.cont_galeria {
    height: 56vw;
    position: relative;
}
.cont_imgs_galeria {
    width: 100%;
    height: 56vw;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
}
.cont_imgs_galeria img {
    width: 100%;
    display: none;
}
#img_galeria_1 {
    display: block;
}
#galeria h2 {
    margin-top: 2vw;
    margin-left: -1.2vw;
    position: absolute;
    top: 2vw;
    left: 6vw;
    font-family: "AliensAndCowsTrial";
    font-size: 11vw;
    font-weight: lighter;
    line-height: 11vw;
    letter-spacing: -1.7vw;
    z-index: 15;
}
#galeria ul {
    height: 100%;
    position: relative;
    z-index: 20;
}
#galeria li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 15vw;
    height: 100%;
    position: absolute;
    top: 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
#galeria li.anterior {
    left: 0vw;
}
#galeria li.siguiente {
    right: 0vw;
}
#galeria li img {
    width: 2vw;
    opacity: 0.5;
}
#galeria li:hover {
    cursor: pointer;
}
#galeria li.anterior:hover {
    background-image: url(../img/deg_anterior.png);
}
#galeria li.siguiente:hover {
    background-image: url(../img/deg_siguiente.png);
}
#galeria li:hover img {
    opacity: 1;
}
@media screen and (max-width: 500px) {
}
/* MAPA */
#mapa {
    width: 100%;
    height: 20vw;
    display: flex;
    overflow: hidden;
}
#mapa iframe {
    width: 100%;
    height: 101%;
    display: flex;
}
/* CONTACTO */
.cont_contacto {
    background-color: #DD7A29;
    height: auto;
    padding-top: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_contacto div {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#contacto .izquierda img {
    width: 9vw;
    margin-top: 5vw;
}
#contacto .izquierda h3 {
    margin-top: 3vw;
    font-family: "CaviarDreams";
    font-size: 1vw;
    text-align: center;
    letter-spacing: 0.1vw;
}
#contacto .izquierda h3 span {
    font-weight: lighter;
}
#contacto .centro {
    width: 35%;
}
#contacto .centro h2 {
    margin-top: 2vw;
    margin-left: -1.2vw;
    font-family: "AliensAndCowsTrial";
    font-size: 11vw;
    font-weight: lighter;
    line-height: 11vw;
    letter-spacing: -1.7vw;
}
#contacto form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#contacto input, #contacto textarea {
    color: #fff;
    width: 100%;
    margin: 0.4vw 0vw;
    padding: 0.5vw 1.5vw;
    font-family: "CaviarDreams";
    font-size: 0.9vw;
    border: solid 1px #fff;
}
#contacto textarea {
    height: 7vw;
    resize: none;
}
#contacto form input::placeholder, #contacto form textarea::placeholder {
    color: #fff5;
}
#btn_enviar {
    width: 10vw!important;
    margin-left: 23vw!important;
    cursor: pointer;
}
#btn_enviar:hover {
    background-color: #5D9F2A;
}
#contacto .derecha {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
#contacto .derecha nav {
    margin-top: 5vw;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
#contacto .derecha ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
#contacto .derecha li {
    margin-bottom: 2vw;
    font-family: "CaviarDreams_Bold";
    font-size: 1.3vw;
}
#contacto .derecha li a:hover {
    color: #5D9F2A;
}
#contacto .redes {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}
#contacto .redes a {
    width: 2vw;
    height: 2vw;
    margin: 0vw;
    margin-right: 1.5vw;
    display: block;
    transition: all 0.5s;
}
#contacto .redes img {
    width: 100%;
}
#contacto .nav_pais {
    display: none;
}
@media screen and (max-width: 500px) {
}
/* MAIL */
#main_mail {
    color: #fff;
    background-image: url(../img/fondo_mail.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 90vh;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#main_mail img {
    width: 10vw;
}
#main_mail h2 {
    margin-bottom: 3vw;
    font-family: "CaviarDreams_Bold";
    font-size: 3vw;
    font-weight: lighter;
}
#main_mail h3 {
    margin-bottom: 5vw;
    font-family: "CaviarDreams";
    font-size: 2vw;
    font-weight: lighter;
}
#boton_volver {
    margin: 2vw;
    padding: 0.2vw 2vw 0.2vw 2vw;
    position: relative;
    font-family: "CaviarDreams";
    font-size: 2vw;
    text-align: center;
    border: solid 1px #fff;
}
#boton_volver:hover {
    background-color: #5D9F2A;
}