@charset "utf-8";
/* CSS Document */

/* La Ronda Café */

@media all {


	html, body {

		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;

	}

	body {
		font-family: 'Roboto Slab', serif;
	}

	.animate300 {
		/* Transiciones */
		-webkit-transition:all 300ms ease-in-out;
		-moz-transition:all 300ms ease-in-out;
		-o-transition:all 300ms ease-in-out;
		-ms-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	}

	div.logos {
		display: block;
		width: 80%;
		max-width: 500px;
		margin: 10% auto 5%;

	}

	div.logos img {
		display: inline-block;
		vertical-align: top;
		width: 46%;
		margin: 0px 2%;
	}

	/* Background */
	ul.background {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		z-index: -1;
	}

	ul.background li {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}

	.hidden { display: none; }

	ul.background li.bkg-1 {
		background: url('../img/background-1.jpg') center center no-repeat;
		background-size: cover;
	}

	ul.background li.bkg-2 {
		background: url('../img/background-2.jpg') center center no-repeat;
		background-size: cover;
	}


	p#footer {

		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -180px;
		width: 360px;
		font-family: 'Roboto Slab', serif;
		text-align: center;
		font-size: 0.82em;
		font-weight: 400;
		letter-spacing: 1px;
		color: #FFF;
		background: rgba(205,22,57,0.8);
		padding: 12px 16px 13px;

		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;

		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;

	}

	/* email */

	div.email {

		width: 70px;
		height: 70px;
		color: #FFF;
		background: rgba(205,22,57,0.8);
		overflow: hidden;
		position: fixed;
		bottom: 30px;
		right: 30px;
		padding: 18px 0px;
		text-align: center;
		cursor: pointer;

		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;

		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;

	}

	div.email i {
		font-size: 2em;
	}

	div.email p {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #FFF;
		color: #CD1639;
		font-weight: 700;
		padding: 10px 16px 11px;
		letter-spacing: 1px;

		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;

		opacity: 0.00;
		filter: alpha(opacity =0);
	}

	a, a:link, a:visited, a:link:visited {
		color: #FFF;
		text-decoration: none;
		font-family: 'Roboto Slab', serif;
		letter-spacing: 1px;
	}

	.pdv {

		width: 90%;
		max-width: 520px;
		background: #fff;
		display: block;
		margin: 10px auto 0px;
		padding: 20px 40px;
		text-align: center;

		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;

		box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.39);
		-webkit-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.39);
		-moz-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.39);

	}

	.pdv h1 {
		margin: 20px 0px;
		font-size: 1.5rem;
		color: #CD1639;
	}

	.pdv a, .pdv a:link, .pdv a:visited {
		color: #333;
		font-size: 1.3rem;
	}

	.pdv p {
		font-size: 1.1em;
		font-weight: bold;
	}

	.instagram {

		background: #CD1639;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 90%;
		max-width: 520px;
		display: block;
		margin: 0px auto;
		padding: 14px;

		-moz-box-sizing: border-box;
		box-sizing: border-box;

		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-bottomright: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;

		box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.39);
		-webkit-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.39);
		-moz-box-shadow: -6px 6px 5px 0px rgba(0,0,0,0.39);

	}

	.instagram img {
		width: 21px;
		margin-right: 4px;
		display: inline-block;
		vertical-align: -4px;
	}

}

/* Mobile */


@media screen and (max-width:580px) {

	div.logos {

		width: 65%;
		margin: 10% auto;

	}

	div.logos img {
		width: 50%;
		margin: 15px 0px;
	}

	div.email {

		bottom: 75px;
		right: 2%;

	}

	p#footer {

		bottom: 10px;
		left: 0px;
		margin-left: 2%;
		width: 96%;

	}

}


@media screen and (max-height:480px) {

	div.logos {

		width: 40%;
		margin: 60px auto;

	}
}

@media screen and (max-height:280px) {

	div.logos {

		width: 40%;
		margin: 20px auto;

	}
}
