@charset "UTF-8";


.js div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #333 url('../img/heart.gif') no-repeat center center; 
}


* {
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Helvetica', sans-serif;
	background-color: #fafafa;
	color: #000;
	font-size: 18px;
}
body a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
}

h1 {
font-family: "futura-pt", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 3em;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #FFF;
}

.title-frame {
	border: 8px solid #FFF;
	background-color: #113b85;
}
h2 {
font-family: "futura-pt", sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	letter-spacing: 1pt;
}

.byline {
	font-family: "futura-pt", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.6em;
    letter-spacing: 2pt;
	text-transform: uppercase;
    color: #FFF;
}

.presents {
		font-family: "futura-pt", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1em;
    letter-spacing: 2pt;
    color: #FFF;
}

p {
font-family: "futura-pt", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1pt;
}

p2 {
font-family: "futura-pt", sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 1pt;
	padding-bottom: 2em;
}


.header {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color:#013b53;
	background-image: url("../img/dp-background.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: bottom;
	overflow:hidden;
}

.title {
	display:block;
	position:absolute;
	z-index:2;
	background-color:rgb(0,0,0,0.2);
	border-radius: 5%;
	max-width:715px;
	margin: 0;
	padding:1.5em;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	overflow:hidden;
}
.heart {
	display:block;
	z-index:1;
	margin: 0;
	padding:1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	overflow:hidden;
}



#outerdiv {
	width: 100%;
	height: 620px;
	overflow: hidden;
	position: relative;
}
#innerdiv {
	position: absolute;
	top: 0px;
}
.logo {
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
}
.intro .container {
	margin-top: 50px;
	margin-bottom: 50px;
}
.intro img {
	margin-bottom: 0px;
	margin-left: 0px;
}
.intro .col-md-4 {
	margin-top: 10px;
}


form {
	margin-bottom: 50px;
}

.footer {
	background-color: #E2E2E2;
	padding: 1% 0 0.2%;
	margin: 10px auto 0;
	text-align: center;
	color: #6F6F6F;
}
.footer a {
	color: #ca3024;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.footer p {
	font-family: 'Helvetica', sans-serif;
	font-size: 10px;
	letter-spacing: 1pt;
	font-style:italic;
}
.footer a:hover {
	color: #000;
}
.btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom:1em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0.15rem solid transparent;
	padding: 1rem 3.375rem;
	font-size: 1rem;
	border-radius: 0.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:focus,  .btn.focus,  .btn:active:focus,  .btn:active.focus,  .btn.active:focus,  .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:focus,  .btn:hover {
	text-decoration: none;
}
.btn.focus {
	text-decoration: none;
}
.btn:active,  .btn.active {
	background-image: none;
	outline: 0;
}
.btn.disabled,  .btn:disabled,  fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
}
a.btn.disaabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-primary-outline {
	color: #013b53;
	background-image: none;
	background-color: transparent;
	border-color: #013b53;
	text-decoration:none;
}
.btn-primary-outline:focus,  .btn-primary-outline.focus,  .btn-primary-outline:active,  .btn-primary-outline.active,  .open > .btn-primary-outline.dropdown-toggle {
	color: #fff;
	background-color: #013b53;
	border-color: #013b53;
}
.btn-primary-outline:hover {
	color: #fff;
	background-color: #013b53;
	border-color: #013b53;
}
.btn-primary-outline.disabled:focus,  .btn-primary-outline.disabled.focus,  .btn-primary-outline:disabled:focus,  .btn-primary-outline:disabled.focus,  fieldset[disabled] .btn-primary-outline:focus,  fieldset[disabled] .btn-primary-outline.focus {
	border-color: #013b53;
}
.btn-primary-outline.disabled:hover,  .btn-primary-outline:disabled:hover,  fieldset[disabled] .btn-primary-outline:hover {
	border-color: #013b53;
}
.btn-small {
	color: #013b53;
	background-image: none;
	background-color: transparent;
	border-color: #013b53;
}
.btn-small:focus,  .btn-small.focus,  .btn-small:active,  .btn-small.active,  .open > .btn-small.dropdown-toggle {
	color: #fff;
	background-color: #013b53;
	border-color: #013b53;
}
.btn-small:hover {
	color: #fff;
	background-color: #013b53;
	border-color: #013b53;
}
.btn-small.disabled:focus,  .btn-small.disabled.focus,  .btn-small:disabled:focus,  .btn-small:disabled.focus,  fieldset[disabled] .btn-small:focus,  fieldset[disabled] .btn-small.focus {
	border-color: #013b53;
}
.btn-small.disabled:hover,  .btn-small:disabled:hover,  fieldset[disabled] .btn-small:hover {
	border-color: #013b53;
}

@media (max-width:995px) {
.intro img {
	max-width: 90%;
	margin-bottom: 30px;
	margin-left: 20px;
}

}

@media (max-width: 700px) {
.intro .container {
	margin-top: 20vh;
}
.title-frame {
	border: 3px solid #FFF;
	margin: 0;
}

h1 {
	font-size: 42px;
}
h1, h2{
	text-align: center;
}
}

@media (max-width: 400px) {

.title-frame {
	border: 2px solid #FFF;
	margin: 0;
}


h2 img {
	max-width:120px;
	margin-top:-12px;
	margin-right:5px;
}

.intro .container {
	margin-top: 30px;
}
.footer img {
	max-height: inherit;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	width: 33%;
}
.logo h1 {
	font-size: 30px;
}
.logo h2 {
	font-size: 20px;
}
.btn {
	font-size: 0.5em;
}
}
.floating-arrow {
	-webkit-animation-name: floating-arrow;
	animation-name: floating-arrow;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
 @-webkit-keyframes floating-arrow {
 from {
 opacity:1;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
 65% {
 opacity:1;
 -webkit-transform: translate(-50%, 15px);
 transform: translate(-50%, 15px);
}
 to {
 opacity:1;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
}
 @keyframes floating-arrow {
 from {
 opacity:1;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
 65% {
 opacity:1;
 -webkit-transform: translate(-50%, 15px);
 transform: translate(-50%, 15px);
}
 to {
 opacity:1;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
}
.down-arrow {
	color: #FFF;
	font-size: 25px;
	position: absolute;
	bottom: 30px;
	right: 5%;
	z-index: 900;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.down-arrow a {
	color: #FFF;
}

.center-con {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}



.round {
    position: absolute;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    
}

#cta{
    width:100%; cursor: pointer; position: absolute; transform:rotate(90deg);
}

#cta .arrow{left: 80%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:-6px;}
.segunda{margin-left: 8px;}
.next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round:hover .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}


@media only screen and (max-width:767px) {
.down-arrow {
	color: #FFF;
	font-size: 15px;
}
}

@media only screen and (max-width:600px) {
.show-on-small {
	display: block!important
}
	.hide-on-small {
		display: none;
	}
.center-on-small {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
}
