
@font-face {
	font-family: 'f4';
	src: url('../../../fonts/Frutilla_Script.otf');
}   
@font-face {
	font-family: 'f5';
	src: url('../../../fonts/Gabrielle.ttf');
}    
@font-face {
	font-family: 'f13';
	src: url('../../../fonts/Miama.otf');
}    
@font-face {
	font-family: 'f20';
	src: url('../../../fonts/Clarissa.ttf');
}   
@font-face {
	font-family: 'f22';
	src: url('../../../fonts/Astagina.otf');
} 

@font-face {
	font-family: 'f23';
	src: url('../../../fonts/Autery.otf');
} 

body{
	margin: 0;
	font-family: "Philosopher", sans-serif;
}

/*_______________SECTION 1____________________*/
.section1_container, .templateContainer, .confirm_container{
	max-width: 500px;
	margin: 0 auto;
}
.section1{
	position: relative;
	min-height: 660px;
	background:url("../images/portada.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}
.s1_title{
	width: 100%;
	position: absolute;
	color: white;
	font-family: 'f20';
	top: 26%;
	font-size: 12vw;
	font-weight: 100;
}
.s1_txt1, .s1_txt2, .s1_txt3{
	color: #a67664;
	position:absolute;
}
.s1_txt1, .s1_txt3{
	font-family: 'f22';	
	font-size:70px;
}

.s1_txt1{
	top: 5%;
	left: 20%;
}
.s1_txt2{
	top: 5%;
	left: 39%;
	font-family: 'f23';
	font-size: 125px;
}
.s1_txt3{	
	top: 15%;
	right: 25%;
}
.long_container{
	background:url("../images/fondo.jpg") repeat-y top;
	background-size: 100%;
}


/*_______________margin common____________________*/

.section2, .section7, .section9{
	padding: 10%;
}
.section3, .section5, .section8{
	padding: 10%;
}
/*_______________SECTION 2____________________*/

.section2, .section12{
	background-color:#f5cfc3ad;
	text-align: center;
	font-size: 25px;
	line-height: 40px;
}
.section2{
	font-family: 'MonteCarlo';
	font-size: 30px;
	line-height: 45px;
}
.section2 img{
	width: 10%;
	margin-top: 20px;
	margin-bottom: -20px;
}

/*________________SECTION 3____________________*/
.section3{	
    align-items: center;
	background:url("../images/fondo.jpg") no-repeat top;
	background-size: cover;
	text-align: center;
}
.s3_title{	
	font-family: 'f13';
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 0;
}
.s3_subtitle{
	font-size: 20px;
	line-height: 44px;
	margin: 0;
}

.separator{	
	margin-top: 50px;
}

.separator img{
	width: 50%;
}

/*________________SECTION 4____________________*/

.count_container{	
	color: #663549;
	display: flex;
    flex-direction: column;
    align-items: center;
	background:url("../images/fondo2.jpg") no-repeat center;
	background-size: cover;
	padding: 10% 10%;
	text-align: center;
}
.count_container>p{	
	font-family: 'f13';
	font-size: 120px;
	margin:0;
}
.s4_title{
	font-size: 35px;
}
.s4_subtitle{
	margin: 5px 0 0 0;
	padding-top: 10px;
	font-size: 25px;
	border-top: solid 3px white;
}
.s4_footer{
	font-family: 'f13';
    margin: 15px 0px;
    font-size: 60px;
}
.s4_footer p{
	margin: 1px;
}
/*----------------CONTADOR------------------*/
.p1_contador{
	padding: 3%;
	display: flex;
	margin-bottom: 20px;
}
/*cuadros del contador*/
.p1_cartel { 		
	padding: 15px;
	margin: 0.5vw;	
}
.p1_cartel span{
	animation: fade 2s;
}

@keyframes fade {
	0%   {opacity: 0;}
	30%  {opacity: 0;}  
	100% {opacity: 1;}
}


/*___________SECTION 5___________________*/
.section5{
	text-align: center;
}
.section5>p{
	position: relative;
	font-size: 30px;
}
.section5 img{
	margin-top: 50px;
	width: 85%;
}
.s5_title{
	font-family: 'f13';
	font-size:55px;
	margin: 15px 0 0 0;
}
.s5_subtitle{
	font-size: 22px;
	 line-height: 35px; 
}
.btn1{
	margin-bottom: 50px;
}
.p1_primaryBtn{
	background-color: #e9b9ac;	
	border-radius: 10px;
    color: #663549;
	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: #ce9b8d;
	color: rgba(0, 0, 0, 0.653);
}

/*________________SECTION 6____________________*/

/*----------------TIMELINE------------------*/	
.section6{
	padding: 10%;
}
.s6_title{
	font-family: 'f13';
	font-size: 70px;
	line-height: 65px;
	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: #e4d5cc;  
	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: #dba798; /*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;
    border-radius: 50px;
	background-color: #dba798;    
}
.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____________________*/
.guest_info{
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
	box-shadow: 0 0 2vw rgb(139, 139, 139);
	padding: 10%;
	position: relative;
	left: -38px;
	width: 100%;
}
.section7>p{
	text-align: center;
	margin-top: 80px;
	font-size: 24px;
}
.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;
}
.p7_primaryBtn{
	background-color: #e9b9ac;	
	border-radius: 10px;
    color: #663549;
	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: #ce9b8d;
	color: rgba(0, 0, 0, 0.653);
}



/*_____________SECTION 8___________________*/
.section8, .section9, .section7_1{
	text-align: center;
}
.s8_title{
	margin: 0px;
	font-size: 50px;
}
.s8_subtitle{
    font-size: 25px;
}
.section8 img{
	width: 60%;
}

/*_____________SECTION 9___________________*/
.section9{
	background:url("../images/fondo3.jpg") repeat-y top;
	background-size: cover;
}
.s9_title{
	margin-top: 0;
	font-size: 50px;
}
.s9_subtitle{
	font-size: 25px;
	margin-bottom: 100px;
}
.dropdown_suggest1, .dropdown_suggest2{
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.2);
	background: #f5ddd5e8;
	border-bottom: 2px solid #d6a496;
}
.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;
}
.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%;
}
.suggest1_container a{
	color:#755d33;
}
.dropdown_suggest2, .dropdown_suggest1{
	margin-bottom: 15%;
}
.section12{
    padding: 5% 0;
}
.section12 p{
	margin: 0;
	font-size: 20px;
	display: inline-block;
}
.section12 img{
	width: 8%;
	transform: translatey(8px);
	margin-right: 5%;
}




.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%;}
	5% {margin-left: -0%;}

	10% {margin-left: -100%;}
	15% {margin-left: -100%;}

	20% {margin-left: -200%;}
	30% {margin-left: -200%;}
	
	35% {margin-left: -300%;}
	45% {margin-left: -300%;}

	50% {margin-left: -400%;}
	60% {margin-left: -400%;}
}

.confirm_container{
	height: 100vh;
	background:url("../images/portada2.jpg") repeat-y top;
	background-size: cover;
}

.s13_title{
	margin-top: -20px;
	font-size: 35px;
}


.show {display: block;}








/*TELEFONO*/
@media screen and (max-width: 1000px) { 
    .section1_container, .templateContainer, .confirm_container {
		max-width: none;
		height: fit-content;
    }
	.section1{		
		height: 90vh;
	}
	.s1_title{
		top:55vw;
		font-size: 35vw;
		margin: 10vw 0;
	}
	.s1_txt1{
		top: 15vw
	}
	.s1_txt3{
		top: 28vw;
	}
	.s1_txt1, .s1_txt3{
		font-size: 15vw;
	}
	.s1_txt2{
		top: 20vw;
		font-size: 25vw;
	}
	.section2{
		padding: 10% 6%;
		font-size: 8.5vw;
		line-height: 11vw;
	}
	.s3_title{
		font-size: 12vw;
		line-height: 14vw;
	}
	.s3_subtitle{
		font-size: 3vw;
		margin: 2vw;
	}
	.section3 img{
		margin: 5vw 0;
		width: 50%;
		height: auto;
	}
	.count_container>p{
		margin:0;
		font-size: 25vw;
	}
	.s4_title{
		font-size: 8vw;
	}
	.s4_subtitle{
		font-size: 5vw;		
	}
	.s4_footer{
		margin-bottom: 15vw;
	}
	.s4_footer p{
		margin: 1vw;
		font-size: 14vw;
	}
	.p1_primaryBtn{
		padding: 3vw 5vw;
	}
	.section5>p{
		font-size: 8vw;
	}
	.s5_title{
		font-size: 14vw;
	}
	.s5_subtitle{
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	.btn1{
		margin-bottom: 25vw;
	}
	.section5 img{
		width: 100%;
	}
	.s6_title{
		margin-top: 20vw;
		font-size: 15vw;
		line-height: 13vw;
	}
	.timeline-item-img {
		width: 25vw;
		margin-bottom: 10vw;
	}
	.s6_title_item{
		font-size: 6vw;
	}
	.s6_subtitle_item{
		font-size: 5vw;
	}
	.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: 7vw;
	}
	.confirm_container{
		background-attachment: fixed;
		height: 92vh;
	}



















}