.animated { animation-duration: 1s; animation-fill-mode: both; }
			
body {
	background-color: #fff;
	color: #00274e;
	font-display: swap;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 767px) {
	body { font-size: 17px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	body { font-size: 19px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	body { font-size: 23px; }
}

.btn.btn-success {
	animation: BgGradient 6s ease infinite;
	background: linear-gradient(150deg, #001f3e, #003162, #001f3e);
	background-size: 400% 300%;
	border: 1px solid #CAAD4D;
	border-radius: 500px;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
	color: white !important;
	font-size: 0.9em;
	font-weight: bold;
	transition: all 0.25s ease 0s;
	text-decoration: none;
	text-shadow: 0px 1px 4px rgba(0,0,0,.25);
}

.btn.btn-success:hover,
.btn.btn-success:focus {
	background: linear-gradient(150deg, #bc9728, #CAAD4D, #bc9728);
	background-size: 400% 300%;
	animation: BgGradient 6s ease infinite;
	border: 1px solid white;
	outline: none !important;
}

.btn.btn-success:active { box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.5); }

.flashing{
	-webkit-animation-name: flashing;
	-webkit-animation-duration: 1.55s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-name: flashing;
	animation-duration: 1.55s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes flashing{
  0% { opacity: 1.0; }
  10% { opacity: 1.0; }
  50% { opacity: 0.0; }
  90% { opacity: 1.0; }
  100% { opacity: 1.0; }
}

footer {
	animation: BgGradient 6s ease infinite;
	background: linear-gradient(150deg, #001f3e, #003162, #001f3e);
	background-size: 400% 300%;
	color: white;
	font-size: 0.9em;
	padding-top: 50px;
	position: relative;
	text-shadow: 0px 1px 4px rgba(0,0,0,.25);
}

h1 { font-size: 2em; }
h2 { font-size: 1.71em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.29em; }
h5 { font-size: 1em; }
h6 { font-size: 0.71em; }

h1, h2, h3, h4, h5, h6 {
	color: #ad9037;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}

header {
	animation: BgGradient 6s ease infinite;
	background: linear-gradient(150deg, #001f3e, #003162, #001f3e);
	background-size: 400% 300%;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

@keyframes BgGradient {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.hr-footer { border-top: 0.07em solid white; box-shadow: 0px 1px 4px rgba(0,0,0,.25); }

img:not(.eslink){ pointer-events: none; }

.logo-header {
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.25));
	max-height: 5.06em;
}

.logo-contacto {
	max-height: 4.37em;
}

p { text-align: justify; margin: 0 0 .15em; }

#progress {
	background: rgba(230,215,149,1);
	background: -moz-linear-gradient(left, rgba(230,215,149,1) 0%, rgba(188,151,40,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,215,149,1)), color-stop(100%, rgba(188,151,40,1)));
	background: -webkit-linear-gradient(left, rgba(230,215,149,1) 0%, rgba(188,151,40,1) 100%);
	background: -o-linear-gradient(left, rgba(230,215,149,1) 0%, rgba(188,151,40,1) 100%);
	background: -ms-linear-gradient(left, rgba(230,215,149,1) 0%, rgba(188,151,40,1) 100%);
	background: linear-gradient(to right, rgba(230,215,149,1) 0%, rgba(188,151,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d795', endColorstr='#bc9728', GradientType=1 );
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
	height: 0.25em;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.svg-header {
	bottom: -2px;
	left: 0;
	position: absolute;
}

.svg-footer {
	 position: absolute;
	 left: 0;
	 top: -2px;
	 transform: rotate(180deg);
}

.zoomIn { animation-name: zoomIn; }

@keyframes zoomIn {
	from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}



/* WHATSAPP */

.whatsapp {
	bottom: 1em;
	right: 1em;
	position: fixed;
	z-index:2000;
}
.whatsapp a { outline: none !important; }
.whatsapp a:focus { filter: drop-shadow(0 .1em .4em rgba(255,255,255,.5)); }
.whatsapp a img {
	filter: drop-shadow(0 .1em .4em rgba(0,0,0,.25));
	height: 3.25em;
	transition: all 0.25s ease 0s;
	width: auto;
}
.whatsapp a img:hover { filter: drop-shadow(0 .1em .4em rgba(255,255,255,.5)); }