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

@import url(https://fonts.googleapis.com/css?family=Gudea:400,700,400italic);
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    font-size: 100%;
	font-family: 'Gudea';
}
h1, h2 {
	font-family: 'Gudea';
	font-weight: 300;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 60px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FCFCFC;
	display: inline;
	vertical-align: middle;
	position: relative;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #898989;
	text-decoration: none;
}
.clear {
	clear: both;
}
.wrap {
	width: 100%;
	height: 100%;
}
.section {
	width: 100%;
	height: 100%;
}
.inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.inner .center {
	padding-top: 17%;
}
.inner .scroll {
	padding-top: 5%;
	text-align: center;
	width: 100%;
}
.inner:after {
	content: "";
	display: table;
	clear: both;
}
.subMenu {
	z-index: 1000;
	background-color: #FFFFFF;
	height: 65px;
	width: 100%;
	-webkit-box-shadow: -1px 2px 8px 0px rgba(194,194,194,1);
}
.subMenu .inner {
	padding: 0;
	font-weight: 400;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
.subMenu .logo {
	float: left;
	padding-top: 7px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10%;
	background-color: #fff;
	z-index: 10000;
}
.subMenu .logo .intLink {
	margin: 0px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.subMenu .intLink {
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #2e5596;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 1.5%;
	padding-bottom: 0;
	padding-left: 1.5%;
	text-transform: uppercase;
	height: 40px;
	float: right;
}
.subMenu .intLinklink {
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #2e5596;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 1.5%;
	padding-bottom: 0;
	padding-left: 1.5%;
	text-transform: uppercase;
	height: 40px;
	float: right;
}
.subNavBtn {
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #2e5596;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
	text-transform: uppercase;
	height: 40px;
	float: right;
}
.subMenu a:hover {
	color: #b3272d;
	font-weight: bold;
}
.active {
}
.end {
	margin: 0;
}
/* SECTIONS */
.sTop {
	height: 100%;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
}
.sTop a {
	font-weight: bold;
	color: #FDFDFD;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.sTop .logo-intro {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6%;
}
.sTop .menu-intro {
	
	text-align:right;
	font-size: 20px;
	color: #FDFDFD;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
}
.sTop .menu-intro a:hover {
	color: #b3272d;
}
.sTop .redes {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100000;
}
.sTop .redes .item {
	float: right;
	padding: 0px;
}
.hoverimg:hover {
	
	background-color:#2b5597;

}
.s1 {
	background-image: url(../img/bg-01.jpg);
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	text-align: center;
}
#video-background {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}
.video-blue {
	background-color:rgba(23, 65, 130, 0.7);;
}	
.s2 {
	background-color: #ffffff;
		padding-top: 2%;

}

.caja {
	display: none;
	width: 620px;
	background-image: url(../img/logo-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	margin: 15px;
}
.caja h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #2e5596;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2e5596;
	padding-bottom: 20px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
}
.caja .destacado {
	font-size: 21px;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 20px;
	font-style: italic;
}
.caja a{
	color: #2e5596;
	font-weight: bold;
}
.caja a:hover{
	color: #CC0000;
	font-weight: bold;
}
.s3 {
	background-image: url(../img/bg-02.jpg);
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	text-align: center;
}
.s4 {
	background-color: #FFFFFF;
}
.s4 .item {
	height: 50%;
	width: 70%;
	font-size: 20px;
	font-style: italic;
	padding-right: 15%;
	padding-left: 15%;
	padding-top: 0%;
	padding-bottom: 0%;
	background-color: #005695;
	color: #fff;
}
.s4 .item2 {
	height: 50%;
	width: 100%;
}
.s4 .item2 h2 {
	font-size: 40px;
	font-weight: bold;
	color: #b3272d;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;
}
.s5 {
	background-image: url(../img/bg-03.jpg);
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	text-align: center;
}
.s6 {
	background-color: #FFFFFF;
}
.s6 .mapa {
	width: 100%;
	height: 250px;
	display: inherit;
	float: left;
}
.s6 .pie {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #898989;
	text-align: center;
}
.s6 .item {
	color: #898989;
	width: 100%;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inherit;
	float: left;
}
.s6 a{
	color: #2B5597;
}
.formulario {
	width: 100%;
	overflow: hidden;
}
.formulario .side1 {
	float: left;
	width: 30%;
	background-color: #CF0;
}
.formulario .side1 .caja {
	border: 1px solid #2e5596;
}
.formulario .side2 {
	float: left;
	width: 70%;
	background-color: #6FF;
}
.formulario .side2 .item .caja-mensaje {
	border: 1px solid #2e5596;
}
/** slides
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	width: 100%;
	border: 0px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 1000;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
	 
	 .servicios-table { display:none}
	 
.subMenu .inner img{ display:none}
.subMenu .intLink  {
	font-size: 10px;
}
	 
h1 {
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	border-bottom-style: none;
	display: inline;
	vertical-align: middle;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
	 
.sTop {
	height: auto;
	width: 100%;
	background-image: url(../img/bg-inicio-2019.jpg);
	background-color: #005695;
	padding-top: 20%;
	padding-bottom: 20%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment:cover;
}
.sTop .logo-intro img{
	width: 60%;
	height: auto;
}
.s1 {
	height: auto;
	width: 100%;
	background-size: 100% 100%;
	background-attachment: scroll;
}
.page2 {
	height: auto;
	width: 100%;
	display: inherit;
}
.s2 { padding-top: 0px;}
.s3 {
	height: auto;
	width: 100%;
	background-size: 100% 100%;
	background-attachment: scroll;
}
.s4 {
	height: auto;
	width: 100%;
}
.s4 .item {
	height: 50%;
	width: 70%;
	font-size: 16px;
	font-style: italic;
	padding-right: 15%;
	padding-left: 15%;
	padding-top: 0%;
	padding-bottom: 10%;
	background-color: #005695;
	color: #fff;
}
.s4 .item2 h2 {
	font-size: 23px;
	font-weight: bold;
	color: #b3272d;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;
}

.s5 {
	height: auto;
	width: 100%;
	background-size: 100% 100%;
	background-attachment: scroll;
}
.s6 {
	height: auto;
	width: 100%;
}
.s6 .item {
	color: #898989;
	width: 80%;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding:10%;
	display: inherit;
	float: left;
}
#video-background {
	display: none;
}
.caja {
	display: none;
	width: 100%;
	background-image: url(../img/logo-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 12px;
}
	 
	 .video-blue{background-color:transparent;}



.sTop .menu-intro  {
	margin-bottom: 36px;
	padding-top: 0px;
}
.sTop .menu-intro a {font-size: 12px;}

}








@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}