body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 19px;
  color: #5c6183;
}

header {
  padding: 10px;
  text-align: center;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #5c6183;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #5c6183;
  margin: 0 0 20px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #5c6183;
  margin: 0 0 20px;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5c6183;
  height: 45px;
}

.header-info > a {
  color: #FFFFFF;
  text-decoration: none;
}

.header-info > a:hover {
  color: #DDDDDD;
}

.header-mailto {
  margin: 10px;
  font-size: 16px;
  float: left;
}

.header-whatsapp {
  margin: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

nav ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style: none;
  padding: 0;
}

nav li {
  text-decoration: none;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

nav li a {
  text-decoration: none;
  color: #5c6183;
}

nav li a:hover {
  text-decoration: none;
  color: #adadad;
}

.ul-languages {
  font-size: 16px;
  text-align: right;
}

.container-cover-gi {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.cover-gi {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

section {
  margin: 20px;
}

footer {
  background-color: #f2f2f2;
  font-size: 16px;
}

footer.share {
  background-color: #5c6183;
  color: white;
  display: inline-block;
  width: 100%;
}

footer.share > div {
  padding-top: 30px;
  padding-bottom: 20px;
  height: auto;
  text-align: center;
}

footer.share > div:nth-child(2) {
  background-color: #70b0a9;
  text-align: center;
  line-height: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

footer.share > div > p > a.colaborators {
  margin-bottom: 25px;
  display: inline-block;
}

footer.share > div.color-text-black {
  color: black;
}

footer.share > div.color-text-black > p {
  text-align: justify;
}

footer.share > div.color-text-black > p > a {
  text-decoration: none;
  text-align: justify;
  color: black;
}

footer.share > div.color-text-black > p > a:hover {
  text-decoration: none;
  color: #DDDDDD;
}

footer.legal {
  text-align: center;
  padding: 15px;
  background-color: #f2f2f2;
}

footer.legal > span > a {
  text-decoration: none;
  color: #5c6183;
}

footer.legal > span > a:hover {
  text-decoration: none;
  color: #adadad;
}

.img-logo {
  width: 150px;
}

.menu-links > li {
  display: inline-flex;
  font-size: 16px;
}

.menu-links > li > a.active {
  color: #f90;
  width: 100%;
  pointer-events: none;
  font-weight: 700;
}

.menu-link {
  color: #5c6183;
  text-decoration: none;
  position: relative;
  margin: 10px;
  text-transform: uppercase;
}

.menu-link:hover {
  color: #f90;
  text-decoration: none;
}

.menu-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background-color: #f90;
  position: absolute;
  bottom: 0;
  transition: width 0.3s;
}

.menu-link:hover::after {
  width: 100%;
}

.home-explain > p {
  text-align: justify;
  line-height: 32px;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 10%;
  padding-left: 10%;
}

.home-explain > p > a {
  text-decoration: none;
  color: #5c6183;
}

.home-explain > p > a:hover {
  text-decoration: none;
  color: #adadad;
}

.container-room-explain {
  width: 100%;
  display: inline-block;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 30px;
  background-color: #f2f2f2;
}

.container-room-explain > div.content-steps {
  text-align: center;
  width: 100%;
}

.container-room-explain > div.content-steps > p {
  margin: 15px 0 0 0;
  line-height: 30px;
}

.other-rooms {
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  text-align: right;
  line-height: 20px;
}

.service-container {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.service-item {
  border: 4px solid #fff;
  min-height: 450px;
  background-color: #D7D8F0;
  color: #000;
  line-height: 30px;
  padding: 5% 3%;
  margin: 2px 0;
}

.service-item > div.service {
  font-size: 24px;
  font-weight: 700;
}

.service-item > div.detailed-service {
 font-size: 14px;
 font-weight: normal;
 text-align: justify;
}

.service-item > div.sub-service {
  font-size: 32px;
  font-weight: lighter;
  margin: 30px 0 30px;
}

.service-item-color {
  background-color: #F0F2FF;
  color: #5c6183;
}

h2.title_service {
  margin: 30px;
  font-size: 18px;
  color: #5c6183;
  font-size: 500;
}

.italic-text {
  font-style: italic;
}

.without-iva {
  font-size: 18px;
  margin: 30px 0 30px;
}
