@charset "UTF-8";

@import "./common.css?v=10";

:root {
  --color1: #fff;
  --color2: #1c1c1c;
  --border-color: rgba(0,0,0,0.5);
}

h1, h2, h3 {
  text-align: left;
  color: var(--main-color) !important;
}

h1 {
  text-transform: uppercase;
}

section {
	padding: var(--menu-height) 12vw 0;
}

.title {
	margin-bottom: var(--menu-height);
}

.line {
  margin: var(--menu-height) 0 0 0;
  border: 2px solid #676565;
  height: 4px;
}

@media (max-width: 1499px) {
	section {
		padding-left: 10vw;
		padding-right: 10vw;
	}
}

@media (max-width: 1199px) {
	section {
		padding-left: 8vw;
		padding-right: 8vw;
	}
}

@media (max-width: 998px) {
	section {
		padding-left: 6vw;
		padding-right: 6vw;
	}
}

@media (max-width: 798px) {
	section {
		padding-left: 3vw;
		padding-right: 3vw;
	}
}

/**********************************************************************
	Información de Producto
**********************************************************************/

.product {
  padding-top: calc(var(--menu-height)* 2);
}

.product .title p{
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.product .description {
	padding-right: 80px;
}

.product .description h3 {
	margin-top: calc(var(--menu-height) / 2);
}

.product .image img {
	width: 100%;
	height: auto;
	padding: 5%;
}

.product .button a {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400 !important;
	text-align: center;
	color: var(--main-color) !important;
	background-color: var(--white-font);
	border-color: var(--main-color);
	border-width: 1px;
	border-style: solid;
}

.product .button a:hover {
	color: var(--white-font) !important;
  background-color: var(--main-color);
}

@media (max-width: 1599px) {
	.product .image img {
		padding: 0%;
		margin-bottom: 5%;
	}
	.product .description {
		padding-right: 60px;
	}
	.product .button a {
		font-size: 0.8em;
	}
}

@media (max-width: 1199px) {
	.product .description {
		padding-right: 40px;
	}
}

@media (max-width: 798px) {
	.product .description {
		padding-right: 0;
	}
}

/**********************************************************************
	Principales aplicaciones
**********************************************************************/

.swiper i{
  font-size: 1.3rem;
  color: var(--color2);
}

.swiper .swiper-slide{
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .card{
  position: relative;
  overflow: hidden;
  transition: .6s;
}

.swiper .card img{
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  transition: .6s;
}

.swiper .card .content{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  color: #fff !important;
  padding-top: 30%;
  padding-left: 8%;
  transition: .6s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.24);
  text-align: start;
  font-size: 12px;
}

.swiper  .card .content i{
  font-size: 30px;
  padding-bottom: 20px;
  transform: rotate(50deg);
}

.swiper .card .content p{
  font-size: 15px;
  padding: 0;
  font-family: 'poppins';
}

.swiper .card .content .title{
  font-size: 30px;
  letter-spacing: 1px;
  font-family: 'poppins';
  text-transform: uppercase;
  color: #ffffff !important;
}

.swiper .card .content .description {
  color: #ffffff;
}

.swiper .card:hover .content{
  opacity: 1;
}

.swiper .card:hover img{
  transform: scale(1.2);
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev_:after,
.swiper .swiper-button-next_:after{
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
}

.swiper-button-next_, .swiper-button-prev_ {
  color: #000 !important;
}

.swiper .fa-angle-right:before,
.swiper .fa-angle-left:before{
  padding: 8px 9px;
  font-size: 2rem;
  z-index: 99;
  color: var(--color2);
  background-color: var(--color1);
}

.swiper .fa-arrow-up{
  color: var(--color1);
}

@media screen and (min-width: 1537px){
  .swiper .card{
    position: relative;
    overflow: hidden;
    transition: .6s;
  }
}

@media(max-width:1100px){
  .swiper{
      min-height: 670px;
  }
  .header .fa-bars{
      display: block;
  }
  .swiper  ul{
      position: absolute;
      top: 100%;
      left: -100%;
      z-index: 99;
      border-bottom: 2px solid var(--border-color);
      width: 100%;
      transition: .6s;
      background-color: var(--color1);
  }
  .swiper ul li{
      display: block;
      margin: 10px 0;
      padding: 10px 0;
  }
  .slide{
      left: 0;
  }
}

@media(max-width:900px){
  .swiper{
      min-height: 540px;
  }
}

/**********************************************************************
	Sección de productos recomendados
**********************************************************************/

.recommended-carousel {
  margin-top: calc(var(--menu-height) / 2);
}

.recommended .card {
	margin: 20px;
  max-width: 400px;
	border-radius: var(--card-radius) !important;
}

.recommended .card img {
	width: 100%;
	height: auto;
	padding: 5%;
	border-radius: 30px;
}

.recommended .card a {
	text-decoration: none;
}

.recommended .card .data {
	padding-left: 5%;
	padding-right: 5%;
	min-height: 80px;
}

.recommended .card .data .name {
	font-size: 1.1em;
  font-weight: 700;
	line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

.recommended .card .data .sku {
	margin-top: -1.1em; 
	font-size: 0.9em;
	color: var(--gray-font);
}

@media (max-width: 998px) {
	.recommended {
		padding-left: 8vw;
		padding-right: 8vw;
	}
}

@media (max-width: 918px) {
	.recommended {
		padding-left: 3vw;
		padding-right: 3vw;
	}
  .recommended .card {
    margin: 10px;
    max-width: 100%;
  }
}

/**********************************************************************
	Sección de formulario
**********************************************************************/

.contact {
	margin: var(--menu-height) 12vw;
}

 #contact{
  background-color:#f2f1f1 !important;
  border-radius:44px;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

#contact h2{
  font-size: 30px;
  color: var(--bs-green);
  font-family: Galano Grotesque Alt;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}