/* Text Elements */

h1.site-title {
  margin-top: 5px;
  padding-top: 16px;
  padding-right: 3px;
  color: #0a0a0a;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Montserrat', cursive;
}

h2.heading-1 {
  margin-left: 1px;
  padding-left: 1px;
  color: #807b7b;
  font-size: 14px;
}

h3 {
  color: #2a617d;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

h3 span.heading-text-4 {
  font-size: .75rem;
}

h3.subtitle {
  display: block;
  margin-bottom: .5rem;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

h3.section-title {
  margin-bottom: 0;
  background-color: #2e598d;
  color: #fafcfd;
  text-align: center;
  font-weight: 600;
  font-family: 'Roboto', cursive;
}

h3 span.heading-text-13 {
  font-weight: 600;
  font-size: .875rem;
}

h4 span.heading-text-6 {
  color: #3c3535;
}

h4.heading-2 {
  padding-left: 3px;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Roboto', cursive;
}

h4.skills-heading {
  margin-top: 11px;
  margin-bottom: 11px;
  color: #2e598d;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
}

p.paragraph.booking-paragraph {
  padding: 1px 2px 3px 5px;
  border-width: 0;
  border-style: solid;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.6;
}

p.paragraph.paragraph-1-1 {
  margin: 0 1px 3px;
  padding: 0 1px 3px;
  color: #646262;
  font-size: 14px;
  font-family: 'Roboto', cursive;
}

p.paragraph.block-paragraph {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #333;
  text-align: justify;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

p.paragraph {
  color: rgba(13, 44, 54, .85);
  letter-spacing: 0;
  font-size: 1.1rem;
  font-family: 'Podkova', cursive;
  line-height: 1.4;
}

p.paragraph span.paragraph-text-2 {
  color: rgba(6, 0, 0, .8);
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  color: rgba(0, 0, 0, .8);
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  color: rgba(3, 0, 0, .93);
}

span.text-element.text-2 {
  color: #fff;
  font-size: 10px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

span.text-element.TextCont {
  padding-left: 5px;
  color: #fbfafa;
  font-size: 12px;
}

a.link-text.nav-button {
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top-color: rgba(0, 0, 0, .4);
  border-bottom: .0625rem solid rgba(0, 0, 0, .4);
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', cursive;
}

a.link-text.footer-link {
  margin: 3px 3px 3px 0;
  padding: 2px 4px 2px 9px;
  color: #fefefe;
  text-align: center;
  font-weight: 700;
}

a.link-text.text-link-1 {
  margin: 8px 0 18px;
  color: #505052;
  font-size: 0;
  -webkit-filter: grayscale(.14);
          filter: grayscale(.14);
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

a.link-text.service-title {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Roboto', cursive;
}

a.link-text.text-link-2 {
  margin: 0 0 14px 1px;
  color: #fdfdfd;
  font-size: 12px;
}

a.link-text.site_title {
  color: #000;
  font-weight: 700;
  font-size: 19px;
  font-family: 'Montserrat', cursive;

  justify-self: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
}

a.link-text.Profesion {
  color: #48484a;
  font-size: 13px;
}

a.link-text.cargo {
  color: #414142;
  font-size: 14px;
}

a.link-text.ProfName {
  color: #030303;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Roboto', cursive;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

a.link-text.text-link-1:hover {
  color: #048216;
  font-weight: 500;
}

a.link-text.service-title:hover {
  color: #2e598d;
  font-weight: 600;
}

/* Layout Elements */

.container.service {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 400px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-bottom: 19px;
  padding-left: 2px;
  min-width: 6px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.container.row-1 {
  max-width: none;
}

.container.column-1 {
  padding-right: 0;
  padding-left: 0;
}

.container.column-1.column-type {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: end;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.container.align-right.top-bar {
  -ms-flex-pack: center;
  -ms-flex-align: end;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;

  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container.callout {
  position: static;
  display: none;
  margin: 0 auto;
  padding: 0;
  min-width: 1px;
  width: auto;
  border-style: none;
  background-color: transparent;
}

.container.row-1.row-type {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: end;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  justify-self: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
}

.container.footer {
  padding-left: 3px;
  background-color: #000;
  text-align: center;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container.Oferta {
  margin: 3px;
  min-width: 1px;
  border: .0625rem solid transparent;
  border-radius: 5px;
}

.container.services-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.emp_info {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.container.employee {
  margin: 3px 3px 3px 9px;
  padding-left: 3px;
  min-width: 2px;
  width: 17rem;
  border: .0625rem solid #797474;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px 0;
}

.container.somos {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.container.ofertaitem {
  padding-bottom: 15px;
}

.container.gallery-wrapper {
  max-width: 1000px;
}

.container.gallery-content {
  position: relative;
  overflow: hidden;
  margin-top: 5vw;
}

.container.main-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.container#image-1 {
  z-index: 51;
  display: none;
}

.container#image-2 {
  z-index: 52;
  display: none;
}

.container#image-3 {
  z-index: 53;
  display: block;
}

.container#image-4 {
  z-index: 54;
  display: none;
}

.container#image-5 {
  z-index: 55;
  display: none;
}

.container#image-6 {
  z-index: 56;
  display: none;
}

.container.thumbnails-row {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 10px;
}

.container.thumbnail-cont {
  padding-right: 1px;
  padding-left: 1px;
}

.container.button.thumbnail-cont {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.container.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.containercontac {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  min-width: 50px;
  width: auto;
  height: auto;
}

.container.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.skills-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 3vw;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.feature-container {
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  max-width: 300px;
}

.container.container-7 {
  position: static;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-width: 4px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-15 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.container.social-nav {
  padding-left: 7px;
}

.container.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture {
  max-width: none;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

button.slide-indicator {
  margin-right: 1.1%;
  margin-left: 1.1%;
  width: 1rem;
  height: 1rem;
}

a.glyph.menu {
  margin: 1px 1px 0;
  padding: 1px;
  height: 24px;
  background-color: #fff;
  color: #373839;
  text-align: center;

  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
  justify-self: stretch;
}

div.responsive-picture.main-image {
  margin-top: -80px;
  max-width: none;
  max-height: 350px;
  -webkit-transform: scaleX(1.2) scaleY(1.2);
     -moz-transform: scaleX(1.2) scaleY(1.2);
       -o-transform: scaleX(1.2) scaleY(1.2);
          transform: scaleX(1.2) scaleY(1.2);
}

div.responsive-picture#placer {
  opacity: .1;
}

div.responsive-picture.thumbnail-img {
  opacity: .5;
  -webkit-filter: saturate(1) contrast(1) brightness(1) grayscale(.6);
          filter: saturate(1) contrast(1) brightness(1) grayscale(.6);
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.responsive-picture.picture-link-1 {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 32px;
  width: 25px;
}

span.glyph.font-icon-1 {
  color: #2e598d;
}

a.responsive-picture.picture-link-2 {
  margin-bottom: 15px;
  -webkit-filter: grayscale(.91);
          filter: grayscale(.91);
}

div.responsive-picture.travel-image {
  margin: .437rem auto;
  max-width: 20.62rem;
  width: 25%;
  -webkit-transition-delay: .2s, .1s;
     -moz-transition-delay: .2s, .1s;
       -o-transition-delay: .2s, .1s;
          transition-delay: .2s, .1s;
  -webkit-transition-timing-function: ease-in, linear;
     -moz-transition-timing-function: ease-in, linear;
       -o-transition-timing-function: ease-in, linear;
          transition-timing-function: ease-in, linear;
  -webkit-transition-duration: 3.5s, 2s;
     -moz-transition-duration: 3.5s, 2s;
       -o-transition-duration: 3.5s, 2s;
          transition-duration: 3.5s, 2s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
     -moz-transition-property:         filter, transform, -moz-transform;
       -o-transition-property:         filter, -o-transform;
          transition-property: -webkit-filter, -webkit-transform;
          transition-property:         filter, transform;
          transition-property:         filter, transform, -webkit-filter, -webkit-transform, -moz-transform, -o-transform;
}

a.responsive-picture.thumbnail {
  padding-top: 1px;
  padding-right: 1px;
  max-width: 250px;
}

button.is-active.slide-indicator {
  width: 1rem;
  height: 1rem;
}

a.glyph.fond-icon-DL {
  margin: 1px 1px 0 0;
  padding: 1px 1px 1px 3px;
  min-width: .02em;
  width: 24px;
  height: 36px;
}

a.glyph {
  margin: 3px;
  padding: 3px;
  width: 24px;
  height: 32px;
}

a.responsive-picture {
  width: 100%;
}

a.social-image.social-icon-2 {
  max-width: 25px;
}

a.social-image.social-icon-4 {
  max-width: 25px;
}

a.social-image#social-icon-1 {
  visibility: hidden;
}

a.social-image.social-icon-3 {
  max-width: 25px;
}

a.responsive-picture.picture-link-3 {
  width: 50px;
  height: 50px;
}

a.responsive-picture.picture-link-3 > picture {
  height: 50px;
}

a.responsive-picture.picture-link-4 {
  min-height: 35px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border: .1875rem none #878787;
  border-radius: 60px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-4 > picture {
  height: 60px;
}

div.responsive-picture.travel-image.outofview {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scaleX(.1) scaleY(.1);
     -moz-transform: scaleX(.1) scaleY(.1);
       -o-transform: scaleX(.1) scaleY(.1);
          transform: scaleX(.1) scaleY(.1);
}

div.responsive-picture.thumbnail-img:hover {
  opacity: 1;
  -webkit-filter: saturate(1) contrast(1) brightness(1) grayscale(0);
          filter: saturate(1) contrast(1) brightness(1) grayscale(0);
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.responsive-picture.picture-link-2:hover {
  margin-bottom: 15px;
  max-width: 200px;
  width: 100%;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

a.social-image.social-icon-2:hover {
  background-color: #125cc8;
}

a.social-image.social-icon-4:hover {
  background-color: #125cc8;
}

a.glyph.menu:hover {
  color: #2e598d;
}

@media screen and (min-width: 28.25rem) {
  /* Text Elements */

  p.paragraph.paragraph-1-1 {
    padding-bottom: 3px;
  }

  a.link-text.ProfName {
    letter-spacing: 1px;
    font-family: 'Roboto', cursive;
  }

  a.link-text.Profesion {
    letter-spacing: 4px;
  }

  /* Layout Elements */

  .container.emp_info {
    margin: 3px 3px 0;
  }

  .container.align-right.top-bar {
    -ms-flex-pack: center;
    -ms-flex-align: end;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
    justify-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .container.row-1.row-type {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    justify-self: baseline;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.somos {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
  }

  a.glyph.menu {
    color: #373839;
    text-align: center;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
    justify-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }

  a.glyph.menu:hover {
    color: #2e598d;
  }
}

@media screen and (min-width: 39.9375rem) {
  /* Text Elements */

  h2.heading-1 {
    margin-bottom: 6px;
  }

  a.link-text.site_title {
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', cursive;

    grid-area: elementArea;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-text.Profesion {
    color: #414141;
  }

  a.link-text.cargo {
    color: #404040;
    font-size: 14px;
  }

  a.link-text.ProfName {
    font-weight: 500;
  }

  /* Layout Elements */

  .container.container-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: start;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.row-1.row-type {
    -ms-flex-pack: center;
    -ms-flex-align: stretch;

    justify-self: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  .container.align-right.top-bar {
    -ms-flex-pack: center;
    -ms-flex-align: end;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    justify-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .container.somos {
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  .container.column-1.column-type {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  a.responsive-picture.picture-link-4 {
    min-height: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
  }

  a.responsive-picture.picture-link-4 > picture {
    height: 50px;
  }

  a.glyph.menu {
    display: block;
    -ms-flex-order: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 1px;
    width: auto;
    color: #2a2a2a;
    vertical-align: middle;

    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    justify-self: center;
    grid-area: auto / auto / auto / auto;
  }

  a.glyph.menu:hover {
    color: #002a93;
    text-align: center;
    line-height: 25px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.site-title {
    font-size: 32px;
  }

  h2.heading-1 {
    color: #7b7676;
    font-size: 14px;
  }

  h4 span.heading-text-6 {
    font-size: 1.1875rem;
    line-height: 1.32;
  }

  h4.heading-2 {
    font-size: 14px;
    line-height: .7;
  }

  h4.skills-heading {
    font-size: 26px;
  }

  p.paragraph.paragraph-1-1 {
    color: #7b7676;
    font-size: 14px;
  }

  p.paragraph.booking-paragraph {
    font-size: 18px;
  }

  p.paragraph.block-paragraph {
    font-size: 16px;
  }

  a.link-text.nav-button {
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 20px;
    width: 180px;
    border-left: .0625rem solid #000;
    font-size: 14px;
  }

  a.link-text.footer-link {
    padding: 10px 20px;
    color: #fdfdfd;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', cursive;
  }

  a.link-text.nav-button:last-of-type {
    border-right: .0625rem solid #000;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    background-color: #3d3d3d;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    border-color: #332e2e;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.social-nav {
    padding: 10px 10px 10px 20px;
  }

  .container.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    padding: 10px 20px;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.footer {
    background-color: #000;
    text-align: left;
  }

  .container.callout {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    min-width: 1px;
    width: auto;
  }

  .container.Oferta {
    border-radius: 3px;
  }

  .container.employee {
    border-radius: 3px;
  }

  .container.gallery-content {
    margin-top: 3vw;
  }

  a.social-image {
    margin: 2px;
  }

  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }

  div.responsive-picture.main-image {
    max-height: 650px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: none;
    width: 8%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.site-title {
    margin-top: 20px;
    margin-bottom: .49rem;
    padding-top: 16px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 28px;
  }

  h1 span.heading-text-14 {
    color: #494545;
  }

  h3 span.heading-text-4 {
    font-size: 1.25rem;
  }

  h3 span.heading-text-5 {
    color: #fefefe;
    font-weight: 600;
  }

  h3 span.heading-text-9 {
    color: #127993;
  }

  h3.section-title {
    background-color: #2e598d;
    color: #f9fbfc;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Roboto', cursive;
  }

  h3.subtitle {
    color: #2e598d;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto', cursive;
  }

  h3 span.heading-text-10 {
    color: #fbfdfe;
  }

  h3 span.heading-text-11 {
    color: #f9fbfc;
  }

  h3 span.heading-text-12 {
    font-weight: 600;
    font-size: 1.5rem;
  }

  h3 span.heading-text-13 {
    font-weight: 700;
    font-size: 1rem;
  }

  h4.heading-2 {
    padding-left: 8px;
    font-size: 12px;
    font-family: 'Roboto', cursive;
  }

  h4 {
    font-size: 18px;
  }

  h4.skills-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2e598d;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  }

  p.paragraph.booking-paragraph {
    margin: 0 0 0 1px;
    padding: 3px 0;
    color: #3c3c3c;
    text-align: center;
    font-family: 'Roboto', cursive;
    line-height: 1.7;
  }

  p.paragraph.paragraph-1-1 {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 11px;
    padding: 0 1px 3px 0;
    color: #444343;
    font-family: 'Roboto', cursive;
  }

  p.paragraph span.paragraph-text-1 {
    color: #000;
  }

  p.paragraph.block-paragraph {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 3px;
    font-size: 16px;
  }

  p.paragraph {
    font-size: 1.125rem;
  }

  p.paragraph span.paragraph-text-5 {
    font-weight: 400;
  }

  p.paragraph span.paragraph-text-6 {
    font-weight: 400;
  }

  p.paragraph span.paragraph-text-7 {
    font-style: italic;
  }

  span.text-element.text-2 {
    color: #fdfafa;
  }

  span.text-element.TextCont {
    margin-left: 0;
    padding-left: 10px;
    color: #fbfbfb;
    font-size: 14px;
    font-family: 'Roboto', cursive;
  }

  a.link-text.text-link-1 {
    margin-top: 18px;
    color: #696969;
    font-weight: 600;
    font-size: 12px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  a.link-text.nav-button {
    margin-left: auto;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', cursive;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.link-text.service-title {
    color: #030405;
    font-weight: 500;
    font-size: 26px;
    font-family: 'Roboto', cursive;
  }

  a.link-text.footer-link {
    margin-top: 2px;
    margin-right: 3px;
    padding: 5px 17px 1px 10px;
    font-family: 'Roboto', cursive;
  }

  a.link-text.text-link-2 {
    margin-left: 12px;
    color: #fefefe;
    font-size: 14px;
  }

  a.link-text.site_title {
    font-size: 28px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  a.link-text span.text-link-text-5 {
    color: #4a4747;
  }

  a.link-text span.text-link-text-1 {
    color: #4a4747;
  }

  a.link-text span.text-link-text-3 {
    font-size: 1.0625rem;
  }

  a.link-text span.text-link-text-4 {
    font-size: 1.25rem;
  }

  a.link-text.ProfName {
    color: #000203;
    font-weight: 400;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
    line-height: 25px;
  }

  a.link-text.text-link-1:hover {
    color: #048216;
    font-weight: 700;
  }

  a.link-text.service-title:hover {
    color: #2e598d;
    font-size: 28px;
  }

  a.link-text.text-link-2:hover {
    color: #fefefe;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
    border-width: .75rem;
    border-style: solid;
  }

  body.body-2 {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }

  body.body-2:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }

  .container.nav-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container.services-grid {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    max-width: 1200px;
    text-align: center;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .container.footer-nav {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-width: 6px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .container.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    width: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.align-right.top-bar {
    float: none;

    justify-self: stretch;
  }

  .container.column-1.column-type {
    float: left;
    vertical-align: baseline;

    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .container.row-1.row-type {
    float: left;
    -ms-flex-align: end;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.Oferta {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0 3px;
    border-bottom-right-radius: 0 3px;
    border-bottom-left-radius: 0 3px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.emp_info {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: end;
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
    padding-top: 3px;
    padding-right: 1px;
    padding-left: 3px;
    min-width: 0;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  .container.employee {
    display: block;
    margin: 7px 10px 10px;
    padding: 4px 3px 0 4px;
    width: 30vmax;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
    text-indent: 3px;
  }

  .container.somos {
    -ms-flex-pack: center;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
  }

  .container.ofertaitem {
    padding-bottom: 15px;
  }

  .container.service {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 40px;
    padding: 10px;
    min-width: 10%;
    max-width: 500px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.gallery-content {
    margin-top: 2vw;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  .container.container-4 {
    display: block;
  }

  .container.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.container-8 {
    width: auto;
  }

  .container.container-9 {
    visibility: visible;
    -ms-flex-pack: start;
    padding-top: 13px;
    min-width: 5px;
    height: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.containercontac {
    position: static;
    visibility: visible;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin: 0 0 0 1px;
    padding: 0 0 0 10px;
    min-width: 10px;
    vertical-align: middle;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    justify-self: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    min-width: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.container-1 {
    -ms-flex-pack: justify;
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-width: 10px;
    width: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.gallery-wrapper {
    min-width: 0;
    max-width: none;
    width: 60%;
    height: 100%;
  }

  .container.container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.main-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    padding: 1px;
    min-width: 0;
    border: 0 solid #1f3378;
    box-shadow: none;
    opacity: .7;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.skills-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.feature-container {
    margin-bottom: 5px;
  }

  .container.container-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.social-nav {
    padding: 1px 4px 1px 10px;
    min-width: 6px;
  }

  .container.container-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.menu {
    position: static;
    clear: none;
    color: #373839;
    vertical-align: bottom;
    text-align: center;

    justify-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
  }

  a.responsive-picture.thumbnail {
    float: none;
    max-width: none;
    width: auto;
    vertical-align: middle;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: box-shadow;
       -moz-transition-property: box-shadow;
         -o-transition-property: box-shadow;
            transition-property: box-shadow;
    -webkit-transform: skewX(0deg);
       -moz-transform: skewX(0deg);
         -o-transform: skewX(0deg);
            transform: skewX(0deg);

    mix-blend-mode: normal;
  }

  span.glyph.font-icon-1 {
    color: #2e598d;
    vertical-align: middle;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 200px;
    width: 100%;
    -webkit-filter: grayscale(.84) saturate(.98);
            filter: grayscale(.84) saturate(.98);
  }

  .rule.rule-1 {
    padding-bottom: 2px;
  }

  div.responsive-picture.main-image {
    margin-top: 1px;
    padding: 26px 50px 20px 40px;
    min-width: 0;
    width: auto;
  }

  div.responsive-picture.travel-image {
    margin-top: .42rem;
    margin-bottom: .36rem;
    width: 25%;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
    -webkit-transform: translateX(0px) translateY(-10px) translateZ(0px);
       -moz-transform: translateX(0px) translateY(-10px) translateZ(0px);
            transform: translateX(0px) translateY(-10px) translateZ(0px);
  }

  a.social-image.social-icon-2 {
    max-width: 32px;
    background-color: #525252;
  }

  a.glyph.fond-icon-DL {
    margin: 1px 0;
    padding: 1px 1px 1px 0;
    width: 18px;
    height: 24px;
    color: #2e598d;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 32px;
    width: 32px;
  }

  div.responsive-picture.PicCurso.travel-image {
    width: 48px;
  }

  a.social-image.social-icon-4 {
    max-width: 32px;
    background-color: #525252;
  }

  a.social-image.social-icon-3 {
    max-width: 32px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: none;
    width: 80px;
    height: 80px;
  }

  a.responsive-picture.picture-link-3 > picture {
    height: 80px;
  }

  a.responsive-picture.picture-link-4 {
    min-height: 70px;
    max-width: 70px;
    width: 70px;
    height: 70px;

    justify-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  a.responsive-picture.picture-link-4 > picture {
    height: 70px;
  }

  a.responsive-picture.picture-link-4.staffphoto2 {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-radius: 60px;
  }

  a.responsive-picture.picture-link-4.staffphoto2 > picture {
    height: 100px;
  }

  a.responsive-picture.picture-link-2:hover {
    -webkit-filter: grayscale(0) saturate(.98);
            filter: grayscale(0) saturate(.98);
  }

  a.responsive-picture.thumbnail:hover {
    margin-top: 0;
    padding-top: 1px;
  }

  a.social-image.social-icon-3:hover {
    background-color: #470045;
  }

  a.social-image.social-icon-4:hover {
    background-color: #0c23b0;
  }

  a.glyph.menu:hover {
    color: #2e598d;
  }
}