body{
	margin-top: 0px;	
	color: white;
}


#sobre{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	border: none;
}
#sobre img{
	margin: 0 auto;
	width: 500px;
 }
#invitation{
	background-color: #2d2d2d;
} 
.visible{
	animation: fade 2s;
}
.primaryBtn{
	font-family: 'm19_2';
	background-color: rgba(0, 0, 0, 0.653);
	border-radius: 10px;
	color: white;
	margin: 20px;
	padding: 13px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 8px;
	border: none;
}

.primaryBtn:hover{
	background-color: rgb(230, 230, 230);
	color: rgba(0, 0, 0, 0.653);
	font-weight: 900;
}
/*_______________SECTION 1____________________*/
.section1_container, .templateContainer, .confirm_container, #invitation{
	max-width: 500px;
	margin: 0 auto;
	background-color: #2d2d2d;
}
.section1_container{
	background:url("../images/fondo2.jpg") no-repeat top;
	background-size: cover;
}

.section1{
	position: relative;
	min-height: 660px;
	text-align: center;
}
.s1_txts{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 18%;
}
.s1_txt1{
	font-family: 'f4';
	font-size: 70px;
	margin:15px;
}
.s1_txt2{
	font-family: 'm1';
	font-size: 140px;
	position: relative;
	z-index: 1;
	margin: 0;
}
.s1_number{
	position: relative; /* Contenedor relativo para controlar los elementos dentro */
	display: inline-block;
	height: fit-content;
}
.section1 img{
	width: 60%;
	position: absolute;
	bottom:20px;
	left: 115px;
	transform: translateX(-50%);
	z-index: 2;	
}
.s1_title{
	font-size: 80px;
	font-family: 'm19_2';
	margin: 50px 0;
}
.s1_date{
	display: flex;
	justify-content: center;
    flex-direction: column;
}
.s1_date p{
	margin: 5px;
	font-family: 'm19_2';
}
.s1_day{
	font-size: 60px;
}
.s1_month{
	font-size: 30px;
}



/*_______________margin common____________________*/

.section2, .section7, .section9, .section12{
	padding: 10% 8%;
}
.section3, .section5, .section8{
	padding: 10%;
}
/*_______________SECTION 2____________________*/

.section2, .section12{
	text-align: center;
	font-size: 25px;
	line-height: 40px;
}
.section2{
	font-family: 'm19_2';
	position: relative;
	z-index: 1;
}
.section2 img{
	width: 90%;
	margin-top: 20px;
	margin-bottom: -20px;
}

/*________________SECTION 3____________________*/
.section3{
	position: relative;
	background:url("../images/fondo.jpg") repeat-y center;
	background-size: 100%;
	text-align: center;
}
.s3_title{	
	font-family: 'm19';
	font-size: 30px;
	line-height: 45px;
	margin: 0;
}
.s3_subtitle{
	font-family: 'f4';
	font-size: 30px;
	line-height: 44px;
}
.section3 img{
	width: 30%;
	margin-top: 20px;
}


/*________________SECTION 4____________________*/
.section4{
	position: relative;	
	background:url("../images/fondo3.jpg") no-repeat center;
	background-size: 65%;
}

.count_container{	
	font-family: 'm19';
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 10% 10%;
	text-align: center;
}
.count_container>p{
	font-size: 45px;
	margin:25px;
}
.s4_title{
	font-family: 'f4';
	position: relative;
	font-size: 40px;
}
.s4_subtitle{
	font-family: 'm19_2';
	position: relative;
	font-size: 25px;
}
.s4_footer{
	width: 90%;
    padding: 0 3%;
    margin: 15px 0px;
    border-radius: 10px;
    font-size: 35px;
}
.s4_footer p{
	margin: 1px;
}
/*----------------CONTADOR------------------*/
.p1_contador{
	padding: 3%;
	position: relative;
	width: 90%;
	display: flex !important;
	justify-content:space-between;
	display: inline-block;
	border-radius: 15px;
}
/*cuadros del contador*/
.p1_cartel { 	
	float:left;
	width: 20%;
	text-align: center;
	margin: 0.5vw;	
}
.p1_cartel span{
	animation: fade 3s;
}

@keyframes fade {
	0%   {opacity: 0;}
	30%  {opacity: 0;}  
	100% {opacity: 1;}
}


/*___________SECTION 5___________________*/
.section5{
	text-align: center;	
	background: url("../images/fondo4.jpg") no-repeat center;
	background-size: contain;
}
.section5>p{
	font-family: 'm19_2';
	position: relative;
	font-size: 30px;
}
.section5 img{
	width: 30%;
}
.s5_title{
	font-family: 'f4';
	font-size:45px;
	margin: 15px 0 0 0;
}
.s5_subtitle{
	font-family: 'm19_2';
	font-size: 22px;
	 line-height: 35px; 
}
.btn{
	margin: 20px 0 100px 0 ;
}

/*________________SECTION 6____________________*/

/*----------------TIMELINE------------------*/	
.section6{
	padding: 10%;
}
.s6_title{
	margin-top: 5px;
	width: 100%;
	font-family: 'm19_2';
	font-size: 35px;
	text-align: center;
}
.s6_subtitle_item{
	font-family: 'm19_2';
	font-size: 25px;

}
.s6_title_item{
	font-family: 'm19_2';
	font-size: 20px;
}
.timeline_section{
	margin-top: 120px;
}
.timeline {  /* Estilo de la linea del timeline  */
	position: relative;
}
.timeline_line { /* Estilo vertical de la linea del timeline  */
	width: 3px;
	position: absolute;
	left: 50%;  
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.653); /*color de la linea*/
	transform: translateX(-50%);
}
.timeline_line-progress { /* relleno de la progressbar  */
	background-color: #9e9e9e;  /*color de la linea*/
}
.ag-timeline-card_point-box { /* posicion circulo centrado en la linea */
	position: relative;
	left: 40%;
	display: inline-block;
	margin: 5%;
	width: 40px;
    height: 40px;
	background-size: contain;
}
.ag-timeline-card_point-box img{
	width: 40px;
	height: auto;
	margin: 0 auto;
}
.item-img-container { /* formato del cuadro que contiene la imagen y el texto */
	margin-top: -40px;
	margin-bottom: 100px;
	text-align: center;
	width: 40%;
	opacity: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	box-shadow: 0 0 0 0 rgba(0,0,0,.5);
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	-o-transition: -o-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
}
.js-ag-active.timeline_item .item-img-container { /*hace que aparezcan los elementos*/
	opacity: 1;  
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.timeline-item-img { /*Estilos de la imagen*/
	width: 100px;
	height: auto;
	margin-top: -80px;
}
.rigth_card{
	margin-left: 60%;
}

/*________________SECTION 7____________________*/
.section7{
	margin-top: -120px;
}
.guest_info{	
	font-family: 'm19_2';
	display: flex;
    flex-direction: column;
    align-items: center;
	box-shadow: 0 2vw 2vw rgb(0, 0, 0);
	text-align: center;
	padding: 10%;
	position: relative;
}
.section7 img{
	position: relative;
	top: 55px;
	width: 110%;
	left: -20px;

}
.section7 ul{
	text-align: left;
	padding-left: 0px;
}
.section7 li{
	margin-bottom: 10px;
	list-style: none;
	font-size: 25px;
}
.s7_title{

	font-size: 50px;
	margin: 20px 0 0 0;
}
.s7_subtitle{
	font-size: 25px;
}
.dropdown{
	display: inline-block;
	background-color: #ffffff00;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid;
	border-radius: 5px;
	text-align: left;
}	

.dropdown_info{
	margin-top: 10%;
}
.dropdown_info button{
	font-size: 17px;
	background: #AE9366;
	padding: 10%;
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 5px;
	line-height: 25px;
	box-shadow: 0px 1px 10px 4px rgba(0,0,0,0.2);
}

.guest_content_info{
	display: none;
	margin: 10% -10%;		
	background: #fbf4f5;
	padding: 50px 25px;		
	box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.2);
}
.guest_form label{
	display: block;
	font-size: 18px;
}
.guest_form>input, .guest_form>select{
	height: 40px;
    width: 98%;
    margin: 15px 0;
}
.guest_form>div{
	position: relative;
	text-align: center;
}
.section7>p{
	font-family: 'm19_2';
	color: white;
	text-align: center;
	margin-top: 80px;
	font-size: 24px;
	line-height: 40px;
}
/*_____________SECTION 8___________________*/

.section8{
	color: white;
	text-align: center;
}
.s8_title{
	font-family: 'f4';
	margin: 0px;
	font-size: 70px;
}
.s8_subtitle{
	font-family: 'm19';
    font-size: 25px;
}
.section8 img{
	width: 80%;
}


/*_____________SECTION 9___________________*/
.section9{
	text-align: center;
	margin-top: 60px;
}
.s9_title{
	font-family: 'f4';
	margin-top: 0;
	font-size: 70px;
}
.s9_subtitle{	
	font-family: 'm19_2';
	line-height: 40px;
	font-size: 30px;
	margin-bottom: 100px;
}
.gift_account{
	margin:20% 10%;
}
.gift_account, .dropdown_suggest1, .dropdown_suggest2{
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.2);
	background: #e0e0e0;
	border-bottom: 2px solid #000000;
}
.gift_account button, .suggest1_btn, .suggest2_btn{
	background: none;
	border: none;
	font-size: 20px;
	padding: 8%;
}
.account_image_btn{
	width: 20px;
	margin-right: 20px;
	float: left;
}
.sobre{
	width: 20%;
	margin: -5%;
}
.amazon{
	width: 50%;
	margin-top: 80px;
	display: inline-block;
}
.gift_account_info{
	display: none;
	text-align: left;
	padding: 0 8%;
	display: none;
	transition: 1s ease height;
	font-size: 18px;
	line-height: 27px;
}
.gift_table{
	padding-bottom: 60px;
}
.gift_table p{
	margin: 20px 0;
	font-family: 'm19_2';
 	font-size: 35px;
}
.gift_table a{
	color: white;
}


/*_____________SECTION 10___________________*/

.account_title, .suggest1_title, .suggest2_title{
	font-family: 'm19';
	margin-left: 20px;
	float: left;
	font-size: 30px;
}
.suggest1_btn, .suggest2_btn{
	width: 100%;
}
.section10{
	text-align: left;
}
.suggest1_container, .suggest2_container{
	color: black;
	display: none;
	text-align: left;
	padding: 0 8%;
	display: none;
	transition: 1s ease height;
	font-size: 25px;
	line-height: 27px;
}
.suggest1_container a{
	color:#755d33;
}
.dropdown_suggest2, .dropdown_suggest1{
	margin-bottom: 15%;
}
/*_____________SECTION 12___________________*/
.section12 p{
	font-family: 'm19_2';
	margin: 0;
	font-size: 25px;
	display: inline-block;
}
.section12 img{
	width: 8%;
	transform: translatey(8px);
	margin-right: 5%;
}

/*_____________GALERIA___________________*/
.slider-box{
	width: 500px;
	height: auto;
	margin: -20px auto 0;
	overflow: hidden;
}

.slider-box ul{
	display: flex;
	padding: 0;
	margin: -5px;
	width: 500%;
	animation: slide 30s infinite alternate ease-in-out;
}

.slider-box li{
	width: 100%;
	list-style: none;
	position: relative;
}


.slider-box img{
	width: 100%;
}
@keyframes slide{
	0% {margin-left: -0%;}
	20% {margin-left: -0%;}

	25% {margin-left: -100%;}
	40% {margin-left: -100%;}

	45% {margin-left: -200%;}
	65% {margin-left: -200%;}
	
	70% {margin-left: -300%;}
	85% {margin-left: -300%;}

	95% {margin-left: -400%;}
	100% {margin-left: -400%;}
}
/* .s13_title{
	font-size: 35px;
} */
.confirm_container{
	height: 99vh;
}








.show {display: block;}


/*TELEFONO*/
@media screen and (max-width: 1000px) { 
	body{
		background-color: #313131;
	}
	.primaryBtn{
		padding: 3vw;
		width: 40vw;
		font-size: 5vw;
	}
    .section1_container, .templateContainer, #invitation, .confirm_container {
		max-width: none;
		height: fit-content;
    }
	.section1_container{
		background-size: 115%;
	}
	.section1{		
		height: 85vh;
	}
	.s1_txt1{
		font-size: 12vw;
	}
	.s1_txt2{
		font-size: 35vw;
		margin-right: 20px;
	}
	.section1 img{
		bottom: 40px;
		left: 285px;
	}
	.s1_title{
		font-size: 15vw;
		margin: 20vw 0;
	}
	.s1_day{
		font-size: 12vw;
	}
	.s1_month{
		font-size: 6vw;
	}
	.section2{
		font-size: 5vw;
		line-height: 10vw;
	}
	.section2 img{
		margin-top: 5vw;
		width: 80vw;
	}
	.s3_title{
		font-size: 6vw;
		line-height: 10vw;
	}
	.s3_subtitle{
		font-size: 6vw;
		line-height: 12vw;
	}
	.count_container>p{
		margin:10vw;
		font-size: 10vw;
	}
	.s4_title{
		font-size: 8vw;
	}
	.s4_subtitle{
		font-size: 5vw;		
	}
	.s4_footer{
		margin-bottom: 15vw;
	}
	.s4_footer p{
		margin: 1vw;
		font-size: 6vw;
	}
	.section5>p{
		font-size: 8vw;
	}
	.s5_title{
		font-size: 10vw;
	}
	.s5_subtitle{
		padding: 0 20px;
		font-size: 5vw;
		line-height: 8vw;
	}
	.btn{
		margin-bottom: 25vw;
	}
	.s6_title{
		font-size: 7vw;
		line-height: 13vw;
	}
	.timeline_section{
		margin-top: 30vw;
	}
	.timeline-item-img {
		width: 25vw;
		margin-bottom: 3vw;
	}
	.s6_title_item{
		font-size: 6vw;
	}
	.s6_subtitle_item{
		font-size: 4vw;
	}
	.timeline_line {
		width: 1vw;
	}
	.ag-timeline-card_point-box {
		left: 30.5vw;
		width: 10vw;
		height: auto;
		margin-top: -10vw;
	}
	.ag-timeline-card_point-box img{
		width: 10vw;
	}
	.section7 img{
		top: 11vw;
		width: 88vw;
	}
	.guest_info{
		padding: 10vw 0;
	}
	.s7_title{
		font-size: 10vw;
	}
	.s7_subtitle{
		font-size: 7vw;
		width: 100%;
	}
	.section7 ul{
		width:auto;
		min-width: 70%;
	}
	.section7 li{
		font-size: 5vw;
		margin-bottom: 5vw;
	}
	.section7 input{
		width: 4vw;
		height: 4vw;
	}
	.section7>p{
		margin-top: 15vw;
	}
	.s8_title{
		font-size: 10vw;
	}
	.s8_subtitle{
		font-size: 6vw;
	}
	.section8 img{
		width: 70vw;
	}
	.s9_title{
		margin-top: 15vw;
		font-size: 12vw;
	}
	.s9_subtitle{
		font-size: 5vw;
	}

	.gift_table p{
		font-size: 3vw;
	}
	.dropdown_suggest1 {
		margin-top: 20vw;
	}
	.account_image_btn {
		width: 4vw;
	}
	.account_title, .suggest1_title{
		font-size: 6vw;
	}
	.slider-box {
		width: 100%;
	}
	.section12 p{
		font-size: 6vw;
		line-height: 8vw;
	}
	.section12>div{
		margin-top: 5vw;;
	}
	.s13_title{
		font-size: 6vw;
	}


















}

@font-face {
	font-family: 'f4';
	src: url('../../../fonts/Gabrielle.ttf');
}   
/*Molde */
@font-face {
	font-family: 'm1';
	src: url('../../../fonts/BodoniXT.ttf');
} 
@font-face {
	font-family: 'm19';
	src: url('../../../fonts/LondonBetween.ttf');
} 
@font-face {
	font-family: 'm19_2';
	src: url('../../../fonts/LondonMM.ttf');
} 