@charset "UTF-8";
html,
body {
  margin: 0;
  scroll-behavior: smooth;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 20px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body {
  background: radial-gradient(#D2D5DF, #fff);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body > .wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media only screen and (min-width: 37.5em) {
  body > .wrapper {
    padding-top: 70px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

@media only screen and (min-width: 37.5em) {
  .wrapper {
    padding: 30px;
    padding-bottom: 0;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: #002554;
  text-decoration: none;
}

a:hover {
  color: #0052ba;
  text-decoration: none;
}

section.section-content {
  padding: 60px 30px;
  background: #f5f5f5;
}

.section-content img {
  max-width: 100%;
}

.btn {
  padding: 3px 25px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #fff;
  color: #00b5db;
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: transparent;
  font-family: "Source code variable", monospace;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 37.5em) {
  .btn {
    font-size: 30px;
  }
}

.btn:hover,
.btn.active {
  background-color: #fff;
  color: #00b5db;
}

::-webkit-scrollbar {
  width: 15px;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid a {
  width: 100%;
}

.grid a img {
  width: 100%;
}

.full-width {
  width: 100%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 

##     ## ########    ###    ########  ######## ########  
##     ## ##         ## ##   ##     ## ##       ##     ## 
##     ## ##        ##   ##  ##     ## ##       ##     ## 
######### ######   ##     ## ##     ## ######   ########  
##     ## ##       ######### ##     ## ##       ##   ##   
##     ## ##       ##     ## ##     ## ##       ##    ##  
##     ## ######## ##     ## ########  ######## ##     ## 

 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ecf0f1;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  z-index: 0;
}

header .menu-icon {
  display: block;
  margin-left: auto;
}

header nav.responsive {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

header nav a {
  display: block;
  text-align: center;
}

header nav a.btn {
  margin-bottom: 15px;
}

.top-menu {
  background: -webkit-gradient(linear, left top, right top, from(#A5A5A5), color-stop(#E4E4E4), to(#fff));
  background: linear-gradient(90deg, #A5A5A5, #E4E4E4, #fff);
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 7px;
}

.top-menu a.logo-text,
.top-menu a.logo-text img {
  height: 35px;
}

header .wrapper {
  padding: 15px 60px;
}

header .section-content {
  width: 100%;
  padding: 0;
}

header {
  background: #DEE1E6;
  width: 100%;
}

header .iso {
  display: none;
}

header .social {
  display: none;
}

header a {
  color: #002554;
  text-decoration: none;
  text-transform: uppercase;
}

header .menu-icon a {
  font-size: 30px;
  font-weight: 700;
  margin-right: 15px;
}

header nav a {
  text-decoration: none;
  height: 100%;
  font-size: 20pt;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

header nav a:first-child {
  margin-top: 10px;
}

header nav a:hover {
  color: #0052ba;
}

@media screen and (min-width: 750px) {
  header {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  header .iso {
    display: block;
    height: 40px;
  }
  header .iso img {
    height: 100%;
  }
  header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .top-menu {
    display: none;
  }
  header nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    position: initial;
    background: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 21px;
    margin: 0px;
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header nav a {
    text-decoration: none;
    height: 100%;
    font-size: 16px;
    position: initial;
    margin-bottom: 0px;
    margin-left: 7px;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
  }
  header nav a:first-child {
    margin: 0;
  }
}

/* 
##     ## ######## ########   #######  
##     ## ##       ##     ## ##     ## 
##     ## ##       ##     ## ##     ## 
######### ######   ########  ##     ## 
##     ## ##       ##   ##   ##     ## 
##     ## ##       ##    ##  ##     ## 
##     ## ######## ##     ##  ####### 
 */
.hero {
  background: #f5f5f5;
  color: #00b5db;
  overflow: hidden;
  padding: 75px 15px 30px 15px;
}

.hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
  padding: 0;
}

.hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
}

.hero small {
  font-size: 26px;
  display: block;
  font-weight: 200;
}

.hero img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 37.5em) {
  .hero {
    padding: 30px;
  }
  .hero h1 {
    font-size: 50px;
    margin: 0;
  }
  .hero small {
    font-size: 46px;
  }
  .hero a.logo-text {
    display: block;
    width: 260px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

/* 
 ######  ##       #### ########  ######## ########  
##    ## ##        ##  ##     ## ##       ##     ## 
##       ##        ##  ##     ## ##       ##     ## 
 ######  ##        ##  ##     ## ######   ########  
      ## ##        ##  ##     ## ##       ##   ##   
##    ## ##        ##  ##     ## ##       ##    ##  
 ######  ######## #### ########  ######## ##     ## 
 
 */
.slider-container {
  position: relative;
}

.slider {
  height: 350px;
  overflow-x: scroll;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider .slider-item {
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100vw;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.slider-image.center {
  -o-object-position: center;
     object-position: center;
}

.slider-image.left {
  -o-object-position: left;
     object-position: left;
}

.slider-image.right {
  -o-object-position: right;
     object-position: right;
}

.slider-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.slider-content.v-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-content.v-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slider-content.v-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider-content.h-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.slider-content.h-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.slider-content.h-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.slider-content-text, .slider-content-tilte {
  margin-top: 0;
  font-size: 35px;
  line-height: 1.1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  margin: 0;
}

.slider-content-text mark, .slider-content-tilte mark {
  -webkit-box-shadow: 10px 0 0 #17A5DE, -10px 0 0 #17A5DE;
          box-shadow: 10px 0 0 #17A5DE, -10px 0 0 #17A5DE;
  background: #17A5DE;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.slider-content-tilte {
  font-weight: 700;
}

.slider-content-text {
  font-weight: 200;
}

.slider-content .btn {
  margin-top: 30px;
}

.slider .slider-control {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.slider .slider-control .slider-btn {
  width: 18px;
  height: 28px;
  background: #fff;
  opacity: 0.4;
  margin-right: 15px;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.slider .slider-control .slider-btn.active {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 37.5em) {
  .slider {
    height: 550px;
  }
  .slider-content {
    padding: 60px 90px;
  }
  .slider-content-text, .slider-content-tilte {
    margin-top: 0;
    font-size: 50px;
    max-width: 400px;
  }
  .slider-content-text {
    font-size: 40px;
  }
  .slider .slider-control {
    bottom: 35px;
    left: 90px;
  }
}

@media only screen and (min-width: 1050px) {
  .slider {
    height: 650px;
  }
}

/* 
####  ######   #######  ##    ##     ######   ########  #### ########  
 ##  ##    ## ##     ## ###   ##    ##    ##  ##     ##  ##  ##     ## 
 ##  ##       ##     ## ####  ##    ##        ##     ##  ##  ##     ## 
 ##  ##       ##     ## ## ## ##    ##   #### ########   ##  ##     ## 
 ##  ##       ##     ## ##  ####    ##    ##  ##   ##    ##  ##     ## 
 ##  ##    ## ##     ## ##   ###    ##    ##  ##    ##   ##  ##     ## 
####  ######   #######  ##    ##     ######   ##     ## #### ########   
*/
.box__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1px;
  background: #002d64;
  background: radial-gradient(circle, #002d64 16%, #001121 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}

.box__grid .box {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: rgba(10, 68, 94, 0.47);
  background: radial-gradient(circle, rgba(10, 68, 94, 0) 0%, rgba(0, 46, 65, 0.3) 90%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box__grid .box .icon {
  width: 150px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.box__grid .box .icon img {
  max-height: 100px;
  max-width: 150px;
  margin-top: 20px;
  padding: 10px;
}

.box__grid .box .box__title {
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media only screen and (min-width: 450px) {
  .box__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }
  .box__grid .box {
    height: 275px;
  }
}

@media only screen and (min-width: 712px) {
  .box__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.box_link {
  text-decoration: none;
  color: white;
}

a.box_link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

a.box_link:hover {
  opacity: 0.5;
}

.servicios a.box_link:hover {
  opacity: 0.9;
}

.video-carrousel {
  background: #fff;
  color: #00b5db;
  padding: 15px;
}

.video-carrousel .video_title {
  font-size: 35px;
}

.video-carrousel .video_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.video-carrousel .video_list iframe,
.video-carrousel .video_list .ytplayer {
  width: 100%;
  height: 250px;
  position: relative;
}

.video-carrousel .video_list iframe .video_btn,
.video-carrousel .video_list .ytplayer .video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
}

.video-carrousel .video_list iframe .video_btn :hover .ytp-large-play-button-bg,
.video-carrousel .video_list .ytplayer .video_btn :hover .ytp-large-play-button-bg {
  cursor: pointer;
  fill: #EC2B00;
  fill-opacity: 1;
}

@media only screen and (min-width: 37.5em) {
  .video-carrousel {
    padding: 30px;
  }
  .video-carrousel .video_title {
    font-size: 45px;
  }
  .video-carrousel .video_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

.grid-responsive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.card {
  overflow: hidden;
  position: relative;
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}

.card a {
  color: #fff;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 37, 84, 0.9);
  text-decoration: none;
  text-align: center;
  padding: 60px;
  font-weight: 600;
  font-size: 35px;
}

.card:hover .card-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card:hover a {
  background: rgba(0, 37, 84, 0.95);
}

/* 
     ######   #######   ######  ####    ###    ##          ####  ######   #######  ##    ##  ######  
    ##    ## ##     ## ##    ##  ##    ## ##   ##           ##  ##    ## ##     ## ###   ## ##    ## 
    ##       ##     ## ##        ##   ##   ##  ##           ##  ##       ##     ## ####  ## ##       
     ######  ##     ## ##        ##  ##     ## ##           ##  ##       ##     ## ## ## ##  ######  
          ## ##     ## ##        ##  ######### ##           ##  ##       ##     ## ##  ####       ## 
    ##    ## ##     ## ##    ##  ##  ##     ## ##           ##  ##    ## ##     ## ##   ### ##    ## 
     ######   #######   ######  #### ##     ## ########    ####  ######   #######  ##    ##  ######  
 */
.social_channels {
  background: #002554;
  color: #fff;
  margin: 15px 0;
  min-height: 500px;
  padding: 30px;
}

.social_title {
  font-size: 30px;
}

.soc {
  display: block;
  font-size: 0;
  list-style: none;
  padding: 15px 0;
}

.soc li {
  display: inline-block;
}

.soc a,
.soc svg {
  display: block;
}

.soc a {
  position: relative;
  height: 32px;
  width: 32px;
}

.social-icon:hover {
  border-radius: 100%;
  color: #fff;
  fill: #002554;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.social-icon {
  color: #fff;
  fill: #fff;
}

.social-icon:hover {
  background: #fff;
}

.line {
  width: 100%;
  height: 3px;
  background: #354670;
  background: radial-gradient(circle, rgba(53, 70, 112, 0) 5%, #354670 60%);
}

@media screen and (min-width: 650px) {
  .social_title {
    font-size: 40px;
    max-width: 370px;
  }
  .soc {
    padding: 48px;
    padding: 4.8rem;
    text-align: left;
    padding: 15px 0;
  }
  .soc li {
    display: inline-block;
    margin: 12px;
    margin: 1.2rem;
  }
  .soc a {
    position: relative;
    height: 30px;
    height: 3rem;
    width: 30px;
    width: 3rem;
  }
}

footer {
  background: white;
}

.footer {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  padding-bottom: 0;
}

.footer a.logo-text {
  width: 150px;
  margin-left: 10px;
}

@media screen and (min-width: 650px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer a.logo-text {
    width: 216px;
  }
}

.mensaje {
  width: 150px;
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

p.copyright {
  font-size: 13px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.bttm-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 45, 100, 0.8);
  -webkit-filter: none !important;
          filter: none !important;
}

.modal iframe {
  width: 100%;
  min-height: 350px;
  min-height: 50vh;
}

.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.div_contendor {
  position: relative;
  padding-bottom: 56.25%;
  /*panorámico*/
  padding-top: 25px;
  height: 0;
}

.div_contenedor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.single .home-hero {
  background-color: #fff;
}

main.single img.responsive.contain {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}

main.single article.single-article {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.single article.single-article > * {
  margin: 0;
}

main.single article.single-article aside {
  width: 100%;
  max-width: 400px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

main.single article.single-article aside .single-map {
  width: 100%;
  position: relative;
  height: 450px;
  z-index: 0;
}

main.single article.single-article .article-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0;
}

main.single article.single-article .contact {
  float: left;
  width: 100%;
  margin: 0 15px 10px 0;
}

.image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  min-width: 100%;
}

.image-grid img {
  opacity: 0.8;
  cursor: pointer;
  margin-left: 7px;
}

.image-grid img:first-child {
  margin-left: 0;
}

.image-grid img:hover {
  opacity: 1;
}

/* The expanding image container */
.container {
  position: relative;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */