.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;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar {
  position: fixed;
  z-index: 100;
  padding: 12.1rem 1.6rem 15rem 1.5rem;
  border-bottom-right-radius: 400px;
  background-color: #000;
}

.logotm {
  position: absolute;
  left: 1.7rem;
  top: 1.8rem;
  right: auto;
  bottom: auto;
  width: 19vw;
  max-width: 260px;
  min-width: 180px;
}

.logotm._2 {
  position: static;
  max-width: none;
  min-width: 220px;
}

.navbar-2 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #f7931e;
}

.link:focus {
  color: #f7931e;
}

.link.w--current {
  color: #f7931e;
}

.menucontain {
  max-width: 30px;
}

.containlink {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sectionhero {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 48vw;
  max-height: 100%;
  padding-left: 5.2rem;
}

.cointainprin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 5vw;
}

.hero {
  width: 35%;
}

.options {
  width: 65%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
}

.optionbuy {
  position: relative;
  height: 100%;
  padding-left: 0px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 11vw;
  padding-bottom: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 7vw;
  font-size: 3.5vw;
  line-height: 3.3vw;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 65% 35%, #069, #012b3c 43%, #010d0f 75%);
}

.div-block-3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left: 1px solid hsla(0, 0%, 100%, 0.23);
}

.signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vw;
  -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;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  font-family: 'Crimson foam font', sans-serif;
  color: #f7931e;
  font-size: 7vw;
  line-height: 1.9vw;
  text-align: center;
}

.signature._2 {
  height: 15vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 4vw;
}

.slider {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.link-block {
  position: fixed;
  top: 5%;
  right: 3%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  max-height: 55px;
  min-height: 45px;
  padding: 8px 18px;
  -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-radius: 7px;
  background-color: #f7931e;
  box-shadow: -6px 8px 12px -4px rgba(0, 0, 0, 0.69);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.image {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text-block-2 {
  margin-right: 19px;
}

.logobg {
  position: absolute;
  left: -3%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 80%;
  height: 60%;
  background-image: url('../images/Recurso-2.svg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  overflow: visible;
}

.option1 {
  position: absolute;
  width: 55%;
  height: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 61.6%, 0.18);
  border-radius: 3vw;
  background-image: url('../images/brian-babb-XbwHrt87mQ0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.option1._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.silueta {
  position: absolute;
  left: -4.8%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 70%;
  background-image: url('../images/daniellaAlpha.png');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.silueta._2 {
  background-image: url('../images/andreinaAlpha.png');
  background-position: 80% 100%;
}

.containoption {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 3vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 1, 13, 0.83)), color-stop(38%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 1, 13, 0.83), transparent 38%);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0.3vw;
  font-size: 2.2vw;
  line-height: 2vw;
}

.heading-2._2 {
  margin-bottom: 2.5vw;
  padding-left: 3vw;
  font-size: 3vw;
}

.heading-2._2._3 {
  padding-right: 3vw;
  font-size: 3vw;
  text-align: right;
}

.heading-2._2.black {
  margin-top: 13vh;
  margin-bottom: 7.5vw;
  color: #fff;
  text-transform: none;
}

.heading-2._2.black._4 {
  margin-top: 0vh;
  margin-bottom: 5.3vw;
  color: #010d0f;
}

.heading-2._2.black._4.b {
  color: #fff;
}

.heading-2._2.black._4.p {
  margin-bottom: 3vw;
  padding-left: 0vw;
  color: #f7931e;
  font-size: 40px;
  line-height: 42px;
}

.textsmall {
  font-family: Gotham, sans-serif;
  font-size: 1vw;
  line-height: 1.1vw;
  font-weight: 300;
}

.textsmall._2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #f7931e;
  text-align: right;
}

.textsmall._3 {
  color: #e6e6e6;
  font-size: 0.9vw;
}

.textsmall.q {
  margin-bottom: 0.5vw;
  color: #f7931e;
  font-size: 17px;
  line-height: 18px;
}

.sectionservices {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 6.8vw 5vw 2vw 9vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sectionservices.areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 7vw 10vw 11vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #e6e6e6;
}

.col01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vw;
  padding-right: 1.5vw;
  padding-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textmedium {
  margin-bottom: 3vw;
  padding-right: 11vw;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.6vw;
  font-weight: 300;
}

.textmedium._2 {
  margin-bottom: 0vw;
  padding-right: 0vw;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.textmedium.black {
  margin-bottom: 4vw;
  padding-right: 0vw;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
}

.textmedium.black._2 {
  margin-bottom: 0.5vw;
  padding-right: 1.8vw;
  font-family: Gotham, sans-serif;
  color: #000;
  font-size: 1.2vw;
  font-weight: 300;
}

.textmedium.black._3 {
  margin-top: 0vw;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.textmedium.black._4 {
  color: #000;
}

.textmedium.black._4.q {
  margin-bottom: 2vw;
  font-size: 20px;
  line-height: 22px;
}

.textmedium._3 {
  margin-top: 4vw;
  padding-right: 0vw;
  font-size: 1.2vw;
  text-align: center;
}

.list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 3vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2.5vw 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 2.5vw auto 2.5vw auto;
  grid-template-rows: auto auto auto;
  list-style-type: none;
}

.list-item {
  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;
  -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;
}

.bullet {
  width: 1.3vw;
}

.listtext {
  margin-left: 1vw;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.5vw;
  font-weight: 500;
}

.listtext.black {
  margin-bottom: 3px;
  margin-left: 0vw;
  color: #fff;
  font-size: 1.6vw;
  font-weight: 600;
}

.listtext.black._2 {
  margin-bottom: 1vw;
}

.listtext.black._3 {
  margin-bottom: 6px;
  padding-left: 0px;
  color: #000;
  font-size: 1.3vw;
}

.col02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.imageservice {
  margin-right: 5vw;
  margin-bottom: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 61.5%, 0.41);
  border-radius: 3vw;
  background-image: url('../images/BKG00542.jpg');
  background-position: 25% 50%;
  background-size: cover;
}

.imageservice._2 {
  background-image: url('../images/BKG00702-Edit.jpg');
}

.linkbutton {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vw;
  max-height: 65px;
  min-height: 50px;
  padding: 1.5vw 2vw;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 7px;
  background-color: #f7931e;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.linkbutton._2 {
  position: relative;
  height: auto;
  max-height: none;
  min-height: auto;
  padding: 1vw 4vw;
  font-family: 'Gotham book', sans-serif;
  font-size: 1.2vw;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 10px;
  height: 30%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.23);
}

.line.black {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 25%;
  border-left: 1px solid hsla(0, 0%, 100%, 0.23);
  border-right-style: none;
  border-right-color: rgba(0, 0, 0, 0.23);
}

.team {
  position: relative;
}

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

.containprofile {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.imageprofile {
  height: 22vw;
  margin-bottom: 1.2vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/andreinaProfile.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imageprofile._2 {
  background-image: url('../images/danielleProfile.jpg');
}

.sectionteam {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10vw;
  padding: 0vw 6vw 7vw 9vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vw;
  margin-top: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social {
  width: 1.8vw;
  margin-right: 0.6vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Recurso-4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social._2 {
  background-image: url('../images/Recurso-4-2.svg');
}

.social._3 {
  background-image: url('../images/Recurso-5.svg');
}

.circlemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15vw;
  height: 15vw;
  -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-radius: 100vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column {
  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;
}

.column-2 {
  padding-top: 2vw;
}

.bannerimage {
  position: relative;
  height: 35vw;
  background-image: url('../images/BKG00284-Edit-Edit.jpg');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacto {
  position: relative;
  background-color: #f4f4f4;
}

.sectioncontact {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 11vw 8vw 10vw 13vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 silver;
  background-color: transparent;
  font-family: 'Gotham book', sans-serif;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.text-field._2 {
  min-height: 80px;
  margin-bottom: 24px;
}

.radio-button {
  width: 1vw;
  height: 1vw;
  margin-top: 0.3vw;
  margin-right: 0.3vw;
  margin-left: 0px;
  border-color: #a5a5a5;
  border-radius: 0%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.8vw;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.columns {
  color: #fff;
}

.div-block-10 {
  height: 3px;
  margin-bottom: 6vw;
  border-bottom: 1px solid #c9c9c9;
}

.div-block-10.p {
  margin-bottom: 1vw;
}

.textform {
  font-family: 'Gotham book', sans-serif;
  font-size: 1vw;
  text-align: center;
}

.mouse {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 1.5vw;
  height: 2.5vw;
  padding-top: 0.6vw;
  padding-left: 0.75vw;
  border-radius: 20px;
  background-color: rgba(144, 144, 144, 0.36);
}

.bolitamouse {
  width: 2px;
  height: 0.35vw;
  background-color: #f7931e;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

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

.link-2 {
  color: #fff;
  text-decoration: none;
}

.t {
  margin-left: 40px;
  font-family: Gotham, sans-serif;
  color: #e6e6e6;
  font-size: 0.9vw;
  line-height: 1.1vw;
  font-weight: 300;
}

.t._2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #f7931e;
  text-align: right;
}

.t._3 {
  color: #e6e6e6;
  font-size: 0.9vw;
}

.columns-2 {
  margin-bottom: 30px;
}

.popupbuy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}

.bgpu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #010d0f;
  opacity: 0.87;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.salir {
  position: absolute;
  left: auto;
  top: 2vw;
  right: 2vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  cursor: pointer;
}

.salir:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popupsell {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.esp {
  width: 1.2vw;
  height: 1.2vw;
  min-width: 17px;
  margin-right: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.italic-text {
  font-size: 15px;
  line-height: 16px;
}

.popupbuy-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bgpu-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #010d0f;
  opacity: 0.87;
}

.popupsell-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bgpu-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #010d0f;
  opacity: 0.87;
}

.container-copy2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}

.container-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}

.salir-copy {
  position: absolute;
  left: auto;
  top: 2vw;
  right: 2vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  cursor: pointer;
}

.salir-copy:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.salir-copy {
  position: absolute;
  left: auto;
  top: 2vw;
  right: 2vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  cursor: pointer;
}

.salir-copy:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-copy {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.option1-copy {
  position: absolute;
  width: 55%;
  height: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 61.6%, 0.18);
  border-radius: 3vw;
  background-image: url('../images/brian-babb-XbwHrt87mQ0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.option1-copy._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.option1-copy2 {
  position: absolute;
  width: 55%;
  height: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 61.6%, 0.18);
  border-radius: 3vw;
  background-image: url('../images/brian-babb-XbwHrt87mQ0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.option1-copy2._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar-copy {
  position: fixed;
  z-index: 100;
  padding: 12.1rem 1.6rem 15rem 1.5rem;
  border-bottom-right-radius: 400px;
  background-color: #000;
}

.signature-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vw;
  -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;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  font-family: 'Crimson foam font', sans-serif;
  color: #f7931e;
  font-size: 7vw;
  line-height: 1.9vw;
  text-align: center;
}

.signature-copy._2 {
  height: 15vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 4vw;
}

.bolitamouse-copy {
  width: 2px;
  height: 0.35vw;
  background-color: #f7931e;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.exp {
  position: absolute;
  left: auto;
  top: 9%;
  right: 3%;
  bottom: auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 11rem 1.3rem 12.9rem;
  }

  .link {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 13px;
  }

  .sectionhero {
    height: 65vw;
  }

  .cointainprin {
    padding-left: 3vw;
  }

  .options {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .div-block {
    padding-top: 18vw;
    padding-bottom: 12vw;
  }

  .link-block {
    min-height: 38px;
    font-size: 16px;
  }

  .heading-2._2.black._4.p {
    font-size: 35px;
  }

  .textsmall._2 {
    font-size: 1.2vw;
  }

  .textsmall._3 {
    font-size: 1vw;
  }

  .textsmall.q {
    margin-bottom: 2vw;
  }

  .sectionservices {
    padding-left: 12vw;
  }

  .sectionservices.areas {
    padding-bottom: 9vw;
  }

  .col01 {
    padding-top: 3vw;
  }

  .textmedium {
    font-size: 1.6vw;
    line-height: 1.7vw;
  }

  .textmedium._2 {
    font-size: 1.8vw;
  }

  .textmedium.black._4.q {
    margin-bottom: 4vw;
    line-height: 23px;
  }

  .listtext {
    font-size: 1.5vw;
  }

  .listtext.black._3 {
    padding-left: 7px;
  }

  .col02 {
    padding-bottom: 3vw;
  }

  .sectionteam {
    padding-left: 12vw;
  }

  .sectioncontact {
    padding-top: 10vw;
    padding-bottom: 9vw;
    grid-column-gap: 2.5vw;
  }

  .div-block-10.p {
    margin-bottom: 3vw;
  }

  .mouse {
    display: none;
  }

  .t {
    font-size: 1vw;
  }

  .t._2 {
    font-size: 1.2vw;
  }

  .columns-3 {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .esp {
    width: 1.8vw;
    height: 1.8vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-4 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .navbar-copy {
    padding: 11rem 1.3rem 12.9rem;
  }

  .exp {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .logotm {
    top: 1.3rem;
  }

  .sectionhero {
    height: 100%;
    max-height: none;
    min-height: 100vh;
    padding-left: 0rem;
  }

  .cointainprin {
    position: relative;
    height: 100vh;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero {
    width: 100%;
    padding-right: 15vw;
    padding-left: 20vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .options {
    width: 100%;
    height: auto;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block {
    height: auto;
    padding-top: 23vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    font-size: 7vw;
    line-height: 6vw;
  }

  .signature {
    font-size: 12vw;
    line-height: 3vw;
  }

  .signature._2 {
    height: 25vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .slider {
    margin-bottom: 5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block {
    top: 3%;
  }

  .logobg {
    width: 90%;
    height: 75%;
  }

  .option1 {
    border-style: none;
  }

  .silueta {
    height: 80%;
    background-position: 0% 100%;
  }

  .silueta._2 {
    background-position: 100% 100%;
  }

  .containoption {
    padding-bottom: 8vw;
    padding-left: 3vw;
  }

  .heading-2 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .heading-2._2 {
    margin-bottom: 5vw;
    font-size: 5vw;
    text-align: center;
  }

  .heading-2._2._3 {
    margin-bottom: 5vw;
    font-size: 5vw;
    text-align: center;
  }

  .heading-2._2.black {
    margin-top: 6vh;
    padding-left: 0vw;
  }

  .heading-2._2.black._4 {
    margin-bottom: 8vw;
  }

  .heading-2._2.black._4.p {
    font-size: 30px;
    line-height: 32px;
  }

  .textsmall {
    font-size: 2vw;
    line-height: 2vw;
  }

  .textsmall._2 {
    font-size: 2vw;
  }

  .textsmall._3 {
    font-size: 1.8vw;
  }

  .sectionservices {
    padding-top: 17vw;
    padding-right: 8vw;
    padding-left: 15vw;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sectionservices.areas {
    padding-top: 5vw;
    padding-bottom: 15vw;
    padding-left: 15vw;
  }

  .textmedium {
    margin-bottom: 8vw;
    padding-right: 0vw;
    font-size: 3vw;
    line-height: 3.5vw;
    text-align: center;
  }

  .textmedium._2 {
    font-size: 3vw;
  }

  .textmedium.black {
    margin-bottom: 8vw;
    font-size: 2.8vw;
  }

  .textmedium.black._2 {
    font-size: 2.5vw;
    text-align: left;
  }

  .textmedium.black._3 {
    text-align: left;
  }

  .textmedium.black._4.q {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }

  .textmedium._3 {
    margin-top: 24px;
    font-size: 2vw;
  }

  .list {
    margin-bottom: 5vw;
  }

  .bullet {
    width: 2.5vw;
  }

  .listtext {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .listtext.black {
    font-size: 3vw;
  }

  .listtext.black._3 {
    font-size: 2vw;
  }

  .col02 {
    height: 50vw;
  }

  .imageservice {
    border-style: none;
  }

  .linkbutton._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5vw 6vw;
    font-size: 2.5vw;
    text-align: left;
  }

  .imageprofile {
    height: 44vw;
  }

  .sectionteam {
    padding-top: 15vw;
    padding-right: 8vw;
    padding-left: 15vw;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    height: 4vw;
  }

  .social {
    width: 4vw;
    margin-right: 2vw;
    background-size: contain;
  }

  .circlemap {
    width: 30vw;
    height: 30vw;
  }

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

  .bannerimage {
    height: 40vw;
  }

  .sectioncontact {
    padding-top: 12vw;
    padding-bottom: 12vw;
    padding-left: 15vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 3.1fr;
    grid-template-columns: 3.1fr;
  }

  .div-block-7 {
    padding-left: 2vw;
  }

  .text-field {
    margin-bottom: 3px;
    font-size: 2.5vw;
  }

  .text-field._2 {
    min-height: 60px;
  }

  .radio-button {
    width: 2.5vw;
    height: 2.5vw;
  }

  .div-block-8 {
    margin-top: 4vw;
  }

  .footer {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }

  .bold-text {
    line-height: 3.2vw;
  }

  .columns {
    margin-bottom: 34px;
  }

  .div-block-9 {
    height: 100%;
  }

  .div-block-10 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-10.p {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .t {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .t._2 {
    font-size: 2vw;
  }

  .t._3 {
    font-size: 1.8vw;
  }

  .popupbuy {
    padding: 5vh 2vw;
  }

  .container {
    padding-top: 13vw;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .salir {
    top: 3vw;
    right: 3vw;
    width: 30px;
    height: 30px;
  }

  .popupsell {
    padding: 5vh 2vw;
  }

  .esp {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 8px;
  }

  .bold-text-2 {
    font-size: 15px;
    line-height: 17px;
  }

  .popupbuy-copy {
    padding: 5vh 2vw;
  }

  .popupsell-copy {
    padding: 5vh 2vw;
  }

  .container-copy2 {
    padding-top: 13vw;
  }

  .container-copy {
    padding-top: 13vw;
  }

  .salir-copy {
    top: 3vw;
    right: 3vw;
    width: 30px;
    height: 30px;
  }

  .salir-copy {
    top: 3vw;
    right: 3vw;
    width: 30px;
    height: 30px;
  }

  .slider-copy {
    margin-bottom: 5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .option1-copy {
    border-style: none;
  }

  .option1-copy2 {
    border-style: none;
  }

  .navbar-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .signature-copy {
    font-size: 12vw;
    line-height: 3vw;
  }

  .signature-copy._2 {
    height: 25vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .exp {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .logotm {
    left: 0.8rem;
    width: 40vw;
    max-width: none;
    min-width: 80px;
  }

  .logotm._2 {
    width: 45vw;
    min-width: auto;
  }

  .link {
    font-size: 12px;
  }

  .link.w--current {
    color: #f7931e;
    font-size: 12px;
  }

  .heading-2._2.black {
    padding-left: 0vw;
  }

  .heading-2._2.black._4.p {
    font-size: 25px;
    line-height: 26px;
  }

  .textsmall {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }

  .textsmall.q {
    margin-bottom: 1vw;
    font-size: 14px;
    line-height: 15px;
  }

  .sectionservices {
    padding-right: 6vw;
  }

  .sectionservices.areas {
    padding-left: 15vw;
  }

  .textmedium {
    line-height: 3.2vw;
  }

  .textmedium.black._4.q {
    margin-bottom: 3vw;
    font-size: 15px;
    line-height: 17px;
  }

  .textmedium._3 {
    font-size: 2.5vw;
  }

  .imageservice._2 {
    background-position: 0% 0%;
  }

  .linkbutton {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .linkbutton._2 {
    font-size: 3vw;
  }

  .sectionteam {
    padding-right: 6vw;
  }

  .bannerimage {
    height: 45vw;
  }

  .sectioncontact {
    padding-right: 6vw;
  }

  .t {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .salir {
    top: 4vw;
    right: 4vw;
    width: 25px;
    height: 25px;
  }

  .esp {
    width: 3vw;
    height: 3vw;
    min-width: 14px;
    margin-right: 5px;
  }

  .italic-text {
    font-size: 12px;
    line-height: 13px;
  }

  .salir-copy {
    top: 4vw;
    right: 4vw;
    width: 25px;
    height: 25px;
  }

  .salir-copy {
    top: 4vw;
    right: 4vw;
    width: 25px;
    height: 25px;
  }

  .navbar-copy {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .exp {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f2dbf1b-82af-8a26-0bc6-52f0f44fb954-b0966070 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_04725899-a8b2-0bde-8864-af391f650724-b0966070 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_09ac8084-083a-d572-b231-09bac4515df3-b0966070 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3f2dbf1b-82af-8a26-0bc6-52f0f44fb954-f24ad79f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_04725899-a8b2-0bde-8864-af391f650724-f24ad79f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_09ac8084-083a-d572-b231-09bac4515df3-f24ad79f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimson foam font';
  src: url('../fonts/Crimson-Foam-Font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
