@font-face {
  font-family: "Typold";
  src: url("../font/Typold-Bold.woff") format("woff"), url("../font/Typold-Bold.ttf") format("truetype"), url("../font/Typold-Bold.svg#Typold-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typold";
  src: url("../font/Typold-Regular.woff") format("woff"), url("../font/Typold-Regular.ttf") format("truetype"), url("../font/Typold-Regular.svg#Typold-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typold Book";
  src: url("../font/Typold-Book.woff") format("woff"), url("../font/Typold-Book.ttf") format("truetype"), url("../font/Typold-Book.svg#Typold-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Utopia Std";
  src: url("../font/UtopiaStd-Regular.woff2") format("woff2"), url("../font/UtopiaStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
* Variables
*/
* {
  padding: 0;
  margin: 0;
  font-family: "Typold Book";
}

.container {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
}

.vermas {
  width: 130px;
  height: 35px;
  background-color: #bdb5b0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Typold";
  cursor: pointer;
  transition: all 300ms;
  border: 2px solid #bdb5b0;
  text-decoration: none;
}
.vermas:hover {
  background-color: #fff;
  color: #bdb5b0;
  border-color: #bdb5b0;
}

header {
  padding: 55px 0;
  border-bottom: #9a9a9a solid 1px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .menu-button {
  display: none;
}
header .container .main-logo img {
  max-width: 180px;
  height: auto;
}
header .container .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
header .container .main-menu ul li {
  margin-right: 37px;
}
header .container .main-menu ul li:last-child {
  margin-right: 0;
}
header .container .main-menu ul li a {
  text-decoration: none;
  color: white;
}
header .container .main-menu ul li.current a {
  color: #bdb5b0;
}

.slider-cont {
  background-color: beige;
  height: 100vh;
}
.slider-cont .item {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.slider-cont .item .text {
  font-size: min(18vw, 95px);
  font-family: "Utopia Std";
  color: white;
  line-height: 1;
}
.slider-cont .item .text .sub-text {
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  color: #bfb5ac;
  line-height: 1;
  padding: 0;
  border-bottom: 2px solid #bdb5b0;
}

.main-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.main-banner .container .text {
  font-size: min(18vw, 95px);
  font-family: "Utopia Std";
  color: white;
  line-height: 1;
}
.main-banner .container .text .sub-text {
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  color: #bfb5ac;
  line-height: 1;
  padding: 0;
  border-bottom: 2px solid #bdb5b0;
  font-style: italic;
}

.title {
  font-family: "Utopia Std";
  color: #bdb5b0;
  margin: 0 auto;
  margin: 40px 20px;
  text-align: center;
  font-size: 30px;
  height: 35px;
  position: relative;
}
.title:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #bdb5b0;
  position: absolute;
  left: calc(50% - 2.5px);
  top: 50px;
}

.img_desc-cont {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  flex-direction: row;
}
.img_desc-cont .column {
  width: 50%;
  min-width: 300px;
}
.img_desc-cont .column:first-child {
  display: flex;
  align-items: start;
  justify-content: end;
}
.img_desc-cont .column .text-cont {
  max-width: 585px;
  width: 95%;
  padding-right: 75px;
  box-sizing: border-box;
}
.img_desc-cont .column .text-cont .title {
  text-align: left;
  margin: 40px 0;
  line-height: 1;
  height: auto;
}
.img_desc-cont .column .text-cont .title:before {
  display: none;
}
.img_desc-cont .column .text-cont .desc {
  margin-bottom: 30px;
}
.img_desc-cont .column .img-cont img {
  width: 100%;
}

.services-cont {
  margin-bottom: 100px;
}
.services-cont .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.services-cont .container .item {
  flex: 1 0 calc(33% - 20px);
  min-height: 480px;
  border: 2px solid #bdb5b0;
  margin: 10px;
  margin-bottom: 23px;
  box-sizing: border-box;
}
.services-cont .container .item:nth-child(1), .services-cont .container .item:nth-child(4) {
  margin-left: 0;
}
.services-cont .container .item:nth-child(3), .services-cont .container .item:nth-child(6) {
  margin-right: 0;
}
.services-cont .container .item .icon-cont {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 40px;
}
.services-cont .container .item .icon-cont img {
  width: 100%;
  height: auto;
}
.services-cont .container .item .desc {
  max-width: 312px;
  height: 80px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0 5px;
}
.services-cont .container .item .vermas {
  border: 2px solid #bdb5b0;
  margin: 0 auto;
  color: #bdb5b0;
  background-color: #fff;
}
.services-cont .container .item .vermas:hover {
  background-color: #bdb5b0;
  color: white;
}

.qual-cont {
  margin-bottom: 100px;
}
.qual-cont .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}
.qual-cont .container .item {
  box-sizing: border-box;
  flex: 1 0 calc(33% - 20px);
  margin-bottom: 20px;
}
.qual-cont .container .item .img-cont {
  width: 100%;
  border-bottom: 12px solid #bdb5b0;
  padding: 0;
  margin: 0;
}
.qual-cont .container .item .img-cont img {
  width: 100%;
  margin: 0;
  margin-bottom: -4px;
}
.qual-cont .container .item .title {
  text-align: left;
  margin: 0;
  margin-top: 42px;
  margin-bottom: 32px;
}
.qual-cont .container .item .title:before {
  left: 0;
}

.contact-cont {
  background-image: url(../img/banner-contacto.png);
  background-position: center;
  background-size: cover;
  padding: 80px;
  padding-bottom: 220px;
}
.contact-cont .title {
  color: white;
}
.contact-cont .title:before {
  background-color: #fff;
}
.contact-cont .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.contact-cont .container.columns {
  margin-top: 150px;
  justify-content: space-between;
}
.contact-cont .container .column {
  flex: 1 0 40%;
  max-width: 480px;
}
.contact-cont .container .column .desc {
  color: white;
  min-width: 340px;
  max-width: 480px;
  padding-right: 30px;
}
.contact-cont .container .column .desc a {
  color: inherit;
  text-decoration: none;
}
.contact-cont .container .column .desc address {
  font-style: normal;
}
.contact-cont .container .column form {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.contact-cont .container .column form input, .contact-cont .container .column form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  width: 100%;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 2px solid white;
  color: white;
  margin-bottom: 15px;
}
.contact-cont .container .column form input::-moz-placeholder, .contact-cont .container .column form textarea::-moz-placeholder {
  color: white;
}
.contact-cont .container .column form input::placeholder, .contact-cont .container .column form textarea::placeholder {
  color: white;
}
.contact-cont .container .column form input:focus, .contact-cont .container .column form textarea:focus {
  outline: none;
}
.contact-cont .container .column form input {
  height: 40px;
}
.contact-cont .container .column form textarea {
  margin-bottom: 30px;
}
.contact-cont .container .column form input[type=submit] {
  max-width: 180px;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Typold";
  font-weight: bold;
  cursor: pointer;
}
.contact-cont .container .column form .msg {
  color: white;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

.contact-cont.full {
  min-height: calc(90vh - 220px);
  padding-bottom: 0;
  padding-top: 220px;
  padding-bottom: 80px;
}

footer {
  padding: 95px 0;
  background-color: #bdb5b0;
  color: white;
}

@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
  header {
    padding: 25px 0;
  }
  header .container .main-logo img {
    max-width: 120px;
    height: auto;
  }
  .img_desc-cont {
    width: 90%;
    margin: 0 auto;
  }
  .img_desc-cont .column {
    width: 100%;
  }
  .img_desc-cont .column .text-cont {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .img_desc-cont .column .text-cont .vermas {
    margin-bottom: 30px;
  }
  .services-cont .container {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
  }
  .services-cont .container .item {
    margin: 0;
    flex: 1 0 48%;
    min-width: 200px;
    box-sizing: border-box;
  }
  .qual-cont .container {
    gap: 20px;
  }
  .qual-cont .container .item {
    flex: 1 0 45%;
    min-width: 200px;
    max-width: 100%;
  }
  .contact-cont {
    background-image: url(../img/banner-contacto.png);
    background-position: center;
    background-size: cover;
    padding: 0px;
    padding-bottom: 220px;
  }
  .contact-cont .title {
    color: white;
    margin: 40px auto;
    box-sizing: border-box;
  }
  .contact-cont .title:before {
    background-color: #fff;
  }
  .contact-cont .container {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .contact-cont .container.columns {
    margin-top: 50px;
    justify-content: space-between;
  }
  .contact-cont .container .column {
    min-width: 300px;
    max-width: 100%;
    width: 100%;
  }
  .contact-cont .container .column .desc {
    color: white;
    min-width: 240px;
    max-width: 480px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  header {
    padding: 55px 0;
    border-bottom: #9a9a9a solid 1px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  header .container .menu-button {
    display: flex;
  }
  header .container .main-logo img {
    max-width: 180px;
    height: auto;
    z-index: 300;
    position: relative;
  }
  header .container .main-menu ul {
    display: none;
  }
  header .container .main-menu.active ul {
    width: 111%;
    left: -5.5%;
    height: 110vh;
    top: -60px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header .container .main-menu.active ul li {
    margin: 0;
    margin-bottom: 20px;
  }
  header .container .main-menu.active ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) {
  header .menu-button {
    border: 1px solid white;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1px;
    background: transparent;
    transition: all 0.3s;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  header .menu-button.active {
    background: #00cae2;
    background: linear-gradient(0deg, #bdb5b0 4%, #bdb5b0 60%, #bdb5b0 100%);
  }
  header .menu-button.active span {
    width: 25px;
  }
  header .menu-button.active span:first-of-type {
    transform: rotateZ(45deg) translate(3px, 3.5px);
  }
  header .menu-button.active span:last-of-type {
    transform: rotateZ(-45deg) translate(3px, -3.5px);
  }
  header .menu-button span {
    margin: 4px;
    width: 80%;
    height: 1px;
    background-color: #fff;
    transition: all 0.2s;
  }
}