@font-face {
  font-family: archia-regular;
  src: url(Assets/ArchiaFont/Archia-Regular.otf);
}
@font-face {
  font-family: archia-bold;
  src: url(Assets/ArchiaFont/Archia-Bold.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: archia-regular;
  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: archia-bold;
  font-size: 14px;
  letter-spacing: 0.97px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  justify-content: space-between;
  align-items: baseline;
  z-index: 10;
}

.tittle {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 37px;
}

.indexinfo {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 37px;
  top: 37px;
}
#changeColor {
  background-color: inherit;
  color: #00212c;
}
#changeColor:hover {
  color: rgb(168, 166, 166) !important;
}
.carousel {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
#imagen {
  margin-top: -50px;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  width: 100vw;
  height: 105vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -100;
}
.bt-carr {
  height: 91vh;
  width: 50vw;
  background-color: transparent;
  border: 0;
  z-index: 1;
}
.bt1 {
  cursor: url("Assets/FlechaIzda.png"), e-resize;
}
.bt2 {
  cursor: url("Assets/FlechaDcha.png"), ew-resize;
}
/* INFO */

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

  left: 38px;
  margin-right: 30px;
  top: 117px;
  color: #00212c;
  line-height: 24px;
  font-family: archia-bold;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.closeA {
  color: #00212c;
}
.close {
  z-index: 10;
  position: absolute;
  right: 37px;
  top: 37px;
  font-size: 14px;
}

.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;
}
.invisible {
  display: none;
  width: 100vw;
  height: 100vh;
}
.goUp {
  display: none;
}
@media only screen and (max-width: 1100px) {
  /* For mobile phones: */
  [class*="invisible"] {
    display: flex;
    flex-direction: column;
  }
  [class*="tittle"] {
    left: 20px;
  }

  html {
    overflow: auto;
    height: auto;
  }
  [class*="goUp"] {
    display: flex; /* Hidden by default */
    position: absolute; /* Fixed/sticky position */
    justify-content: space-around;
    /*right: 50vw; /* Place the button 30px from the right */
    z-index: 500; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    width: 100vw;
    height: 58px;
    outline: none; /* Remove outline */
    background-color: #00212c; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    font-size: 18px; /* Increase font size */
  }
  [class*="upArrow"] {
    color: white;
    width: 16px;
    height: 18px;
  }
  /*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: 100vw;
  }
  [class*="address"] {
    width: 50vw;
  }
  [class*="clients-info"] {
    margin-left: -40px;
    width: 100vw;
  }
  [class*="header"] {
    padding-right: 3vw;
  }
  /*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;
    display: flex;
    flex-direction: column;
  }
  [class*="I1"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-001.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 74px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I2"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-002.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I3"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-003.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I4"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-004.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I5"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-005.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I6"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-007.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I7"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-008.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I8"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-009.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I9"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0010.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I10"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0011.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I11"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0012.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I12"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0013.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I13"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0014.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I14"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0015.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I15"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0016.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I16"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0017.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
  [class*="I17"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0018.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
    height: fit-content;
  }
  [class*="I18"] {
    background-image: url(Assets/CARRUSEL-SUPERABLE/w-carrusel-superable-0019.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    height: 50vw;
    width: 100vw;
  }
}
