*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 80px;
}

body {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

header {
  display: flex;
  align-items: center;
}
header ul {
  display: flex;
}

section {
  margin-bottom: 4rem;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 1rem 4rem 0;
}

#hero .container {
  padding-top: 13rem;
}

.container__inner {
  display: flex;
  flex-wrap: wrap;
}

.container__menu {
  padding-top: 0;
}

ul {
  list-style-type: none;
}
ul.detalles li {
  padding: 1rem 3.4rem;
  margin-bottom: 1.5rem;
  background-image: url(../imgs/icon-limpieza-tick.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 8px 15px;
}

span.highlight {
  display: block;
  font-weight: bold;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-family: Economica, sans-serif;
  font-style: italic;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
h2 span {
  color: #0088A5;
}

h3 {
  font-size: 3rem;
  color: #0088A5;
}

p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
p.col-2 {
  margin-bottom: 0;
}

p.description {
  width: 50%;
}

#wapp-link {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}

#wapp-link img {
  width: 60px;
}

.composition__right {
  padding: 0 0 0 2rem;
}
.composition__left {
  padding: 0 2rem 0 0;
}
.composition img {
  border-radius: 14px;
}

.card img {
  border-radius: 8px 8px;
}

.icon {
  font-size: 1.2rem;
  background-color: #0088A5;
  color: white;
  border-radius: 17px;
  padding: 0.6rem 1.4rem 0.5rem 3.5rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.icon-logistica-integral {
  background-image: url(../imgs/icon-mudanza.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8px;
  border: 1px solid #aaa;
}

.icon-capital-humano {
  background-image: url(../imgs/icon-capital-humano.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8px;
}

.icon-limpieza-exterior {
  background-image: url(../imgs/icon-exterior.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 8px;
  border: 1px solid #aaa;
}

.icon-mantenimiento-del-hogar {
  background-image: url(../imgs/icon-servicios.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 8px;
  margin-top: 20px;
}

.icon-impacto {
  background-image: url(../imgs/icon-limpieza.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 12px;
  margin-top: 20px;
}

#suministro-de-personal .seleccion {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.suministro-de-personal__cards {
  display: flex;
  gap: 16px;
}
.suministro-de-personal__cards.card {
  flex: 1 0 calc(33.33% - 8px);
}

.card-style {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px;
}

#preparacion-de-mudanzas, #limpieza-exterior {
  background: linear-gradient(135deg, #026e86 0%, #0088A5 100%);
  color: white;
  padding: 3rem 0;
}

.mudanzas {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
.mudanzas p.move {
  flex: 1 0 calc(50% - 8px);
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0;
}

.mudanzas-container {
  display: flex;
}

p.description {
  width: 50%;
  display: inline;
}

.column-container {
  column-count: 2;
  margin-bottom: 2rem;
}

.column-container-electricidad {
  column-count: 1;
  width: 50%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .column-container {
    column-count: 1;
    margin-bottom: 2rem;
  }
  .column-container-electricidad {
    column-count: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.title-tecnica {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.title-tecnica h3 {
  margin: 1rem;
}

.sanitaria {
  margin-bottom: 4rem;
}

.electricidad {
  margin-top: 3rem;
}

.icon-tecnica {
  width: 50px;
  opacity: 0.6;
}

footer {
  background-color: #026e86;
  color: #fff;
  padding: 2rem;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    width: 100%;
  }
  .col-2 {
    margin-bottom: 2rem;
  }
  .suministro-de-personal__cards,
  .mudanzas-container {
    flex-direction: column;
  }
  .composition__right,
  .composition__left {
    padding: 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #0088A5;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.container__menu {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo img {
  padding-top: 120px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1002;
  transition: all 0.2s ease-in-out;
}

.logo.reduced img {
  width: 46%;
  padding-top: 35px;
}

/*=========================
DESKTOP
=========================*/
.nav-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.nav-menu a {
  text-decoration: none;
  color: #fff;
  padding-right: 1.5rem;
  margin-left: 1.5rem;
  transition: 0.3s;
}

.nav-menu a.last {
  border-right: none;
}

li.linkBg {
  border-right: 1px solid white;
  overflow: hidden;
  position: relative;
}

li.linkBg.linkBg__last, .link-contacto {
  border-right: none;
}

li.linkBg::after {
  transition: all 0.3s ease;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: -100;
  background-color: #32b122;
  position: absolute;
}

li.linkBg:hover::after {
  left: 0%;
}

li.linkBg.linkActive::after {
  left: 0%;
}

a.btn-contacto {
  padding: 1rem 3rem 0.9rem;
  border: 2px solid #32b122;
  background-color: #32b122;
  border-radius: 20px;
}

a.btn-contacto:hover {
  background-color: transparent;
}

/*=========================
HAMBURGUESA
=========================*/
.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}

.menu-toggle span {
  position: absolute;
  left: 8px;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

.menu-toggle span:nth-child(1) {
  top: 13px;
}

.menu-toggle span:nth-child(2) {
  top: 21px;
}

.menu-toggle span:nth-child(3) {
  top: 29px;
}

/* X */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 21px;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
}

.information {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  flex-wrap: wrap;
}

.social {
  display: flex;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.social img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 0.5rem;
}

/*=========================
MOBILE
=========================*/
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  .menu-toggle.active span {
    background: #222;
  }
  .nav-menu {
    /* visibility: hidden; */
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    top: -100%;
    transition: all 0.45s ease;
    z-index: 1001;
    opacity: 0;
  }
  .nav-menu.active {
    display: flex;
    top: 0;
    opacity: 1;
  }
  .nav-menu ul {
    flex-direction: column;
    gap: 35px;
    text-align: center;
  }
  .nav-menu a {
    font-size: 1.4rem;
    color: #666;
  }
  .btn-contacto {
    display: inline-block;
    padding: 15px 35px;
    margin-top: 20px;
  }
  .logo img {
    padding-top: 20px;
    width: 100px;
    display: block;
  }
}
#hero {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: relative;
  padding-top: 12vh;
}
#hero h2 {
  font-size: 8rem;
  line-height: 0.8;
  margin: 4rem 0;
}
#hero h2 span {
  font-size: 6rem;
  color: white;
}
#hero p {
  font-size: 2rem;
  width: 50%;
  margin-bottom: 4rem;
}
#hero button {
  font-size: 2rem;
  padding: 2rem 4rem;
  border-radius: 100px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .icon-header {
    margin-bottom: 0;
  }
  #hero {
    height: 90vh;
    padding-top: 80px;
  }
  #hero .container {
    padding-top: 3rem;
  }
  #hero h2 {
    font-size: 4rem;
    line-height: 1;
    margin: 2rem 0 2rem;
  }
  #hero h2 span {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  #hero p {
    width: 100% !important;
    font-size: 1.5rem;
  }
  #hero div {
    text-align: center;
  }
  #hero button {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    width: 250px;
    margin-bottom: 3rem;
  }
  #hero button.presupuesto {
    margin-right: 0;
  }
  #hero .icon-info {
    margin: 0;
  }
  #hero #hero-info {
    text-align: left;
    width: 58%;
    margin: auto;
  }
}
button.presupuesto {
  background-color: #0088A5;
  border: 2px solid #0088A5;
  color: white;
  margin-right: 2rem;
  transition: all 0.2s ease-in-out;
}
button.presupuesto a {
  text-decoration: none;
  color: #fff;
}
button.presupuesto:hover {
  background-color: transparent;
  border: 2px solid white;
}

button.servicios {
  background-color: transparent;
  color: white;
  border: 2px solid white !important;
  transition: all 0.2s ease-in-out;
}
button.servicios a {
  text-decoration: none;
  color: #fff;
}
button.servicios:hover {
  background-color: white;
  border: 2px solid white;
}
button.servicios:hover a {
  color: #026e86;
}

.icon-header {
  display: inline-block;
  border-radius: 120px;
  background-image: url(../imgs/icon-star.png);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 12px;
}

.icon-info {
  background-color: transparent !important;
  background-image: url(../imgs/icon-limpieza-tick-white.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: 12px 5px;
}

#video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  overflow: hidden;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.animar-entrada {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition-delay: var(--delay, 0s);
}

.animar-entrada.activo {
  opacity: 1;
}

/*# sourceMappingURL=styles.css.map */
