@import url(fonts.css);

* {
  outline: none !important;
}
body {
  font-family: Lato,sans-serif;
  color: #08204f;
  font-size: 18px;
  line-height: 27px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
a {
	color: #08204f;
	transition: color .2s;
}
a:hover,a:focus {
	color: #08204f;
	text-decoration: none;
}
p {	
	margin-top: 0;
	margin-bottom: 27px;
}
h1,h2,h3,h4,h5,h6 {
	color: #08204f;
	margin-top: 0;
	margin-bottom: 27px;	
	font-weight: 900;
	text-transform: uppercase;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}

.ok {
	font-weight: 900;
	color: #08204f;
}
.error {
	color: #f00;
}

header {
	height: 140px;
	border-bottom: 3px solid #fff;	
	background-color: #08204f;
}
#logo {
	float: left;
	width: 105px;
    height: 105px;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    margin-top: 16px;
}
nav {
	position: relative;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
nav li {
	position: relative;
}
nav ul ul {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 999;
}
#resp-menu {
	display: none;
	color: #fff;
    font-size: 30px;
    padding: 7px;
}
#resp-menu:hover, #resp-menu:focus {
	color: #fff;
	background-color: transparent;
}
header nav {
	float: right;
	margin-top: 92px;
}
header nav>ul>li {
	float: left;
	margin: 0;
	padding: 0;
}
header nav>ul>li>a {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 10px;
	transition: background-color .2s;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	display: block;
}
header nav>ul>li>ul {
	left: 0;
	top: 100%;
	min-width: 100%;
	padding-top: 3px;
}
header nav ul ul a {
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	line-height: 33px;
	border-bottom: 1px solid #fff;
	background-color: #08204f;
	transition: background-color .2s;
}
header nav ul ul li:last-child>a {
	border-bottom: none;
}
header nav a:hover, header nav a:focus, header nav .active>a, header nav .current>a {
	color: #08204f;
	background-color: #fff;
}
header nav ul ul a:hover, header nav ul ul a:focus {
	color: #08204f;
	background-color: #fff;
}

footer {
	background-color: #08204f;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	    padding: 20px 0;
}
footer h4 {
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	font-size: 25px;
	color: #fff;
}
footer p {
	margin: 0;
}
footer strong {
	font-weight: 900;
}
footer a, footer a:hover, footer a:focus {
	color: #fff;
}
footer .rs {
	float: right;
	margin-top: -5px;
}
footer .rs img {
	float: left;
	margin-top: 4px;
	clear: both;
}
footer nav {
	float: right;
	text-align: right;
	margin-bottom: 42px;
}
footer nav a {
	color: #000;
}
footer nav a:hover, footer nav a:focus {
	color: #08204f;
}
footer nav li {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
}


.banner {
	margin-bottom: 3px;
	background-color: #fff;
}
.banner,.banner .container,.banner li {
	height: 669px;
	position: relative;
}
.banner:before {
	content: "";
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-right: -40px;
	background-color: #fff;
	background-image: url(../img/ring-alt.gif);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	display: none;
	transition: opacity .2s;
}
.banner.loading:before {
	display: block;
	opacity: 1;
}
.banner>.container {
	position: relative;
	height: 0;
}
.banner-prev, .banner-next, .banner-prev:hover, .banner-next:hover, .banner-prev:focus, .banner-next:focus {
	color: #fff;
	font-size: 50px;
	top: 198px;
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 50px;
}
.banner-prev {
    left: 0px;
    background-image: url(../img/l.jpg);
}
.banner-next {
    right: 0px;
    background-image: url(../img/r.jpg);
}
.banner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 1;
}
.banner li {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	background-size: cover;
}
.banner-title {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 2;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 27px;
}
.banner-title strong {
	text-transform: uppercase;
}

#map {
	float: left;
	width: 100%;
	height: 462px;
	border: 3px solid #08204f;
}

.btn {	
	background-color: #444444;
	color: #fff;
	transition: background-color .2s;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 0;
	height: 43px;
	padding: 0 15px;
	display: block;
	width: 100%;
}
.btn .lnr {
	display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.btn:hover, .btn:focus {	
	background-color: #08204f;
	color: #fff;
}
.btn-quiet {
	background: transparent;
	color: #08204f;
	border: 1px solid #08204f;
	margin: auto;
	width: auto;
}
.btn-quiet:hover, .btn-quiet:focus {
	color: #08204f;

}
.btn-quiet-white {
	color: #fff;
	border-color: #fff;
}
.btn-quiet-white:hover, .btn-quiet-white:focus {
	color: #fff;
	background-color: rgba(255,255,255,.3);
}

.form-group {
	margin-bottom: 7px;
}
.form-group label {
	float: left;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #08204f;
	    margin-top: 9px;
}
.form-group .form-control, .form-group .btn {
	float: right;
	width: 251px;
}
.form-group small {
	float: left;
	font-size: 16px;
	color: #444444;
    margin-top: 23px;
}
.form-control {
	background: transparent;
	font-size: inherit;
	font-family: inherit;
	box-shadow: none !important;
	color: #fff;
	background-color: #08204f;
	border-radius: 0;
	border: none;
	height: 43px;
}
textarea.form-control {
	height: 112px;
}
::-webkit-input-placeholder { 
    color: #fff;
}
:-moz-placeholder { 
   color: #fff;
   opacity: 1;
}
::-moz-placeholder { 
   color: #fff;
   opacity: 1;
}
:-ms-input-placeholder { 
   color: #fff;
}


.tile {
	float: left;
	position: relative;
}
.tile-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;	
	background-size: cover;
	filter: grayscale(1);
	z-index: 1;
	transition: filter .2s;
}
.tile-title {
	position: relative;
	z-index: 2;
	transition: opacity .2s;
	background-color: rgba(191,75,54,.68);
	color: #fff;
	padding: 40px 65px;
	text-align: justify;
	opacity: 0;
}
.tile-title h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff;
}
.tile-title .lnr {
	font-size: 30px;
	position: absolute;
	bottom: 76px;
    left: 50%;
    margin-left: -15px;
}
.tile:hover .tile-image, .tile:focus .tile-image {
	filter: none;
}
.tile:hover .tile-title, .tile:focus .tile-title {
	opacity: 1;
}
.tile-half {
	width: 50%;
	height: 434px;
}
.tile-half .tile-title {
	height: 434px;
}
.tile-third {
	width: 33.33%;
	height: 289px;
}
.tile-third .tile-title {
	height: 289px;
}
.tile-third .tile-title .lnr {
    bottom: 54px;
}

.tabs {
	margin-bottom: 135px;
}
.tabs h1 {
	text-align: center;
	margin-top: 100px;
	    margin-bottom: 75px;
}
.tabs .buttons a {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: 000;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 71px;
	text-align: center;
	color: #000;
}
.tabs .buttons a .lnr {
	    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    transition: color .2s;
}
.tabs .buttons a:hover, .tabs .buttons a:focus {
	color: #000;
}
.tabs .buttons a:hover .lnr, .tabs .buttons a:focus .lnr, .tabs .buttons a.active .lnr {
	color: #08204f;
}
.tabs .tab {
	display: none;
	opacity: 0;
	background-color: #fff;
	background-image: url(img/sh.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 40px;
    padding-left: 146px;
    text-align: justify;
}
.tabs .tab-icon {
	font-size: 100px;
	color: #08204f;
	float: left;
	margin-left: -146px;
}
.tabs .tab h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 25px;
}
.tabs .tab.active {
	opacity: 1;
	display: block;
}

.parallax {
	text-align: center;
	    padding: 100px 0;
}
.parallax h2 {
	margin-bottom: 32px;
	color: #fff;
}
.parallax .btn {
	    width: auto;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    font-weight: 500;
    padding: 0 29px;
}

.logos {
	position: relative;
	overflow: hidden;
}
.logos:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	background-image: url(img/sh.png);
	z-index: 5;
}
.logos:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	background-image: url(img/sh2.png);
	z-index: 5;
}
.logos ul {
	list-style-type: none;
	margin: 0;
	padding: 78px 0;
	font-size: 0;
	white-space: nowrap;
	position: relative;
}
.logos li {
	display: inline-block;
	padding: 0 48px;
}
.logos li a {	
	filter: grayscale(1);
	transition: filter .2s;
}
.logos li a:hover, .logos li a:focus {
	filter: none;
}

.slider {
	position: relative;
}
.slider-left, .slider-right {
	color: #08204f;
	font-size: 50px;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	z-index: 2;
	transition: color .2s;
	width: 30px;
	height: 50px;
}
.slider-left:hover, .slider-right:hover, .slider-left:focus, .slider-right:focus {
	color: #08204f;
}
.slider-left {
    left: 0;
    background-image: url(../img/l.jpg);
}
.slider-right {
    right: 0;
    background-image: url(../img/r.jpg);
}
.slider-vp {
	position: relative;
	overflow: hidden;
	margin-left: 47px;
	margin-right: 47px;
	padding: 0;
}
.slider-vp ul {
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0;
	transition: left .5s;
	font-size: 0;
}
.slider-vp li {
	display: inline-block;
	font-size: 20px;
	width: 33.33%;
	white-space: normal;
	padding-left: 13px;
	padding-right: 13px;
}
.slider-vp a {
	display: block;
	transition: box-shadow .5s;
}

.slider.posts {
	padding-top: 0;
	padding-bottom: 81px;
}
.slider.posts h1 {
	text-align: center;
	margin-top: 100px;
	    margin-bottom: 75px;
}
.slider.posts .slider-left, .slider.posts .slider-right {
	    top: 115px;
}
.slider.posts h2 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	margin: 0;
	transition: color .2s;
}
.slider.posts ul a {
	color: #000;
	padding: 20px;
	background-color: #fff;
}
.slider.posts .image {
	display: block;
	filter: grayscale(1);
	transition: filter .2s;
	height: 218px;
	margin: -20px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.slider.posts .image:after {
	content: "\e81b";
	transition: opacity .2s;
	background-color: rgba(191,75,54,.68);
	opacity: 0;
	text-align: center;
	line-height: 218px;
	display: block;
	height: 218px;
	color: #fff;
	font-size: 30px;

	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider.posts ul a:hover, .slider.posts ul a:focus {
	color: #000;
}
.slider.posts ul a:hover h2, .slider.posts ul a:focus h2 {
	color: #08204f;
}
.slider.posts ul a:hover .image, .slider.posts ul a:focus .image {
	filter: none;
}
.slider.posts ul a:hover .image:after, .slider.posts ul a:focus .image:after {
	opacity: 1;
}

.slider.gallery img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slider.gallery ul a {
	position: relative;
}

[class*='lightcase-icon-']:before {
	font-family: 'FontAwesome';	
}
.lightcase-icon-next:before {
    content: '\f105';
}
.lightcase-icon-prev:before {
    content: '\f104';
}
.lightcase-icon-close:before {
    content: '\f00d';
}
.lightcase-icon-spin:before {
    content: '\f1ce';
}

main {
	padding-bottom: 47px;
	text-align: justify;
	padding-top: 34px;
}
main img {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}
.header-image {
	position: relative;
	margin-bottom: 27px;
	margin-top: -34px;
}
main .header-image img {
	float: none;
	position: relative;
	z-index: 1;
	margin: 0;
	width: 100%;
}
.header-image h1 {
	position: absolute;
	left: 0;
	bottom: 41px;
	z-index: 2;
	background-color: rgba(0,0,0,.6);
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	    padding: 0 20px;
    height: 56px;
    line-height: 58px;
}

.datos {
	line-height: 24px;
	    margin-bottom: 66px;
}
.datos h2 {
	margin: 0;
}



@media (min-width: 992px) {
	.container {
		width: 986px;
	}
}

@media(max-width:768px) {
	#resp-menu {
		display: block;
	}
	header nav ul {
		display: none;
	    position: absolute;
	    z-index: 999;
	    right: 0;
	    white-space: nowrap;
	    top: 100%;
	    padding-top: 3px;
	}
	header nav li {
		display: block;
		width: 100%;
    	background-color: #08204f;
	    top: 100%;
	}
	header nav ul a {		
	    border-bottom: 1px solid #fff !important;
		color: #fff;
	}
	header nav>ul>li:last-child>a {
		border-bottom: none !important;
	}
	header nav ul ul {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		padding-top: 0 !important;
		opacity: 1;
	}

	.form-group label, .form-group .form-control, .form-group .btn {
		width: 100%;
		margin: 0;
		clear: both;
	}
	.form-group small {
		display: none;
	}

	.banner-title {
		left: 50px;
	    right: 50px;
	    background-color: rgba(0,0,0,.6);
	    z-index: 2;
	    color: #fff;
	    padding: 20px 30px;
	}

	.tile-half, .tile-third {
		width: 100%;
		height: auto;
	}
	.tile-title {
		height: auto;
	}
	.tile-title .lnr {
		position: relative;
		bottom: auto;
		left: auto;
		margin: auto;
		display: block;
		text-align: center;
	}

	.tabs .tab {
		padding-left: 0;
	}
	.tabs .tab-icon {
		    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
	}

	.slider-vp li {
		width: 50%;
	}
}

@media(max-width:450px) {
	main>img {
		width: 100%;
		margin-left: 0;
		margin-bottom: 27px;
	}

	.slider-vp li {
		width: 100%;
	}
}
