@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  background: #f2f2f2 !important;
  margin: 0px;
}

/*Fonts*/
/*Colores*/
/*Color Formulario*/
/*Color de los Textos*/
/*Compilado*/
/*Mobile*/
header {
  width: 100%;
  margin: 0px;
  line-height: 0px;
  position: relative;
  box-sizing: border-box;
}
header .opacidad-idioma {
  opacity: 0.5;
}
header nav {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.4);
}
header nav a {
  color: #FFFFFF;
}
header nav ul {
  margin: 0px;
  padding: 0px;
  background-color: #404345;
  overflow: hidden;
  list-style-type: none;
}
header nav ul a {
  display: block;
  color: #FFFFFF;
  padding: 19px;
  text-decoration: none;
}
header nav ul :link {
  text-decoration: none;
  color: #FFFFFF;
}
header nav ul :visited {
  color: #FFFFFF;
}
header nav ul :hover {
  opacity: 0.8;
}
header nav ul :active {
  color: #FFFFFF;
  font-weight: lighter;
}
header nav .logo {
  float: left;
  display: block;
  padding: 22px 16px;
  width: 24px;
  height: auto;
}
header nav .logo img {
  width: 100px;
  height: auto;
}
header nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
header nav .menu-icono {
  padding: 35px 16px;
  position: relative;
  float: right;
  cursor: pointer;
}
header nav .menu-icono .nav-icono {
  background-color: #dc291d;
  display: block;
  height: 3px;
  width: 30px;
  position: relative;
  transition: background 0.2s ease-out;
}
header nav .menu-icono :before {
  background-color: #dc291d;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  transition: all 0.2s ease-out;
}
header nav .menu-icono :after {
  background-color: #dc291d;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7px;
  transition: all 0.2s ease-out;
}
header nav .menu-boton {
  display: none;
}
header nav .menu-boton:checked ~ .menu {
  max-height: 420px;
}
header nav .menu-boton:checked ~ .menu-icono .nav-icono:after {
  transform: rotate(45deg);
  top: 0;
}
header nav .menu-boton:checked ~ .menu-icono .nav-icono {
  background-color: transparent;
}
header nav .menu-boton:checked ~ .menu-icono .nav-icono:before {
  transform: rotate(-45deg);
  top: 0;
}

.push-logo {
  margin-right: 0px;
}

.azul {
  color: #060A24;
}

.resize {
  width: 287px;
  height: auto;
}

h6 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 16px !important;
  margin: 0px !important;
}

.colorGas {
  color: #FFC72F;
}

.colorEnergia {
  color: #00A99D;
}

/*Desktop*/
@media screen and (min-width: 1170px) {
  header nav {
    width: 100%;
    padding: 0px 12.5%;
    box-sizing: border-box;
  }
  header nav ul {
    background-color: #FFFFFF;
    border: 0px;
  }
  header nav ul :active {
    color: #FFFFFF;
    font-weight: lighter;
  }
  header nav ul li {
    float: left;
  }
  header nav ul a {
    padding: 30px 0px 30px 20px;
  }
  header nav .logo {
    width: 170px;
    height: auto;
    padding: 10px 0px 0px 0px;
  }
  header nav .logo img {
    width: 100%;
    height: auto;
  }
  header nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  header nav .menu-icono {
    display: none;
  }
  header .azul {
    color: #dc291d;
  }
  header br#salto {
    display: none;
  }
  .push-logo {
    margin-right: auto;
  }
  .boton {
    width: auto;
  }
  .resize {
    width: auto;
    height: 660px;
  }
  h6 {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
    color: #060A24 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 22px !important;
    margin: 0px !important;
  }
}
.cont-footer {
  width: 100%;
  padding: 50px 12.5%;
  box-sizing: border-box;
  position: absolute;
  background-color: #dc291d;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-top: 8px solid #c22015;
}
.cont-footer .flex-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cont-footer .flex-footer .flex-footer-a {
  display: flex;
  justify-content: start;
}
.cont-footer .flex-footer .flex-footer-a img {
  width: 100%;
  height: auto;
}
.cont-footer .flex-footer .flex-footer-a, .cont-footer .flex-footer .flex-footer-b, .cont-footer .flex-footer .flex-footer-c, .cont-footer .flex-footer .flex-footer-d, .cont-footer .flex-footer .flex-footer-e, .cont-footer .flex-footer .flex-footer-f {
  width: 16%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.cont-footer .flex-footer .flex-footer-a .footer-title, .cont-footer .flex-footer .flex-footer-b .footer-title, .cont-footer .flex-footer .flex-footer-c .footer-title, .cont-footer .flex-footer .flex-footer-d .footer-title, .cont-footer .flex-footer .flex-footer-e .footer-title, .cont-footer .flex-footer .flex-footer-f .footer-title {
  width: 100%;
}
.cont-footer .flex-footer .flex-footer-a .footer-title h5, .cont-footer .flex-footer .flex-footer-b .footer-title h5, .cont-footer .flex-footer .flex-footer-c .footer-title h5, .cont-footer .flex-footer .flex-footer-d .footer-title h5, .cont-footer .flex-footer .flex-footer-e .footer-title h5, .cont-footer .flex-footer .flex-footer-f .footer-title h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0px 0px 10px 0px;
}
.cont-footer .flex-footer .flex-footer-a .line-03-footer, .cont-footer .flex-footer .flex-footer-b .line-03-footer, .cont-footer .flex-footer .flex-footer-c .line-03-footer, .cont-footer .flex-footer .flex-footer-d .line-03-footer, .cont-footer .flex-footer .flex-footer-e .line-03-footer, .cont-footer .flex-footer .flex-footer-f .line-03-footer {
  width: 25px;
  border-bottom: 2px solid #ffc107;
  margin-bottom: 10px;
}
.cont-footer .flex-footer .flex-footer-a .footer-datos h6, .cont-footer .flex-footer .flex-footer-b .footer-datos h6, .cont-footer .flex-footer .flex-footer-c .footer-datos h6, .cont-footer .flex-footer .flex-footer-d .footer-datos h6, .cont-footer .flex-footer .flex-footer-e .footer-datos h6, .cont-footer .flex-footer .flex-footer-f .footer-datos h6 {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  letter-spacing: 1px !important;
  color: #FFFFFF !important;
  margin: 8px 0px !important;
}
.cont-footer .flex-footer .flex-footer-a .footer-datos a, .cont-footer .flex-footer .flex-footer-b .footer-datos a, .cont-footer .flex-footer .flex-footer-c .footer-datos a, .cont-footer .flex-footer .flex-footer-d .footer-datos a, .cont-footer .flex-footer .flex-footer-e .footer-datos a, .cont-footer .flex-footer .flex-footer-f .footer-datos a {
  text-decoration: none;
}
.cont-footer .flex-footer .flex-footer-a .footer-datos :link, .cont-footer .flex-footer .flex-footer-b .footer-datos :link, .cont-footer .flex-footer .flex-footer-c .footer-datos :link, .cont-footer .flex-footer .flex-footer-d .footer-datos :link, .cont-footer .flex-footer .flex-footer-e .footer-datos :link, .cont-footer .flex-footer .flex-footer-f .footer-datos :link {
  text-decoration: none;
}
.cont-footer .flex-footer .flex-footer-a .footer-datos :hover, .cont-footer .flex-footer .flex-footer-b .footer-datos :hover, .cont-footer .flex-footer .flex-footer-c .footer-datos :hover, .cont-footer .flex-footer .flex-footer-d .footer-datos :hover, .cont-footer .flex-footer .flex-footer-e .footer-datos :hover, .cont-footer .flex-footer .flex-footer-f .footer-datos :hover {
  opacity: 0.8;
}
.cont-footer .flex-footer .flex-footer-a .footer-datos :active, .cont-footer .flex-footer .flex-footer-b .footer-datos :active, .cont-footer .flex-footer .flex-footer-c .footer-datos :active, .cont-footer .flex-footer .flex-footer-d .footer-datos :active, .cont-footer .flex-footer .flex-footer-e .footer-datos :active, .cont-footer .flex-footer .flex-footer-f .footer-datos :active {
  color: #FFFFFF;
}
.cont-footer .flex-footer .flex-footer-a .footer-redes, .cont-footer .flex-footer .flex-footer-b .footer-redes, .cont-footer .flex-footer .flex-footer-c .footer-redes, .cont-footer .flex-footer .flex-footer-d .footer-redes, .cont-footer .flex-footer .flex-footer-e .footer-redes, .cont-footer .flex-footer .flex-footer-f .footer-redes {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.cont-footer .flex-footer .flex-footer-a .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-b .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-c .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-d .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-e .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-f .footer-redes .footer-redes-cubo {
  width: 25px;
  height: 25px;
  border: 1px solid #ffc107;
  margin: 5px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.cont-footer .flex-footer .flex-footer-a .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-b .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-c .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-d .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-e .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-f .footer-redes .footer-redes-cubo img {
  width: 100%;
  height: auto;
  padding: 2px;
  box-sizing: border-box;
}
.cont-footer .flex-footer .flex-footer-a .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-b .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-c .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-d .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-e .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-f .footer-redes .footer-redes-cubo :hover {
  background-color: #ffc107;
  display: block;
  cursor: pointer;
}

/*Mobile*/
@media screen and (max-width: 1170px) {
  .banda-footer {
    margin-top: 44px;
  }
  .cont-footer {
    padding: 50px 20px;
  }
  .cont-footer .flex-footer {
    flex-direction: column;
    justify-content: left;
  }
  .cont-footer .flex-footer .flex-footer-a {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .cont-footer .flex-footer .flex-footer-a img {
    width: 60%;
    height: auto;
  }
  .cont-footer .flex-footer .flex-footer-a, .cont-footer .flex-footer .flex-footer-b, .cont-footer .flex-footer .flex-footer-c, .cont-footer .flex-footer .flex-footer-d, .cont-footer .flex-footer .flex-footer-e, .cont-footer .flex-footer .flex-footer-f {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-title, .cont-footer .flex-footer .flex-footer-b .footer-title, .cont-footer .flex-footer .flex-footer-c .footer-title, .cont-footer .flex-footer .flex-footer-d .footer-title, .cont-footer .flex-footer .flex-footer-e .footer-title, .cont-footer .flex-footer .flex-footer-f .footer-title {
    width: 100%;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-title h5, .cont-footer .flex-footer .flex-footer-b .footer-title h5, .cont-footer .flex-footer .flex-footer-c .footer-title h5, .cont-footer .flex-footer .flex-footer-d .footer-title h5, .cont-footer .flex-footer .flex-footer-e .footer-title h5, .cont-footer .flex-footer .flex-footer-f .footer-title h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 0px 0px 10px 0px;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-datos h6, .cont-footer .flex-footer .flex-footer-b .footer-datos h6, .cont-footer .flex-footer .flex-footer-c .footer-datos h6, .cont-footer .flex-footer .flex-footer-d .footer-datos h6, .cont-footer .flex-footer .flex-footer-e .footer-datos h6, .cont-footer .flex-footer .flex-footer-f .footer-datos h6 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 8px 0px;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-redes, .cont-footer .flex-footer .flex-footer-b .footer-redes, .cont-footer .flex-footer .flex-footer-c .footer-redes, .cont-footer .flex-footer .flex-footer-d .footer-redes, .cont-footer .flex-footer .flex-footer-e .footer-redes, .cont-footer .flex-footer .flex-footer-f .footer-redes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-b .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-c .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-d .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-e .footer-redes .footer-redes-cubo, .cont-footer .flex-footer .flex-footer-f .footer-redes .footer-redes-cubo {
    width: 60px;
    height: 60px;
    border: 2px solid #ffc107;
    border-radius: 30px;
    justify-content: center;
    display: flex;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-b .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-c .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-d .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-e .footer-redes .footer-redes-cubo img, .cont-footer .flex-footer .flex-footer-f .footer-redes .footer-redes-cubo img {
    width: 70%;
    height: auto;
  }
  .cont-footer .flex-footer .flex-footer-a .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-b .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-c .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-d .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-e .footer-redes .footer-redes-cubo :hover, .cont-footer .flex-footer .flex-footer-f .footer-redes .footer-redes-cubo :hover {
    background-color: none;
    display: none;
    cursor: pointer;
  }
}
/*Fonts*/
.encabezado-stock {
  width: 100%;
  height: auto;
  padding: 100px 10px 10px 10px;
  box-sizing: border-box;
}

.encabezado-stock h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #353636;
  text-align: center;
}

#cards {
  width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}

.card {
  width: 300px;
  height: 500px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  min-height: 420px; /* CLAVE */
  box-sizing: border-box;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0);
  transition: 0.2s;
}

.card-enter {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: cardFadeIn 0.35s ease forwards;
}

.card.hide {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

.card:hover {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
  transition: 0.2s;
}

.card p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
  margin: 0px;
}

.card img {
  width: 250px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

/*Esqueleto boceto de Cards*/
.skeleton {
  width: 300px;
  height: 500px;
  background: #f2f2f2;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  animation: pulse 1.5s infinite ease-in-out;
  display: flex;
  flex-direction: column;
}

.skeleton .line {
  height: 14px;
  width: 100%;
  background: #e0e0e0;
  border-radius: 6px;
  margin-bottom: 12px;
}

.skeleton .img {
  height: 150px;
  width: 100%;
  background: #ddd;
  border-radius: 8px;
  margin-bottom: 16px;
}

.skeleton .line:nth-child(2) {
  width: 70%;
}

.skeleton .line:nth-child(3) {
  width: 90%;
}

.skeleton .line:nth-child(4) {
  width: 60%;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Animación Cards*/
@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/*Precarga Imagenes*/
.img-wrapper {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*Estilos*/
.stock {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 6px 10px;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}

/*Boton Stock*/
.stock.ok {
  background: #e6f4ea;
  color: #1e7e34;
}

.stock.warn {
  background: #fff4e5;
  color: #b26a00;
}

.stock.out {
  background: #fdecea;
  color: #b02a37;
}

.card-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  border-radius: 6px;
  margin: 0px 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #52606d;
  text-decoration: none;
  border: 0px solid rgb(208, 208, 208);
  cursor: pointer;
  transition: 1s;
}

.btn.secondary:hover {
  background: #e6e6e6;
}

.btn.primary {
  width: 100%;
  height: 48px;
  margin-top: 0px;
  padding: 12px;
  background: #3483fa;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 16PX;
  font-weight: 600;
  cursor: pointer;
}

.btn.primary:hover {
  background: #2968c8;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal-content {
  background: #fff !important;
  width: 500px !important;
  margin: 10vh auto 10vh auto !important;
  padding: 20px !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
}

.modal-content h2 {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.modal-content label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.modal-content input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

select {
  padding-right: 36px !important; /*espacio para la flecha */
  background-image: url(https://www.valbol.com.ar/valbol-store/images/icono-dropdown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 2px center !important; /*separa del borde */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}

select::-ms-expand {
  display: block;
}

.modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: stretch; /* Por defecto, estira los hijos verticalmente */
  height: 48px; /* O cualquier altura deseada */
}

.botgoogle {
  margin: 10px;
  display: block !important;
  visibility: visible !important;
  height: auto;
}

/* Mobile UX */
@media (max-width: 768px) {
  .encabezado-stock {
    padding: 200px 10px 10px 10px;
  }
  section#contenedorCards {
    position: fixed;
    margin-top: 100px;
  }
  /*Aca se maneja que se muestra de la card en mobile*/
  .card p:not(:nth-of-type(1)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)):not(:nth-of-type(6)):not(:nth-of-type(8)) {
    display: none;
  }
  h1 {
    font-size: 20px;
  }
  #cards {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .card p {
    font-size: 14px;
  }
  .btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }
  /*  .card .stock {
      display: none;
    }
  */
  .card {
    width: 80%;
    height: auto;
  }
  .card img {
    height: 120px;
  }
  .btn.primary {
    display: block !important;
    width: 100%;
    margin-top: 0px;
    z-index: 10;
    position: relative;
  }
  .btn.secondary {
    width: 60%;
    box-sizing: border-box;
    margin: 0px auto 0px auto;
    position: sticky;
    z-index: 100;
    top: 140px; /* altura del header */
    transform: 0.5s;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  .colorbtn-01 {
    background-color: #c22015 !important;
    color: #fff !important;
    font-weight: 400 !important;
    border: 1px solid #fff !important;
  }
  .modal-content {
    width: 95% !important;
    margin: 15vh auto 10vh auto !important;
    padding: 10px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }
}
/*General Desktop*/
.color-serv-gral-gas {
  background-color: #FFC72F;
}

.color-serv-gral-gas01 {
  background-color: #FFF8E5;
}

.color-serv-gral-energia {
  background-color: #00A99D;
}

.color-serv-gral-energia01 {
  background-color: #DFF4F3;
}

.color-serv-gral-servicios {
  background-color: rgba(220, 41, 29, 0.6);
}

.color-serv-gral-servicios-Norpa {
  background-color: rgba(63, 170, 53, 0.6);
}

.color-serv-gral-servicios-Esfero {
  background-color: rgba(63, 170, 53, 0.6);
}

.color-serv-gral-servicios-Valbol {
  background-color: rgba(209, 11, 17, 0.6);
}

.color-serv-gral-serviciosContacto {
  background-image: url(https://www.valbol.com.ar/valbol-store/images/back-contacto-desktop.jpg), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.color-iconos-menu {
  color: #353636;
}

.justificar {
  text-align: justify;
}

.cont-video {
  width: 80%;
  display: flex;
  margin: 50px 10%;
  justify-content: center;
  box-sizing: border-box;
}

section#serviciosGenerales .cont-serv-gral {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 0px 25%;
  box-sizing: border-box;
}
section#serviciosGenerales .cont-serv-gral .data-serv {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 150px 50px 150px 0px;
}
section#serviciosGenerales .cont-serv-gral .data-serv .tit-gral h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 55px;
  text-align: left;
  margin: 0px 0px 8px 0px;
}
section#serviciosGenerales .cont-serv-gral .data-serv .bajada-gral h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: left;
  margin: 0px 0px 8px 0px;
}
section#serviciosGenerales .cont-serv-gral .data-serv .descripcion-gral p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 0px 0px 8px 0px;
}
section#serviciosGenerales .cont-serv-gral .data-serv #general {
  color: #dc291d;
}
section#serviciosGenerales .cont-serv-gral .data-serv #generalSubtitulo {
  color: #060A24;
}
section#serviciosGenerales .cont-serv-gral .data-serv #generalData {
  color: #595E60;
}
section#serviciosGenerales .cont-serv-gral .data-serv #secciones {
  color: #fff;
}
section#serviciosGenerales .cont-serv-gral .imagen-gral {
  width: 170px;
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
section#serviciosGenerales .cont-serv-gral .imagen-gral img {
  width: 120px;
  height: auto;
}

section#informacionGral .cont-info-general {
  width: 100%;
  padding: 100px 25%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
}
section#informacionGral .cont-info-general .info-gral-a {
  width: 75%;
  height: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
section#informacionGral .cont-info-general .info-gral-a-full {
  width: 100%;
  height: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
section#informacionGral .cont-info-general .info-gral-b {
  width: 25%;
  height: auto;
  box-sizing: border-box;
}
section#informacionGral .cont-info-general .info-gral-b img {
  width: 100%;
  height: auto;
}
section#informacionGral .cont-info-general .info-gral-c {
  width: 100%;
  height: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
section#informacionGral .cont-info-general .img-portadas {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
section#informacionGral .cont-info-general h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #dc291d;
  letter-spacing: 1px;
}
section#informacionGral .cont-info-general p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666B6E;
  margin: 10px 0px;
}
section#informacionGral .cont-info-general .align-izq {
  text-align: left;
}
section#informacionGral .cont-info-general .align-der {
  text-align: right;
}
section#informacionGral .cont-info-general .align-cen {
  text-align: center;
}

/*Mobile General*/
@media screen and (max-width: 1170px) {
  .color-iconos-menu {
    color: #fff;
  }
  .color-serv-gral-serviciosContacto {
    background-image: url(https://www.valbol.com.ar/valbol-store/images/back-contacto-mobile.jpg), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .justificar {
    text-align: justify;
  }
  section#serviciosGenerales .cont-serv-gral {
    flex-direction: column;
    padding: 50px 20px 30px 20px;
    box-sizing: border-box;
  }
  section#serviciosGenerales .cont-serv-gral .data-serv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: 0;
    padding: 50px 0px 50px 0px;
  }
  section#serviciosGenerales .cont-serv-gral .data-serv .tit-gral h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
  }
  section#serviciosGenerales .cont-serv-gral .data-serv .bajada-gral h2 {
    font-size: 21px;
  }
  section#serviciosGenerales .cont-serv-gral .data-serv .descripcion-gral p {
    font-size: 14px;
  }
  section#serviciosGenerales .cont-serv-gral .imagen-gral {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  section#serviciosGenerales .cont-serv-gral .imagen-gral img {
    width: 120px;
    height: auto;
  }
  section#informacionGral .cont-info-general {
    width: 100%;
    padding: 20px 20px;
    flex-direction: column;
    align-items: left;
  }
  section#informacionGral .cont-info-general .info-gral-a {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  section#informacionGral .cont-info-general .info-gral-a-full {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  section#informacionGral .cont-info-general .info-gral-b {
    width: 100%;
    height: auto;
    order: 2;
  }
  section#informacionGral .cont-info-general .info-gral-b img {
    width: 100%;
    height: auto;
  }
  section#informacionGral .cont-info-general h3 {
    font-size: 36px;
    text-align: left;
  }
  section#informacionGral .cont-info-general p {
    font-size: 18px;
    text-align: left;
  }
  section#informacionGral .cont-info-general .align-izq {
    text-align: left;
  }
  section#informacionGral .cont-info-general .align-der {
    text-align: right;
  }
}
/* =========================
   FILTROS
========================= */
.filters {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}

.filters h2 {
  display: flex;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #353636;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* UNA SOLA FILA */
.filters-grid {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
}

/* evita que se achiquen */
.filters-grid select {
  min-width: 160px;
  white-space: nowrap;
}

/* selects */
.filters select {
  padding: 10px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #cbd2d9;
  background: #fff;
  color: #1f2933;
}

/* footer */
.filters-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

section#contenedorCards .mobile-only {
  display: none;
}

.datos-resultados {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 15px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}

.txt-stock {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #52606d;
  text-decoration: none;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

/* Estado base */
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 5px;
  padding: 6px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  background: #e5e7eb;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-6px);
  animation: chipIn 0.25s ease-out forwards;
}

/* Botón cerrar */
.filter-chip button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

/* Animación entrada */
@keyframes chipIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .products,
  .cards,
  .results {
    padding-top: 12px;
  }
  .filters {
    grid-template-columns: 1fr;
    position: sticky;
    z-index: 50;
    top: 0px; /* altura del header */
    padding: 0px;
    width: 100%;
    border-radius: 0px;
  }
  .filters select {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .filters-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
  }
  .filters-footer {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-top: 8px;
  }
  /*salto de 2 a 1 linea para mobile en indicador de stock*/
  #contadorResultados br {
    text-align: center;
    display: none;
  }
  .filters h2 {
    display: none;
  }
  section#contenedorCards .mobile-only {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  /* filtros ocultos */
  #filtersPanel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.3s ease;
    display: none;
  }
  #filtersPanel.active {
    max-height: 1000px; /* suficientemente grande */
    height: 100vh;
    position: fixed;
    opacity: 1;
    transform: translateY(0);
    padding-top: 70px;
    display: grid;
    background-color: #fff;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.cont-data-slider {
  width: 100%;
  height: 100vh;
  padding: 150px 15% 100px 15%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.cont-data-slider .data-slider-a {
  width: 60%;
}
.cont-data-slider .data-slider-a h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1px;
  order: 1;
  color: #fff;
}
.cont-data-slider .data-slider-a h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0px;
  letter-spacing: 1px;
  order: 2;
  color: #fff;
}
.cont-data-slider .data-slider-a h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  order: 3;
}
.cont-data-slider .data-slider-a a {
  text-decoration: none;
}
.cont-data-slider .data-slider-a .cont-btn-slider {
  width: 200px;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, rgb(243, 146, 0), rgb(220, 53, 69));
  border-radius: 25px;
  margin: 20px 0px;
  order: 5;
  transition: 2s;
}
.cont-data-slider .data-slider-a .cont-btn-slider h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px;
  color: #fff;
}
.cont-data-slider .data-slider-a .cont-btn-slider .color-txt-slider {
  color: #fff;
}
.cont-data-slider .data-slider-a .cont-btn-slider:hover#storevalbol {
  width: 300px;
  height: 50px;
  transition: 2s;
  background-color: #FFC72F;
  border-radius: 5px;
}
.cont-data-slider .data-slider-a .cont-btn-slider:hover#storevalbol h5 {
  color: #fff;
}
.cont-data-slider .data-slider-b {
  width: 40%;
  text-align: center;
  order: 4;
}
.cont-data-slider .data-slider-b img {
  width: 100%;
  height: auto;
}

.cont-data-slider#logoNorpaSlider {
  width: 100%;
  height: 700px;
  flex-direction: column;
}
.cont-data-slider#logoNorpaSlider .data-slider-a {
  width: 100%;
  display: block;
  text-align: center;
}
.cont-data-slider#logoNorpaSlider .data-slider-a h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
}
.cont-data-slider#logoNorpaSlider .data-slider-b {
  width: 70%;
  text-align: center;
}
.cont-data-slider#logoNorpaSlider .data-slider-b img {
  width: 100%;
  height: auto;
  /*filter:drop-shadow(1px 1px 20px #000);*/
}

.color-gas {
  background-color: #FFF8E5;
}
.color-gas h1 {
  color: #595E60;
}
.color-gas h2 {
  color: #FFC72F;
}

.color-energia {
  background-color: #DFF4F3;
}
.color-energia h1 {
  color: #595E60;
}
.color-energia h2 {
  color: #00A99D;
}

.imagen-fondo-01 {
  background-image: url(/valbol-store/images/slider/fondo-slider-02.jpg);
  background-size: cover;
}

.imagen-fondo-02 {
  background-image: url(/valbol-store/images/fondo-valbol.jpg);
  background-size: cover;
}

@media screen and (max-width: 1170px) {
  .cont-data-slider {
    width: 100%;
    height: auto;
    padding: 100px 20px 50px 20px;
    display: flex;
    flex-direction: column;
  }
  .cont-data-slider .data-slider-a {
    width: 100%;
  }
  .cont-data-slider .data-slider-a h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 800;
    order: 1;
  }
  .cont-data-slider .data-slider-a h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    order: 2;
  }
  .cont-data-slider .data-slider-a h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    order: 3;
  }
  .cont-data-slider .data-slider-a .cont-btn-slider {
    margin-left: auto;
    margin-right: auto;
    order: 5;
  }
  .cont-data-slider .data-slider-b {
    width: 100%;
    order: 4;
  }
  .cont-data-slider .data-slider-b img {
    width: 100%;
    height: auto;
  }
  .cont-data-slider#logoFlowSlider {
    width: 100%;
    height: 600px;
    padding: 20px;
  }
  .cont-data-slider#logoFlowSlider .data-slider-a {
    display: block;
    order: 2;
  }
  .cont-data-slider#logoFlowSlider .data-slider-a h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .cont-data-slider#logoFlowSlider .data-slider-b {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .cont-data-slider#logoFlowSlider .data-slider-b img {
    width: 100%;
    height: auto;
  }
  .imagen-fondo-01#logoFlowSlider {
    background-image: url(/valbol-store/images/slide-flow-mobile-01.jpg), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
  }
}
.fondoSoluciones-01 {
  background-color: #f7f7f7;
}

.fondoSoluciones-02 {
  background-color: #fff;
}

.fondoSoluciones-03 {
  background-color: #ffc107;
}

.colorTextoLanding-01 {
  color: #dc291d;
}

.colorTextoLanding-02 {
  color: #353636;
}

section#productosServicios {
  width: 100%;
  height: auto;
  padding: 100px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
section#productosServicios .cont-txt-soluciones {
  width: 100%;
  height: auto;
  margin: 0px 0px 50px 0px;
}
section#productosServicios .cont-txt-soluciones h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #ffc107;
  letter-spacing: 1px;
  margin: 20px 0px;
  font-weight: 800;
  text-align: center;
}
section#productosServicios .cont-txt-soluciones h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #353636;
  letter-spacing: 0px;
  margin: 20px 0px;
  font-weight: 400;
  text-align: center;
}
section#productosServicios .cont-gral-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
}
section#productosServicios .cont-gral-cards .card-soluciones {
  width: 350px;
  height: auto;
  margin: 50px 0px 20px 0px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 1px rgba(102, 102, 102, 0.1);
}
section#productosServicios .cont-gral-cards .card-soluciones .card-img-soluciones {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
section#productosServicios .cont-gral-cards .card-soluciones .card-img-soluciones img {
  width: 100%;
  height: auto;
}
section#productosServicios .cont-gral-cards .card-soluciones .cont-card-datos {
  height: 240px;
  padding: 20px;
  overflow: hidden;
}
section#productosServicios .cont-gral-cards .card-soluciones .cont-card-datos .card-tit-soluciones h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 5px 0px 10px 0px;
  color: #404040;
  font-weight: 800;
  text-align: left;
}
section#productosServicios .cont-gral-cards .card-soluciones .cont-card-datos .card-txt-soluciones p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 5px 0px;
  color: #808080;
  font-weight: 400;
  text-align: left;
}
section#productosServicios .cont-cards-logistica {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section#productosServicios .cont-cards-logistica .cards-logistica {
  width: 30%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
section#productosServicios .cont-cards-logistica .cards-logistica .img-logistica {
  display: flex;
  justify-content: center;
  margin: 0px 0px 10px 0px;
}
section#productosServicios .cont-cards-logistica .cards-logistica .img-logistica img {
  width: 200px;
  height: auto;
}
section#productosServicios .cont-cards-logistica .cards-logistica .tit-logistica h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 5px 0px;
  color: #404040;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
section#productosServicios .cont-cards-logistica .cards-logistica .sub-tit-logistica h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 5px 0px;
  color: #808080;
  font-weight: 400;
  text-align: center;
}
section#productosServicios .cont-clientes-gral {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (min-width: 1900px) {
  section#productosServicios {
    padding: 100px 15%;
  }
}
/*Mobile General*/
@media screen and (max-width: 1200px) {
  section#productosServicios {
    padding: 50px 20px;
  }
  section#productosServicios .cont-txt-soluciones {
    margin: 0px 0px 50px 0px;
  }
  section#productosServicios .cont-txt-soluciones h1 {
    font-size: 40px;
    margin: 20px 0px;
    text-align: left;
  }
  section#productosServicios .cont-txt-soluciones h2 {
    font-size: 28px;
    letter-spacing: 0px;
    text-align: left;
  }
  section#productosServicios .cont-gral-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  section#productosServicios .cont-gral-cards .card-soluciones {
    width: 100%;
    height: auto;
    margin: 30px 0px;
  }
  section#productosServicios .cont-gral-cards .card-soluciones .card-img-soluciones {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
  }
  section#productosServicios .cont-gral-cards .card-soluciones .card-img-soluciones img {
    width: 100%;
    height: auto;
  }
  section#productosServicios .cont-cards-logistica {
    width: 100%;
    flex-direction: column;
  }
  section#productosServicios .cont-cards-logistica .cards-logistica {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0px;
    box-sizing: border-box;
  }
  section#productosServicios .cont-cards-logistica .cards-logistica .img-logistica {
    display: flex;
    justify-content: center;
    margin: 0px 0px 10px 0px;
  }
  section#productosServicios .cont-cards-logistica .cards-logistica .img-logistica img {
    width: 200px;
    height: auto;
  }
  section#productosServicios .cont-cards-logistica .cards-logistica .tit-logistica h4 {
    font-size: 24px;
  }
  section#productosServicios .cont-cards-logistica .cards-logistica .sub-tit-logistica h5 {
    font-size: 20px;
  }
  section#productosServicios .cont-clientes-gral {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
section#soluciones .cont-selector-landing {
  width: 100%;
  height: auto;
  padding: 80px 5% 150px 5%;
  background-color: #ffc107;
  box-sizing: border-box;
}
section#soluciones .cont-selector-landing .selector-landing {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
section#soluciones .cont-selector-landing .selector-landing .selector-titulo-landing {
  width: 100%;
}
section#soluciones .cont-selector-landing .selector-landing .selector-titulo-landing h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  letter-spacing: 0px;
  margin: 5px 0px;
  color: #353636;
  font-weight: 700;
  text-align: center;
}
section#soluciones .cont-selector-landing .selector-landing .selector-titulo-landing h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 5px 0px;
  color: #353636;
  font-weight: 300;
  text-align: center;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing {
  width: 100%;
  padding-top: 50px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing a {
  text-decoration: none;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing {
  width: 220px;
  height: 220px;
  margin: 15px;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 125px;
  /*Horizontal Vertical Blur Extension*/
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-desarrollo {
  background-image: url("/valbol-store/images/icono-asistencia.svg");
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-stock {
  background-image: url("/valbol-store/images/icono-warehouse.svg");
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-flowcare {
  background-image: url("/valbol-store/images/icono-flowcare.svg");
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-retiro {
  background-image: url("/valbol-store/images/icono-retiro.svg");
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-cotiza {
  background-image: url("/valbol-store/images/icono-cotizar.svg");
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionStock {
  background-color: #3a3a3a;
  transition: 1s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionStock h5 {
  color: #fff;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionStock .icono-stock {
  width: 120px;
  height: 120px;
  background-image: url("/valbol-store/images/icono-cotizar-blanco.svg");
  transition-duration: 0.2s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionCotiza {
  background-color: #3a3a3a;
  transition: 1s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionCotiza h5 {
  color: #fff;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionCotiza .icono-cotiza {
  width: 120px;
  height: 120px;
  background-image: url("/valbol-store/images/icono-cotizar-blanco.svg");
  transition-duration: 0.2s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionRetiro {
  background-color: #3a3a3a;
  transition: 1s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionRetiro h5 {
  color: #fff;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing:hover#solucionRetiro .icono-retiro {
  width: 120px;
  height: 120px;
  background-image: url("/valbol-store/images/icono-retiro-blanco.svg");
  transition-duration: 0.2s;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .linea-divisoria {
  width: 60px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #ffc107;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin: 0px;
  color: #353636;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/*Mobile*/
@media screen and (max-width: 1200px) {
  section#soluciones .cont-selector-landing {
    padding: 80px 20px;
  }
  section#soluciones .cont-selector-landing .selector-landing {
    width: 100%;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-titulo-landing {
    width: 100%;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-titulo-landing h1 {
    font-size: 30px;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-titulo-landing h2 {
    font-size: 28px;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-card-landing {
    width: 100%;
    padding-top: 50px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing {
    width: 100%;
    height: 120px;
    margin: 10px 0px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: #fff;
    box-sizing: border-box;
    align-items: center;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .linea-divisoria {
    width: 2px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
    background-color: #ffc107;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing h5 {
    width: 170px;
    font-size: 18px;
    font-weight: 500;
  }
  section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-agua, section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-petroleo, section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-gas, section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-estimulacion, section#soluciones .cont-selector-landing .selector-landing .selector-card-landing .card-servicios-landing .icono-mantenimiento {
    width: 120px;
    height: 120px;
  }
}
.carruselClientes {
  overflow: hidden;
  /*Ancho del Carrusel
  */
  width: 100%;
  position: relative;
}

.carruselClientes-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carruselClientes-inner img {
  width: 250px;
  flex-shrink: 0; /* Evita que las imágenes se hagan más pequeñas de lo deseado */
}

@media screen and (max-width: 1366px) {
  .carruselClientes-inner {
    width: 400%; /* Para mostrar 5 imágenes en pantallas de 1366x768 */
  }
}
@media screen and (max-width: 768px) {
  .carruselClientes-inner {
    width: 100%;
  }
}
.fondo-contacto-gral-valbol {
  background-image: url(/valbol-store/images/img-contactenos-valbol-desktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

section#contactoGeneral .cont-serv-gral-landing {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 0px;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10%;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .logo-gral-landing {
  width: 400px;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .logo-gral-landing img {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .tit-gral-landing h1 {
  font-family: #404040;
  font-size: 40px;
  font-weight: 800;
  color: #606060;
  letter-spacing: 0px;
  line-height: auto;
  text-align: left;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .bajada-gral-landing h2 {
  font-family: #808080;
  font-size: 25px;
  color: #606060;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 35px;
  text-align: left;
  margin: 10px 0px;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .descripcion-gral-landing p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta {
  width: 300px;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .texto {
  width: 250px;
  text-align: left;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .texto h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .imagen {
  width: 50px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .imagen img {
  width: 60%;
  height: auto;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta:hover {
  background-color: #404040;
  border-radius: 30px;
  transition: 0.9s;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .color-whatsapp {
  background-color: #25D366;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .color-email {
  background-color: #ffc107;
}
section#contactoGeneral .cont-serv-gral-landing .data-serv-landing #contactoGeneral {
  color: #404040;
}
section#contactoGeneral .cont-serv-gral-landing .imagen-gral-landing {
  width: 170px;
  height: auto;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
section#contactoGeneral .cont-serv-gral-landing .imagen-gral-landing img {
  width: 120px;
  height: auto;
}
section#contactoGeneral a:link {
  text-decoration: none;
}

/*Mobile General*/
@media screen and (max-width: 1200px) {
  .fondo-contacto-gral-valbol {
    background-image: url(/valbol-store/images/img-contactenos-valbol-mobile.jpg);
  }
  .salto {
    display: none;
  }
  section#contactoGeneral .cont-serv-gral-landing {
    flex-direction: column;
    padding: 50px 20px 400px 20px;
    box-sizing: border-box;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: 0;
    padding: 0px 0px 0px 0px;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .logo-gral-landing {
    width: 100%;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .logo-gral-landing img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .tit-gral-landing h1 {
    font-size: 30px;
    text-align: center;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .bajada-gral-landing h2 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 30px;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .descripcion-gral-landing p {
    font-size: 14px;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .texto {
    width: auto;
    text-align: center;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .texto h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .imagen {
    width: 50px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta .imagen img {
    width: 60%;
    height: auto;
  }
  section#contactoGeneral .cont-serv-gral-landing .data-serv-landing .boton-cta:hover {
    background-color: #404040;
    border-radius: 0px;
    transition: 0.9s;
  }
  section#contactoGeneral .cont-serv-gral-landing .imagen-gral-landing {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 10px;
  }
  section#contactoGeneral .cont-serv-gral-landing .imagen-gral-landing img {
    width: 120px;
    height: auto;
  }
}
.backform-opcion-01 {
  background-color: #36a9e1 !important;
}

section#formulario {
  /* Video Seguridad Ocultamos el formulario por defecto */
  /*Estilo del desplegable del form*/
  /*Tipografia del desplegable opcional*/
}
section#formulario .cont-formulario {
  width: 100%;
  height: auto;
  padding: 150px 0px;
  box-sizing: border-box;
  background-color: #404345;
}
section#formulario .cont-formulario .cont-tit-form {
  width: 1050px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section#formulario .cont-formulario .cont-tit-form .tit-form-a {
  width: 40%;
}
section#formulario .cont-formulario .cont-tit-form .tit-form-a h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
section#formulario .cont-formulario .cont-tit-form .tit-form-b {
  width: 40%;
}
section#formulario .cont-formulario .cont-tit-form .tit-form-b h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: right;
}
section#formulario .cont-datos-whatsapp {
  width: 100%;
  height: auto;
  padding: 100px 25%;
  box-sizing: border-box;
  background-color: #fff;
}
section#formulario .cont-datos-whatsapp h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #404345;
  text-align: center;
}
section#formulario .cont-datos-whatsapp h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
section#formulario .cont-btn-cuadrado {
  width: 250px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  border: 1px solid #25D366;
  margin: 20px auto;
  cursor: pointer;
}
section#formulario .cont-btn-cuadrado .texto {
  width: 200px;
  text-align: center;
}
section#formulario .cont-btn-cuadrado .texto h5 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #25D366;
  margin: 0px;
  text-transform: uppercase;
}
section#formulario .cont-btn-cuadrado .imagen {
  width: 50px;
  height: 38px;
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
section#formulario .cont-btn-cuadrado .imagen img {
  width: 20px;
  height: 20px;
}
section#formulario .cont-btn-cuadrado:hover {
  background-color: #404345;
  color: #fff;
}
section#formulario a {
  text-decoration: none;
}
section#formulario #formSeguridad {
  display: none;
}
section#formulario select {
  width: 500px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: red;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}
section#formulario select option {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
  color: #777777;
}
section#formulario form {
  width: 1050px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
section#formulario form input {
  border: 0px;
  margin: 10px 0px;
  padding: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-sizing: border-box;
}
section#formulario form input#nombre, section#formulario form #empresa, section#formulario form #email, section#formulario form #telefono {
  width: 500px;
}
section#formulario form input#mensaje {
  width: 1050px;
}
section#formulario form input#enviar {
  width: 140px;
  height: 60px;
  background-color: #ffc107;
  border-radius: 30px;
  border: 0px;
  padding: 10px;
  cursor: pointer;
  color: #404345;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: 0.5s;
}
section#formulario form input#enviar:hover {
  background-color: #595E60;
  color: #fff;
  transition: 0.5s;
}
section#formulario form input#enviar:active {
  background-color: #dc291d;
}

@media screen and (max-width: 1170px) {
  section#formulario .cont-datos-whatsapp {
    padding: 50px 20px;
  }
  section#formulario .cont-datos-whatsapp h2 {
    font-size: 30px;
    text-align: left;
  }
  section#formulario .cont-datos-whatsapp h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }
  section#formulario .cont-datos-whatsapp .salto {
    display: none;
  }
  section#formulario .cont-btn-cuadrado {
    width: 100%;
    height: 50px;
  }
  section#formulario .cont-btn-cuadrado .texto {
    width: 100%;
    text-align: center;
  }
  section#formulario .cont-btn-cuadrado .texto h5 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  section#formulario .cont-btn-cuadrado .imagen {
    width: 70px;
    height: 100%;
  }
  section#formulario .cont-btn-cuadrado .imagen img {
    width: 30px;
    height: 30px;
  }
  section#formulario .cont-formulario {
    padding: 30px;
  }
  section#formulario .cont-formulario .cont-tit-form {
    width: 100%;
    flex-direction: column;
  }
  section#formulario .cont-formulario .cont-tit-form .tit-form-a {
    width: 100%;
  }
  section#formulario .cont-formulario .cont-tit-form .tit-form-b {
    width: 100%;
  }
  section#formulario .cont-formulario .cont-tit-form .tit-form-b h4 {
    text-align: left;
  }
  section#formulario form {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  section#formulario form label {
    width: 100%;
  }
  section#formulario form select {
    width: 100%;
  }
  section#formulario form input#nombre, section#formulario form #empresa, section#formulario form #email, section#formulario form #telefono {
    width: 100%;
  }
  section#formulario form input#mensaje {
    width: 100%;
  }
  section#formulario form input#enviar {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    margin: 20px 0px;
  }
}
section#contactenos .cont-contactenos {
  width: 100%;
  height: auto;
  padding: 150px 25%;
  background-color: #404345;
  box-sizing: border-box;
}
section#contactenos .cont-contactenos a {
  text-decoration: none;
}
section#contactenos .cont-contactenos .contactenos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
section#contactenos .cont-contactenos .contactenos .tit-contactenos h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
}
section#contactenos .cont-contactenos .contactenos .botones-contactenos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 1s;
}
section#contactenos .cont-contactenos .contactenos .botones-contactenos .color-whatsApp {
  background-color: #25D366;
}
section#contactenos .cont-contactenos .contactenos .botones-contactenos .color-email {
  background-color: #29ABE2;
}
section#contactenos .cont-contactenos .contactenos .botones-contactenos .btn-contactenos {
  width: 240px;
  height: 50px;
  margin: 20px;
  border-radius: 25px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s;
}
section#contactenos .cont-contactenos .contactenos .botones-contactenos .btn-contactenos h3 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin: 0px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
section#contactenos .cont-contactenos .contactenos .botones-contactenos :hover#btn-email, section#contactenos .cont-contactenos .contactenos .botones-contactenos :hover#btn-whatsapp {
  background-color: #ffc107;
  transition: 0.5s;
}

/*Mobile*/
@media screen and (max-width: 1170px) {
  section#contactenos .cont-contactenos {
    width: 100%;
    padding: 100px 20px;
  }
  section#contactenos .cont-contactenos .contactenos .tit-contactenos h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 40px;
  }
  section#contactenos .cont-contactenos .contactenos .botones-contactenos {
    flex-direction: column;
  }
  section#contactenos .cont-contactenos .contactenos .botones-contactenos .color-whatsApp {
    background-color: #25D366;
  }
  section#contactenos .cont-contactenos .contactenos .botones-contactenos .color-email {
    background-color: #29ABE2;
  }
  section#contactenos .cont-contactenos .contactenos .botones-contactenos .btn-contactenos {
    width: 240px;
    height: 50px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s;
  }
  section#contactenos .cont-contactenos .contactenos .botones-contactenos .btn-contactenos h3 {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    margin: 0px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
  }
  section#contactenos .cont-contactenos .contactenos .botones-contactenos :hover#btn-email, section#contactenos .cont-contactenos .contactenos .botones-contactenos :hover#btn-whatsapp {
    background-color: #ffc107;
    transition: 0.5s;
  }
}/*# sourceMappingURL=style.css.map */