@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Pacifico&display=swap");

* {
  margin: 0px;
  padding: 0px;
}

.header {
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#header-logo {
  width: 400px;
  margin: 1em auto 0.1em 1em;
  filter: invert(100%);
}

.reduced-width {
  height: 220px;
}

.nav-header {
  padding: 1em 2em 0.5em 1em;
}

.nav-menu li:hover {
  overflow: hidden;
  transition-duration: 100ms;
  font-size: 30px;
}

.nav-menu li {
  display: inline;
  font-size: 28px;
  color: white;
}

.nav-menu li {
  display: inline;
  font-size: 28px;
  color: white;
}

.nav-menu li a:visited {
  display: inline;
  font-size: 28px;
  color: white;
}

.nav-menu li a {
  text-decoration: double;
  padding: 0.5em 0.5em 0.3em 0.5em;
  border: 1px solid black;
  border-radius: 20px;
  color: white;
}

/*Aquí seteamos la caja que contiene la imagen principal*/
.front-image {
  height: 310px;
  background-color: blue;
  overflow: hidden;
  border: 3px solid black;
}
/*Aquí modificamos la imagen principal*/
.front-image img {
  position: relative;
  top: -950px;
  right: 300px;
  z-index: 0;
}
/* Hasta aquí está todo bien.  */

.text-image {
  position: relative;
  z-index: 1;
  text-align: center;
  bottom: -10vh;
  font-size: 50px;
  text-shadow: 3px 2px 5px rgb(0, 0, 0);
  color: white;
}

.icon-bar {
  width: 100%;
  height: 18vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: 000000;
}

.header-circle {
  height: 85px;
  padding: 0px 15px 30px 15px;
  margin: 10px;
  border: 2px solid rgb(250, 244, 175);
  border-radius: 20px;
  background-color: rgb(253, 241, 214);
}

#chattin {
  width: 68px;
  height: 68px;
}

#thumbs {
  width: 72px;
  height: 72px;
}

#umbrella {
  width: 70px;
  height: 70px;
}

.icon-bar div h2 {
  font-size: 32px;
  text-align: center;
}

.pair-of-image-text p {
  font-size: 15px;
  width: 50%;
  text-align: left;
}

.pair-of-image-text {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.pair-of-image-text .w-120 {
  width: 120px;
}

.tittle {
  text-align: center;
  font-size: 32px;
  padding: 16px 100px 16px 100px;
}

.standar-p {
  padding: 8px 150px 32px 150px;
  font-size: 30px;
  text-decoration: double;
}

.all-body {
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 32%,
    rgba(254, 225, 176, 1) 100%
  );
}
/*Lo de arriba, pendiente de resize*/
.rounded-icon {
  margin-top: 16px;
}

/*
.section-1 {
  background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(254,225,176,1) 100%);
}

.section-2 {
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(254,225,176,1) 100%);
}

.section-3 {
  background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(254,225,176,1) 100%);
} */

.footer {
  background-color: rgb(0, 0, 0);
  color: white;
}

.information a:visited {
  color: white;
}

.information a {
  text-decoration: none;
}

.contrataciones {
  display: flex;
  justify-content: space-around;
}

#chica-cafe {
  width: 200px;
}

#escaleras {
  width: 200px;
}
#empresario {
  width: 200px;
}

.tittle-pay {
  font-weight: bold;
  text-align: center;
  background-color: beige;
  font-size: 28px;
  padding: 8px 0 16px 0;
}

.list-pay {
  list-style-image: url("/assets/check.png");
}

.list-pay li {
  font-size: 22px;
  text-align: start;
  padding: 4px;
  background-color: rgb(246, 236, 221);
}

.list-pay li:nth-child(2n) {
  background-color: beige;
}

.price {
  padding: 16px 0 0 0;
  text-align: end;
  height: 52px;
  font-size: 20px;
  font-weight: unset;
}

.price span {
  font-size: 14px;
}

.image-container {
  text-align: center;
  border: 1px solid black;
  padding: 8px 16px 8px 32px;
  background-color: rgb(253, 241, 214);
  width: 350px;
}

#bottom-sec-1 {
  margin-top: 135px;
}

#bottom-sec-2 {
  margin-top: 32px;
}

#map {
  width: 100%;
  height: 450px;
  border: none;
}

.information {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 56px;
  padding: 0 16px 8px 16px;
  font-size: 24px;
}

.rounded-separator {
  margin-top: 20px;
}

#e-mail {
  display: block;
  font-size: 24px;
  text-decoration: none;
  color: rgb(109, 34, 230);
}

/* 3rd Party ---------------------------------------------------------------------------  */
.reduced-width {
  height: 285px;
}

.wrapper {
  padding-bottom: 90px;
}

.divider {
  position: relative;
  margin-top: 90px;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgb(48, 49, 51),
    transparent
  );
}

.div-arrow-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: white;
  border-bottom: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
}

.div-tab-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 14px;
  background-color: white;
  border-bottom: 1px solid rgb(48, 49, 51);
  border-left: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
  border-radius: 0 0 8px 8px;
}

.div-stopper:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -6px;
  left: calc(50% - 7px);
  width: 14px;
  height: 12px;
  background-color: white;
  border-left: 1px solid rgb(48, 49, 51);
  border-right: 1px solid rgb(48, 49, 51);
}

.div-dot:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: goldenrod;
  border: 1px solid rgb(48, 49, 51);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

/*  ---------------------------------------------------------------------------  */

/* MEDIA QUERYS */
/* (Desde 0 hasta 480px) */
@media only screen and (max-device-width: 411px) {
  .reduced-width {
    height: 300px;
  }

  #que-hacemos {
    padding: 0;
  }
  #e-mail {
    padding: 0;
  }
  #donde-encontrarnos {
    padding: 0 0 10px 0;
  }
  .information {
    display: block;
  }
  .front-image {
    height: 100px;
    background-color: black;
  }
  .text-image h1 {
    font-size: 25px;
  }
  .text-image p {
    font-size: 20px;
  }

  .front-image img {
    display: none;
  }

  #header-logo {
    display: none;
  }
  .standar-p {
    padding: 0 15px 0 15px;
  }
  .text-image {
    bottom: -1vh;
  }

  .header-circle {
    flex-direction: column;
    align-items: center;
  }
  .icon-bar {
    flex-direction: column;
    padding-bottom: 220px;
    padding-top: 230px;
  }
  .icon-bar div h2 {
    font-size: 25px;
  }

  .header-circle {
    display: block;
    width: 80%;
  }
  .pair-of-image-text .w-120 {
    width: 80%;
    text-align: center;
    font-size: 20px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }
  .header-circle h2 {
    font-size: 40px;
  }

  #chattin {
    display: none;
  }
  #thumbs {
    display: none;
  }
  #umbrella {
    display: none;
  }

  /*Nuestro servicios*/
  .contrataciones {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .image-container {
    width: 90%;
  }

  .tittle-pay {
    font-size: 34px;
  }

  .list-pay li {
    font-size: 25px;
  }

  .price {
    font-size: 40px;
  }

  .price span {
    font-size: 30px;
  }
  .header-circle h2 {
    font-size: 32px;
  }

  .header-circle {
    display: block;
    width: 80%;
    height: 140px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }

  #chica-cafe {
    display: none;
  }
  #escaleras {
    display: none;
  }
  #empresario {
    display: none;
  }
  #map {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .information {
    height: 120px;
  }
  .nav-header {
    display: none;
  }
}
@media only screen and (min-device-width: 412px) and (max-device-width: 499px) {
  .reduced-width {
    height: 510px;
  }

  .standar-p {
    padding: 0;
  }
  .text-image {
    bottom: -1vh;
  }

  .header-circle {
    flex-direction: column;
    align-items: center;
  }
  .icon-bar {
    flex-direction: column;
    padding-bottom: 170px;
    padding-top: 180px;
  }
  .icon-bar div h2 {
    font-size: 40px;
  }

  .header-circle {
    display: block;
    width: 80%;
  }
  .pair-of-image-text .w-120 {
    width: 80%;
    text-align: center;
    font-size: 25px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }
  .header-circle h2 {
    font-size: 40px;
  }

  #chattin {
    display: none;
  }
  #thumbs {
    display: none;
  }
  #umbrella {
    display: none;
  }

  /*Nuestro servicios*/
  .contrataciones {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .image-container {
    width: 90%;
  }

  .tittle-pay {
    font-size: 48px;
  }

  .list-pay li {
    font-size: 48px;
  }

  .price {
    font-size: 40px;
  }

  .price span {
    font-size: 30px;
  }
  .header-circle h2 {
    font-size: 32px;
  }

  .header-circle {
    display: block;
    width: 80%;
    height: 140px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }

  #chica-cafe {
    display: none;
  }
  #escaleras {
    display: none;
  }
  #empresario {
    display: none;
  }
  #map {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .information {
    height: 120px;
  }
  .nav-header {
    display: none;
  }
}

/* Desde 481 a 550px */
@media only screen and (min-device-width: 500px) and (max-device-width: 600px) {
  .text-image {
    bottom: -1vh;
  }

  .header-circle {
    flex-direction: column;
    align-items: center;
  }
  .icon-bar {
    flex-direction: column;
    padding-bottom: 170px;
    padding-top: 180px;
  }
  .icon-bar div h2 {
    font-size: 40px;
  }

  .header-circle {
    display: block;
    width: 80%;
  }
  .pair-of-image-text .w-120 {
    width: 80%;
    text-align: center;
    font-size: 25px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }
  .header-circle h2 {
    font-size: 40px;
  }

  #chattin {
    display: none;
  }
  #thumbs {
    display: none;
  }
  #umbrella {
    display: none;
  }

  /*Nuestro servicios*/
  .contrataciones {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .image-container {
    width: 90%;
  }

  .tittle-pay {
    font-size: 48px;
  }

  .list-pay li {
    font-size: 48px;
  }

  .price {
    font-size: 40px;
  }

  .price span {
    font-size: 30px;
  }
  .header-circle h2 {
    font-size: 32px;
  }

  .header-circle {
    display: block;
    width: 80%;
    height: 140px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }

  #chica-cafe {
    display: none;
  }
  #escaleras {
    display: none;
  }
  #empresario {
    display: none;
  }
  #map {
    display: none;
  }

  .nav-menu {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
@media only screen and (min-device-width: 601px) and (max-device-width: 980px) {
  /* Botones de inicio */
  .text-image {
    bottom: -8vh;
  }
  .header-circle {
    flex-direction: column;
    align-items: center;
    height: 100px;
  }

  .nav-menu {
    display: none;
  }

  .icon-bar {
    flex-direction: column;
    padding-bottom: 150px;
    padding-top: 250px;
  }
  .icon-bar div h2 {
    font-size: 40px;
  }

  .header-circle h2 {
    font-size: 28px;
  }

  .header-circle {
    display: block;
    width: 80%;
  }
  .pair-of-image-text .w-120 {
    width: 80%;
    text-align: center;
    font-size: 25px;
  }

  .header-circle div p {
    display: block;
    width: 70%;
    font-size: 20px;
  }

  #chattin {
    display: none;
  }
  #thumbs {
    display: none;
  }
  #umbrella {
    display: none;
  }

  /*Nuestro servicios*/
  .contrataciones {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .image-container {
    width: 90%;
  }

  .tittle-pay {
    font-size: 48px;
  }

  .list-pay li {
    font-size: 48px;
  }

  .price {
    font-size: 40px;
  }

  .price span {
    font-size: 30px;
  }
}
