@font-face {
	font-family: 'tanguerine';
	src: url('../../../fonts/Tangerine_Regular.ttf');
  }  
@font-face {
	font-family: 'garineldo1';
	src: url('../../../fonts/Garineldo.otf');
}
@font-face {
	font-family: 'delberg';
	src: url('../../../fonts/Delberg.otf');
}


.section2{
	font-family: 'garineldo1';
}

/* font-family: "ABeeZee", sans-serif;
font-family: "Aboreto", system-ui;
font-family: "Philosopher", sans-serif;
font-family: "MonteCarlo", Sans-serif; 
font-family: 'kgPrimary'; */

   body{
	margin-top: 0px;
}

/*_______________SECTION 1____________________*/
.section1_container, .templateContainer, .confirm_container{
	max-width: 500px;
	margin: 0 auto;
}
.section1{
	color: #c6a138;
	position: relative;
	min-height: 660px;
	background:url("../images/portada.png") no-repeat top;
	background-size: 100%;
	text-align: center;
	width: 100%;
}
.section1>div{
	margin-bottom: 80px;
	position: absolute;
	width: 100%;
	top: 20%;
}
.section1 img{
	display: block;
	width: 45%;
	margin:auto;
}
.section1 table{
	width: auto;
	margin: auto;
    border-collapse: collapse;
}
.s1_title{
	font-family: 'delberg';
	margin: 55px;
	font-size: 7vw;
	font-weight: 100;
	line-height: 5vw;
}
.s1_subtitle{
	font-size: 25px;
}
.s1_tx1{
	min-width: 80px;
	border-top: solid 1.5px; 
	border-bottom: solid 1.5px;
}
.s1_tx2{
    padding: 0 10px;
	border: solid 1.5px; 

}
/*_______________margin common____________________*/

.section2, .section7, .section7_1, .section9{
	padding: 10%;
}
.section3, .section5, .section8{
	padding: 10%;
}
/*_______________SECTION 2____________________*/

.section2{
	background-color:#f8f6f5;
	text-align: center;
	font-family: 'garineldo1';
	font-size: 30px;
	line-height: 40px;
}
.section2 img{
	width: 50%;
	margin-top: 20px;
	margin-bottom: -20px;
}
/*________________SECTION 3____________________*/
.section3{
	background:url("../images/fondo.png") repeat-y bottom;
	background-size: cover;
	margin-bottom: -20px;
	/* background-color: #fffcee; */
	position: relative;
	text-align: center;
}
.s3_title{	
	font-family: 'tanguerine';
	font-size: 40px;
	line-height: 45px;
	margin: 10px;
}
.section3 .subtitle{
	font-size: 20px;
	line-height: 44px;
	margin: 0;
}
.top_img{
	position: absolute;
	top: -20px;
	left: -10px;
}
.section3 img, .section4 img, .section7 img{
	width: 100%;
	height: auto;
	
}

.bottom_img{	
	position: absolute;
	bottom: -15px;
	right: -10px;
}
.bottom_img img{

	transform: rotate(180deg);
}

/*________________SECTION 4____________________*/
.section4{
	position: relative;
	background-color: #fffcee;	
	font-family: 'garineldo1';
}
.separator{
	margin: 0 auto;
	width: 50%;
}


.count_container{	
	padding: 0 10% 10% 10%;
	text-align: center;
	margin-top: 100px;
}
.count_container>p{	
	font-size: 60px;
	color: #000000;	
	margin-bottom: 0px;
	border-radius: 10px;
}
.count_container img{
	width: 90%;
}
.s4_title{
	
	font-weight: bolder;
	position: relative;
	font-size: 35px;
}
.s4_subtitle{
	
	font-family: 'Aboreto';
	font-weight: bolder;
	margin: 5px 0 0 0;
	padding-top: 10px;
	position: relative;
	font-size: 20px;
}
.s4_footer{
	color: #000000;	
    padding: 0 3%;
    margin: 20px 0px;
    border-radius: 10px;
    font-size: 50px;
}
.s4_footer p{
	margin: 1px;
}
/*----------------CONTADOR------------------*/
.p1_contador{
	padding: 3%;
	position: relative;
	display: flex !important;
	justify-content:space-between;
	display: inline-block;
	border-radius: 15px;
}
/*cuadros del contador*/
.p1_cartel { 	
	padding: 15px;
	float:left;
	width: 100%;
	text-align: center;
	margin: 0.5vw;	
	border-radius: 20px;
}
.p1_cartel span{
	animation: fade 3s;
}

@keyframes fade {
	0%   {opacity: 0;}
	30%  {opacity: 0;}  
	100% {opacity: 1;}
}


/*___________SECTION 5___________________*/
.section5{
	background:url("../images/fondo.png") repeat-y top;
	background-size: cover;
	text-align: center;
}
.section5>p{
	position: relative;
	font-size: 30px;
}
.section5 img{
	margin-top: 50px;
	width: 85%;
}
.s5_title{
	font-family: 'tangerine';
	font-size:55px;
	margin: 15px 0 0 0;
}
.s5_subtitle{
	font-size: 22px;
	/* margin-bottom: 35px; */
	 line-height: 35px; 
}
.btn{
	margin-bottom: 70px;
}
.p1_primaryBtn{
	background-color:  #627f71;	
	border-radius: 10px;
	color: #fffcee;
	padding: 13px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 8px;
	border: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0);
}

.p1_primaryBtn:hover{
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: #4a6056;
	color: #fffcee;
}

/*________________SECTION 6____________________*/

/*----------------TIMELINE------------------*/	
.section6{	
	background-color: #fffcee;	
	padding: 10%;
}
.s6_title{
	margin-top: 5px;
	width: 100%;
	font-family: 'tangerine';
	font-size: 60px;
	text-align: center;
}
.timeline {  /* Estilo de la linea del timeline  */
	position: relative;
}
.timeline_line { /* Estilo vertical de la linea del timeline  */
	width: 3px;
	background-color: #cce4db;  
	position: absolute;
	left: 50%;  
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.timeline_line-progress { /* relleno de la progressbar  */
	background-color:  #627f71;; /*color de la linea*/
}
.ag-timeline-card_point-box { /* posicion circulo centrado en la linea */
	position: relative;
	left: 42.5%;
	display: inline-block;
	margin: 5%;
	width: 20px;
    height: 20px;
    /* background: rgb(64, 64, 64); */
	
    border-radius: 50px;
	background-color: #627f71;
    
}
.item-img-container { /* formato del cuadro que contiene la imagen y el texto */
	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{
	background-color: #fffcee;
	background-size: 100%;
}
.guest_info{
	background-color:#e2e8e2;
	display: flex;
    flex-direction: column;
    align-items: center;
	/* background: url("../images/fondo.png");
	background-size: cover; */
	box-shadow: 0 0 2vw rgb(139, 139, 139);
	text-align: center;
	padding: 10%;
	position: relative;
	left: -38px;
	width: 100%;
}
.section7 ul{
	text-align: left;
	padding-left: 0px;
}
.section7 li{
	margin-bottom: 10px;
list-style: none;
font-size: 20px;
}
.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;
}	
.p7_primaryBtn{
	display: inline-block;
	background-color: #627f71;	
	border-radius: 10px;
	color: #fffcee;
	padding: 13px;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 5px;
	border: none;
	margin: 5%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0);
}


.p7_primaryBtn:hover{
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: #4a6056;
	color: #fffcee;
}


.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{
	text-align: center;
	margin-top: 80px;
	font-size: 21px;
}
/*_____________SECTION 8___________________*/
.section8, .section9, .section7_1{
	text-align: center;
}
.section8{
	background-color: #fffcee;
}
.s8_title{
	margin: 0px;
	font-size: 50px;
}
.s8_subtitle{
    font-size: 25px;
    /* margin-bottom: 60px; */
}
.p8_txt{
	margin-bottom: 40px;
	margin-top: 0;
}
.section8 img{
	width: 60%;
}
.section9{
	background:url("../images/fondo.png") repeat-y top;
	background-size: cover;
}
.s9_title{
	margin-top: 0;
	font-size: 50px;
}
.s9_subtitle{
	font-size: 25px;
	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: #98a79fb6;
	border-bottom: 2px solid #2c5126;
}
.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: 10%;
	display: inline-block;
}
.gift_account_info, .suggest1_container, .suggest2_container{
	display: none;
	text-align: left;
	padding: 0 8%;
	display: none;
	transition: 1s ease height;
	font-size: 18px;
	line-height: 27px;
}
.account_title, .suggest1_title, .suggest2_title{
	margin-left: 20px;
	float: left;
}
.gift_table{
	padding-bottom: 60px;
}
.gift_table p{
 font-size: 18px;
 color: black;
}
.suggest1_btn, .suggest2_btn{
	width: 100%;
}
.section10{
	background: url("../images/modelo1/fondo7.png");
	text-align: left;
}
.suggest1_container a{
	color:#755d33;
}
.dropdown_suggest2, .dropdown_suggest1{
	margin-bottom: 15%;
}
.section12{
	background-color:#f8f6f5;
	text-align: center;	
	font-size: 25px;
	line-height: 40px;
}
.section12 p{
	font-size: 20px;
	display: inline-block;
}




.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%;}
	15% {margin-left: -0%;}

	20% {margin-left: -100%;}
	35% {margin-left: -100%;}

	40% {margin-left: -200%;}
	55% {margin-left: -200%;}
	
	60% {margin-left: -300%;}
	75% {margin-left: -300%;}

	80% {margin-left: -400%;}
	100% {margin-left: -400%;}
}
.s13_title{
	font-size: 35px;
}
























.show {display: block;}

/*FONTS*/

body{
	font-family: "Philosopher", sans-serif;
}



/*TELEFONO*/
@media screen and (max-width: 1000px) { 
    .section1_container, .templateContainer, .confirm_container {
		max-width: none;
		height: fit-content;
    }
	.section1{		
		height: 80vh;
	}
	.s1_title{
		font-size: 20vw;
		margin: 10vw 0;
	}
	.s1_subtitle{
		font-size: 7vw;
	}
	.section1 img{
		margin-top: 10vw;
	}
	.section1 table{
		width: 80%;
	}
	.section1 tr{
		height: 10vw;
	}
	.s1_tx1, .s1_tx3, .s1_tx2{
		font-size: 5vw;
		padding: 0 2vw;
	}
	.s1_tx1{
		border-top: solid 3px; 
		border-bottom: solid 3px;
	}
	.s1_tx2{
		border: solid 3px; 
	
	}
	.section2 img{
		margin-top: 5vw;
		width: 50vw;
	}
	.section2{
		padding: 10% 2%;
		font-size: 6vw;
		line-height: 7vw;
		font-size: 8vw;
	}
	.s3_title{
		font-size: 11vw;
		line-height: 10vw;
	}
	.section3 img{
		margin: 5vw 0;
		width: 100%;
		height: auto;
	}
	.section4 img{
		width: 40vw;
		height: auto;
	}
	.section4 img{
		width: 50vw;
	}
	.count_container>p{
		margin:0;
		font-size: 12vw;
	}
	.count_container img{
		width: 100%;
	}
	.s4_title{
		font-size: 8vw;

	}
	.s4_subtitle{
		font-size: 5vw;
		
	}
	.s4_footer{
		margin-bottom: 8vw;
	}
	.s4_footer p{
		margin: 1vw;
		font-size: 9vw;
	}
	.section5>p{
		font-size: 8vw;
	}
	.s5_title{
		font-size: 12vw;
	}
	.section5 img{
		width: 100%;
	}
	.s6_title{
		font-size: 12vw;
		line-height: 13vw;
	}
	.timeline-item-img {
		width: 25vw;
		margin-bottom: 10vw;
	}
	.s6_title_item{
		font-size: 6vw;
	}
	.s6_subtitle_item{
		font-size: 4vw;
	}

	.timeline_line {
		width: 1vw;
	}
	.ag-timeline-card_point-box {
		left: 33vw;
		width: 5vw;
		height: 5vw;
	}
	.guest_info{
		width: 90%;
	}
	.s7_title{
		font-size: 8vw;
	}
	.s7_subtitle{
		font-size: 6vw;
		width: 100%;
	}
	.section7 ul{
		width:80%;
	}
	.section7 li{
		font-size: 5vw;
		margin-bottom: 5vw;
	}
	.section7 input{
		width: 4vw;
		height: 4vw;
	}
	.p7_primaryBtn {
		width: 65% !important;
		font-size: 6vw;
	}
	.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;
	}
	.confirm_container{
		background-attachment: fixed;
		height: 92vh;
	}



















}