:root {
  --color-valmact: #102649;
}

@font-face {
  font-family: Circular_STD_Black;
  font-style: normal;
  font-weight: normal;
  src: url(../assets/fonts/CircularStd-Black_0.otf);
}
@font-face {
  font-family: Circular_STD_Normal;
  font-style: normal;
  font-weight: normal;
  src: url(../assets/fonts/CircularStd-Book_0.otf);
}

p,
a {
  font-family: Circular_STD_Normal, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Circular_STD_Black, sans-serif;
}

input .btn-valmact {
  color: #fff;
}
input .btn-valmact:hover {
  color: #fff !important;
}
.form-control {
  border-radius: 20px 0px 20px 0px !important;
}

li .dropdown-item a{
    background-color: --color-valmact !important;
}


.btn-wsp-banner button{
    color: #fff !important;
}

.btn-wsp-banner:hover button{
    color: #fff !important;
}
.btn-valmact {
    color: #fff !important;
}
#btn-mas {
  display: none;
}
.btn-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:1;
}
.social a,
.icon-mas {
  display: block;
  text-decoration: none;
  background: #102649;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.4);
  transition: all 500ms ease;
}
.social a:hover {
  background: #fff;
  color: #102649;
}
.social a {
  margin-bottom: -15px;
  opacity: 0;
  visibility: hidden;
}
#btn-mas:checked ~ .social a {
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.btn-mas {
  cursor: pointer;
  background: #102649;
  font-size: 23px;
  border-radius: 50%;
}

#btn-mas:checked ~ .btn-mas .icon-mas {
  transform: rotate(137deg);
  font-size: 23px;
}

.bg-imagen {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.btn-valmact {
  width: 230px;
  height: 50px;
  color: #fff;
  background-color: var(--color-valmact);
  border-radius: 20px 0px 20px 0px;
  box-shadow: inset 0 0 0 0 #ffffff;
  font-weight: bold;
  border: none;
  transition: ease-in 0.3s;
  outline: none;
}

.bg-navbar-light {
  background-color: #f3f3f3 !important;
  color: var(--color-valmact) !important;
}
.bg-navbar-light a {
  color: var(--color-valmact) !important;
  font-size: 19px;
}
span .navbar-toggler-icon {
  fill: #102649;
}
.navbar-dark .navbar-toggler {
  color: rgb(229 26 26);
  border-color: rgb(252 252 252) !important;
  border-radius: 35px;
  padding: 15px;
}
.navbar-dark .navbar-toggler svg {
  color: var(--color-valmact);
}

.menu {
  fill: #fff !important;
}
.menu-b {
  fill: var(--color-valmact) !important;
}
.btn-valmact:hover {
  box-shadow: inset 300px 0 0 0 #222121;
  color: var(--color-valmact) !important;
  border-radius: 0px 20px 0px 20px;
}

.btn-valmact a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.btn-valmact a:hover {
  color: #fff;
  font-weight: bold;
}

.container-banner {
  color: #f2f2f2;
}
.container-banner h1 {
  letter-spacing: 2px;
  font-size: 0.9375rem;
}

.container-banner p:first-of-type {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.container-banner p:nth-child(3) {
  font-size: 20px;
  padding-right: 150px;
}
.img-ventajas {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-ventajas img {
  width: 100%;
}
.bg-ventajas p {
  font-size: 14px;
}
.bg-ventajas h3 {
  font-weight: bold;
  font-size: 25px;
}

.bg-section-1 {
  background-color: var(--color-valmact);
  color: #fff;
}
.bg-section-1 p {
  text-align: left;
  font-size: 18px;
}
.bg-section-1 h2 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 27px;
}

.video-home {
  width: 450px;
  height: 300px;
  object-fit: cover;
  position: relative;
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255);
  z-index: 29;
  border-radius: 15px 0 15px 0;
}
.video-home > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 0 15px 0;
}
.video-container,
.video-description {
  padding: 5rem 0;
}
.video-description > p {
  color: rgb(112, 112, 112);
  margin-top: 2rem;
}
.video-flag-container {
  width: 130px;
  height: 140px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.386);
  position: absolute;
  z-index: 30;
  bottom: 27px;
  right: 37px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1rem;
  overflow: hidden;
}
.video-flag-container::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: var(--color-valmact);
  bottom: 0px;
  right: 0;
}
.video-flag-title {
  font-size: 2rem;
  font-weight: 700;
}
.video-flag-paragraph {
  font-weight: 300;
}
.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  border-radius: 0 15px 0 15px;
  background-color: #102649;
  background-image: url(../assets/img/bg-video.png);
}
.video-container {
  display: grid;
  place-content: center;
  position: relative;
  padding: 3rem 0;
}
.controls-video {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 1rem;
  z-index: 31;
  transition: all 300ms ease-in-out;
}


progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image: linear-gradient(to right, #00115e, #0063d5);
  border-radius: 3px;
  position: relative;
  transition: width 1s linear;
}
progress[value]::-moz-progress-bar {
  background-image: -moz-linear-gradient(to right, #ff8a00, #e52e71);
  border-radius: 3px;
  position: relative;
  transition: width 1s linear;
}
.volumen-container {
  color: #fff;
}
.video-home:hover .controls-video {
  opacity: 1;
}
.progress-container {
  width: 30%;
}
.progress-container > progress {
  width: 100%;
}
progress {
  background-color: transparent;
}
.btn-controls {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
  border: none;
}
.about-container {
  padding: 5rem 0;
}

.status-container {
  background-color: var(--color-valmact);
  padding: 5rem 0;
}
.card-status {
  padding: 1rem;
  text-align: center;
  display: grid;
  place-content: center;
  gap: 1rem;
  color: #fff;
}
.card-status > span {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
.card-status > span::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #f1f1f1;
}
.card-status > h3 {
  font-size: 1rem;
  font-weight: 300;
  font-family: sans-serif;
  text-transform: capitalize;
}

.bg-section-2 {
  color: var(--color-valmact);
}
.bg-section-2 img {
  border-radius: 30px 0px 30px 0px;
}

.title-productos h2 {
  color: var(--color-valmact);
}

.financial {
  display: flex;
  justify-content: center;
  align-items: center;
}

.financial h2 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 27px;
}
figure {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 250px;
  border-radius: 25px 0 25px 0;
  margin-bottom: 25px;
}
figure img {
  width: 100%;
  height: 100%;
}
figure:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
  transition: ease 2s;
}
figure:hover .overlay-producto {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 1;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.4);
  transition: 1s ease;
  border-radius: 25px 0 25px 0;
  padding: 0px 50px;
  display: inline-block;
}
figure:hover .overlay-producto h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 80px;
}
figure:hover .overlay-producto button {
  text-align: center;
  width: 150px;
  /* margin-left: 70px; */
  padding: 15px 25px;
  background-color: var(--color-valmact);
  color: #fff;
  border: none;
  border-radius: 25px 0 25px 0;
  transition: ease-in-out 0.3s;
  position: relative;
  z-index: 1;
}
figure .overlay-producto button:hover {
  color: #000;
  cursor: pointer;
}
figure .overlay-producto button:before {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: rgb(255, 255, 255);
}
figure .overlay-producto button:hover:before {
  position: absolute;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
  border-radius: 25px 0 25px 0;
}
.row .productos {
  margin-bottom: 25px;
}
.footer-text {
  background-color: var(--color-valmact);
  background-image: url(../assets/img/Degradado-Footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer {
  height: 400px;
  max-height: 500px;
  min-height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-valmact);
  background-image: url(../assets/img/Degradado-Footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.footer-text {
  z-index: 10;
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 50px;
  left: 0;
  margin: 0 0 0 150px;
}

.linea-footer {
  background-color: #fff;
  opacity: 1;
}
.bg-certificaciones {
  background-color: var(--color-valmact);
}
.bg-certificaciones h3 {
  text-align: left;
}
.bg-certificaciones-img svg:hover {
  filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.3))
    drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2))
    drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
  fill: #102649;
}
.bg-certificaciones-img svg {
  fill: #fff;
  width: 150px;
  height: 150px;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.26);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 1;
}

.container-text {
  z-index: 10;
}

.nav-item {
  margin: 0 0.1rem;
  font-size: 16px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 30 30"%3e%3cpathstroke="rgba%28255, 255, 255, 0.55%29"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e
  );
}

.bg-navbar-light {
  background-color: #ffffff !important;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse-light {
    background-color: var(--color-valmact);
  }
  .navbar-collapse {
    background-color: var(--color-valmact);
  }
  .navbar-dark .navbar-toggler {
    border-radius: 25px !important;
  }
  .navbar-collapse-b {
    background-color: #fff;
    margin-top: 2rem;
    border-radius: 10px;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
      .video-home {
    width: 100%;
    padding: 1rem;
  }
  .video-flag-container {
    z-index: 30;
    bottom: -30px;
  }
  .video-container::before {
    width: 100%;
  }
  
  .navbar-collapse {
    background-color: var(--color-valmact);
    margin-top: 2rem;
    border-radius: 10px;
  }
.bg-imagen {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
  .navbar-collapse-b {
    background-color: #fff;
    margin-top: 2rem;
    border-radius: 10px;
  }
  nav .d-flex {
    margin: 1rem 0px;
  }
  .navbar-collapse-light {
    background-color: #fff;
  }

  .productos img {
    width: 100%;
    height: 250px;
    margin-bottom: 19px;
    border-radius: 25px 0 25px 0;
    object-fit: contain !important;
  }
  figure {
    width: 100%;
    height: 250px;
  }

  figure:hover .overlay-producto {
    width: 100%;
  }
  figure:hover .overlay-producto button {
    /* margin-left: 45px; */
  }
  
  
  .bg-section-1 .container {
    margin: 0px 0px;
  }
  .bg-section-2 .container {
    margin: 0px 0px;
  }
  .img-ventajas img {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
  }
  .container-banner p:first-of-type {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
  }
  .bg-ventajas p {
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
    padding: 0px 50px;
    margin-bottom: 3rem;
  }
  .bg-ventajas h3 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
  }
  .container-banner p:nth-child(3) {
    font-size: 20px;
    padding-right: 0px;
  }
  .footer-text {
    z-index: 10;
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 50px;
    left: 0;
    margin: 500px 0 0 0px;
    padding-bottom: 50px;
  }

  .text-end img {
    width: 100%;
  }
  footer {
    height: 140px;
  }
  .bg-certificaciones h3 {
    text-align: center;
  }
  .bg-certificaciones-img:nth-child(3) {
    margin-bottom: 45px;
  }
}

.btn-floating,
[class*="btn-outline-"].btn-floating {
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.btn-floating {
  width: 2.3125rem;
  height: 2.3125rem;
}

element.style {
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #a1a1a1 !important;
}

textarea.form-control{
    max-height: 200px;
    min-height: 100px;
}

.modal_aviso {
  background-color: #102649;
  color: #fff;
}

.modal-content {
  border-radius: 10px !important;
}

.modal-body {
  padding: 0 !important;
  margin: 0 !important;
}

.pop_up__description__body h2 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.pop_up__description__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop_up__description__footer span {
  font-size: 0.8rem;
  letter-spacing: 5px;
}
.pop_up__description__footer p {
  margin: 0.5rem 0 1.5rem 0;
  font-size: 0.8rem;
  font-weight: lighter;
}
.pop_up__description__footer a {
  text-align: center;
  background: #fff;
  color: #10065c;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0.5rem 0rem;
  width: 70%;
  text-decoration: none;
  border-radius: 100px;
}

.revelation__product__item span:not(.number) {
  font-size: 0.6rem;
}

.pop__up__content {
  background-color: #102649;
  border-radius: 10px;
}

.pop_up__avisos__image {
  background-image: url(/assets/img/events/Banner_ExpoElectrica.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 40%;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.pop_up__avisos__image img {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 12rem;
}

.pop_up__description__header .revelation__product__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pop_up__description__header .revelation__product__item .number {
  -webkit-text-stroke: 1px rgb(14, 92, 148);
  color: #0a74bb;
  font-size: 1.8rem;
  font-weight: bold;
}
.modal-backdrop {



    z-index: 999 !important;

}

/* ===========================
   DISTRIBUIDORES – UX PREMIUM
=========================== */

.badge-premium {
  background: linear-gradient(135deg, #102649, #0b1a3a);
  color: #fff;
  font-size: 0.7rem;
  padding: 6px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  font-size: 0.65rem;
  padding: 4px 10px;
  border-radius: 12px;
  background: #f1f1f1;
  color: #102649;
  font-weight: 600;
}

.acciones {
  display: flex;
  gap: 12px;
}

.acciones a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: #102649;
  color: #fff;
  transition: all .25s ease;
}

.acciones a:hover {
  background: #fff;
  color: #102649;
  box-shadow: 0 0 0 1px #102649 inset;
}

.card-dist {
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.card-dist:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
