@charset "utf-8";
/* CSS Document */

@import url('../fonts/stylesheet.css');

body,html{ margin:0; padding:0; }

.contenedor{
	width:100%;
	height:100vh;
	background-image:url(../img/bg-sabor-cochala-desktop.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center;
	text-align:center;
}


.contenedor .img-top1 {
	position:absolute;
	top:0;
	left:0;
}

.contenedor .img-top2 {
	position:absolute;
	top:0;
	right:0;
}


.contenedor .titulo {
	width:100%;
	text-align:center;
	position:absolute;
	top:0;
	color:#fff;
	font-size:40px;
	line-height:40px;
	font-family:"cronos";
}


.contenedor .info {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	padding-bottom:90px;
	z-index:2;
}


.contenedor .texto {
	color:#fff;
	font-size:30px;
	line-height:30px;
	font-family:"cronos";
	margin:0;
	padding:0;
}

.contenedor .felicidades {
	color:#fff;
	font-size:40px;
	line-height:40px;
	font-family:"cronos-italic";
	margin:0;
	padding:0;
}


.contenedor .plato-central {
	width:100%;
	text-align:center;
	position:relative;
	top:15%;
}

.contenedor .plato-central img {
	width:100%;
	max-width:500px;
	
}

.contenedor .btn-compartir {
	position:absolute;
	z-index:5;
	bottom:0;
	left:calc(50% - 135px);
	padding-bottom:20px;
	width:100%;
	max-width:270px;
}

.contenedor .logo-tigo {
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;
	padding-right:20px;
	padding-bottom:20px;
	width:80%;
	max-width:119px;
}



@media screen and (max-width: 768px) {
	
	
.contenedor .img-top1 {
	width:100px;
}

.contenedor .img-top2 {
	width:100px;
}

.contenedor .titulo {
	font-size:20px;
	line-height:20px;
	top:25px;
}

.contenedor .texto {
	font-size:20px;
	line-height:20px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.contenedor .info {
	padding-bottom:60px;
}

.contenedor .contador {
	border-radius:5px;
	background:rgba(0,0,0,0.5);
	padding:5px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.contenedor .plato-central {
	width:100%;
	text-align:center;
	position:relative;
	top:15%;
}

.contenedor .plato-central img {
	width:80%;
	
}

.contenedor .felicidades {
	font-size:25px;
	line-height:25px;
	padding-top:8px;
}

.contenedor .btn-compartir {
	padding-bottom:5px;
	padding-left:5px;
	left:0;
	width:60%;
	max-width:200px;
}

.contenedor .logo-tigo {
	padding-right:5px;
	padding-bottom:5px;
	width:50px;
}
	
}



@media screen and (max-height: 750px) and (min-width:769px) {

.contenedor .img-top1 {
	width:200px;
}

.contenedor .img-top2 {
	width:200px;
}

.contenedor .plato-central {
	top:80px;
	left:calc(50% - 200px);
	width:400px;
}

.contenedor .contador {
	border-radius:5px;
	background:rgba(0,0,0,0.5);
	padding:5px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

.contenedor .logo-tigo {
	padding-right:5px;
	padding-bottom:5px;
	width:90px;
}

.contenedor .titulo {
	font-size:30px;
	line-height:30px;
}

.contenedor .texto {
	font-size:25px;
	line-height:25px;
}

.contenedor .felicidades {
	font-size:30px;
	line-height:30px;
	padding-top:10px;
}	
	
}

@media screen and (max-width: 768px) and (orientation:landscape) {
.contenedor{
	width:100%;
	height:200%;
}

.contenedor .info {
	position:relative;
	top:100%;
}

.contenedor .plato-central {
	top:40px;
}

.contenedor .logo-tigo {
	position:absolute;
	top:198%;
	float:right;
	padding-bottom:0px;
	padding-top:20px;
	
}

.contenedor .btn-compartir {
	position:absolute;
	top:198%;
	float:left;
	padding-bottom:0px;
	padding-top:20px;
}

}


/*@media screen and (max-height: 650px) and (orientation:landscape) {

.contenedor .plato-central {
	position:absolute;
	z-index:1;
	top:15%;
	left:5%;
	width:400px;
}

}*/