
@font-face {
	font-family: 'floane-bold';
	src: url('../fonts/Floane-Bold.otf');
	font-style: normal;
	font-weight: 300;
  }    
@font-face {
	font-family: 'floane-Regular';
	src: url('../fonts/Floane-Regular.otf');
	font-style: normal;
	font-weight: 300;
}  
@font-face {
	font-family: 'balham';
	src: url('../fonts/Balham.otf');
	font-style: normal;
	font-weight: 300;
}  


body {	
	font-family: "Poppins", sans-serif;
	display: flex;
	flex-direction: column;
	font-weight: 400;
    width: 100%;
    margin: 0;
    background-color: #fbf9f7;
	color: #18191f;
}


/*==========   HEADER   ===========*/
.centered{
	margin: 0 auto !important;
	text-align: center !important;
}
.header{	
	width: 100%;
	display: flex;
    background-color: #ffffffec;
    height: 65px;
    position: fixed;	
	z-index: 1000;
    align-items: center;
}
.logo{
	float: left;
	padding-left: 5%;
	margin: auto 0;
}
.logo a{
	display: flex;
	align-items: center; /* Centra verticalmente los elementos dentro del <a> */
    text-decoration: none;
}
.logo img {
    margin-right: 10px; /* Añade espacio entre la imagen y el texto */
}

.logo span {
    font-size: 20px; /* Ajusta el tamaño de la fuente según lo necesites */
    color: #375569; /* Cambia el color del texto si es necesario */
}
.menu{
	flex: 1;
	display: flex;
    flex-direction: row;
    width: fit-content;
    justify-content: flex-end;
}
.menu a{
	text-decoration: none;
	color: #5d6d7b;
}
.showhim{
	margin: auto 0;
	margin-right: 6%;
}
.showme{ 
	margin-top: 15px;
    background-color:#ffffff;
	float: left;
    display: none;
	min-width: 300px;
	width: auto;
	border-radius: 0 0 30px 30px;
}
.showme li{
	margin: 20px;
}
.showme a{
	margin: auto;
	text-decoration: none;
	color: #5d6d7b;
}
.showhim a:hover {
	font-weight: 600;
}
.showhim:hover .showme{
	position: absolute;
    display: block;
	list-style: none;
}
.showme a:hover{
	color: darkgoldenrod;
}
.material-symbols-outlined{
	position: relative;
	top: 7px;
}
#menu-icon {
	cursor: pointer;
	display: none;
	padding: 5vw;
	font-size: 7vw;
	width: 100px;
  }
  .side-menu {
	height: 100%; /* Altura completa de la pantalla */
	width: 0; /* Comienza con un ancho de 0 (oculto) */
	position: fixed; /* Fijo en la pantalla */
	top: 0;
	right: 0;
	background-color: #5d6d7bed; /* Color de fondo oscuro */
	overflow-x: hidden; /* Sin scroll horizontal */
	transition: 0.5s; /* Transición suave */
	padding-top: 60px; /* Espacio desde el top */
	z-index: 1;
  }  
  .side-menu a {
	text-align: right;
	font-size: 5vw;
	font-weight: 400;
	text-decoration: none;
	color: white;
	display: block;
	transition: 0.3s;
	padding-bottom: 10vw;
  }
  .side-menu a:hover {
	background-color: #575757;
  }
  .close-btn {
	color:white;
	position: relative;
	margin-left: 20%;
	width: 85%;
	text-align: left !important;
	float: right;
	top: 10px;
	right: 25px;
	cursor: pointer;
	font-size: 12vw !important;
	/* margin-bottom: 10vw; */
  }


/*==========   INICIO   ===========*/
.main_container{
	padding-top: 25px;	
	background-color: #fbf9f7;	
}
.banner{	
	padding: 3%;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.banner_right_container img{
	width: 550px;
}
.banner_left_container{
	text-align: center;
	width: 100%;
	margin:auto;
}
.banner h1{
	font-size: 65px;
	font-family: "Dancing Script", cursive;
	margin: 5% 15% 0 15%;
}
.banner h4{
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}






/*==========   INVITACIONES   ===========*/
.main_container{
	display: flex;
	flex-direction: column;
}
.section1, .section2, .section3, .section4, .section5{
	text-align: center;
	font-size: 27px;
	padding: 2% 5%;
}
.section1{
	margin-top: 65px;
}
.s1_div{
	display: flex;	
    justify-content: space-evenly;
}
.section1_img, .section1_img2{
    width: 300px;
    height: 300px;
}
.section1 a>div{
	position: relative;
}
.section1_img{
	border-radius: 0 66px;
    background-size: cover !important;
	background: url(../images/boda4.jpeg) no-repeat center;
	opacity: 0.7;
}
.section1_img2{
	border-radius: 66px 0;
    background-size: cover !important;
	background: url(../images/xv3.jpeg) no-repeat center;
	opacity: 0.7;
}
.section1_desc, .section1_desc2{	
	font-size: 30px;
	font-family: 'Dancing Script';
	padding: 10px 0;
	width: 250px;
	background-color: white;
	position: absolute;
    bottom: -10%;
	margin: auto;
}
.section1_desc{
	left: 12%;
}
.section1_desc2{
	left: 5%;
}

.section1 a{
	text-decoration: none;
	color: black;
}
.section1_img2:hover, .section1_img:hover{	
	opacity: 0.9;
}
.section1 p{
	margin-top: 50px;
	font-size: 22px;
}





/*==========   COMPLEMENTOS   ===========*/
 .section2{
	margin-top: 120px;
	display: grid;
	place-items: center;
	margin-bottom: 120px;
 }
 .section2>div{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
 } 
 .section2 i{	
	font-size: 60px;
	color:#8d8d8d;
	background-color: #efeeec;
	padding: 30px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
 }
 .s2_title{	
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "Dancing Script", cursive;
 }
 .s2_subtitle{
	width: 350px;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-size: 18px;
 }
 

/*==========   COSTOS   ===========*/
 .section3{
	position: relative;
	margin-top: 65px;
 }
 .section3>div{
	display: flex;
    justify-content: space-evenly;
	font-size: 22px;
 }
 .s3_container1, .s3_container2{
	text-align: left;
    width: 30%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
 }
 .s3_container1{
	/* color:#375569; */
	background-color: white;
 }
 .s3_container2{
	color: white;
	background-color: #5d6d7b;
 }
 .s3_info{
	font-weight: 300;
	padding-top: 10%;
	padding: 10% 2% 0 2%;
 }
 .s3_info ul{
	font-size: 18px;

 }
 .section3 ul{
	height: 100%;
 }
 .section3 li{
	    margin-bottom: 15px;
 } 
 .button_container{
	text-align: center;
 }
.button_container a{
	padding: 15px;
	text-decoration: none;
	display: block;
}

.s3_container1 .button_container a{
	color: white;
	background: #5d6d7b;	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.s3_container2 .button_container a{
	color: #5d6d7b;
	background: white;
	border: solid 0px #5d6d7b;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.section3 a:hover{
	font-size: 24px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}


.price_title{
	margin: auto;
	width: 70%;
	text-align:center; 
}
.price_title>span{
	font-size:30px;
	font-family: 'floane-Regular';
}

.price_title>span>span{
	font-size: 17px;
}

.price_title del{
	color:#9ea2a3;
}

.anounce p{
	font-family: 'dancing script';
	color: white;
	position: absolute;
	left: 18%;
	top: -22%;
	font-size: 80px;
}

.cintillo{
	top: -127px;
	position: absolute;
	width: 100%;
}
.lazo{
	position: absolute;
	width: 20vw;
	top:-155px;
	right: 0;
}






/*==========  Por que nosotros  ===========*/
.section4{
	margin-top: 65px;
}
.section4>p{
	font-size: 50px;
	color: #9ea2a3;
}
.s4_r{
	display: flex;
    flex-direction: row-reverse;
}
.s4_left, .s4_right{
	width: 40%;
}
.section4 img{
	position: relative;
	width: 100%;
}
.s4_title{
	font-size: 35px;
	font-family: "Dancing Script", cursive;
}

/*==========   ACERCA DE NOSOTROS   ===========*/
 .section4{
	margin-top: 65px;
 }
 .s4_item{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
 }
 .section4>div>div{
	font-size: 25px;
	padding: 2%;
 }



 /*==========   PASOS  ===========*/
 .section5>div{
	display: flex;
	justify-content: space-evenly;
 }

 .section5_img, .section5_arrow{
	background: url(../images/flecha.png) no-repeat center;
	background-size: contain;
	width:90px;
    height:180px;
    border-radius:150px;
	border: 5px solid #aab8c1;
 }
 .section5_img1, .section5_img2, .section5_img3, .section5_img4{
	background: url(../images/boda.png) no-repeat center;
	width:200px;
    height:200px;
    border-radius:150px;
	border: 5px solid #aab8c1;
 }



 /*==========   FOOTER  ===========*/


.section6{	
	color: white;
	background: #5d6d7b;
	padding: 1% 3%;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.s6_logo{
	text-align: center;
	width: 90%;
}
.s6_logo img{
	width: 250px;
	padding: 5px;
}
.section6 .fab{
	font-size: 35px;
	color: white;
	width: 45px;
 }
 .s6_separator{
	background-color: white;
	width: 100%;
	height: 1px;
 }
 .s6_footer p{
	font-size: 12px;
 }
 .s6_footer{    
	align-items: center;	
	display: flex;
	width: 90%;	
    justify-content: space-between;
 }
 .s6_footer a{
	text-decoration: none;
	color: white;
 }



 
 .whatsapp-button {
	position: fixed;
	bottom: 8%;
	right: 3%;
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	z-index: 1000;
	text-decoration: none;	
	font-size: 40px;
}


.catalog{
	display: flex;
	flex-direction: column;
	padding: 3% 8%;
    align-items: center;
}
.catalog>div{
	width: 100%;
	display: flex;
    flex-wrap: wrap;	
    justify-content: space-evenly;
}
.model{
	padding: 5%;
	text-align: center;
}
.model a{
	text-decoration: none;
	color: black;
}
.model p{
	color: #9ea2a3;
	font-size: 25px;
	text-decoration: none;
	margin: 0;
}
.model img{
	width: 180px;
}

.catalog h1{	
	font-family: "Dancing Script", cursive;
	font-size: 55px;
	/* font-weight: 400; */
	text-align: center;
	width: 100%;
	margin:3% 0 0 0 ;
	color: #9ea2a3;
}










 /*==========   AVISOS  ===========*/
 .notice{
	min-height: 70vh;
	padding: 30px;
	
	font-family: "Poppins", sans-serif;
 }
.notice h1{
	font-weight: 300;
	text-align: center;
}
.notice div{

	width: 50%;
	margin: 0 auto;
	text-align:  justify;
}
.notice p{
	font-size: 18px;
	font-weight: 300;
	margin: 15px;
}
.notice b{
	font-weight: 500;
}



 /*==========   ANIMACIONES  ===========*/





 .p {
            font-size: 20px;
            color: #333;
            opacity: 0; /* El párrafo es invisible inicialmente */
            transition: opacity 0.5s ease-out; /* Suaviza la transición */
        }

		@keyframes fallDown {
            0% {
                transform: rotateX(110deg) translateY(0); /* Comienza "boca arriba" y desplazado hacia arriba */
                opacity: 0;
            }
            100% {
				transform: rotateX(0deg) translateY(0); /* Gira a su posición normal y cae a su lugar */
                opacity: 1;
                
            }
        }

        /* Clase para activar la animación */
        .animate {
            animation: fallDown 1s ease-out forwards; /* Aplicamos la animación de caída */
            opacity: 1;
        }














.show {display: block;}





/*TELEFONO*/
@media screen and (max-width: 1000px) and (orientation: portrait){ 
    .header{
		justify-content: space-between;
		height: 20vw;
	}
	#menu-icon{
		display: block;
	}
	.menu{
		display: none;
	}
	.logo img{
		width: 12vw;
		height: 12vw;
	}
	.logo span{
		font-size: 4vw;
	}
.main_container{
	
	margin-top: 14vw;
}
	.banner{
		flex-direction: column-reverse;
		align-items: center;
		justify-content: flex-end;
	}
	.banner_right_container{
		width: 100vw;
		height: 100vw !important;
		background: url(../images/mockup_10.png) no-repeat center;
		background-size: cover;
	}
	.banner_left_container{
		height: 50vw;
		margin: 10vw;
	}
	.banner_right_container img{
		display: none;
	}
	.banner h1{
		padding: 0 20px;
		font-size: 12vw;
	}
	.banner h4{
		font-size: 3vw;
	}
	.section1{
		height: 100vh;
		margin-top: 0;
	}
	.section1>div, .section3>div{
		flex-direction: column;
		align-items: center;
	}
	.section1_img, .section1_img2, .section3_img, .section3_img2 {
		width: 50vw;
		height: 50vw;
	}
	.s1_div {
		height: 80vh;		
		justify-content: space-between;
	}
	.s1_div a{
		width: 60vw;
		margin-bottom: 25vw;
	}
	.section1_img, .section1_img2{
		width: 100%;
	}
	.section1_desc, .section1_desc2 {
		display: block;
		padding: 3%;
		font-size: 10vw;
        width: 95%;
        top: 55vw;
        left: 0px;
		height: fit-content;
	}
	.section1 p{
		font-size: 5vw;
	}

	.section2>div>div{
		padding: 5vw;
		font-size: 5vw;
		width: 90%;
		margin-bottom: 5vw;
	}
	.section2>div{
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 10vw;
	}
	.section2 i{
		width: 15vw;
		height: 15vw;
		font-size: 15vw;
	}
	.s2_title{
		font-size: 10vw;
	}
	.s2_subtitle{
		width: 100%;
		font-size: 5vw;
	}

	.cintillo{
		height: 20vw;
		top: -182px;
	}
	.anounce p{
		left: 10%;
		top: -206px;
	}
	.lazo{
		width: 26vw;
		top: -181px;
	}
	.section3{
		margin-top: 15vw;
	}
	.section3>div{		
		justify-content: flex-start;
	}
	.s3_container1, .s3_container2{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 5vw;
	}

	.section3_img2 {
		background-size: cover;
	}	
	.price_title{
		width: 100%;
		font-size: 8vw;
	}
	.price_title>span{
		font-size: 10vw;
	}
	.price_title>span>span{
		font-size: 6vw;
	}
	.s3_info ul{
		font-size: 5vw;
		margin: 5vw;
	}
	.button_container a{
		font-size: 5vw;
	}
	.button_container{
		width: 100%;
	}
	.s4_item{
		display: flex;
		flex-direction: column;
	}
	.section4>p{
		font-size: 9vw;
		width: 100%;
	}
	.s4_left, .s4_right{
		width: 100%;
	}
	.s4_item img{
		width: 100%;
	}

	.s4_title{
		font-size: 9vw;
		margin: 0;
	}
	.s4_subtitle{
		font-size: 4vw;
	}





	.s6_logo img{
		width: 80%;
	}
	.s6_footer{		
		flex-direction: column-reverse;
	}
	.s6_footer span{
		margin: 0 5vw;
	}
	.s6_footer .fab{
		font-size: 8vw;
	}
	.s6_footer p{
		text-align: center;
		font-size: 3vw;
	}



	.whatsapp-button {
		width: 15vw;
		height: 15vw;	
		font-size: 9vw;
	}	
	.model img{
		width: 30vw;
	}
	.model p{
		font-size: 5vw;
		width: 30vw;
	}
	.catalog h1{	
		margin: 10vw 0;
		font-size: 10vw;
	}


}

/* ==================================================
         MODELO 1
   ================================================== */
