body {
  overflow-x: hidden;
}

#contacto a{
  text-decoration: none;
}
#contacto li a {
  text-decoration: none;
  color: black !important;
}


#contacto {
  background-color: #f9f9f9;
  background-position: right;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100vw;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-family: Roboto;
  font-style: normal;
}

.img-contacto{
  position: absolute;
  right: 0;
  top: 0;
  max-height: 70vh;
  z-index: 0;
  mix-blend-mode: multiply;
}

#contacto header p {
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

#contacto ul li {
  list-style-type: none;
}

#contacto header ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contacto header ul>li > a {
  display: flex;
  justify-content: center;
}

#contacto header ul>li img {
  padding-right: 13px;
}

#contacto .more-info {
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

#contacto .more-info>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contacto .more-info>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#contacto .more-info>ul>li>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.item-info img{
  margin-right: 16px;
}

.item-info .vertical-round-line {
  height: 100vh;
  max-height: 39px;
  display: block;
  width: 2px;
  border-radius: 5px;
  background-color: var(--color-base);
  margin-right: 10px;
}

.item-info>div {
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

.item-info>div>strong {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

.item-info a {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  background: var(--color-base);
  border-radius: 31px;
  padding: 7px 30px;
  margin-top: 16px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  white-space: nowrap;
}

.item-info a:hover {
  background-color: var(--color-tint);
}


#contacto .more-info ul>li>div>img {
  margin-right: 16px;
}

#contacto a:hover {
  text-decoration: underline;
}

#header a:hover{
  color: white;
}

#contacto .more-info ul .vertical-round-line {
  height: 100vh;
  max-height: 39px;
  display: block;
  width: 4px;
  border-radius: 5px;
  background-color: var(--color-base);
  margin-right: 10px;
}

#contacto .more-info ul>li>div>div {
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

#contacto .more-info ul>li>div>div>strong {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

#contacto .more-info a {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  background: var(--color-base);
  border-radius: 31px;
  padding: 7px 30px;
  margin-top: 16px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  white-space: nowrap;
}

#contacto .more-info a:hover {
  background-color: var(--color-tint);
}

#contacto form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1rem;
  margin-bottom: 52px;
}

@media all and (max-width: 1000px) {
  #contacto form .input-group {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  #contacto form input[type="text"],
  #contacto form input[type="email"],
  #contacto form select {
    margin-bottom: 15px;
  }

  .custom-dropdown::after {
    margin-top: -16px !important;
  }

  #contacto .more-info>ul>li {
    margin-bottom: 16px;
    margin-right: 1rem;
  }

  #contacto .more-info button {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

#contacto form>.input-group .custom-dropdown,
#contacto form>.input-group input {
  margin-right: 10px;
}

#contacto form input[type="text"]::-webkit-input-placeholder, #contacto form input[type="email"]::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

#contacto form input[type="text"]:-ms-input-placeholder, #contacto form input[type="email"]:-ms-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

#contacto form input[type="text"]::-ms-input-placeholder, #contacto form input[type="email"]::-ms-input-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

#contacto form input[type="text"]::placeholder, #contacto form input[type="email"]::placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

#contacto form>.input-group select {
  -webkit-appearance: none;
  padding-right: 70px;
  min-width: 320px;
  /* min-width: min-content; */
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.custom-dropdown select {
  text-overflow: '';
  -webkit-appearance: button;
  /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 16px;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
  margin-right: 18px;
  color: white;
  position: absolute;
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, .3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, .1);
}

#contacto form input[type="text"],
#contacto form input[type="email"],
#contacto form select {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  border: 2px solid rgba(0, 0, 0, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 31px;
  width: 100%;
  max-width: 198px;
  padding: 16px 35px;
}

#contacto form select>option {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

#contacto form textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid black;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  min-height: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 250px;
  width: 100%;
  margin-bottom: 2rem;
}

#contacto form textarea::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  /* text-indent: -45px; */
}

#contacto form button[type="submit"] {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: none;
  background: var(--color-base);
  color: white;
  border-radius: 31px;
  width: 165px;
  height: 41px;
}

#contacto form input[type="submit"]:hover {
  cursor: pointer;
  background: var(--color-tint);
}

#contacto footer {
  margin-top: 2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  mix-blend-mode: normal;
}

#contacto footer>* {
  padding-right: 15px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#contacto footer>i:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}


@media all and (max-width: 930px) {
  #contacto .more-info a {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}

#home-footer {
  padding: 3rem 0;
  margin-bottom: 2rem;
}
#home-footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

#home-footer nav ul li {
  padding-left: 20px;
}

#home-footer nav ul li a {
  color: var(--color-gns-contrast);
  opacity: 0.8;
  text-decoration: none;
}

#home-footer .socialIcon img {
  width: 20px;
  height: 20px;
}

#home-footer .socialIcon {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#home-footer .socialIcon:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

@media all and (max-width: 650px) {
  #contacto form input, 
  #contacto form select,
  #contacto form .custom-dropdown{
    max-width: 100% !important;
    min-width: 100% !important;
  }
}