:root {
  --white: white;
  --black: black;
}

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

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

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

.submit-button {
  color: #000;
  background-color: #e9e2da;
  border-radius: 1000px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Havelock Titling, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.submit-button:hover {
  color: #fff;
  background-color: #0b3e46;
}

.presupuesto-3 {
  background-color: #c4d557;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 120px;
}

.text-field {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  font-family: Jost, sans-serif;
}

.text-field::placeholder {
  color: #000;
}

.text-field.tel {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-field.prefijo {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.section-2 {
  background-image: url('../images/banner.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.error-message {
  text-align: center;
  background-color: #038fa5;
  margin-top: 0;
  font-family: Jost, sans-serif;
  position: absolute;
  inset: 0;
}

.column-5 {
  text-align: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  color: #000;
  border-radius: 15px;
  height: 80px;
  font-family: Jost, sans-serif;
}

.textarea.consulta::placeholder {
  color: #000;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.form {
  text-align: center;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.bold-text {
  font-family: Havelock Titling, sans-serif;
}

.container {
  text-align: center;
  padding-bottom: 20px;
}

.image {
  text-align: center;
  position: relative;
  inset: -56px 0% 0% 162px;
}

.section-3 {
  background-color: #e9e2da;
  padding: 40px 10px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.heading-3 {
  color: #038fa5;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-weight: 600;
}

.heading-3.white {
  color: #fff;
}

.heading-3.marron {
  color: #be9980;
}

.heading-3.marron.right {
  text-align: right;
  margin-bottom: 40px;
}

.paragraph {
  color: #000;
  text-align: left;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.izq {
  text-align: left;
  font-size: 16px;
}

.paragraph.white.dere {
  text-align: left;
}

.paragraph.white.italic {
  margin-bottom: 40px;
  font-style: italic;
}

.div-block {
  border: 1px solid #038fa566;
  padding: 10px;
}

.columns {
  padding-top: 0;
}

.bold-text-2 {
  font-family: Havelock Titling, sans-serif;
}

.div-block-2 {
  display: flex;
}

.section-4 {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/circulo-izq.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 40px 10px;
}

.column-6 {
  text-align: center;
  font-size: 20px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

.text-block-4.der {
  text-align: right;
}

.image-2 {
  border-radius: 2000px;
}

.div-block-3 {
  background-image: url('../images/img47.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3._2 {
  background-image: url('../images/img59.jpg');
  background-position: 50% 0;
}

.div-block-3._3 {
  background-image: url('../images/img65.jpg');
  background-position: 50%;
  margin-bottom: 20px;
}

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

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section-5 {
  text-align: center;
  background-color: #038fa5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-8 {
  text-align: right;
  flex-flow: column;
  display: block;
}

.image-3 {
  border-radius: 100px;
}

.section-6 {
  background-color: #038fa5;
  padding: 60px 10px 40px;
}

.image-4, .image-5 {
  border-radius: 1000px;
}

.image-6 {
  transform-style: preserve-3d;
  position: relative;
  top: -13px;
  left: 87px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-23deg);
}

.section-7 {
  background-color: #038fa5;
  padding: 60px 10px;
}

.image-8 {
  position: relative;
  top: 0;
  bottom: -200px;
  left: 75%;
}

.section-9 {
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Jost, sans-serif;
}

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

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 250px;
  height: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4._1 {
  background-image: url('../images/img40.jpg');
  background-size: cover;
}

.div-block-4._2 {
  background-image: url('../images/img39.jpg');
  background-size: cover;
}

.text-span {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 200;
}

.columns-3 {
  margin-bottom: 40px;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b3e46;
  border-radius: 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.button:hover {
  background-color: #021e22;
}

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

.column-10 {
  padding-top: 20px;
}

.container-2 {
  background-color: #038fa5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/servicios.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding-top: 0;
  display: flex;
}

.div-block-5.azul {
  background-color: #038fa5;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 0;
  display: flex;
}

.section-10 {
  padding: 40px 10px;
}

.column-11 {
  background-color: #038fa5;
}

.div-block-6 {
  text-align: center;
  border: 5px solid #be9980;
  padding: 20px;
  font-family: Jost, sans-serif;
}

.text-block-7 {
  text-align: left;
  font-size: 16px;
}

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

.div-block-7 {
  background-image: url('../images/sobre-mi-01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}

.div-block-7._01 {
  background-image: url('../images/sobre-mi-01.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.div-block-8 {
  background-image: url('../images/sobre-mi-02.jpg');
  background-position: 65%;
  background-size: auto;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 991px) {
  .text-field.prefijo {
    width: 40%;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-top: 20px;
  }

  .column-5 {
    margin-bottom: 15px;
  }

  .image {
    display: none;
  }

  .heading-3.marron.right {
    text-align: center;
    margin-bottom: 20px;
  }

  .column-6, .text-block-4.izq {
    text-align: center;
  }

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

  .columns-2 {
    display: block;
  }

  .image-6, .image-7 {
    display: none;
  }

  .div-block-5 {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 20px;
  }

  .heading {
    font-size: 24px;
  }

  .div-block-3 {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'Havelock Titling';
  src: url('../fonts/Havelock-Titling-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Havelock Titling';
  src: url('../fonts/Havelock-Titling-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Havelock Titling';
  src: url('../fonts/Havelock-Titling-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Havelock Titling';
  src: url('../fonts/Havelock-Titling-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Havelock Titling';
  src: url('../fonts/Havelock-Titling-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}