@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/******************************
*	Universal
******************************/
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #606060;
}
img {
  max-width: 100%;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
ul, ol {
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
}

.fila {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.t001 {
  margin-bottom: 50px;
  color: #00628b;
  font-size: 23px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.t001:before,
.t001:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 70px;
  border-top: 1px solid;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t001:before {
  left: -80px;
}
.t001:after {
  right: -80px;
}
.contBtn {
  margin-top: 50px;
  text-align: center;
}
.bton {
  display: inline-block;
  padding: 8px 35px;
  border: 1px solid;
  color: #004562 !important;
}
.bton:hover {
  background: #004562;
  color: #fff !important;
}
.hSection {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  display: inline-flex;
  justify-content: left;
  align-items: left;
  position: relative;
  margin-bottom: 80px;
}
.hSection:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 68, 98, 0.5);
}
.hSection h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 50px;
}
.t002 {
  margin-bottom: 20px;
  color: #004562;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
}
.t002:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3da2db;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}




/******************************
*   Header
******************************/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 30px;
  z-index: 900;
  background: #004563;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}
.contMenu {
  position: relative;
  padding-left: 190px;
}
.logo {
  display: inline-grid;
  width: 210px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.menu ul {
  margin: 0;
  list-style: none;
}
.menu ul li {
  margin: 0 20px;
  list-style: none;
  position: relative;
}
.menu ul li a {
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  padding: 30px 0;
  position: relative;
  font-weight: 300;
}



.menuRes {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menuRes span {
  display: block;
  width: 25px;
  height: 3px;
  background: #074965;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menuRes span + span {
  margin-top: 4px;
}

.menuRes.mena span:nth-child(1) {
  background: #43a4dd;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
  opacity: 0;
}
.menuRes.mena span:nth-child(3) {
  background: #43a4dd;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  opacity: 0;
}


/******************************
*   Home
******************************/
#home > div {
  margin-top: 120px;
}
#home > div:first-child {
  margin-top: 0;
}
.item {
  position: relative;
}
.item > figure {
  position: relative;
}
.item > figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 10;
}
.textS {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.textS h3, .textS > span  {
  color: #fff;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.textS h3 {
  font-size: 40px;
}
.textS > span {
  font-size: 20px;
}

.contServ {
  justify-content: space-between;
}
.contServ > div {
  width: 30%;
}
.contServ > div > h3 {
  margin: 0 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #3ea3dc;
}
.contServ > div > figure {
  margin-top: 20px;
}

/******************************
*   gestion
******************************/

/* body > .fondo{
	background-image: url(img/ges-con-fondo.png);
	background-attachment: fixed;
} */

/******************************
*   Nosotros
******************************/
.section + .section {
  margin-top: 70px;
}
.imgNos {
  margin-top: 40px;
  padding: 40px 0;
  position: relative;
}
.imgNos:before,
.imgNos:after {
  position: absolute;
  content: '';
  width: 250px;
  border-top: 5px solid #004562;
}
.imgNos:before {
  top: 0;
  left: 0;
}
.imgNos:after {
  bottom: 0;
  right: 0;
}
.contRecursos > div {
  width: 50%;
}
.contRecursos > div:first-child {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30%;
}
.contRecursos > div:last-child {
  background: #ededed;
  display: flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contRecursos > div > div {
  width: 80%;
  padding: 35px 0;
}

/******************************
*   Servicios
******************************/
.contS > div {
  width: 33.33%;
  padding: 25px;
}
.contS + .contS {
  border-top: 1px solid rgba(0, 69, 98, 0.10);
}
.contS > div + div {
  border-left: 1px solid rgba(0, 69, 98, 0.10);
}
.contS > div > h3 {
  margin: 0 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #3ea3dc;
}
.contConsul ul {
  margin: 0px;
  text-align: left;
  font-size: 16pt;
  list-style: none;
}
.contConsul ul li {
  position: relative;
}
.contConsul ul li + li {
  margin-top: 20px;
}
.contConsul ul li + li:before {
  content: '';
  position: absolute;
  width: 60px;
  border-top: 1px solid #004562;
  top: -10px;
  left: 5%;
  opacity: .4;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/******************************
*   Galeria
******************************/
#galeria > .section + .section {
    margin-top: 100px;
}
.contGalery a {
  display: block;
  width: 25%;
}
.contGalery:hover a {
  /*opacity: .8;*/
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.contGalery a:hover {
  /*opacity: 1;*/
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}


/******************************
*   Contactanos
******************************/
form {
  margin: 0 -15px;
}
form > div {
  width: 50%;
  padding: 0 15px;
  position: relative;
}
form > div > div > input[type="text"] {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 69, 98, 0.6);
}
form > div > textarea {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid rgba(0, 69, 98, 0.6);
  padding: 15px;
}
input:focus, textarea:focus {
  outline: none;
}
form > div > input[type="submit"] {
  padding: 10px 20px;
  border: 1px solid rgba(0, 69, 98, 0.6);
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}


/******************************
*   Footer
******************************/
footer {
  margin-top: 120px;
  background: #004562;
  color: #ffffff;
  font-weight: 300
}
.contDatos {
  padding: 40px 0;
}
.contDatos > .container > div {
  justify-content: space-between;
}
.contDatos > .container > div > div {
  width: 30%;
}
.contDatos > .container > div > div > h3 {
  font-size: 20px;
  color: #3da2db;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.contDatos > .container > div > div > ul {
  list-style: none;
}
.contDatos > .container > div > div > ul li a {
  text-transform: uppercase;
}
.legal {
  background: #003547;
  padding: 25px 0;
  text-align: center;
}
.legal span {
  margin: 0 10px;
  color: #3da2db;
}
footer a:hover {
  color: #3da2db;
}

/******************************
*	MOBILE
******************************/

/* Extra Small Devices, Phones */
@media (max-width : 479px) {

.t001 {
  font-size: 20px;
}
.t001:before, .t001:after {
  width: 35px;
}
.t001:before {
  left: -50px;
}
.t001:after {
  right: -50px;
}

.hSection {
  height: 220px;
}
.hSection h3 {
  font-size: 25px;
  text-align: left;
}

.textS h3 {
  font-size: 20px;
}
.textS span {
  font-size: 15px;
}


}

/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
.hSection {
  height: 340px;
}
.hSection h3 {
  font-size: 40px;
}
.textS h3 {
  font-size: 30px;
}
.textS span {
  font-size: 18px;
}


}


/* Small Devices, Nav */
@media (min-width : 902px) {
.sph {
  height: 82px;
}
}


/* Small Devices, Nav */
@media (max-width : 767px) {
.sph {
  height: 60px;
}
#home > div {
  margin-top: 80px;
}
.contServ > div {
  width: 100%;
}
.contServ > div + div {
  margin-top: 60px;
}
.contGalery a {
  width: 100%;
}

.contRecursos > div:first-child {
  padding-top: 40%;
}
.contRecursos > div {
  width: 100%;
}
.contRecursos > div > div {
  width: 100%;
  padding: 35px 15px;
}


.contS > div {
  width: 100%;
  padding: 30px 15px;
}
.contS > div + div {
  border-left: 0;
  border-top: 1px solid rgba(0, 69, 98, 0.10);
}


form > div {
  width: 100%;
}
form > div > textarea {
  position: relative;
  min-height: 200px;
  margin-bottom: 25px;
}


}

/* Medium Devices to Large Devices */
@media (min-width : 768px){
}

/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}

/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}



/******************************
* Footer
******************************/

/* Small Devices, Nav */
@media (max-width : 767px) {
.contDatos > .container > div > div {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
}


/******************************
* Menu
******************************/

/* Medium Devices to Large Devices */
@media (max-width : 900px){
.menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(255, 255, 255, .9);
  text-align: center;
}
.menuRes {
  display: block;
}
.contMenu {
  padding-top: 60px;
}
.logo {
  width: 130px;
}
.st0{fill:#004562;}
.st1{fill:#3DA2DB;}

.header {
  padding: 0 15px;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #f0f0f0;
}
.header .contMenu .menu ul li a {
  color: #004562 !important;
}

}

/* Medium Devices to Large Devices */
@media (min-width : 901px){
.menu {
  text-align: right;
}
.menu ul li {
  display: inline-block;
}
.menu ul li + li:before {
  content: '';
  height: 25px;
  position: absolute;
  top: 50%;
  left: -20px;
  border-left: 1px solid #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menu ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  border-top: 1px solid #fff;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menu ul li a:hover:before {
  width: 80%;
}
.header.activo .contMenu .menu ul li + li:before {
  border-left: 1px solid #004562;
}
.header.activo .contMenu  .menu ul li a:before {
  border-top: 1px solid #004562;
}


.st0,
.st1{
  fill:#fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.header.activo {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #f0f0f0;
}
.header.activo .contMenu .menu ul li a {
  color: #004562 !important;
}
.activo .st0{fill:#004562;}
.activo .st1{fill:#3DA2DB;}


}
