@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;
}

html {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    color: #000;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
   
  align-items: center;
 
}

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;
}


.section-header{
    background: #121212;
    padding-top: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    
    line-height: 70px;
    
    font-size: 33px;
    color: #ffffff;
    letter-spacing: 1px;
    
}

p .section-header {
    font-size: 24px;
}
.img-area {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	padding: 20px;
}
.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;
    border-radius: 15px;
    border: solid #8a8a7950 2px;
    border-color: #8a8a7959;
}
.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;
        top: 120px;
	}
	.wrapper {
		max-width: 100%;
		padding:10px;
	}

    .section-header{
        padding-top: 160px;
    }
    
}


/*WHATSAPP*/

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    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;
	}
}

/*Header*/

header {
    padding: 1%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.5), 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: #ccb9ab;
}




/*Hero*/

.titulo{
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo h5{
    font-size: 3rem;
    text-align: center;
    font-weight: 100;
}

@media screen and (max-width:900px) {
    .titulo h5{
        text-align: center;
        font-size: 1.5rem;
        font-weight: 100;
    }
}


.p2{
    margin: auto;
    font-size: 16px;
    color: #fff;
}
.hero {
    width: 100%;
    height: 100vmax;
    height: 100vmin;
    background: url("../images/invitaciones/123.jpg") center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

@media screen and (max-width:900px){
    .hero{
        position: relative;
        height: 220vmin;
        
        
    }
    .invi{
        padding: 15px;
        padding-top: 25px;
        overflow-x: hidden;
        font-size: 1.1rem;
    }
}

.h2-sub {
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
    color: #ccb9ab;
    font-weight: 600;
    line-height: .4;
}

.fil {
    text-transform: uppercase;
    font-size: 3rem;
}
/***wed**/
.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 {
    
    font-size: 1.5rem;
    color: #ccb9ab;
    margin: 0 1.6rem;
}

.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: #ccb9ab;
    padding: 1.5rem 3rem;
    color: #fff;
    border-radius: .4rem;
}
.cta-btn:hover,
.cta-btn:focus {
    color: #fff;
    background-color: #ccb9ab;
}


.global {
    text-align: center;
    margin-top: 3.9rem;
}

.planes{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.planfoto {
    margin: 15px;
    display: flex;
    align-items: center;
}

.planfoto2 {
    margin: 15px;
    display: flex;
    align-items: center;
}
.btn{
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media screen and (max-width:735px) {
    .planes{
        
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }
    .planfoto2 {
        width: 550px;
        
    margin: 55px;
    display: flex;
    align-items: center;
}
    }

  

.dis-sto .global {
    margin-top: 6.9rem;
}

.global .circle {
    color: #ccb9ab;
    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
}

.res-des p span{
    font-size: 1rem;
}

.res-des h1{
    letter-spacing: -1px;
    font-size: 4rem;
}




/*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/invitaciones/back.jpg") center no-repeat;
    background-size: cover;
}

.pb2 {
    background: url("../images/foto7.JPG") center no-repeat;
    background-size: cover;
}


/* footer */

.footer{
   background: #000000;
  display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
 }

 .footer .icof{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   
 }

 .footer .icof img{
   width: 190px;
 }

 @media(min-width: 29px){
   .footer .icof img{
   width: 60px;
 }
 }
 .footer .logon{
display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
 }

 .footer .logon img{

   width: 130px;
 }

 .footer .text h1{
   color: white;
   font-size: 2rem;
   text-align: center;
   font-weight: 400;
   
 }

 .footer .text h3{
   font-size: .7rem;
   text-align: center;
   color: white;
   font-weight: 200;
   letter-spacing: 4px;
 }

/* end */






@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: '';
        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;
   }
    
}

/**TESTIMONIAL**/

.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: #ccb9ab;
    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: #99885b;
    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;
    
}

/**TITULO**/

.invi{
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    color: #ccb9ab;
    display: flex;
    padding-top: 55px;
    
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:600px){
    .invi{
        font-size: 1.2rem;
    }
}

/**PRECIO**/

.container2{
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
overflow: hidden;
padding: 10px 7%;
padding-bottom: 80px;
background: linear-gradient(#ccc 50% #2980b9 50.1%);

}



.container2 .box-container{
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 0;
}

@media screen and (max-width:600px)
{

    .container2{
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;

}
    .container2 .box-container{
    
    width: 400px;
}


    
}

.container2 .box-container .box{
background: #fff;
padding: 15px;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
text-align: center;
flex: 1 1 300px;

}

.container2 .box-container .box h3{
    font-size: 25px;
    color: #b6a294;
    letter-spacing: -2px;

}
.container2 .box-container .box .amount{
    font-size: 30px;
    color: #c7a278;
    font-weight: 800;
    
}

.container2 .box-container .box .amount .price{
    font-size: 60px;
    color: #c7a278;
    letter-spacing: -2px;
    
}

.container2 .box-container .box ul{
    list-style: none;
    padding: 5px 0;
    color: #3a3a3a;
    font-size: 15px;
}

.container2 .box-container .box .btn2{
    display: inline-block;
    margin: 15px 0;
    border-radius: 10px;
    background-color: #ccb9ab;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 50px;
    transition: .2s ease-out;

}

.container2 .box-container .box .btn2:hover{
    letter-spacing: 2px;

}

.container2 .price-toggler-container{
    margin: 10px auto;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
}

.container2 .price-toggler-container span{
    font-weight: bolder;
    color: #000;
    font-size: 15px;
}
.container2 .price-toggler-container .price-toggler{
    height: 50px;
    width: 150px;
    border-radius: 50px;
    background: #ac916e;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    

}

.container2 .price-toggler-container .price-toggler::before{
    content: '';
    position: absolute;
    top: 5px; left: 7px;
    border-radius: 50%;
    background: #FFF;
    height: 40px;
    width: 40px;
    transition: all .2s ease-out;
}

.container2 .price-toggler-container .price-toggler.active::before{
    left: 103px;
}
