@font-face {
  font-family: Acumin-BdItPro;
  src: url(assets/font/Acumin-BdItPro.otf);
}
@font-face {
  font-family: Acumin-BdPro;
  src: url(assets/font/Acumin-BdPro.otf);
}
@font-face {
  font-family: Acumin-ItPro;
  src: url(assets/font/Acumin-ItPro.otf);
}
@font-face {
  font-family: Acumin-RPro;
  src: url(assets/font/Acumin-RPro.otf);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*########### Main #################*/
html {
  height: 102vh;
  overflow: hidden;
}

body {
  font-family: Acumin-BdPro;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  z-index: 10;
}
a:hover {
  color: rgb(168, 166, 166);
}
/* CABECERA */
.header {
  display: flex;
  flex-direction: row;
  font-family: Acumin-BdPro;
  font-size: 14px;
  letter-spacing: 0.97px;
  margin-left: 39px;
  margin-right: 39px;
  margin-top: 30px;
  justify-content: space-between;
  align-items: baseline;
  z-index: 10;
}

.tittle {
  cursor: pointer;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: auto;
  align-content: center;
}

.indexinfo {
  cursor: pointer;
  z-index: 10;
  align-self: center;
}

.indexinfo span {
  font-size: 14px;
  letter-spacing: 0.35px;
}
.indexinfo a {
  color: #000000;
}
.indexinfo a:hover {
  color: #f9423a;
  text-decoration: underline;
}
#changeColor {
  background-color: inherit;
  color: #00212c;
}
#changeColor:hover {
  color: rgb(168, 166, 166) !important;
}
.carousel {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
#imagen {
  position: absolute;
  bottom: 0px;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  width: 100vw;
  height: calc(100vh - 90px);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* z-index: -100; */
}
.carta {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 153px;
  height: 44px;
  text-align: center;
  background-color: #000000;
  color: white;
  font-size: 14px;
  letter-spacing: 0.35px;
}

.carta:hover {
  cursor: pointer;
}

/* INFO */

.main-info {
  display: flex;
  flex-direction: row;
  position: absolute;

  left: 38px;
  margin-right: 30px;
  top: 117px;
  color: #00212c;
  line-height: 24px;
  font-family: Acumin-BdPro;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.main-info p,
.main-info span,
.main-info li {
  line-height: 24px;
  font-family: Acumin-BdPro;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.closeA {
  color: #00212c;
}
.closeA:hover {
  color: #f9423a;
  text-decoration: underline;
}
.close {
  z-index: 10;
  position: absolute;
  right: 37px;
  top: 37px;
  font-size: 14px;
}

.orange {
  color: #f9423a;
}

.main-info a {
  color: #00212c;
}
.main-info a:hover {
  color: rgb(168, 166, 166);
}
.text-info {
  padding: auto;
  flex-direction: column;
  width: 25vw;
}
.clients-info {
  display: flex;

  flex-direction: column;
  margin-left: 128px;
  width: 25vw;
  left: 583px;
}
.client-head {
  padding-left: 40px;
}
.ttl {
  margin-bottom: 12px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  margin-right: 19px;
}
.address {
  margin: 0;
}
.telf-mail {
  margin: 0;
}
.social-media {
  margin: 0;
}
.fin {
  margin-bottom: 15px;
}
.logo2 {
  text-align: left;
  height: 106px;
  width: 36px;
  padding-bottom: 70px;
}

/* mobile */
.invisible {
  display: none;
  width: 100vw;
  height: 100%;
}

@media only screen and (max-width: 1100px) {
  /* For mobile phones: */
  [class*="invisible"] {
    display: flex;
    flex-direction: column;
  }
  [class*="tittle"] {
    left: 20px;
  }
  .carta {
    bottom: 75px;
    right: calc(50% - 77px);
  }

  html {
    overflow: auto;
    height: auto;
  }

  /*Main*/
  [id*="imagen"] {
    width: 0 !important;
    height: 0 !important;
    background-image: none !important;
  }
  [class*="carousel"] {
    display: none;
    z-index: -200 !important;
    width: 0;
    height: 0;
  }
  [class*="images-list"] {
    /* z-index: -100; */
    width: 100vw;
    height: calc(100vh - 180px);
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .images-list img {
    object-fit: cover;
  }

  /*Info*/
  [class*="main-info"] {
    position: absolute;
    flex-direction: column;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.6px;
    left: 20px;
  }

  .text-info,
  .clients-info,
  .contact-info {
    margin-left: 0;
  }

  [class*="text-info"] {
    width: 90vw;
    margin-right: 15px;
  }

  [class*="contact-info"] {
    width: 90vw;
  }
  [class*="address"] {
    width: 90vw;
  }
  [class*="clients-info"] {
    margin-left: -40px;
    width: 100vw;
  }
  [class*="header"] {
    padding-right: 3vw;
  }
}
