.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  text-decoration: underline;
}

.heading {
  display: block;
}

.section {
  height: 90vh;
  background-image: url('../images/zebbache-djoubair-PRBHrQyCoKw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.standart-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 1800px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
}

.heading-2 {
  display: inline;
  text-align: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  max-width: 1800px;
  margin-right: 30px;
  margin-bottom: 36px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/WhatsApp-Image-2020-08-28-at-16.48.14-gigapixel-scale-2_00x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/WhatsApp-Image-2020-08-28-at-16.48.14-gigapixel-scale-2_00x.jpg');
}

.hero._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/zebbache-djoubair-PRBHrQyCoKw-unsplash.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/zebbache-djoubair-PRBHrQyCoKw-unsplash.jpg');
}

.hero-text {
  max-width: 70%;
  text-align: center;
}

.body {
  display: block;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.paragraph {
  margin-top: 15px;
  padding-top: 0px;
  color: #e7e7e7;
  font-size: 20px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.heading-4 {
  color: #fff;
  font-size: 25px;
  line-height: 20px;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.button {
  margin-top: 51px;
  padding: 25px 49px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  min-height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mysection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.myblock {
  width: 80%;
  max-width: 1600px;
  padding: 20px;
}

.myblock.widthplus {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 51px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
}

.grid {
  justify-items: center;
  grid-column-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mycolumn {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image {
  opacity: 1;
  text-align: left;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-7 {
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 20px;
}

.menuitem {
  position: static;
  display: block;
  margin-right: 9px;
  margin-left: 0px;
  padding-right: 22px;
  padding-left: 22px;
  background-color: transparent;
  color: #252525;
  font-size: 18px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 44px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.columns {
  display: block;
  overflow: visible;
  width: 80%;
  max-width: 1600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-5 {
  display: block;
  overflow: visible;
  background-image: url('../images/zebbache-djoubair-PRBHrQyCoKw-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  position: static;
}

.feature-section {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: transparent;
  text-align: left;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 120%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #242729;
  color: #d8d8d8;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #8b8b8b;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link-4 {
  clear: none;
}

.nav-link-5 {
  padding-left: 20px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  height: 80px;
  clear: none;
}

.mymenuitem {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.mymenuitem.w--current {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-8 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.heading-8.centered {
  margin-bottom: 70px;
  font-weight: 700;
  text-align: center;
}

.heading-8.centered.expe {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 60px;
}

.heading-8.centered._12 {
  margin-bottom: 70px;
}

.heading-8.centered.subt {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.heading-8._2 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-size: 24px;
  text-align: left;
}

.heading-8._2._3 {
  padding-right: 10px;
  padding-left: 0px;
  text-align: left;
}

.paragraph-2 {
  color: #1a1a1a;
  font-size: 16px;
}

.feature-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.mysection2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mysection2.grey {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #c5d2db;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d8d8d8;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.heading-9 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}

.heading-10 {
  font-family: Roboto, sans-serif;
}

.heading-11 {
  font-family: Roboto, sans-serif;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: -10px;
}

.submit-button {
  padding-right: 20px;
  padding-left: 20px;
}

.section-2 {
  margin-right: 30px;
  margin-bottom: 40px;
  margin-left: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.details-wrap._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  border-left-width: 4px;
  border-left-color: #2f71f5;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  border-left-width: 3px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: center;
}

.contact-form-grid-2 {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.75fr;
  grid-template-columns: 2.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-light {
  opacity: 0.6;
  color: #fff;
}

.paragraph-light.one {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.74;
  color: #dfdfdf;
}

.paragraph-light.mylabel2 {
  color: #272727;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 0px;
  border-color: #eee;
}

.contact-form-heading-wrap {
  margin-bottom: 60px;
}

.contact-email-link {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
  color: #ebebeb;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.contact-email-link._3 {
  color: #202020;
}

.label {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.mylabel {
  margin-top: 10px;
  color: #dfdfdf;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #2f71f5;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-2:active {
  background-color: #43464d;
}

.section-3 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-3.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #cacaca;
}

.small-text-2 {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-2 {
  display: block;
  width: 14%;
  margin-top: 26px;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
}

.logo3 {
  width: 150px;
  height: 100%;
  margin: 0px;
  opacity: 0.6;
}

.logo3.variation1 {
  margin-top: -15px;
}

.logo3.variation1.v2 {
  margin-top: -30px;
  margin-bottom: 10px;
}

.logo3.v3 {
  margin-bottom: 15px;
}

.logo3.v4 {
  margin-bottom: 5px;
}

.text-block {
  font-size: 16px;
  font-weight: 600;
}

.grid3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  border-radius: 0px;
}

.directivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  padding-right: 25px;
  padding-left: 25px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-11 {
  width: 200px;
  height: 200px;
}

.div-block-12 {
  width: 200px;
  height: 200px;
  min-width: 200px;
  background-image: url('../images/michael-dam-mEZ3PoFGs_k-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-6 {
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-13 {
  width: 75%;
  max-width: 1600px;
  margin-top: 45px;
  margin-bottom: 40px;
  text-align: center;
}

.slide-nav {
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
  height: 90vh;
  max-width: 1800px;
  margin: 80px 60px 30px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/MADRID.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/MADRID.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/LONDON.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/LONDON.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/BERLIN-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/BERLIN-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.paragraph-3 {
  margin-top: 20px;
  text-align: center;
}

.mysection3 {
  width: 100%;
}

.call-to-action {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #c5d2db;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-12 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #292929;
}

.paragraph-4 {
  margin-bottom: 40px;
}

.mycontainer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 23px 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.containerext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #c5d2db;
  text-align: left;
}

.button-3 {
  background-color: #2f71f5;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  display: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.heading-13.pc {
  display: block;
  margin-top: 10px;
}

.section-4 {
  margin-top: 80px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 780px;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.paragraph-5 {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.text-block-2 {
  color: #727272;
}

.dropdown-toggle {
  height: 60px;
}

.paragraph-6 {
  padding: 43px 40px;
  background-color: #e0e0e0;
}

.container-4 {
  display: block;
  margin: 10px 50px 50px;
  text-align: left;
}

.tab-link-tab-1 {
  color: #c9b1b1;
}

.tab-link-tab-1.w--current {
  background-color: #2f71f5;
  color: #fff;
}

.tab-link-tab-2 {
  background-color: #c1cee0;
}

.tablink {
  background-color: #d1d1d1;
}

.tablink.w--current {
  padding: 10px 41px;
  background-color: #2f71f5;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.slider-2 {
  height: 300px;
  padding-bottom: 5px;
  background-color: #b0c4d3;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1800px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.especialidaddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.especialidadtitulo {
  margin-top: 15px;
  margin-bottom: -10px;
  padding-top: 0px;
  font-size: 18px;
}

.div-block-18 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #c5d2db;
}

.field-label {
  font-size: 16px;
}

.field-label-2 {
  font-size: 16px;
}

.field-label-3 {
  font-size: 16px;
}

.div-block-19 {
  max-width: 1200px;
}

.image-7 {
  margin-top: 25px;
  margin-left: 20px;
  padding-top: 0px;
}

.button-5 {
  display: none;
  background-color: transparent;
  background-image: url('../images/phone-call.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.button-5.asd.pc {
  display: block;
  width: 60px;
  height: 80px;
  background-image: url('../images/email.png');
}

.button-5.asd.pc.whatsapp {
  background-image: url('../images/whatsapp.png');
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mybtn {
  margin-bottom: 40px;
  padding: 11px 20px;
  background-color: #2f71f5;
  font-size: 16px;
}

.mybtn.w--current {
  margin-top: 10px;
}

.visiteddd {
  color: #050505;
}

.link {
  color: #fff;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #000;
}

.number {
  color: #000;
}

.text2 {
  margin-bottom: 70px;
  text-align: center;
}

.text-block-3 {
  text-align: left;
}

.text-block-4 {
  text-align: left;
}

.lowerlnk {
  color: #e6e6e6;
  text-decoration: none;
}

.paragraph-7 {
  padding: 10px;
  border-left: 4px solid #2f71f5;
  background-color: #d7dff8;
  text-align: left;
}

.paragraph-7._3 {
  border-right: 4px none #2f71f5;
  border-left-style: solid;
  text-align: left;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-21.var {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  margin-top: 15px;
  text-align: center;
}

.image-8 {
  display: block;
  width: 60px;
  height: 40px;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .navbar-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
  }

  .logo3 {
    margin-bottom: 0px;
  }

  .logo3.variation1 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .logo3.variation1.v2 {
    margin-bottom: -20px;
  }

  .logo3.var2 {
    margin-top: 0px;
  }

  .logo3.var2 {
    margin-bottom: 5px;
  }

  .logo3.v3 {
    margin-bottom: 0px;
  }

  .logo3.v4 {
    margin-top: -10px;
  }

  .containerext {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-21.var {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    max-width: 95%;
  }

  .myblock.widthplus {
    text-align: left;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    display: block;
    padding-top: 28px;
    padding-bottom: 24px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-8.centered {
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-grid-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo3 {
    width: 110px;
    margin: 10px;
  }

  .logo3.variation1 {
    margin-bottom: 0px;
  }

  .logo3.v3 {
    margin-top: 0px;
    margin-bottom: 22px;
  }

  .logo3.v4 {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .directivo {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    display: block;
  }

  .slider {
    height: 80vh;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mycontainer1 {
    margin: 10px;
  }

  .container-3 {
    padding-right: 55px;
    padding-left: 55px;
  }

  .heading-13 {
    display: block;
  }

  .heading-13.pc {
    display: none;
  }

  .dropdown-toggle {
    display: block;
    width: 80px;
    max-width: 80px;
    margin: auto;
  }

  .especialidaddiv {
    width: 200px;
  }

  .button-5 {
    display: block;
  }

  .button-5.asd {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin: 0px auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/phone-call.png');
  }

  .button-5.asd.pc {
    display: none;
  }

  .button-5.asd.wha {
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/whatsapp.png');
  }

  .text-block-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-7 {
    background-color: #cedde9;
  }

  .dropdown {
    display: block;
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-3 {
    font-size: 50px;
  }

  .paragraph {
    font-size: 18px;
  }

  .button {
    font-size: 18px;
  }

  .myblock {
    padding: 0px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-3 {
    height: 55px;
  }

  .mymenuitem {
    display: block;
  }

  .menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask-2 {
    margin-right: 0px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .section-2 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .container-2 {
    text-align: center;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .section-3 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .div-block-7 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo3 {
    margin: 16px 16px 16px 0px;
  }

  .logo3.variation1 {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .logo3.v3 {
    margin-top: 0px;
    margin-bottom: 22px;
  }

  .logo3.v4 {
    margin-top: 20px;
  }

  .column-2 {
    margin-bottom: 40px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .mycontainer1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-13 {
    letter-spacing: 1px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .dropdown-toggle {
    display: block;
    width: 80px;
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
  }

  .especialidaddiv {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .button-5.asd {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button-5.asd.wha {
    display: block;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  a:visited {
    color: #000;
  }

  .hero {
    height: 400px;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    padding: 19px 29px;
    font-size: 16px;
    line-height: 16px;
  }

  .myblock {
    padding: 0px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .feature-section {
    padding: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .icon {
    font-size: 30px;
  }

  .heading-8 {
    margin-top: 0px;
    font-size: 24px;
  }

  .heading-8.centered {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
  }

  .heading-8.centered.expe {
    padding: 40px 16px;
    font-size: 25px;
  }

  .heading-8.centered._12 {
    font-size: 25px;
  }

  .paragraph-2 {
    margin-bottom: 0px;
  }

  .heading-9 {
    font-size: 22px;
  }

  .heading-10 {
    font-size: 22px;
  }

  .contact-heading {
    font-size: 22px;
  }

  .contact-form-grid-2 {
    width: 100%;
  }

  .paragraph-light.mylabel2 {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-light._3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-form-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-email-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-email-link._3 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-6 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .logo3 {
    width: 120px;
    max-width: 140px;
    margin: 0px -10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .logo3.variation1 {
    margin-top: -20px;
  }

  .logo3.variation1.v2 {
    margin-top: 0px;
  }

  .logo3.v3 {
    margin-bottom: 15px;
  }

  .logo3.v4 {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  .directivo {
    display: block;
    text-align: center;
  }

  .div-block-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-6 {
    text-align: center;
  }

  .column-3 {
    margin-top: 50px;
  }

  .div-block-13 {
    width: 85%;
    margin-right: -12px;
    margin-left: -12px;
  }

  .slider {
    margin-top: 60px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/LONDON.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/LONDON.jpg');
    background-repeat: repeat, no-repeat;
  }

  .centered-container {
    text-align: center;
  }

  .heading-12 {
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
  }

  .paragraph-4 {
    text-align: center;
  }

  .mycontainer1 {
    margin: 10px 20px;
  }

  .containerext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-14 {
    margin-top: 0px;
  }

  .container-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-13 {
    margin-top: 0%;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    text-align: center;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .div-block-17 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .especialidaddiv {
    width: 150px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .especialidadtitulo {
    font-size: 14px;
  }

  .field-label {
    font-size: 14px;
  }

  .button-5 {
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
    text-align: left;
  }

  .button-5.asd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
  }

  .button-5.asd.pc {
    display: none;
  }

  .h4 {
    font-size: 22px;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }

  .mybtn {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .visiteddd {
    color: #000;
  }

  .link {
    color: #fff;
  }

  .link:visited {
    color: #dbdbdb;
  }

  .link-2 {
    color: #fff;
  }

  .link-2:visited {
    color: #fff;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-21.var {
    margin-bottom: -5px;
  }

  .paragraph-8 {
    font-size: 12px;
  }
}

