.section {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Cover.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: transparent;
  background-image: url('../images/Cover.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
}

.div-block {
  position: relative;
  display: block;
  width: 540px;
  margin-left: -215px;
  padding-top: 450px;
  padding-left: 0px;
  -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-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 320px;
  right: 0%;
  bottom: 0%;
  width: 90%;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 0px;
  -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;
  background-color: transparent;
}

.empresa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  -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;
  background-color: transparent;
  background-image: url('../images/Blanco-y-negroff-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.servicios {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  -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;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.catalogo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 134px;
  padding-bottom: 81px;
  -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;
  background-color: transparent;
}

.contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -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;
  background-color: #f2f2f2;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -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;
  background-color: #0b1e2e;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 7%;
  margin-left: 44px;
  float: left;
  clear: left;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  list-style-type: none;
}

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

.link-2 {
  width: 30px;
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

.link-3 {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

.link-4 {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

.div-block-4 {
  position: static;
}

.list-item {
  width: 220px;
}

.list-item-2 {
  width: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-item-3 {
  width: 140px;
}

.list-2 {
  position: absolute;
  left: 4%;
  top: 65px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  clear: left;
  -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;
  font-size: 11px;
}

.div-block-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-block {
  margin-left: 60px;
  font-size: 10px;
}

.text-block-2 {
  margin-left: 60px;
  font-size: 10px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  float: left;
}

.div-block-7 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.link-5 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-5:hover {
  color: #a88333;
}

.link-6 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-6:hover {
  color: #a88333;
}

.link-7 {
  padding: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-7:hover {
  color: #a88333;
}

.link-8 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-8.w--current:hover {
  color: #a88333;
}

.text-block-3 {
  font-size: 10px;
}

.list-item-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.list-item-6 {
  padding: 0px 10px;
}

.list-item-7 {
  padding: 0px 10px;
}

.image-2 {
  float: left;
}

.list-item-8 {
  padding-right: 10px;
  padding-left: 10px;
}

.button-7 {
  width: 100px;
  height: 100px;
  max-height: 15px;
  max-width: 55px;
  margin-top: 100px;
  margin-right: 40px;
  padding: 0px;
  clear: right;
  background-color: transparent;
  background-image: url('../images/goplek-footer.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-top: 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;
  font-family: 'Playfair Display', sans-serif;
  font-size: 31px;
  line-height: 47px;
}

.paragraph {
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  text-align: center;
}

.text-block-4 {
  color: #a88333;
  text-align: center;
}

.div-block-11 {
  height: 50vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Blanco-y-negroff-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.columns {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.div-block-13 {
  position: static;
  left: 10px;
  right: 10px;
}

.container {
  position: relative;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-block-14 {
  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;
}

.image-3 {
  width: 15%;
}

.image-4 {
  width: 15%;
}

.image-5 {
  width: 15%;
}

.heading-3 {
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}

.div-block-15 {
  height: auto;
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  clear: both;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2 {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-top: 0px;
  -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;
}

.heading-4 {
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  font-size: 25px;
}

.paragraph-4 {
  width: 350px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-16 {
  width: 350px;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  margin-top: 90px;
  float: none;
}

.brand {
  background-image: url('../images/RSML-Copy-2.png');
  background-position: 50% 50%;
  background-size: 59px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.container-3 {
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  border: 1px solid transparent;
  background-color: transparent;
}

.nav-menu {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-link {
  color: #fff;
}

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

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

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-2 {
  background-image: url('../images/RSML-Copy-2.png');
  background-position: 50% 50%;
  background-size: 59px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-menu-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

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

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

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

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.brand-3 {
  background-image: url('../images/RSML-Copy-2.png');
  background-position: 50% 50%;
  background-size: 59px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-18 {
  margin-top: 20px;
}

.nav-link-8 {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link-8:hover {
  color: #a88333;
}

.nav-link-8.w--current {
  color: #fff;
  font-weight: 500;
}

.nav-link-9 {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link-9:hover {
  color: #a88333;
}

.nav-link-10 {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link-10:hover {
  color: #a88333;
}

.nav-link-10.w--current {
  color: #fff;
  font-weight: 500;
}

.nav-link-11 {
  clear: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link-11:hover {
  color: #a88333;
}

.nav-link-11.w--current {
  color: #fff;
  font-weight: 500;
}

.container-4 {
  position: relative;
  width: 100%;
  max-width: 1300px;
  font-family: Montserrat, sans-serif;
}

.link-block {
  position: absolute;
}

.div-block-19 {
  float: none;
  clear: none;
}

.heading-5 {
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  font-size: 25px;
}

.paragraph-5 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-20 {
  width: 350px;
  margin-left: 0px;
}

.button-8 {
  margin-top: 25px;
  border-radius: 3px;
  background-color: #a88333;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.button-8:hover {
  background-color: #1a3b52;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 95%;
}

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

.column-2 {
  padding-right: 0px;
}

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

.image-7 {
  width: 95%;
}

.div-block-23 {
  position: relative;
  left: 0%;
  top: -37%;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 900px;
  float: right;
  background-color: #f2f2f2;
  color: #a88333;
}

.heading-6 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.container-5 {
  position: relative;
  display: block;
  max-width: 1300px;
  -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;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
}

.heading-7 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-block-25 {
  height: 50vh;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-8 {
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  text-align: center;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.div-block-26 {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.container-6 {
  position: relative;
  max-width: 1300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-4 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  font-size: 32px;
}

.paragraph-6 {
  width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

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

.div-block-27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.field-label {
  font-size: 12px;
  font-weight: 400;
}

.field-label-2 {
  font-size: 12px;
  font-weight: 400;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #a88333;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #a88333;
  background-color: hsla(0, 0%, 100%, 0);
}

.submit-button {
  width: 120px;
  margin-top: 20px;
  float: right;
  border-radius: 3px;
  background-color: #a88333;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 400;
  text-align: center;
}

.submit-button:hover {
  background-color: #1a3b52;
}

.section-2 {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: none;
  -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;
  background-image: url('../images/interna-portada.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  -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-block-5 {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 30px;
}

.heading-11 {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70vh;
  -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;
  background-image: url('../images/Group.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.heading-12 {
  margin-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.heading-13 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.container-7 {
  position: absolute;
  display: block;
  max-width: 1300px;
  -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;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -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-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
  font-family: 'Playfair Display', sans-serif;
  color: #a88333;
  font-size: 45px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
}

.div-block-28 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-8 {
  margin-top: -40px;
}

.image-9 {
  margin-top: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  float: left;
}

.paragraph-7 {
  display: block;
  width: 90%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-4 {
  margin-left: 40px;
  padding-top: 40px;
  padding-left: 0px;
}

.list-item-9 {
  margin-top: 40px;
}

.list-item-10 {
  margin-top: 0px;
}

.list-item-11 {
  margin-top: 40px;
}

.list-item-12 {
  margin-top: 40px;
}

.container-8 {
  position: relative;
  display: block;
  max-width: 1300px;
  padding-top: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-15 {
  width: 707px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

.div-block-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  font-size: 15px;
}

.div-block-32 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 476px;
}

.div-block-33 {
  position: static;
  left: auto;
  top: 15%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 90%;
  height: 1px;
  clear: none;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #a88333;
}

.div-block-34 {
  max-width: 1300px;
  clear: left;
}

.div-block-35 {
  position: absolute;
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #a88333;
}

.div-block-36 {
  position: absolute;
  left: auto;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 85%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #a88333;
}

.div-block-37 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 85%;
  height: 2px;
  background-color: #a88333;
}

.div-block-38 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 15%;
  width: 85%;
  height: 1px;
  background-color: #a88333;
}

.text-block-7 {
  font-size: 29px;
}

.div-block-39 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 85%;
  height: 1px;
  -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;
  background-color: #a88333;
}

.div-block-40 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 85%;
  height: 2px;
  background-color: #a88333;
}

.div-block-41 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 2px;
  background-color: #a88333;
}

.div-block-42 {
  position: absolute;
  left: auto;
  top: -15%;
  right: auto;
  bottom: auto;
  width: 85%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #a88333;
}

.div-block-43 {
  width: 85%;
  height: 1px;
  background-color: #a88333;
}

.div-block-44 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -15%;
}

.div-block-45 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-10 {
  width: 70%;
}

.slide {
  width: 60%;
  background-color: transparent;
}

.mask {
  background-color: transparent;
}

.slider {
  position: relative;
  left: auto;
  width: 60%;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-2 {
  background-color: #1a3b52;
}

.image-11 {
  margin-left: 30px;
}

.div-block-46 {
  width: 100%;
}

.div-block-47 {
  width: 100%;
}

.slide-3 {
  width: 40%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.navbar-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.slider-2 {
  position: relative;
  width: 90%;
  margin-top: -140px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-4 {
  position: static;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  left: 0px;
  top: auto;
  right: -80%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.image-15 {
  position: static;
}

.mask-2 {
  position: static;
}

.image-16 {
  position: static;
  top: -41.844px;
  display: block;
  width: 100%;
  height: 100%;
}

.div-block-48 {
  position: static;
  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;
}

.slider-3 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 100vh;
  margin-top: 150px;
  padding-top: 0px;
  background-color: transparent;
}

.container-9 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.div-block-49 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
  background-image: url('../images/fondito-azul.webp');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-3 {
  display: none;
}

.div-block-50 {
  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;
}

.div-block-51 {
  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;
}

.left-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-right: 60.5px;
  background-color: #a88333;
}

.right-arrow-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.slide-5 {
  margin-top: 0px;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 521px;
  max-width: 1141px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: transparent;
}

.right-arrow-4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.left-arrow-4 {
  left: auto;
  top: auto;
  right: 7%;
  bottom: 0%;
  z-index: 4;
  width: 50px;
  height: 50px;
  background-color: #a88333;
}

.slide-nav-4 {
  display: none;
}

.div-block-52 {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/fondito-azul.webp');
  background-position: 0px 0px;
  background-size: auto;
}

.catmovil {
  position: relative;
  display: none;
}

.div-block-54 {
  overflow: hidden;
}

.div-block-55 {
  overflow: hidden;
}

.div-block-56 {
  width: 70px;
  margin-right: 10px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  float: right;
  clear: left;
}

.link-9 {
  float: right;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link-9:hover {
  color: #a88333;
}

.div-block-57 {
  float: left;
  color: #fff;
}

.link-10 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link-10:hover {
  color: #a88333;
}

.success-message {
  background-color: transparent;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #a88333;
  font-weight: 700;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .div-block-10 {
    width: 100%;
  }

  .div-block-20 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .empresa {
    height: 120vh;
    background-color: #1a3b52;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .servicios {
    height: 190vh;
  }

  .catalogo {
    display: none;
  }

  .contacto {
    height: 180vh;
    margin-top: 0px;
  }

  .footer {
    width: 100vw;
  }

  .div-block-3 {
    padding-top: 0px;
  }

  .list-2 {
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
  }

  .text-block {
    margin-left: 0px;
    clear: left;
    font-size: 9px;
    line-height: 11px;
  }

  .text-block-2 {
    margin-left: 0px;
    clear: left;
    font-size: 9px;
    line-height: 11px;
  }

  .div-block-7 {
    left: 0%;
    width: 80%;
  }

  .list-3 {
    display: none;
    overflow: visible;
    width: 100%;
    padding-left: 0px;
  }

  .text-block-3 {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }

  .image-2 {
    width: 30%;
    margin-left: 10px;
  }

  .button-7 {
    margin-top: 0px;
  }

  .div-block-10 {
    width: auto;
  }

  .text-block-4 {
    font-size: 25px;
    line-height: 33px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .div-block-14 {
    margin-bottom: 30px;
  }

  .div-block-15 {
    position: static;
    height: auto;
    max-width: 100%;
    clear: none;
    -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;
  }

  .container-2 {
    position: static;
    z-index: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .paragraph-4 {
    width: auto;
  }

  .div-block-16 {
    width: 100%;
  }

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

  .div-block-17 {
    width: 100%;
  }

  .navbar-4 {
    background-color: #0b1e2e;
  }

  .nav-link-8 {
    padding: 40px 30px 30px;
    font-size: 18px;
  }

  .nav-link-9 {
    padding: 30px;
    font-size: 18px;
  }

  .nav-link-10 {
    padding: 30px;
    font-size: 18px;
  }

  .nav-link-11 {
    padding: 30px;
    font-size: 18px;
  }

  .container-4 {
    background-color: #0b1e2e;
  }

  .div-block-19 {
    width: 100%;
  }

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

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

  .button-8 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    clear: left;
    -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: center;
  }

  .columns-3 {
    width: 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;
  }

  .image-6 {
    width: 100%;
  }

  .column-2 {
    padding-left: 0px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-7 {
    width: 100%;
  }

  .heading-6 {
    width: 100%;
    margin-top: 60px;
    font-size: 30px;
    line-height: 39px;
  }

  .div-block-24 {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-7 {
    margin-top: -10px;
    font-size: 19px;
  }

  .heading-8 {
    width: 100%;
    font-size: 27px;
    text-align: left;
  }

  .heading-9 {
    margin-top: 10px;
    font-size: 27px;
  }

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

  .heading-10 {
    font-size: 27px;
    text-align: left;
  }

  .paragraph-6 {
    width: auto;
  }

  .column-4 {
    clear: left;
  }

  .div-block-27 {
    width: 100%;
  }

  .section-2 {
    height: 100vh;
    margin-bottom: 20px;
    background-image: url('../images/INTERNA-COV.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-3 {
    height: 400px;
  }

  .heading-11 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
  }

  .section-4 {
    height: 130vh;
    background-color: #1a3b52;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .heading-12 {
    margin-top: 5px;
    font-size: 22px;
  }

  .heading-13 {
    font-size: 13px;
  }

  .container-7 {
    height: 800px;
  }

  .section-5 {
    height: 250px;
  }

  .heading-14 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 40px;
  }

  .paragraph-7 {
    font-size: 13px;
  }

  .list-4 {
    margin-left: 0px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .heading-15 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -2px;
  }

  .div-block-31 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-32 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    padding-top: 400px;
  }

  .text-block-7 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-45 {
    margin-top: 10px;
  }

  .image-12 {
    overflow: visible;
  }

  .navbar-5 {
    background-color: #0b1e2e;
  }

  .icon {
    background-color: #0b1e2e;
    color: #a88333;
  }

  .image-13 {
    width: 70%;
    margin-left: 15px;
  }

  .menu-button {
    background-color: #0b1e2e;
  }

  .menu-button.w--open {
    background-color: #0b1e2e;
    color: #000;
  }

  .nav-menu-3 {
    height: 100vh;
    background-color: #0b1e2e;
  }

  .column-5 {
    clear: left;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .bold-text {
    font-size: 19px;
  }

  .image-14 {
    width: 20%;
  }

  .slider-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .right-arrow-4 {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .left-arrow-4 {
    top: auto;
    right: 14%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .div-block-52 {
    background-color: #1a3b52;
    background-image: none;
    background-size: auto;
  }

  .list-item-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    -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;
  }

  .list-item-14 {
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 0px;
  }

  .list-item-15 {
    margin-top: 10px;
  }

  .list-item-16 {
    margin-top: 15px;
  }

  .list-item-17 {
    margin-bottom: 10px;
  }

  .icon-2 {
    color: #a88333;
  }

  .image-17 {
    width: 70px;
    margin-left: 15px;
  }

  .nav-menu-4 {
    width: 100vw;
    height: 100vh;
    background-color: #0b1e2e;
  }

  .menu-button-2 {
    background-color: #0b1e2e;
  }

  .menu-button-2.w--open {
    background-color: #0b1e2e;
  }

  .catmovil {
    display: block;
    margin-top: 35px;
  }

  .div-block-55 {
    margin-bottom: 0px;
  }

  .column-7 {
    height: 500px;
  }

  .icon-3 {
    font-size: 23px;
  }

  .icon-4 {
    font-size: 23px;
  }

  .div-block-56 {
    width: 100px;
    padding-top: 30px;
    padding-left: 30px;
    float: left;
  }
}

