@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');


/*Globales*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**style**/

/**global**/

html {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #000;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}



section {
    padding: 3.9rem 0;
    overflow: hidden;
}

img {
    
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.6rem;
}

.container {
    width: 100%;
    max-width: 122.5rem;
    margin:  0 auto;
    padding: 0 2.4rem;
}



/*WHATSAPP*/
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d365;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}



/**LETRA**/

.letras {
    width: 100%;
    text-align: center;
    color: #535353;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 5090px;
    left: 50%;
    font-weight: 800;
  }
  .letras span {
    font-size: 11vw;
    text-shadow: -0.05em 0.02em 0.11em rgba(0, 0, 0, 0.7);
  }
  .letras span:not(:first-child) {
    margin-left: -0.18em;
  }

  @media (max-width: 768px) {
	.letras {
		width: 100%;
       
        top: 3999px;
        padding-bottom: 10px;
	}

}

/*Header*/

header {
    padding: 1%;
    width: 100%;
    position: fixed; /*absolute*/
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.589), transparent);
}
.nav {
    height: 8.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle {
    color: #fff;
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    cursor: pointer;
    z-index: 1500;
}

.fa-times {
    display: none;
}

.nav-list {
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    backdrop-filter: blur(10px);
    padding: 3.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1250;
    transform: translateX(-100%);
   
}

.nav::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    opacity: 0;
    transform: scale(0);
    transition: opacity .5s;

}

.open .fa-times {
    display: block;
}

.open .fa-bars {
    display: none;
}

.open .nav-list {
    transform: translateX(0);
}
.open .nav::before{
    opacity: 1;
    transform: scale(1);
}

.logo {
    color: #fff;
    width: 13%;
    max-width: 250px;
    min-width: 180px;
    margin: auto;
    display: flex;
    font-size: 2rem;
    font-weight: 100;
}

.nav-item {
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

.nav-link {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-right: -2px;
}

.nav-link:hover {
    color: #ccb13b;
}

/*******SLIDER*******/
.position2{
    position: absolute;
    justify-content: center;
    padding-top: -10px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider2{
    background-image: url(/images/e.jpg);
    background-size: cover;
    border-radius: 0px;
    height: 90%;
    width: 90%;
    animation: animate 15s infinite;
}

@keyframes animate {
    
    30% {
        background-image: url(/images/a.jpg);
        background-size: cover;
    }
    60% {
        background-image: url(/images/b.jpg);
        background-size: cover;
    }
    90% {
        background-image: url(/images/c.jpg);
        background-size: cover;
    }
    120% {
        background-image: url(/images/e1.jpg);
        background-size: cover;
    }
    150% {
        background-image: url(/images/d.jpg);
        background-size: cover;
    }
    
}

@media screen and (max-width:960px) {
    .position2{ justify-content: center;
        align-items: center;
        width: 110vw;
        
        height: 80vw;
        top: 35%;
        left: 50%;
        right: 0%;
        
    }
    }
    
    @media screen and (max-width:600px) {
   
    .position2{
        justify-content: center;
        align-items: center;
        width: 100vw;
        
        height: 80vw;
        top: 11%;
        left: 100%;
        right: 55%;
      
        transform: translate(-100%, -30%);
    }
    .slider2-container2{
        display: grid;
        place-content: center;
        height: 80%;
      
    }
  
    }

/*Hero*/



.hero {
    
    top: 0;
    width: 100%;
    height: 150vmax;
    height: 95vmin;
 
}
@media screen and (max-width:600px) {
   
    .hero {
    
        top: 0;
        width: 100%;
        height: 100vmax;
        height: 75vmin;
      
    }
  
    }

.h2-sub {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    color: #ccb13b;
    font-weight: 600;
    line-height: .4;
}

.fil {
    text-transform: uppercase;
    font-size: 3rem;
}

.wed {
    padding-bottom: 50px;
    padding-top: 30px;
    width: 10%;
    max-width: 120px;
    min-width: 130px;
    margin: auto;
    display: flex;

}
.head {
    
    color: #fff;
    font-size: 3.3rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .5rem;
}

.circle {
    padding: 0px;
    font-size: 1.2rem;
    color: #ccb13b;
    margin: 0 .2rem;
}

.he-des h5 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    letter-spacing: 3px;
    margin-right: -3px;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -2px;
}

.cta-btn {
    font-size: 1.1rem;
    background-color: #ffc845;
    padding: 1.5rem 3rem;
    color: #fff;
    border-radius: .4rem;
}
.cta-btn:hover,
.cta-btn:focus {
    color: #fff;
    background-color: #ccb13b;
}


.global {
    text-align: center;
    margin-top: 3.9rem;
}

.dis-sto .global {
    margin-top: 6.9rem;
}

.global .circle {
    color: #ccb13b;
    margin: 2.4rem 0;
}

.hea-dark {
    color: #252525;
    letter-spacing: .7rem;
    margin-right: -.7rem;
}

.global .h2-sub {
    letter-spacing: -1px;
    line-height: .42;
}

.res-info {
    text-align: center;
}

.res-des {
    margin-bottom: 3rem;
}

.res-des p {
    line-height: 1.6;
    margin-bottom: 2.4rem
}


/*cuadricula*/

.taste {
    background: url("../images/lago.jpg") center no-repeat; 
    background-size: cover;
}

.taste2 {
    background: url("../images/46.jpg") center no-repeat; 
    background-size: cover;
}

.bt {
    min-height: 65vh;
    display: flex;
    align-items: center;
}


/*platillos*/

.image-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.disco .res-des {
    padding-top: 3rem;
    margin-bottom: 0;
}

.pb {
    background: url("../images/e.jpg") center no-repeat;
    background-size: cover;
    max-height: 50%;
}

.pb2 {
    background: url("../images/foto7.JPG") center no-repeat;
    background-size: cover;
}


/*SLIDER*/
.testimonials{
    padding: 20px 0;
    background: #ffffff;
    color: #434343;
    text-align: center;
  }
  .inner{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 10 20px;
    padding-top: 15px;
  }
  
  .border{
    width: 160px;
    height: 5px;
    background: #ccb13b;
    margin: 26px auto;
  }
  
  .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .col{
    flex: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
  }
  .testimonial{
    background: #fff;
    padding: 30px;
  }
  .testimonial img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .name{
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
  }
  .stars{
    color: #ccb13b;
    margin-bottom: 20px;
  }
  @media (min-width:900px){
    .nav-list{
        backdrop-filter: blur(0px);
    }
  }
  
  
  @media screen and (max-width:960px) {
  .col{
    flex: 100%;
    max-width: 80%;
  }

  }
  
  @media screen and (max-width:600px) {
  .col{
    flex: 100%;
    max-width: 100%;
  }
  }
  
  .bton .container{
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    
}

/*footer*/

.wed {
    padding-bottom: 50px;
    padding-top: 30px;
    width: 10%;
    max-width: 120px;
    min-width: 130px;
    margin: auto;
    display: flex;}
    
footer {
    padding: 5.9rem 0;
    background-color: #121212;
    color: #fff;
    text-align: center;
    position: relative;
}

.footer-content {
    overflow: hidden;
}

.footer-content h4 {
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 3rem;
}
.perfil {
    width: 35%;
    max-width: 250px;
    min-width: 180px;
    margin: auto;
    display: flex;
    padding: 15px  ;
    border-radius: 50%;
}
.footer-content .circle{
    
    
    margin: 2.4rem 0;
}

.footer-content-about {
    margin-bottom: 5.4rem;
}

.footer-content-about p {
    line-height: 2;
}

.social-icons {
    list-style: none;
    margin-bottom: 5.4rem;
    display: flex;
    justify-content: center;
}

.social-icons i {
    font-size: 2rem;
    color: #ccb13b;
    padding: .8rem 2rem;
    
}

.social-icons i:hover,
.social-icons i:focus {
    color: #ffc845;
}

.news-form {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;

}

.news-input {
    width: 100%;
    max-width: 25rem;
    padding: 1rem;
    border-radius: .4rem;
}
.news-btn {
    background: transparent;
    border: none;
    color: #252525;
    cursor: pointer;
    font-size: 1.6rem;
    padding: 1px .6rem;
    position: absolute;
    top: 30%;
    margin-left: 20.5rem;
}

@media screen and (min-width: 900px) {

    section {
        padding: 7.9rem;
    }

    .menu-toggle {
        display: none;
    }

    .nav {
        justify-content: space-between;
    }

    .nav-list {
        position: initial;
        width: initial;
        height: initial;
        background-color: transparent;
        padding: 0;
        justify-content: initial;
        flex-direction: row;
        transform: initial;
        transition: initial;
    }

    .nav-item {
        margin: 0 2.4rem;
    }

    .nav-item:last-child {
        margin-right: 0;
    }

    .nav-link {
        font-size: 1.3rem;
    }

    .active {
        position: relative;
    }
    .active::before {
        content: '\f00d';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        left: 0;
        bottom: -3px;
    }

    .h2-sub {
        font-size: 3rem;
    }

    .fil {
        font-size: 3rem;
    }
    .head {
        font-size: 4.7rem;
        letter-spacing: .4rem;
    }

    .res-info {
        display: flex;
        align-items: center;
    }

    .res-info > div {
        flex: 1;
    }

    .pad-rig {
        padding-right: 7rem;
    }

    .footer-content {
        max-width: 77.5rem;
        margin: auto;
    }

    .footer-content-about {
        max-width: 51.3rem;
        margin:  0 auto 5.4rem;
    }

    .footer-div{
        display: flex;
        justify-content: space-between;
    }

    .social-media,
    .news-form {
        width: 100%;
        max-width: 27.3rem;
        margin: 0 1rem;
    }

   .news-btn {
       margin-left: 7.5rem;
   }
}

/**Galerias 2**/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.section-header{
    background: #ffffff;
    padding-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    
    line-height: 0px;
    
    font-size: 50px;
    color: #000000;
    letter-spacing: 2px;
    
}
.img-area {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50vh;
	
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-auto-rows: 280px;
	grid-auto-flow: dense;
	grid-gap: 25px;
	width: 100%;
}
.single-box {
	position: relative;
}
.single-box a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.single-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.9s;
	user-select: none;
}
.single-box a:hover img {
	transform: rotate(0deg) scale(1.1);
}
@media (max-width: 768px) {
	.img-area {
		padding: 0;
	}
	.wrapper {
		max-width: 100%;
		padding: 0;
	}
}
@media (max-width: 768px) {
    .section-header{
        
        padding-top: 1px;
        padding-bottom: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        
        line-height: 100px;
        
        font-size: 40px;
        color: #000000;
        letter-spacing: 2px;
        
    }

    .bo{
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }

    .bo p{
        
        margin: 0 4rem;
    text-align: center;

    }
}

.bo p{
    
    padding-bottom: 1px;
    text-align: center;
    
}
.bo2{
    padding: 0;
    margin: 0
    ;


}


