body {
  position: relative;
  height: 100%;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  margin-left: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
  width: 350px;



}



.icon-size {

  width: 20%;
}

img[src="/cards/icon/"] {
  display: none;
}




li a {
  color: black;
}

li a:hover {
  color: #f4aa09d3;
}


li:hover {
  cursor: pointer;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
  background: white;
}

ul li:hover>ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 20px;
  box-shadow: 0px 3px 5px -1px #ccc;
}

ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;

  border-style: none;
}

ul li ul li a:hover {
  padding-left: 10px;
  border-left: 6px solid #F4A909;
  transition: all 0.3s ease;
}


ul li ul li a {
  transition: all 0.5s ease;
}

/* /* div.conta {
  height: 800px;
  width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 40px;
   


} */
/* h3 {
  background-color: blue;
  position: absolute;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  
  top: 15px;
  color: antiquewhite;
}

.position {
  position: relative;

  
}

.circle {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: grey;
  opacity: 90%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 65%;
  bottom: 0;
  object-fit: cover;
  transition: 0.4s;


}
.img {

  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;

}
.circle:hover {

  transform: scale(1.3);
  transform-origin: center;
} */
/* .s1{
  background: url('');
  background-size: cover;
  background-position: center;
}

.s2{
  background: url('');
  background-size: cover;
  background-position: center;
}

.s3{
  background: url('');
  background-size: cover;
  background-position: center;
}
.s4{
  background: url('');
  background-size: cover;
  background-position: center;
} */

.span {
  background: white !important;
}

.fp-watermark {
  display: none;
}

.fp-nav .ul {
  height: 1000px;
  width: 1000px;
}

/*imagenes text*/
.text_carrusel {
  font-family: 'MADE TOMMY';
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 80px;
  color: #000000;
}

/* parrafos */

.info_views {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 29px;
  margin-top: 1.8rem !important;
  text-align: start !important;
}

.title_view {
  font-family: 'MADE TOMMY';
  font-style: normal;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 80px;
  /* identical to box height */


  color: #000000;
}

@media (max-width: 400px) {
  .info_views {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 19px;
    margin: 0!important;
  }

  .title_view {
    font-family: 'MADE TOMMY' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 40px;
    color: #000000;
    margin-top: 0;
  }

  .info_box {
    margin-top: 0 !important;
  }

  .line_divicion {
    margin: 0 !important;
  }

  .buton_bar {

    margin-left: 1px !important;
  }

  .line_bar {
    margin-left: 10px !important;
  }

  .text_carrusel {
    font-family: 'MADE TOMMY';
    font-style: normal;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 30px;
    color: #000000;
  }
  @media(max-width:500px) {

    .mobil_img {
      height: 190px;
    }
  }
}
