@charset "utf-8";
/* CSS Document */

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {	margin:0;	padding:0;	border:0;	outline:0;	font-weight:inherit;	font-style:inherit;	font-size:100%;	font-family:inherit; }/* remember to define focus styles! */:focus {	outline:0;}body {	color:black;	background:white;}ol,ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse:separate;	border-spacing:0;}caption,th,td {	text-align:left;	font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after {	content:"";}blockquote,q {	quotes: "" "";}a:link,a:visited {	text-decoration: none;}a:hover,a:active {	text-decoration: underline;}

html{
    height: 100%;
}

@font-face {
    font-family: 'HoneyScriptLight';
    src: url('../fonts/HoneyScriptLight.eot');
    src: url('../fonts/HoneyScriptLight.eot') format('embedded-opentype'),
         url('../fonts/HoneyScriptLight.woff2') format('woff2'),
         url('../fonts/HoneyScriptLight.woff') format('woff'),
         url('../fonts/HoneyScriptLight.ttf') format('truetype'),
         url('../fonts/HoneyScriptLight.svg#HoneyScriptLight') format('svg');
}

@font-face {
    font-family: 'Quicksand_Bold';
    src: url('../fonts/Quicksand_Bold.eot');
    src: url('../fonts/Quicksand_Bold.eot') format('embedded-opentype'),
         url('../fonts/Quicksand_Bold.woff2') format('woff2'),
         url('../fonts/Quicksand_Bold.woff') format('woff'),
         url('../fonts/Quicksand_Bold.ttf') format('truetype'),
         url('../fonts/Quicksand_Bold.svg#Quicksand_Bold') format('svg');
}

.fondoPrinc {
/*
	background: no-repeat center center url(../images/fondo.jpg);
*/
	background-size: cover;
	height: 100vh;
}

video { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('../images/fondo.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

.logoLs {
	background: no-repeat center center url(../images/logo.png);
	background-size: contain;
	width: 220px;
	height: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
}

.logoMas {
	background: no-repeat center center url(../images/logoMascarpone.png);
	background-size: contain;
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50px;
	right: 50px;
}

.bajada {
    font-family: 'HoneyScriptLight';
    font-size: 90px;
    line-height: 80px;
	width: 100%;
	max-width: 500px;
	position: absolute;
	top: 30%;
	left: 50px;
	color: #FFF;
	text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}

.txtinfor {
    font-family: 'Quicksand_Bold';
    font-size: 28px;
    line-height: 28px;
    margin-top: 50px;
	text-shadow: none;
}

.redes {
    font-family: 'Quicksand_Bold';
    font-size: 22px;
    line-height: 22px;
    margin-top: 100px;
    color: #FFF;
	text-shadow: none;
}

.btnCompartir {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.sharecOmp {
	display: none;
	position: absolute;
	right: -70px;
	top: -26px;
}

.redes a.btnShare {
	display: block;
    color: #000!important;
    background: #FFF;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 5px;
    text-align: center;
}

.redes a {
    color: #FFF!important;
    text-decoration: none!important;
    margin-left: 10px;
	text-shadow: none;
}

.mouseIconText {
	width: 150px;
	height: 50px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -75px;
    font-family: 'Quicksand_Bold';
    font-size: 22px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
}

.mouseIcon {
	background: no-repeat center center url(../images/mouse.png);
	background-size: contain;
	width: 30px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	animation: fadeinphoto 1s infinite;
	-moz-animation: fadeinphoto 1s infinite;
	-webkit-animation: fadeinphoto 1s infinite;
	-o-animation: fadeinphoto 1s infinite;
}

/* Animation Keyframes*/
@keyframes fadeinphoto {
    0% { bottom: 15px; }
    50% { bottom: 5px; }
    100% { bottom: 15px; }
}

@-moz-keyframes fadeinphoto {
    0% { bottom: 15px; }
    50% { bottom: 5px; }
    100% { bottom: 15px; }
}

@-webkit-keyframes fadeinphoto {
    0% { bottom: 15px; }
    50% { bottom: 5px; }
    100% { bottom: 15px; }
}

@-o-keyframes fadeinphoto {
    0% { bottom: 15px; }
    50% { bottom: 5px; }
    100% { bottom: 15px; }
}

.contRecetas {
	height: 100vh;
	padding: 0;
}

a.btnReceta {
	display: block;
    font-family: 'HoneyScriptLight';
    font-size: 80px;
    line-height: 80px;
    color:#FFF!important;
	height: 50vh;
	position: relative;
	background: center center no-repeat;
    background-size: auto 140%;
    text-align: center;
    text-decoration: none!important;
}

.btnReceta .titBtnRe {
	position: absolute;
	width: 100%;
	left: 0;
	top:45%;
	text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}

.btnReceta .txtReceta {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	display: none;
    font-size: 60px;
    line-height: 40px;
    text-decoration: underline!important;
}

.btnReceta:hover::before {
	content:' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}

.btnReceta span {
	z-index: 1;
}

.btnReceta:hover span {
	display: block;
}

.modal-dialog {
    width: 90vw;
    height: 90vh;
    margin: 5vh auto;
}
.modal-content {
    position: relative;
    background-color: #000;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 00;
    box-shadow: 0;
	height: 100%;
}
button.close {
	color: #FFF;
	opacity: 1!important;
    right: 10px;
    top: 10px;
    z-index: 99999;
    float: none;
    position: absolute;
}

.modal-body {
	width: 100%;
	height: 100%;
}

.modal-body iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
video {
	display: none;
}

.fondoPrinc {
	background: no-repeat center center url(../images/fondo.jpg);
	background-size: cover;
}

.bajada {
    font-family: 'HoneyScriptLight';
    font-size: 50px;
    line-height: 50px;
	width: 100%;
	max-width: 500px;
	position: absolute;
	top: 30%;
	left: 0px;
	color: #FFF;
	padding-left: 20px;
}

	
	.redes {
    font-family: 'Quicksand_Bold';
    font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
    color: #FFF;
	text-shadow: none;
}

.logoMas {
	background: no-repeat center center url(../images/logoMascarpone.png);
	background-size: contain;
	width: 100px;
	height: 33px;
	position: absolute;
	top: 30px;
	right: 30px;
}

	.logoLs {
	background: no-repeat center center url(../images/logo.png);
	background-size: contain;
	width: 100px;
	height: 48px;
	position: absolute;
	top: 30px;
	left: 30px;
}
	
	.mouseIconText {
	width: 150px;
	height: 33px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -75px;
    font-family: 'Quicksand_Bold';
    font-size: 22px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
}
	
	.txtinfor {
    font-family: 'Quicksand_Bold';
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
	text-shadow: none;
}
.mouseIcon {
	background: no-repeat center center url(../images/mouse.png);
	background-size: contain;
	width: 10px;
	height: 26px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
	animation: fadeinphoto 1s infinite;
	-moz-animation: fadeinphoto 1s infinite;
	-webkit-animation: fadeinphoto 1s infinite;
	-o-animation: fadeinphoto 1s infinite;
}
a.btnReceta {
	display: block;
    font-family: 'HoneyScriptLight';
    font-size: 50px;
    line-height: 50px;
    color:#FFF!important;
	height: 50vh;
	position: relative;
	background: center center no-repeat;
    background-size: auto 140%;
    text-align: center;
    text-decoration: none!important;
}

}

@media (max-width: 1280px) and (max-height: 720px) {

}
