@font-face {
  font-family: squareFont;
  src: url(../../../Assets/Fonts/VisbyCF-Bold.otf);
}
@font-face {
  font-family: Demibold;
  src: url(../../../Assets/Fonts/VisbyCF-Light.otf);
}
@font-face {
  font-family: miFuente;
  src: url(../../../Assets/Fonts/VisbyCF-Heavy.otf);
}
@font-face {
  font-family: MediumBold;
  src: url(../../../Assets/Fonts/VisbyCF-Medium.otf);
}
@font-face {
  font-family: DemiBold;
  src: url(../../../Assets/Fonts/VisbyCF-DemiBold.otf);
}
/*
body {
    padding: 50px 130px;
}
*/
* {
  box-sizing: border-box;
}

.card-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #e0e0e0;
}

.infrastructure-title {
  width: 90%;
  margin-top: 5rem;
}

.infrastructure-title h2 {
  background-color: #5f9600;
  color: #fff;
  font-family: squareFont;
}

.right-container hr {
  height: 0.25rem;
  background-color: #61a60e;
  border: none;
  opacity: 1;
  width: 100%;
  margin: 0;
}

.right-container {
  width: 100%;
  margin: 0 0 0 1.2%;
}

.right-container h3 {
  color: #122d53;
  padding-top: 0.9rem;
  font-weight: bold;
  font-family: miFuente;
}

.separator-box h3 {
  color: #122d53;
  padding: 5% 0 0 5%;
  font-family: miFuente;
}

/*
.card .image{
    width: 150px;
    height: 140px;
    border: 2px solid #000;
}
*/
.card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card {
  width: 22rem;
  height: 25.5rem;
  padding: 0 1.87rem;
  position: relative;
  background-color: #0045ab;
}

.product {
  width: 90%;
  position: relative;
  overflow: hidden;
  margin: 10% auto 10%;
}

.product-container {
  padding: 0 10vw;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.product-container::-webkit-scrollbar {
  display: none;
}

.product-container button {
  width: 33%;
}

.product-card {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  margin-right: 2.5rem;
}

.product-card button {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

.product-card:nth-child(5) {
  background-image: url(../../../Assets/Images/TIMSA_WEB_PARTE_1/PAGINA_16/IMAGEN_3.png);
  background-size: cover;
  width: 35%;
}

.product-card button:nth-child(5) {
  background: transparent;
}

.product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-image img {
  padding: 0;
}

.product-info {
  width: 100%;
  padding: 2.5rem;
  text-align: center;
}

.product-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-brand {
  color: #fff;
  font-family: squareFont;
}

.pre-btn,
.nxt-btn {
  border: none;
  width: 10vw;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  */
  background-color: transparent;
  cursor: pointer;
  z-index: 9;
}

.pre-btn {
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn {
  right: 0;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img {
  opacity: 1;
}

.nxt-btn:hover img {
  opacity: 1;
}

/*
.collection-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.collection{
    position: relative;
}

.colection img{
    width: 100%;
    height: 100%;
    object-fit:  cover;
}

.colection p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
}

.colection:nth-child(3){
    grid-column: span;
    margin-bottom: 10px;

}
*/
.machine {
  width: 85%;
}

.machine-container {
  background-color: #e0e0e0;
  margin: 0 auto 10%;
  position: relative;
  display: flex;
  padding: 0;
}

.mini-title {
  width: 95%;
}

.mini {
  background-color: #0045ab;
  color: #fff;
  padding: 2rem 2rem;
}

.machine-container img {
  justify-content: center;
  margin: auto;
}

.acabado {
  width: 100%;
  display: flex;
  justify-content: center;
}

.machine hr {
  height: 0.25rem;
  background-color: #61a60e;
  border: none;
  opacity: 1;
  width: 100%;
}

.acabado-container {
  background-color: #e0e0e0;
  height: 43.75rem;
  margin: 0 8.12rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.acabado-container img {
  justify-content: center;
  height: 44rem;
  width: 80%;
  padding: 0rem 0rem 0rem 0rem;
}

.list-container {
  width: 90%;
  margin: auto auto;
  font-size: 2.5rem;
  font-family: DemiBold;
  color: #0045ab;
  line-height: 250%;
}

ul {
  list-style-type: disc;
}

#wsp-container {
  width: 90%;
  height: 10%;
  padding: 50px 20px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#wsp-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: rgb(45, 177, 45);
  border-radius: 100%;
}

#wsp-container div i {
  font-size: 50px;
}

.info-container {
  background-color: aliceblue;
}

@media (max-width: 500px) {
  .acabado-container img {
    height: 40rem !important;
    width: 25rem !important;
    padding: 1rem 0rem 0rem 0rem;
  }

  .acabado-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70rem;
    width: 40rem;
  }

  .product-container button {
    width: 100%;
  }
  .product-card {
    width: 50%;
  }
  .pre-btn,
  .nxt-btn {
    display: none;
  }
  .product-card:nth-child(5) {
    width: 70%;
  }
  .infrastructure-title h2 {
    font-size: 3rem;
  }
  .infrastructure-title h3 {
    font-size: 2.5rem;
  }
  #wsp-container {
    padding: 2rem 1rem 3rem 0px;
  }
} /*# sourceMappingURL=conventional_style.css.map */
