:root {
  --azul: #234a55;
  --aqua: #488191;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--azul);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffe6;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.cc {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}

.logo {
  width: 100px;
}

.link {
  color: var(--aqua);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.slider {
  margin-top: 40px;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.div-block {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  border-radius: 20px;
}

.caption {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0 auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 24px;
}

@media(min-width: 1024px){
    .heading-2 {
        font-size: 64px;
    }
}

.btn {
  color: var(--aqua);
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
}

.servicios {
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.h4 {
  color: var(--aqua);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
}

.nombre {
  width: 30%;
}

.text-block {
  color: var(--azul);
  font-size: 40px;
  font-weight: 700;
  line-height: 119%;
}

.cv {
  border: 4px solid #e6c9b1;
  border-radius: 20px;
  width: 70%;
  padding: 40px 40px 40px 165px;
  position: relative;
}

.image-2 {
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 -13%;
}

.flex-block-2 {
  margin-bottom: 140px;
}

.about {
  margin-top: 40px;
  margin-bottom: 140px;
  position: relative;
}

._w-serv {
  background-color: var(--azul);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-3, .image-3._2 {
  width: 100px;
}

.div-block-2 {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-2 {
  font-size: 20px;
}

.div-block-3 {
  background-color: var(--azul);
  text-align: center;
  border-radius: 20px;
  padding-bottom: 60px;
}

.contacto {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.div-block-4 {
  background-color: #f1f1f2;
  border-radius: 20px;
  padding: 40px;
}

.image-4 {
  width: 60px;
}

.div-block-5 {
  text-align: center;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-5.bl-1 {
  border-left: 1px dotted var(--aqua);
  height: 150px;
}

.flex-block-3 {
  justify-content: center;
}

.paragraph {
  text-align: center;
}

.code-embed {
  border-radius: 20px;
  margin-top: 40px;
}

.footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.image-5 {
  width: 100px;
}

.bb-4 {
  border-bottom: 6px solid #e6c9b1;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.estamos {
  position: absolute;
  inset: -120px auto auto 0%;
}

.navbar-logo-left {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffc;
  padding: 10px;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding: 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 100px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--aqua);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.link-block {
  color: var(--azul);
  text-decoration: none;
}

.text-block-3 {
  color: var(--azul);
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 30px;
  }

  .div-block-5 {
    width: 50%;
  }

  .div-block-5.bl-1 {
    border-left-width: 0;
  }

  .flex-block-3 {
    flex-flow: wrap;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .nombre {
    width: 100%;
  }

  .text-block {
    margin-bottom: 40px;
  }

  .cv {
    width: 100%;
  }

  .image-2 {
    left: -8%;
  }

  .flex-block-2, ._w-serv {
    flex-flow: wrap;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .flex-block-4 {
    flex-flow: wrap;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .cv {
    padding: 20px;
  }

  .image-2 {
    position: static;
  }

  .flex-block-2 {
    margin-bottom: 60px;
  }

  .div-block-4 {
    padding: 20px;
  }

  .div-block-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-5.bl-1 {
    height: auto;
    margin-bottom: 40px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}
