:root {
    --azul1: #053f5c;
    --naranja1: #f27f0c;
    --gris: #444444;
    --negro: #000000;
    --blanco: #ffffff;
}

@font-face {
    font-family: 'RoadRadio-Bold';
    src: url(fonts/RoadRadio-Bold.woff);
}

@font-face {
    font-family: 'RoadRadio-Light';
    src: url(fonts/RoadRadio-Light.woff);
}

@font-face {
    font-family: 'RoadRadio-Thin';
    src: url(fonts/RoadRadio-Thin.woff);
}

@font-face {
    font-family: 'Cuprum';
    src: url(fonts/Cuprum.ttf);
}

@font-face {
    font-family: 'Fabiola-Capitals';
    src: url(fonts/Fabiola-Capitals.otf);
}



* { z-index: 5; }

html, body {
    padding: 0;
    margin: 0;
}

body {
    background: #fef5e7 url(img/textura.png?2) top center / 100% repeat-y;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Cuprum', Arial, Helvetica, sans-serif;
}

body.noscroll { overflow: hidden; }

#alerta {
	display: block;
	text-align: center;
	padding: 12px 10px;
	margin-bottom: 0px;
	background: #ffdb70;
	color: #7C5703;
	border-radius: 3px;
}

#error {
	display: block;
	text-align: center;
	padding: 12px 10px;
	margin-bottom: 10px;
	background: #ff0000;
	color: #ffffff;
	border-radius: 3px;
}

#exito {
	display: block;
	text-align: center;
	padding: 12px 10px;
	margin-bottom: 10px;
	background: #4ABD09;
	color: #ffffff;
	border-radius: 3px;
}

#hide, .oculto, #redirige { display: none; }

.mostrar { cursor: pointer; }

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.loader {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 25px;
    width        : 38px;
    aspect-ratio : 1;
    border-radius: 50%;
    background   : 
      radial-gradient(farthest-side, var(--naranja1) 94%,#0000) top/8px 8px no-repeat,
      conic-gradient(#0000 30%, var(--naranja1));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation   : l13 1s infinite linear;
  }
  @keyframes l13{ 
    100%{transform: rotate(1turn)}
  }

  .colorblanco { color: var(--blanco) !important; }







/*************************************************************************************/

.logo {
    display: block;
    width: 60%;
    max-width: 400px;
    margin: 40px auto;
}

.top {
    position: relative;
    display: block;
    margin: 20px 4%;
    width: 92%;
    height: 65vh;
    background: var(--azul1);
    overflow: hidden;
    border-radius: 10px;
}

.top .bgtop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/bg-top.jpg) bottom center / cover no-repeat;
    opacity: 0.3;
}

.top .grand {
    width: 75%;
    max-width: 650px;
    transition: all 0.7s;
}

.top .grand.inicio {
    transform: scale(3);
    opacity: 0;
}

.top .opening {
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    color: var(--blanco);
    z-index: 10;
    font-size: 80px;
    letter-spacing: -1px;
    text-align: center;
}

.top img.bgtop {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
}


.box-taste {
    display: block;
    text-align: center;
}

.box-taste img {
    display: inline-block;
    vertical-align: middle;
}

.box-taste .grafico {
    width: 50px;
    max-width: 4%;
}

.box-taste .taste {
    width: 66%;
    max-width: 800px;
    margin: 7% 1%;
}

.fecha {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 20vh auto 0 auto;
}

.fecha .ancla {
    position: absolute;
    width: 100%;
    height: 85%;
    top: 7%;
    background: url(img/ancla.png) center center / contain no-repeat;
}


.adornos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 -5px 0;
    width: 100%;
    overflow: hidden;
}

.adornos .left, .adornos .right {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.adornos .right { 
    text-align: right;
}

.adornos img {
    display: inline-block;
    width: 68%;
    max-width: 380px;
}

.seccion2 {
    position: relative;
    display: block;
    margin: 0 0 -2px 0;
    width: 100%;
    height: 70vh;
    background: var(--azul1);
    overflow: hidden;
}

.seccion2 .bgtop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/olas.jpg) bottom center / cover no-repeat;
    opacity: 0.8;
}


.apertura {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 12;
}

.apertura .descripcion {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    width: 80%;
    max-width: 600px;
}

.apertura img { 
    width: 80%;
    max-width: 700px;
}

.apertura .descripcion .titulo {
    display: block;
    font-family: 'Fabiola-Capitals', 'Cuprum', Arial, Helvetica, sans-serif;
    font-size: 80px;
    letter-spacing: 2px;
    margin-bottom: 4%;
    animation: colorChange 3s;
}

.apertura .descripcion .titulo.efecto {
    animation: none;
    transition: all 1s;
}

.apertura .descripcion .titulo.naranja {
    color: var(--naranja1) !important;
}

.direccion {
    display: inline-block;
    white-space: nowrap;
}

.direccion.efecto span {
    display: inline-block;
    animation: none;
}

.direccion span {
    margin: 0 0px;
    min-width: 5px;
    display: inline-block;
    animation: slideIn 1s forwards;
    animation-delay: calc(var(--char-index) * 0.015s);
}

@keyframes colorChange {
    0%, 20% {
      color: var(--blanco);
    }
    20%, 40% {
      color: var(--naranja1);
      transform: scale(1.2);
    }
    70% {
      color: var(--blanco);
    }
  }
  
  @keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        color: var(--color1);
        transform: translateX(0);
    }
}
  






.footer {
    margin: 0;
    display: block;
    padding: 50px 10px;
    background: var(--azul1);
    text-align: center;
}

.footer .redes {
    display: inline-block;
    margin: 0 10px;
    width: 50px;
}

#formulario {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
}

form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    padding: 10px 25px 10px 25px;
    max-width: 420px;
    background: var(--azul1);
    color: #f27f0c;
    font-size: 14px;
}

form .cerrar {
    position: absolute;
    display: block;
    background: var(--naranja1) url(img/cerrar.png) center center / 20px no-repeat;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}

form .titulo {
    display: block;
    background: var(--azul1);
    color: var(--naranja1);
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--naranja1);
    font-size: 25px;
}

form input, form select {
    display: block;
    width: calc(100% - 12px);
    padding: 6px;
    margin: 3px 0 12px 0;
    color: var(--negro);
}

form select, form input[type="submit"] {
    width: calc(100% + 3px);
}

form .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    margin: 0;
    align-items: end;
}

form input[type="submit"] {
    display: block;
    background: var(--naranja1);
    color: var(--blanco);
    border: 0px;
    padding: 0px;
    height: 32px;
    cursor: pointer;
}

.reservar {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    color: var(--blanco);
    background: var(--naranja1);
    font-size: 25px;
    width: 70%;
    padding: 15px 10px;
    z-index: 100;
    border-radius: 10px;
    text-align: center;
    transition: all 0.7s;

    box-shadow: rgb(38, 57, 77) 0px 20px 50px -10px;
}

.reservar.inicio2 {
    bottom: -100px;
}

#registros {
    display: block;
    margin: 15px 10px;
    padding: 7px;
    background: var(--azul1);
    color: var(--blanco);
    font-size: 14px;
}

#registros .nombre {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background: var(--negro);
    color: var(--blanco);
}

#registros .grid-registro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#registros .grid-registro div {
    display: block;
    padding: 5px;
    background: var(--blanco);
    color: var(--negro);
}

.logout {
    display: block;
    width: 150px;
    background: var(--naranja1);
    color: var(--blanco);
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    margin: 10px 10px 20px auto;
    box-shadow: rgb(38, 57, 77) 0px 15px 20px -10px;
}



.animar {
    transition: all 0.8s !important;
    opacity: 1;
}

.grow { transform: scale(0.4); opacity: 0; }
.decrease { transform: scale(2); opacity: 0; }
.rotar {  transform: rotateX(720deg); }
.girar {  transform: rotateY(720deg); }
.opacidad { opacity: 0; transition: all 1.5s !important; }







@media screen and (max-width: 800px) {
    
    .top .direccion {
        font-size: 17px;
    }

    .apertura .descripcion .titulo {
        font-size: 60px;
    }
    
    .apertura .descripcion {
        font-size: 22px;
    }

    .fecha .ancla {
        height: 80%;
    }

}

@media screen and (max-width: 700px) {
    
    .top .direccion {
        font-size: 15px;
    }

    .top {
        height: 65vh !important;
    }

    .apertura .descripcion .titulo {
        font-size: 42px;
    }
    
    .apertura .descripcion {
        font-size: 17px;
    }

    .fecha {
        height: 75vh;
    }

}