/*

Tooplate 2117 Infinite Loop

https://www.tooplate.com/view/2117-infinite-loop

*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700,900");

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #18cee3;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1be7ff;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.padding {
  padding-bottom: 10px;
}

@media (max-width: 700px) {
  .tm-section-pad-top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #18cee3;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38b;
}

/* Navbar */
.tm-navbar {
  position: fixed !important;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
  background-color: black;
}

.tm-navbar.scroll {
  height: 50px;
  transition: all 0.3s ease;
}

.navbar-logo {
  height: 50px;
}

.navbar-logo.scroll {
  height: 40px;
}

@media (max-width: 720px) {
  .tm-navbar.scroll {
    height: 60px;
  }
}

.navbar-brand {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
}

.navbar-brand.scroll {
  height: 20px;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #18cee3;
}

.tm-navbar.scroll .navbar-brand {
  color: #18cee3;
}

.nav-item {
  list-style: none;
  display: flex;
  align-items: center;
}

.tm-nav-link {
  color: white;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.tm-navbar.scroll .tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: black;
  background-color: #18cee3;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.tm-nav-link.scroll {
  height: 35px;
}

@media (max-width: 720px) {
  .tm-navbar.scroll .tm-nav-link:hover,
  .tm-navbar.scroll .tm-nav-link.current,
  .tm-nav-link:hover {
    display: block;
  }
  .nav-item {
    display: block;
  }

  .tm-nav-link {
    display: block;
  }

  .tm-nav-link.scroll {
    height: initial;
  }
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
  padding-bottom: 4px;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
  padding-bottom: 4px;
}

#infinite {
  background-color: #222;
  background-image: url(../img/main-background.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
  background-size: cover;
}

@media (max-width: 740px) {
  #infinite {
    background-image: url(../img/main-background_cell.jpg);
    background-size: cover;
    background-position: center 50px;
  }
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -100px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center 50px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center 50px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center 50px;
  }
}


.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
  padding: 55px;
}

@media (max-width: 700px) {
  .tm-hero-text-container-inner {
    padding: 15px;
  }
}

.separator {
  border: none;
  width: 100%;
  height: 3px;
  background: #1be7ff;
  border-radius: 20px;
  margin: 80px 0;
}

@media (max-width: 700px) {
  .separator {
    margin: 5px 0;
    height: 1.5px;
  }
}

.tm-hero-title {
  font-size: 4.5rem;
  font-weight: 900;
  text-shadow: 22px 22px 22px #333;
}

@media (max-width: 700px) {
  .tm-hero-title {
    font-size: 1.5rem;
    font-weight: 900;
    text-shadow: 22px 22px 22px #333;
  }
}

.tm-hero-subtitle {
  font-weight: 600;
  text-shadow: 2px 2px 2px #333;
}

@media (max-width: 700px) {
  .tm-hero-subtitle {
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 22px 22px 22px #333;
    margin-top: 3rem;
  }
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #fff;
  cursor: pointer;
  background: #357;
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #fff;
  background: #37a;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: 600;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #37a;
}

.tm-continue {
  padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/infinite-loop-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 1rem;
}

.tm-gallery-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tm-gallery-item {
  margin: 0 5px;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #18cee3;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #a9c7e6; /*aca podemos cambiar el hover de las fotos de los carrousel*/
  /* max-width: 220px; */
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #18cee3;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Contact */

/* ACA IBA LA IMAGEN DE FONDO DEL CONTACT */
#contact {
  color: white;
  background-color: #001828;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)),
    url(../img/Contact-background.jpg);
  /*background: #112540;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.footer-container-contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: center;
  width: 100%;
  margin-top: 62px;
}

@media (max-width: 777px) {
  .footer-container-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact-item {
  margin-left: 20px;
}

@media (max-width: 777px) {
  .contact-item {
    margin-bottom: 20px;
  }
  .contact-wsp {
    margin-bottom: 15px;
  }
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #18cee3;
}

.tm-input {
  margin: 0 0 20px 0;
  width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
  font-size: 0.9em;
  color: #fff;
  background-color: #18cee3;
  width: 50%;
  margin-bottom: 60px;
}

.tm-btn-submit:hover {
  color: #fff;
  background-color: #1be7ff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
  color: #fff;
}

.tm-footer a:hover {
  color: #9cf;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38b;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

.content-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
}

@media (max-width: 720px) {
  .content-main {
    display: initial;
    flex-direction: initial;
    justify-content: initial;
    align-items: initial;
    width: initial;
  }

  @media (min-width: 768px) {
    .tm-intro-text-container {
      padding-left: 0px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1275px;
    }

    .tm-container-gallery {
      max-width: 1290px;
    }

    .tm-container-contact {
      max-width: 1063px;
    }
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background: black;
    background: black;
    background: black;
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: white;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

.text-enterprise-desc {
  text-align: center;
}

.hide-show-items {
  transition: color 0.3s ease;
}

@media (max-width: 720px) {
  .hide-show-items {
    text-decoration: none;
  }

  .mision-vision-valores {
    display: none;
  }

  .hide-separator {
    display: none;
  }
}

@media (max-width: 720px) {
  .text-enterprise-desc {
    text-align: initial;
    transition: 1.5s;
  }
}

.info-enterprise {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

@media (max-width: 720px) {
  .info-enterprise {
    flex-direction: column;
  }
}

.next-one,
.next-two,
.next-tree,
.next-four {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(50%, -50%);
  z-index: 100;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.prev-one,
.prev-two,
.prev-tree,
.prev-four {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 720px) {
  .next-one,
  .next-two,
  .next-tree,
  .next-four {
    display: none;
  }

  .prev-one,
  .prev-two,
  .prev-tree,
  .prev-four {
    display: none;
  }
}

.arrow-icon {
  transform: rotate(180deg);
}

@media (max-width: 720px) {
  .arrow-icon,
  .arrow-icon-right {
    display: none;
  }
}

.fixed-container {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
}

.fixed-container-bottom {
  position: fixed;
  bottom: 80px;
  right: 14px;
  z-index: 1000;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 720px) {
  .fixed-container {
    display: none;
  }

  .fixed-container-bottom {
    bottom: 30px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}

.icon-wsp {
  width: 60px;
  height: 60px;
}

.icon-ig {
  width: 50px;
  height: 50px;
}

.contact-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: center;
  margin-top: 5rem;
  width: 100%;
}

@media (max-width: 720px) {
  .contact-container {
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    justify-content: flex-start;
    margin: 3rem 0 0 1rem;
  }
}

.icon-ig-footer,
.icon-mail-footer {
  filter: brightness(0) invert(1);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media (max-width: 720px) {
  .icon-ig-footer,
  .icon-mail-footer {
    width: 25px;
    height: 25px;
  }
}

.icon-wsp-footer {
  filter: brightness(0) invert(1);
  width: 45px;
  height: 45px;
  transform: translate(-8px);
}

@media (max-width: 720px) {
  .direction-footer {
    width: 30px;
    height: 30px;
    transform: translate(-2px);
  }
}

.contact-bottom-container {
  display: flex;
  gap: 20px;
}

@media (max-width: 720px) {
  .contact-bottom-container {
    flex-direction: column;
  }
}

.container-section-footer-left {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 550px;
}

.container-section-footer-right {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 550px;
}

@media (max-width: 720px) {
  .contact-bottom-container {
    flex-direction: column;
  }

  .container-section-footer-left {
    height: initial;
  }

  .container-section-footer-right {
    height: 430px;
  }
}

.half-column {
  width: 47%;
}

@media (max-width: 720px) {
  .contact-name-local {
    display: flex;
    flex-direction: column;
  }
  .half-column {
    width: 100%;
  }
}

.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  margin-top: 600px;
}

@media (max-width: 720px) {
  .carousel > input {
    margin-top: 100px;
  }
}

.carousel
  > input:nth-of-type(6):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -500%;
}
.carousel
  > input:nth-of-type(5):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -400%;
}
.carousel
  > input:nth-of-type(4):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -300%;
}
.carousel
  > input:nth-of-type(3):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -200%;
}
.carousel
  > input:nth-of-type(2):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: -100%;
}
.carousel
  > input:nth-of-type(1):checked
  ~ .carousel__slides
  .carousel__slide:first-of-type {
  margin-left: 0%;
}
.carousel
  > input:nth-of-type(1):checked
  ~ .carousel__thumbnails
  li:nth-of-type(1) {
  color: white;
  opacity: 0.7;
  box-shadow: 0px 0px 0px 6px #18cee3;
}
.carousel
  > input:nth-of-type(2):checked
  ~ .carousel__thumbnails
  li:nth-of-type(2) {
  color: white;
  opacity: 0.7;
  box-shadow: 0px 0px 0px 6px #18cee3;
}
.carousel
  > input:nth-of-type(3):checked
  ~ .carousel__thumbnails
  li:nth-of-type(3) {
  color: white;
  opacity: 0.7;
  box-shadow: 0px 0px 0px 6px #18cee3;
}
.carousel
  > input:nth-of-type(4):checked
  ~ .carousel__thumbnails
  li:nth-of-type(4) {
  color: white;
  opacity: 0.7;
  box-shadow: 0px 0px 0px 6px #18cee3;
}
.carousel
  > input:nth-of-type(5):checked
  ~ .carousel__thumbnails
  li:nth-of-type(5) {
  color: white;
  opacity: 0.7;
  box-shadow: 0px 0px 0px 6px #18cee3;
}
.carousel
  > input:nth-of-type(6):checked
  ~ .carousel__thumbnails
  li:nth-of-type(6) {
  color: white;
  opacity: 0.7;
  box-shadow: 0px 0px 0px 6px #18cee3;
}
.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}
.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: fill;
}
.carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}
.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 6) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails label:hover,
.carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img,
.carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 3px #18cee3;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-infinite-container {
  width: fit-content;
  height: 100px;
  position: absolute;
  top: 25%;
  left: 13%;
}

.navbar-logo-infinite {
  width: 400px;
  height: 150px;
}

.subtitle-infinite-logo {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .logo-infinite-container {
    width: 200px;
    top: 120px;
    left: 3%;
  }

  .navbar-logo-infinite {
    width: 220px;
    height: 80px;
  }

  .subtitle-infinite-logo {
    font-size: 15px;
    padding-left: 7px;
    padding-top: 8px;
    line-height: 19px;
  }
}

.wsp-icon-contact-footer {
  width: 100px;
  height: 100px;
}
