
@font-face {
  font-family: Blanch_caps;
  src: url('../font/BLANCH_CAPS_INLINE.otf');
}
@font-face {
  font-family: Roboto;
  src: url('../font/roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family:Myriad_pro_Bold;
  src:url('../font/MyriadPro-Bold.otf');
}
@font-face {
  font-family:Myriad_pro_Light;
  src:url('../font/myriadpro-light.otf');
}
@font-face {
  font-family:Myriad_pro_SemiCn;
  src:url('../font/MyriadPro-BlackSemiCn.otf');
}
*{
  margin: 0;
  padding:0;
  border:none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Myriad_pro_Light;
  font-size: 14px;
}
.main_nav > li > a:hover, .main_nav li.selected > a{
  text-decoration: none !important;
}
.main_nav > li > a:hover::after, .main_nav  li.selected a::after, .main_nav > li:hover > a::after{
  background: #fff;
  margin-bottom: -1px;
  opacity: 1;
  transition: 0.4s ease;
}
/* .main_nav  li.selected a::after{
   background: #fff !important;
 } */
.main_nav > li > a:hover::after, .main_nav > li:hover > a::after, .main_nav  li.selected a::after{
  background: #009184;
}
.main_nav > li > a::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #007bff;
    margin-bottom: -5px;
    opacity: 0.0;
  transition: 0.4s ease;
  z-index: 0;
}
h2 {
    font-size: 23px !important;
}
.first{
  width: auto;
  max-width: 50%;
  margin-right: 30px;
}
.second{
  width: auto;
  min-width: 150px;
}
img {
    max-width: 100%;
}
body, html{
  position: relative;
  height: 100%;
}
a {
    transition: .4s;
}
/* p strong{
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 10px;
  color:#066071;
} */
.main_nav li.selected a{
    text-decoration: underline;
}
.footer_inner a:hover {
    transition: .4s;
    color: #95ffd3;
    text-decoration: none;
    /* text-decoration: underline; */
}
#main{
  height: 100%;
  position: relative;
}
.clear{
  clear: both;
}
.max-960{
  max-width: 960px;
}
.section, .section1, .section2, .secction3{
  width: 100%;
  min-height: 100%;
  position: relative;
  text-align: center;
  padding: 2rem 0 0;
  background: #fff;
}
#main  .section1, #main  .section3{
  padding:0;
  margin-bottom: -41px;
}
#main .section2, #main  .section3{
  min-height: inherit;
}
.bg_main{
  background: #066071;
}
.bg_relative{
  background: #009184;
}
.header{
  background: #066071;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  border-bottom: 3px solid #95ffd3;
  z-index: 9999;
}
.banner_zooinout{
  position: fixed;
  z-index: 0;
}
.banner{
  position: relative;
  z-index: 100;
}
.textElement{
    /* font: bold 38px 'Droid Sans', Verdana, Helvetica, sans-serif; */
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2;
    color: #fff;
    width: 95%;
    text-align: justify;
    height: min-content;
    position: absolute !important;
    top: 85% !important;
}
.textElement div{
  background: -prefix-linear-gradient(left, rgba(0,0,0,1.0), rgba(0,0,0,0.0) 95%);
  background: linear-gradient(to right, rgba(0,0,0,1.0), rgba(0,0,0,0.0) 95%);
  display: inline-block;
  max-width: 850px;
  padding: 6px 10% 6px 25px;

}
/* .zoominout_text_line {
    position: absolute;
    margin-top: 70% !important;
} */
.content{
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
/**/
.header .content {
    display: table;
    width: 100%;
    padding: 0;
}
  .logo {
      display: inline-table;
      position: relative;
      padding: 5px 15px;
      background: #fff;
      margin-right: 0px;
      height: 41px;
      text-align: center;
      box-sizing: border-box;
  }
  .logo img{
      max-width: inherit;
      height: 43px;
      position: relative;
      z-index: 10;
    }
    .white {
      padding: 7px 0 !important;
      background: #fff !important;
    }
    .white .main_nav > li > a{
      color: #868686; /*#066071;*/
      font-size: 14px;
    }
    .white::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: #006073;
        left: 0;
        bottom: 0px;
    }
    .white .main_nav .submenu li:first-child {
        margin-top: 26px !important;
    }
    .white .menu-button span {
      background: #006073;
        box-shadow: 0 10px 0 #006073, 0 -10px 0 #006073 !important;
    }
/**/
.main_nav{
  display: table-cell;
  position: relative;
  margin-bottom: 0;
  width: 80%;
  text-align: right;
}
.main_nav li{
  display: inline-block;
  /* position: relative; */
  margin: 0 0 0 1%;
}
.main_nav li a{
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 12px;
  margin: 0 12px;
}
/* .logo{
  display: inline-table;
  position: relative;
  padding: 5px 60px 5px 80px;
  background: #fff;
  margin-right: 50px;
  height: 41px;
  text-align: center;
}
.logo img{
  max-width: inherit;
  height: 35px;
  position: relative;
  z-index: 10;
} */
.logos{
  padding: 5% 15px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  align-self: center;
  transition: 0.4s;
}
/**/
.logo1{
  display: inline-table;
  position: relative;
  padding: 5px 50px;
  background: #fff;
  margin-right: 50px;
  height: 41px;
  text-align: center;
  box-sizing: border-box;
}
.logos1{
  display: inline-table;
  position: relative;
  padding: 5px 50px;
  background: #fff;
  margin-right: 50px;
  height: 41px;
  text-align: center;
  box-sizing: border-box;
}
.logo1 img{
  max-width: inherit;
  height: 40px;
  position: relative;
  z-index: 10;
}
/**/
.logos:hover img{
  -webkit-filter: saturate(1);
  filter: saturate(1);
  transition: 0.3s;
  opacity: 1;
}
.logos img{
  max-width: 130px;
  max-height: 60px;
  /*-webkit-filter: saturate(0);
  filter: saturate(0);
  transition: 0.8s;
  opacity: 0.85;*/
}
.max-960{
  max-width: 960px !important;
}
span.logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    border-bottom: 45px solid #fff;
    border-left: 20px solid #fff;
    border-right: 45px solid transparent;
    /* border-top: 41px solid transparent; */
    z-index: -1;
}
/**/
a.btn_mouse {
  cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 3.5%;
    right: 0;
    left: 0;
    margin: auto;
    width: 38px;
    height: 55px;
    border: 1px solid #fff;
    z-index: 99;
    border-radius: 40%;
    transition: .4s;
    background: rgba(0,0,0,0.4);
}
.effect {
    /* position: relative;
    top: 5%;
    left: 38%;
    width: 10px;
    height: 10px;
    margin-left: 0;
    background: rgba(255,255,255,1);
    z-index: 99;
    border-radius: 50%;
    transition: .4s;
    box-shadow: 1px 1px 8px #000; */
    position: relative;
    top: 5%;
    left: 45%;
    width: 4px;
    height: 12px;
    margin-left: 0;
    background: rgba(255,255,255,1);
    z-index: 99;
    border-radius: 35%;
    transition: .4s;
    box-shadow: 1px 1px 8px #000;
}
.effect {
    /* -webkit-animation: fadeIn 2s infinite; */
    animation: fadeOutDown 2.3s infinite;
}
/**/
.table{
  display: table !important;
}
.table-cell{
  display: table-cell !important;
  vertical-align: middle;
}
.d-inline-table{
  display: inline-table !important;
  vertical-align: middle;
}
h1,h2,h3,h4{
  font-family:Myriad_pro_Bold; /* Myriad_pro_SemiCn*/
}
p, ul, ol{
  /* color:#878787;*/
  color: #696969;
}
ul.lista {
    padding-left: 0;
    margin-bottom: 15px;
    text-align: justify;
}
ul {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    list-style-type: circle;
}
u{
  text-decoration: underline;
}
li {
    margin-bottom: 10px;
}
.lista > li {
    border-bottom: 1px inset #009184;
}
.lista li.unlink {
    border-top: 1px inset #e9ecef;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.lista .unlink p {
    padding: 8px 15px;
    font-size: 13px;
    color: #fff;
    background: #009184;
    margin-bottom: 0;
}
.lista .unlink p span {
    display: block;
    font-size: 11px;
    color: #ffffff;
    /* font-family: sans-serif; */
    letter-spacing: 1px;
}
.ancle {
    padding-top: 90px !important; /*90*/
    margin-top: -60px !important;
}
.picture .mask {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    padding-top:325px;
    z-index: 10;
    margin: auto;
    overflow: hidden;
    top: 6px;
}
.picture .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100.5%;
  min-width: 100.5%;
  height: auto;
  max-width: inherit;
  z-index: 1;
}
.picture::after {
    content: '';
    position: absolute;
    bottom: 0px; /*-1*/
    left: 0;
    width: 100%;
    padding-top: 25%;
    z-index: 9;
    background: url(../img/sombra1.png) center top;
    background-size: cover;
}
.picture {
  position: relative;
  text-align: center;
  /* margin-bottom: 35px; */
}
.flex_b {
    display: flex;
}
.box-inline {
  display: flex;
    max-width: 280px; /*280*/
    margin: 25px 10px;
    /* width: 33%; */
    /* box-sizing: border-box; */
}
.box-inline h4 {
    font-size: 13px;
    text-align: left;
    color: #9bba46;
}
.box-inline p {
    font-size: 12px;
    text-align: left;
}
.box-inline img {
  width: auto !important;
    max-width: 120px;
    max-height: 70px;
    margin-right: 15px;
}
.bg_green{
  background-color: #054552;
}
.bg_img1{
  background-image: url('../img/fondo_turqueza.jpg');
  background-size: cover;
  background-position: center center;
}
.box-picture {
  position: relative;
    max-width: 330px;
    margin: 25px 15px;
    width: 33%;
    padding-top: 30%;
    background: #000;
    overflow: hidden;
    transition: .5s;
}
.box-picture h4{
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    font-family: Myriad_pro_Light !important;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
    transition: .4s ease;
}
.box-picture h4::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 40px;
    background: rgba(95,95,95,.88);
    left: 0;
    bottom: -75px;
    z-index: -1;
    transition: .4s ease;
}
.box-picture:hover h4::after {
    bottom: -13px;
    transition: .4s ease;
}
.box-picture:hover h4 {
  transition: .4s ease;
  bottom: 10px;
}
.box-picture img{
    position: absolute;
    top: 50%;
    left: 50%;
    /* min-height: 100%;
    max-width: 200%; */
    min-width: 100.5%;
    height: auto;
    max-height: 100.5%;
    max-width: inherit;
    transform: translate(-50%,-50%);
    z-index: 5;
    transition: .5s ease;
    opacity:0.5;
}
.box-picture:hover img{
  min-width: 110%;
  max-height: 110%;
  transition: .5s ease;
  opacity:1;
}
/**/
.box-news{
  margin-bottom: 30px;
}
.img_news {
    position: relative;
    width: 30%;
    display: table-cell;
    overflow: hidden;
    min-width: 160px;
    padding-top: 20%;
}
.img_news::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #f3f3f3;
}
.img_news img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100.5%;
    height: auto;
    max-height: 100.5%;
    max-width: inherit;
    z-index: 10;
}
.text_news {
    text-align: justify;
    width: 70%;
    padding: 10px 30px 10px 20px;
    display: table-cell;
    vertical-align: middle;
    background: #f3f3f3;
}
.text_news:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  right: 15px;
  /* background: #244d72; */
  background: -prefix-linear-gradient(top, #234c71, #437986 80%);
  background: linear-gradient(to bottom,  #234c71, #437986 80%);
}
.text_news h2 {
    font-size: 14px !important;
}
.text_news h4 {
    font-family: Myriad_pro_Light;
    font-size: 13px;
    font-weight: bold;
    color: #066071;
}
.text_news a {
    float: right;
    color: #066071;
}
.text_news span {
    color: #0a0a0a;
    font-size: 13px;
}
.text_news p {
    color: #878787;
    line-height: 1.2;
}
/**/
.footer{
  background: #fff;
}
.footer, .by{
  position: relative;
  z-index: 10;
}
.footer-f{
  display: -ms-flexbox;
  display: flex;
}
.contac, .map, .icon{
    display: -ms-flexbox;
    display: flex;
    width: 46%;
}
.contac * {
    display: block;
}
.contac{
    padding: 40px 15px;
    /* background: url('../img/bg_contac.png') repeat-y top left; */
    background: #386878;
}
.contac h2{
    color: #008f83;
    text-transform: uppercase;
}
.contac p, .contac strong, .contac a{
    color: #fff;
}
.contac a:hover {
    color: #fff;
}
.contac strong{
    font-size: 15px;
}
.box {
    display: inline-block;
    margin: auto;
}
.footer-f .icon{
  width: 8%;
  min-width: 80px;
  background: #50626c;
}
.icon i{
  color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: .5s ease;
}
.icon a{
  position: relative;
    display: block;
    margin-bottom: 20px;
    width: 35px;
    height: 34px;
    /* background: #009184; */
}
.icon a:last-child{
  margin-bottom: 0px;
}
.icon a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #009184;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    transition: .5s ease;
}
.icon a:hover i {
    font-size: 27px;
    transition: .4s ease;
}
.icon a:hover::after{
  width: 80%;
  height: 80%;
  border-radius: 20px;
    transition: .5s ease;
}
/**/
.by {
    padding: 5px;
}
.by p, .by a {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}
div#map-canvas {
    padding-top: 17%;
}
/**/
.banner_inner, .banner_inner img{
  position: relative;
  width: 100% !important;
  height:auto !important;
  z-index: 10;
  font-size: 0;
  line-height: 0;
}
.title_inner{
  position: absolute;
  right:0;
  left:0;
  bottom:0;
  color: #fff;
  text-align: center;
  z-index: 10;
  text-transform: uppercase;
  margin: 0 auto 4%;
  text-shadow: 2px 0 6px #212529, -2px 0 6px #212529, 0 2px 6px #212529, 0 -2px 6px #212529, 1px 1px #ccc, -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc;
  font-size: 29px !important;
}
.bg_1{
  background: #dcedf9 !important;
}
.bg_2{
  background: #eaeaea !important;
}
.bg_3{
  background: #dcf8f9 !important;
}
.bg_4{
  /* background: #e91e6326 !important; */
  background: #062af130 !important;

}
.block_text:nth-child(odd) .card {
  background: #dcedf9 !important;
}
.block_text:nth-child(even) .card{
  background: #eaeaea !important;
}
.text h1,.text h2,.text h3,.text h4{
  color: #035c5f;
  font-size: 1.2rem;
}
.box_col.img img {
    max-height: 200px;
}
.box_row, .box_col{
  position: relative;
  margin-bottom: 4%;
  display: table;
  padding: 5% 15px;
  box-sizing:border-box;
}
.box_row:last-child{
  margin-bottom: 0%;
}
.box_col{
  height: 100% !important;
  margin-bottom: 4%;
  padding: 0px;
}
/**/
.block_cat{
  position: relative;
  height: 100%;
  background: #ccc;
  /* padding: 5px 0; */
  border: 3px solid #066071;
  transition:.5s;
  border-radius: 10px;
  overflow: hidden;
}
.block_cat:hover{
  border: 3px solid #95ffd3;
  transition:.5s;
}
.block_cat h2{
  text-transform:uppercase;
  position: relative;
  margin: 10px 0;
  font-size: 14px !important;
  font-weight: bold;
  font-family: Myriad_pro_Light;
}
.block_cat a{
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block_img{
  position: relative;
  z-index: 5;
  padding-top: 80%;
  overflow: hidden;
  /* background: rgba(6, 96, 113,1); */
  transition: 0.5s;
}
.block_img img{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%,-50%);
  transition: 0.5s;
}
.block_img span{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 0px;
  transition: .5s;
}
.block_cat:hover .block_img span{
  z-index: 7;
  font-size: 16px;
  transition: 0.7s;
  /* text-transform:uppercase; */
}
.block_img::after{
  content: "";
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transform: scale(0.5) rotateY(180deg);
    display: block;
    visibility: hidden; */
    background: rgba(6, 96, 113, 0.7);
    opacity: 0;
    transition: 0.8s ease;
    z-index: 3;
}
.block_cat:hover .block_img::after{
    /* visibility: visible;
    transform: scale(1) rotateY(0); */
    opacity: 1;
    z-index: 5;
}
.block_cat:hover .block_img img{
  /* opacity: 0.3; */
  min-height: 110%;
  min-width: 110%;
  transition: 0.8s ease;
}
/**/
.img, .text{
  display: table-cell;
  position: relative;
  vertical-align: middle;
  background: none;
}
.text{
  line-height: 1.2;
}
.img img{
  min-width: 190px;
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 5px 10px 19px -1px rgba(0,0,0,0.38);
  -moz-box-shadow: 5px 10px 19px -1px rgba(0,0,0,0.38);
  box-shadow: 5px 10px 19px -1px rgba(0,0,0,0.38);
  /* max-height: 200px; */
}
.box_row .img{
  width: 30%;
}
.box_row .text{
  width: 70%;
  text-align: justify;
  padding: 0 20px;
}
.box_col .text, .box_col .img{
  width: 100%;
  text-align: justify;
  padding: 0 20px;
}
.box_col .text{
  display: table;
  height: 60%;
}
.middle{
  display: table-cell;
  vertical-align: middle;
}
.box_col .img{
  display: block;
  text-align: center;
  height: 30%;
}
/**/
.table-content{
  display: table;
}
.table_text {
    display: table-cell;
    vertical-align: middle;
    width: 65.5%;
    /* padding: 10px 5% 0px; */
    padding: 40px 5% 30px;
}
.table_img {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    position: relative;
    left: -2%;
    min-width: 240px;
}
.table_img .photo{
    display: inline-block;
    width:100%;
    padding-top: 90%;
    position: relative;
    -webkit-box-shadow: 5px 10px 19px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 5px 10px 19px -1px rgba(0,0,0,0.38);
    box-shadow: 5px 10px 19px -1px rgba(0,0,0,0.38);
    overflow: hidden;
    z-index: 0;
    margin-top: 8px;
}
.photo img{
    position: absolute;
    min-width: 100.5%;
    height: auto;
    max-height: 130%;
    max-width: inherit;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
/**/
.content .photos img:nth-child(3) {
    margin-right: 0 !important;
}
a.pdf {
    padding-left: 35px;
    background: url(../img/ico_pdf.png) center left no-repeat;
    background-size: contain;
    display: inline-block;
    line-height: 2.1;
}
.txt_block {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: justify;
    /* padding: 20px 5% 10px; */
    padding: 35px 5% 25px;
}
.table_text h2, .txt_block h2 {
    margin-bottom: 15px;
    color: #000;
    text-align: left;

}
.table_text p strong, .txt_block p strong {
    font-family:Myriad_pro_Bold;
    font-size: 15px;
    color: #000;
}
.photos img:last-child {
    margin-right: 0;
}
.photos a {
  display: block;
  text-align: left;
}
.photos img {
    text-align: center;
    margin: 20px 10% 20px 0;
    width: 100% !important;
    height: auto !important;
    max-width: 200px !important;
    max-height: 133px !important;
}
.box_h3 h3{
    position: relative;
    color: #495057;
    display: inline-block;
    font-size: 16px;
    font-family: Myriad_pro_Light;
    text-align: center;
    margin: 1% 2%;
    width: 155px;
    height: 160px;
    font-weight: bold;
}
.box_h3 h3:first-child{
  display: none;
}
.box_h3 h3::before {
    content: "";
    position: absolute;
    background: url(../img/sombra2.png) no-repeat;
    width: 30px;
    background-size: contain;
    height: 100%;
    top: 0;
    right: -29px;
}
/* .box_h3 h3::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */
.box_h3 h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
}
/**/
.box_h3 h3:nth-child(odd){
  background: #dcedf9 !important;
}
.box_h3 h3:nth-child(even){
  background: #eaeaea !important;
}
/*
.box_h3 h3:nth-child(1){
  background: #dcedf9 !important;
}
.box_h3 h3:nth-child(2){
  background: #eaeaea !important;
}
.box_h3 h3:nth-child(3){
  background: #dcf8f9 !important;
}
.box_h3 h3:nth-child(4){
  background: #062af10d !important;
}
*/
@media (max-width: 1080px){
  .table_img {
      left: 0%;
  }
  .table_text {
      padding: 10px 5% 5px;
  }
}
@media (max-width: 800px){
  .table_text, .table-content, .table_img{
      display: block;
      width: 100%;
      text-align: center;
  }
  .table_img .photo{
      width: 494px;
      height: 450px;
      padding-top: 0;
      margin-top: 0px;
  }
}
@media (max-width: 540px){
  .table_img .photo{
    width: 100%;
    height: auto;
    padding-top: 91.278%;
  }
}
/**/
.footer_inner{
  background: -prefix-linear-gradient(top, #2a626e, #032e38 80%);
  background: linear-gradient(to bottom,  #2a626e, #032e38 80%);
  padding: 8px 15px;
  position: relative;
}
.footer_inner a, .footer_inner p, .footer_inner strong{
  font-size: 12px;
  color: #fff;
}
.footer_inner strong{
  font-size: 13px;
  font-weight: normal;
  font-family:Myriad_pro_Light;
}
.center{
  text-align: center;
}
.right-to-center{
  text-align: right;
}
.icons i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  color: #fff;
  font-size: 15px;
  z-index: 5;
  transition: .5s ease;
}
.icons a {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    width: 30px;
    height: 30px;
}
.icons a::after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  height:100%;
  background: #009184;
  z-index: 2;
  transition: .5s ease;
}
.icons a:hover i {
    font-size: 21px;
    transition: .5s ease;
}
.icons a:hover::after{
  width: 90%;
  height: 90%;
  border-radius: 50%;
  transition: .5s ease;
}
.icons a:last-child {
    margin-right: 0px;
}
/**/
.col_box .block_text {
  margin: 0 auto 25px;
  max-width: 400px;
  width: 100%;
}
.block_text p{
  text-align: justify;
}
.block_text ul {
    margin-bottom: 0;
    line-height: 1;
}
/**/
.paralax_box{
  padding-top: 30% !important;
  min-height: 350px;
  margin: 0 0 3%;
}
.paralax_box, .bg_paroller{
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: .5rem 0;
}
.box_col1, .box_col2, .box_col3{
  display: table-cell;
  vertical-align: middle;
}
.box_col1{
  width: 20%;
}
.box_col2{
  width: 32.5%;
}
.box_col3{
  width: 50%;
}
.us {
    padding: 10px 5% 0px;
}
.us_img{
  position: relative;
  left: -2%;
}
/**/
.table-f {
    display: table;
}
/**/
.text_news h2{
  color: #066071;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
.new h4{
  color: #009184;
  font-family:Myriad_pro_Light;
  text-align: left;
  font-size: 13px;
  /* margin-right: 15px; */
}
div#fecha {
  margin-bottom: 10px;
}
.new h1{
  color: #066071;
  font-size: 16px;
  margin-bottom: 18px; /*2rem;*/
  text-transform: uppercase;
}
.new img{
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  max-height: 550px;
  margin: 0;
}
/**/
div#foto > a.watch {
    display: block;
    color: #006073;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 13px;
    background: none !important;
}
div#foto > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #006073;
    transition: all .3s ease;
}
div#foto > a:hover img {
    opacity: .4;
    transition: all .4s ease;
    transform: scale(1.3);
}
div#foto > a img {
  transition: all .4s ease;
}
div#foto > a::after {
  content: "VISUALIZAR";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  font-size: 0;
  color: #fff;
  text-transform: uppercase;
  transition: all .3s ease;
  transform: translate(-50%, -50%);
}
div#foto > a:hover img {
    opacity: .4;
    transition: all .4s ease;
    transform: scale(1.3);
}
div#foto > a:hover::after {
    font-size: 14px;
    transition: .4s ease;
}
/**/
.cell-2{
  flex: 2;
}
.cell-1{
  flex: 1;
}
@media(max-width:720px){
  div#foto {
    flex: none !important;
    text-align: center;
    overflow: hidden;
    margin: 15px 0;
  }
  div#foto img {
      margin: 0px;
      max-width: 550px;
      max-height: 650px;
  }
  /* a.watch {
      margin-top: 20px;
  } */
  .center-sm{
    text-align: center !important;
  }
  .new h1 {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}
/**/
.row{
  padding: 0 15px;
}
.row1{
  width: 20%;
}
.row2{
  width: 57%;
}
.row3{
  width: 30%; /*43*/
}
.row .row1{
  max-width: 240px;
  order: 3;
}
.row .row2{
  width: inherit;
  max-width: 705px;
  order: 2;
  margin: auto;
  display: inline-block;
}
.img-l .row3{
  position: relative;
  margin-left: -2%;
}
.img-r .row3 {
    position: relative;
    width: 20%;
    max-width: 210px;
    order: 1;
}
.img-r .row1{
  position: relative;
  right: 10px;
  order: 3;
}
.row .row1, .row .row3{
  align-self: center;
}
.row1, .row2, .row3 {
    display: table-cell;
    vertical-align: middle;
}
.row3 img {
    min-width: 240px;
}
.row1 h2{
  text-transform: uppercase;
}
/**/
.card {
    padding: 20px;
    height: 100%;
    /* border: none !important; */
    border: 1px solid #ccc3 !important;
    margin-bottom: 70px;
}
.card ul {
    text-align: justify;
}
#four_box .card {
  margin-bottom: 0px;
}
#four_box .block_text {
    max-width: 750px !important;
}
.card img{
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: auto !important;
    height:60px;
    opacity: 0.7;
}
.card span{
    /* background-image: url(../img/sombra.png);
    width: 100%;
    height: 30px;
    bottom: -28px;
    left: 0px; */
    z-index: -9;
    background-size: cover;
    position: absolute;
    background-image: url(../img/sombra2.png);
    width: 30px;
    height: 100%;
    top: 0;
    right: -28px;
}
    /*-webkit-box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);*/
.card::before {
    content: "";
    position: absolute;
    background-image: url(../img/sombra2.png);
    width: 30px;
    background-size: cover;
    height: 100%;
    top: 0;
    right: -28px;
}
.back {
    padding: 0 15px;
}
.back a {
    color: #066071;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: all 200ms ease;
}
.back a:hover {
    color: #009184;
    text-decoration: none;
    transition: all 200ms ease;
}
/**/
.sitemap {
  padding: 10px 0;
  /* background: -prefix-linear-gradient(top, #2a626e, #032e38 80%);
  background: linear-gradient(to bottom, #009184, #066071 80%);
  -webkit-box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
  box-shadow: inset 0px 5px 25px -6px rgba(0,0,0,0.7);
  background: rgba(255, 255, 255, 1); */
  background: rgba(95, 95, 95, 1);
  -webkit-box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
  box-shadow: 0px 5px 25px -6px rgba(0,0,0,0.7);
}
.sitemap a, .sitemap span, .sitemap p{
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    vertical-align: middle;
    padding: 1px 0;
}
.sitemap span.active {
  color: #f8f9fa;
  /* text-decoration: underline; */
  font-size: 23px; /*25px;*/
  margin-left: 15px; /*20px;*/
  font-family: Roboto;
  line-height: 1;
  text-shadow: 1px 1px 1px #000;
}
@media(max-width:1200px){
  .row1, .table-f {
    display: block;
    width: 100%;
  }
  .img-r .row1{
    position: relative;
    right: 0px;
    order: 1;
    max-width: 100% ;
  }
  .row .row2{
    max-width: 80%;
  }
  .row .row3{
    max-width: 20%;
  }
}
@media(max-width:1180px){
  .main_nav li{
    margin: 0;
  }
  .logo{
    padding: 5px 30px 5px 50px;
  }
  .header .main_nav > li > a {
    font-size: 12px !important;
  }
}
/**/
@media(max-width:1080px){
  .first{
    max-width: 60%;
  }
  .box-inline {
    max-width: 47%;
    width: 500px;
  }
  .flex_b {
      flex-wrap:wrap;
  }
  /**/
  .box_col1 {
    display: table-caption;
    width: 100%;
  }
  .box_col3 {
    width: 60%; /*75*/
  }
  .us_img {
    left: 0;
  }
  .us {
      padding: 10px 5% 5px;
  }
  .title_inner{
    /* margin: -10% 0 3%; */
  }
}
@media(max-width:1055px){
  .main_nav {
    display: none;
  }
  .header .content{
    margin: 0;
  }
  .nav .menu-button{
    display: block;
  }
}
@media(max-width:900px){
  .box_h3 h3 {
    /* font-size: 13px;
    margin: 5% 5px;
    max-width: 140px;
    padding: 40px 25px;
    min-height: 80px;
    margin-bottom: 0px;
    vertical-align: top; */
    width: 45% !important;
  }
}
@media(max-width:991px){
  .img_news {
    width: 25%;
  }
  .text_news {
    width: 75%;
  }
  .box_col .text, .box_col .img{
    display: table-cell;
    height: auto;
  }
  #services2 .box_col {
    padding: 20px 0;
    margin: 35px 0 0;
  }
  #services2{
    margin-bottom: 25px;
  }
}
@media(max-width:800px){

  .row .row2{
    max-width: 100%;
  }
  .row2, .row3 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .img-r .row3 {
    width: 100%;
    max-width: inherit;
    order: 3;
  }
  .row3 {
    width: 100%;
    text-align: center;
    /* margin-bottom: 20px; */
  }
  .row3 img {
    max-height: 450px;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}
@media(max-width:768px){
  /* .pt-5, .py-5 {
    padding-top: 1.5rem !important;
  }
  .pb-5, .py-5 {
    padding-bottom: 1.5rem !important;
  }
  div#iso {
    padding-bottom: 60px;
  } */
  #services2{
    margin-bottom: 0px;
  }
  #services2 .box_col {
    margin: 10px 0 0;
  }
  #main  .section1, #main  .section3{
    margin-bottom: -70px;
  }
  .box_row:last-child{
    margin-bottom: 4%;
  }
  .box_col .img {
    padding: 0px;
  }
  .right-to-center, .left-to-center{
    text-align: center;
  }
  .icons a {
      margin-top: 8px;
  }
  .textElement {
    font-size:55px;
    top: 70% !important;
  }
  .flex_b {
    display: inline-block;
    max-width: 550px;
  }
  .box-inline {
    max-width: 100%;
    width: inherit;
  }
  .box-picture {
    margin: 25px 2px;
  }
  /**/
  .img, .text, .box_col .text, .box_col .img {
    display: block;
    text-align: center;
  }
  .box_row .text, .box_row .img, .box_col .text, .box_col .img  {
    width: 100%;
  }
  .img img, .box_col .img img{
    max-height: 450px;
  }
  .box_row .img {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media(max-width:580px){
  .table_text h2, .txt_block h2 {
    font-size: 15px !important;
  }
  .first{
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }
  .second{
    width: 100%;
    min-width: inherit;
  }
  .sitemap span.active {
    font-size: 15px;
  }
}
@media(max-width:568px){
  .box_col3 {
    display: block;
    width: 100%;
  }
  .title_inner {
    /* margin: -15% 0 2%;
    margin: -18% 0 2%; */
    font-size: 18px !important;
    padding: 0 15px;
  }
  .table-f {
      display: flex;
      flex-wrap: wrap;
  }
  .box_col {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .box_col .img  {
    margin: 15px 0 0;
  }
  .img_news {
    width: 100%;
    position: relative;
    display: block;
    padding: 0px 20px;
    padding-top: 89%;
    overflow: hidden;
  }
  .img_news::after {
    display: none;
  }
  .text_news:after {
    content: "";
    position: absolute;
    height: 0%;
    width: 0px;
    top: 0;
    background: none;
  }
  .textElement {
    font-size:70px; /*55*/
  }
}
@media(max-width:620px){
  .footer-f{
    display: block;
    position: relative;
  }
  .footer-f .contac{
    width: 100%;
    display:block;
    padding-right: 120px;
  }
  .footer-f .map{
    display: block;
    width: 100%;
  }
  div#map-canvas {
    padding-top: 450px; /*320px;*/
  }
  .footer-f .icon {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    height: 292px;
    /* height: 319px; */
  }
  /**/
  /* .new a{
    display: block;
    text-align: center;
  }
  .new img{
    display: inline-block;
    float: none;
    margin: 0 auto 30px;
    max-width: 450px;
    min-width: inherit;
    width: 100%;
  } */
}
@media(max-width:575px){
  #main  .section1, #main  .section3{
    margin-bottom: -91px;
  }
}
@media(max-width:548px){
  .footer-f .icon {
    height: 313px;
  }
}
