/* GLOBALES*/
html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

  html{
      font-size: 62.5%;
  }

  body {
    font-family: 'Lato', sans-serif;
    font-size:1.6rem ;
    line-height: 2;
    font-size: 1.6rem;
}


h1, h2, h3, h4 {
    font-family: 'Philosopher', sans-serif;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3{
    font-size: 2.5rem;
}

h4{
    font-size: 2rem;
}

img {
    max-width: 100%;
}

/********** UTILIDADES ***************/

.centrar-texto {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.contenedor {
    width: 99%;
    max-width: 120rem;
    margin: 0 auto;

}

/************************* HEADER ****************************/
.site-header{
    background-color:#C10808;
}

.site-header .contenedor{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (min-width:768px){
    .site-header{
        height: 70px;        
    }
}

.site-header img{
    width: 6.5rem;
    border-radius: 50%;
    padding: 10px;
    align-items: center;
}

@media(min-width:768px){
    .site-header img{
        width: 7rem;
    }
}

    
.enlaces-header a {
    position: relative;
    top: 14px;
    margin-right: 10px;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    align-items: center;

}



.enlaces-header a:hover{
    color: #BA8B02;
}

@media(min-width:768px){
    .enlaces-header a{
        font-size: 2rem;
        
    }
}


/**************************** INDEX ***********************/
.img-header {
    background: url(../img/a3.jpg);
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1200;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0.8;

}


@media(min-width:768px){
    .img-header{
        height: 110vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        max-width: 1200;
        display: flex;
        justify-content: space-between;
    
    }
}

.img-header h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
    color:red;


}


@media(min-width:768px){
    .img-header h1{
        font-size: 8rem;
        padding-top: 20rem;
        
        
    }
}
/*******************************************************/
.img-header a{
    text-decoration: none;
    font-size: 5rem;
    color:#BF1609;
    display: flex;
    justify-content: flex-start;
    padding-left: 1.5rem;
    padding-top: 37rem;
    position: fixed;
}

.img-header a:hover{
    color: #BA8B02;
}

@media(min-width:768px){
    .img-header a{
        font-size: 9rem;
        padding-left: 3rem;
        padding-top: 30rem;
    }
}
/**********************************************************/
.numeros-header{
    display: flex;
    justify-content: space-between;
    margin: 20px;
    font-size: 1.7rem;
    
}

.numeros-header a{
    text-decoration: none;
    color: red;
    
}

.numeros-header a:hover{
    color: #BA8B02;
}


@media(min-width:768px){
    .numeros-header{
        display: flex;
        justify-content: center;
        font-size: 2.3rem;
    }
}

@media(min-width:768px){
    .numeros-header a {
        padding: 8rem;
    }
}    


/************************ MAIN ****************************/
.main {
    width: 85%;
    margin: auto;
   
}

@media(min-width:768px){
    .main {
        width: 65%;
    }
}


@media(min-width:768px){
    .main h2{
        font-size: 4rem;
    }
}

@media(min-width:768px){
    .main p{
        font-size: 2rem;
    }
}



/*************************** CARRUSEL ************************/

.contenedor-carrusel{
    width: 210px;
    margin: auto;
    perspective: 1000px;
    position: relative;
    margin-top: 70px;
   
}

.img-carrusel{
    width: 100%;
    position: absolute;
    animation: rotar 25s infinite linear ;
    transform-style: preserve-3d;
}

.img-carrusel:hover{
    animation-play-state: paused;
    cursor: pointer;
}

.img-carrusel figure{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 20px 0px black;
    transition:300ms ;
}

img-carrusel figure:hover{
    box-shadow: 0px 0px 0px 0px black;
    transition:300ms ;
}



/******************** rotacion de las img ***********************/


.img-carrusel figure:nth-child(1){transform: rotateY(0deg) translateZ(300PX);}

.img-carrusel figure:nth-child(2){transform: rotateY(40deg) translateZ(300PX);}

.img-carrusel figure:nth-child(3){transform: rotateY(80deg) translateZ(300PX);}

.img-carrusel figure:nth-child(4){transform: rotateY(120deg) translateZ(300PX);}

.img-carrusel figure:nth-child(5){transform: rotateY(160deg) translateZ(300PX);}

.img-carrusel figure:nth-child(6){transform: rotateY(200deg) translateZ(300PX);}

.img-carrusel figure:nth-child(7){transform: rotateY(240deg) translateZ(300PX);}

.img-carrusel figure:nth-child(8){transform: rotateY(280deg) translateZ(300PX);}

.img-carrusel figure:nth-child(9){transform: rotateY(320deg) translateZ(300PX);}

.img-carrusel figure:nth-child(10){transform: rotateY(360deg) translateZ(300PX);
transition: all 300ms;
}

.img-carrusel img:hover{
    transform:scale(1.2);
    transition: all 300ms;
}

/**************************************************/


.img-carrusel img{
    max-width: 100%;
   
}

@keyframes rotar{
    from{
        transform: rotateY(odeg) ;
    }
    to{
        transform: rotateY(360deg);
    }

}
/********************** Seccion Capitan ***************************/

.contenedor-capitan{
    background:#FEF5E7;
    }

.contenido-enlace-cap{
    display: grid;
    grid-template-columns: 2fr 2fr;
    column-gap: 15px;
    padding: 5rem;
}


@media(min-width:768px){
    .contenedor-capitan{
        background:#FEF5E7;
        display: flex;
        justify-content: space-between;
    }   
}

.contenedor-capitan a{
    text-decoration: none;
    color:red;
    
}

@media(min-width:768px) {
    .contenedor-capitan a{
        font-size: 2.5rem;
    }
    
}    


.contenedor-capitan a:hover{
    color: blue ;
}

@media(min-width:768px){
    .texto-cap{
        flex-basis: 80%;
    
    }
} 

@media(min-width:768px){
    .texto-cap h3{
        font-size: 3.5rem;
    
    }
} 

@media(min-width:768px){
    .texto-cap p{
        font-size: 2rem;
        
    
    }
} 


@media(min-width:768px){
    .img-cap{
        flex-basis: calc(20% - 20px);
        margin: 20px;
        width: 10rem; 
        
        
    }
    
} 


/***************************** Sección Bebidas **********************/

.contenedor-bebidas{
    height: 185rem;
    background: #BA8B02;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #181818e8, #ba8c02e5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #18181827, #ba8c02f1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


@media(min-width:768px){
    .contenedor-bebidas{
        height: 170rem;
    }
}


.titulo-bebidas h3{
    color:black;
}

.portada-bebidas {
    display:flex;
    justify-content:space-between;
    background:url(../img/chef2.jpg);
    margin: 60px;
    color: #DAA520;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1200;
    border-radius: 5%;
    
}

@media(min-width:768px){
    .portada-bebidas{
        width: 80rem;
        margin-left: 27rem;
    
        }
}

.portada-bebidas {
   align-items: flex-end;
   justify-content: flex-start;
}

.portada-bebidas p{
    padding: 10px;
}

@media (min-width:768px){
    .titulo-bebidas h3{
        font-size: 3.5rem;
        font-weight: bold;
    }
}

@media (min-width:768px){
    .portada-bebidas p{
        font-size: 2rem;
        
    }
}

@media (min-width:768px){
    .texto-bebidas p{
        font-size: 2rem;
    }
}

@media (min-width:768px){
    .texto-bebidas ul{
        font-size: 2rem;
    }
}

.bebidas-img{
    display: grid;
    grid-template-rows: 250px;
    row-gap: 5px;
    object-fit: cover;
    
}


@media(min-width:768px){
    .bebidas-img {
        display: flex;
        justify-content: space-between;
        margin: 15rem;
        align-items: center;
    }
}

.bebidas-img a{
    text-decoration: none;
    
}

.btn{
    text-align: center;
    background:#0000FF;
    border-radius: 5px;
    padding: 7px;
    margin: 7px;
    color: white;
}

.btn:hover{
    color: #BA8B02;
}

@media(min-width:768px){
    .btn{
        margin: 40px;
        padding: 20px;
        border-radius: 6%;
    }
}

@media(min-width:768px){
    .bqt-img {
    flex-basis: calc(33.3% - 5px);
    }
}

.bebidas-img img {
    height: 20rem;
    margin: 20px;
    clip-path: circle(46.8% at 50% 50%);
}


.contacto-bebidas p{
    color: black;

}

@media(min-width:768px){
    .contacto-bebidas p{
        font-size: 3rem;
    }
}



.contacto-bebidas a{  
    color:red ;  
    font-size: 40px;
}

.contacto-bebidas a:hover{
    color:#1F618D;
}


@media(min-width:768px){
    .contacto-bebidas a{
        font-size: 70px;
    }

}
@media(min-width:768px){
    .texto-contacto-bds a{
        height: 10rem;
        margin: 3rem;
        font-size: 70px;
    }
}

@media(min-height:768px){
    .texto-contacto-bds {
        flex-basis: 50%
    }
}







/*****************************seccion video ************************

.video{
    display: flex;
    justify-content:center ;
    width: 100vh;
    height:185rem ;
    align-items: center;
    

}

@media(min-width:768px){
    .video{ 
        display: flex;
    justify-content:center ;
    width: 100vh;
    height:185rem ;
    align-items: center;
    
*********************************************/


/****************** Sección Contactos ********************/

.contacto-meseros{
        height: 60vh;
        background-position: center;
        margin: 60px;
        align-items: center; 
}

@media(min-width:768px){
    .contacto-meseros{
        display: flex;
        justify-content: center;
        height: 70vh;
        align-items: center;
    }
}

@media(min-width:768px){
    .contacto-meseros h3{
        font-size:3.5rem;
    }
}

@media(min-width:768px){
    .contacto-meseros p{
        font-size:2.5rem;
    }
}

.enlaces-contacto-m a{
    text-decoration: none;
    color: red;
    
}
.enlaces-contacto-m a:hover{
    color: #BA8B02;
}


@media(min-width:768px){
    .enlaces-contacto-m a{
        padding-left: 7rem;
        text-decoration: none;  
        color: #0000FF
        ; 
        font-size: 2rem;
    }
}
    


/************************ Sección Footer **********************/

#flecha{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    color: #BA8B02;
}

.footer {
    background:#C10808;
    color:white;
    height: 20vh;
}

@media(min-width:768px){
    .footer{
        height: 30vh;
    }
}

.iconos-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.icono1 a {
    color:white;
    padding-right: 30px;
}

.icono2 a{
    color: white;
}

.icono3 a {
    color: white;
    padding-left: 30px;
}

.icono4 a {
    color: white;
    padding-left: 30px;
}

/*******************************/











