:root {
  --ec-color-primary: #3484BC;
  --ec-color-secondary: #2b6491;
  --ec-color-accent: #79ACD6;
  --ec-color-background: #2b6491;
  --ec-color-navbar: #2b6491;
  --ec-color-social: rgb(186, 89, 149);
  --box-shadow : rgb(174, 166, 166);
  --ec-gradient: linear-gradient(70deg, #c92b8f 0%, rgba(7,7,7,1) 47%, #35BD6C 93%);
  --ec-color-icon: #0876BB;
  --ec-color-icon-link: #0876BB;
}

@import url("https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Honk&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Outfit:wght@100..900&display=swap');
/* Google Fonts */

.ec-font-bungee-spice {
  font-family: "Bungee Spice", sans-serif; /*Google Fonts*/
}
.ec-font-russo-one {
  font-family: "Russo One", sans-serif;
}
.ec-family-Maven-Pro {
  font-family: "Maven Pro", sans-serif;
}
.ec-Righteous {
  font-family: "Righteous", sans-serif;
}
.ec-Honk {
  font-family: 'Honk', system-ui;
}
.ec-Audiowide{
  font-family: 'Audiowide', sans-serif;
}
.ec-Special-Elite{
  font-family: 'Special Elite', system-ui;
}
.ec-Alfa-Slab-One{
  font-family: 'Alfa Slab One', serif;
}
.ec-Prompt{
  font-family: 'Prompt', sans-serif;
}
.ec-text-twinkling  {
  animation: titilar 2s infinite;
}
.ec-text-latido{
  animation: latido 2s infinite;
}
.ec-dosis {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* General - Boostrap */
body {
  /* color: white; */
  color: black;
}
p{
  color: black;
}
h1,h2,h3,h4,h5,h6{
  color: black;
}
h1{
  font-family: "Russo One", sans-serif;
  margin: 0;
  padding-left: 25px;
  padding-top: 8px;
  padding-bottom: 4px;
  background-color: var(--ec-color-secondary);
  border-top: 1px solid white;
}
li{
  color: black;
}
.ec-container{
  width: 95%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 0px;
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
.nav-tabs .nav-link.active {
  background-color:var(--ec-color-background);
  font-family: 'Honk', system-ui;
  font-weight: bold;
  font-size: 17px;
  color: white;
}
.nav-tabs .nav-link {
  background-color: white; 
  font-size: 15px;
  color: black;
}
.active > .page-link {
  background-color: var(--ec-color-primary)
}
/* .nav-link,.nav-link.active{
  --radio: 10px;
  background: none;
  border-radius: 0 !important;
  border-top-right-radius: var(--radio) !important;
  border-top-left-radius: var(--radio) !important;
  font-size: 15px;
  margin: 2px;
}
.nav-link{
  background-color:white !important;
  color: black !important;
}
.nav-link.active {
  font-size: 17px;
  font-weight: bold;
  background-color:var(--ec-color-background) !important;
  color: white !important;
  border-top: 1px solid white; 
  border-right: 1px solid white; 
  border-left: 1px solid white; 
  border-bottom: 1px solid white;
} */

/* CyberCachina */
.help-block {
  color     : white;
  font-style: italic;
}
.ec-hint{
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.ec-input{
  text-align: center; 
  width:90%; 
  padding:6px;
  color: black;
}
.ec-input-label{
  text-align: left; 
  width:90%; 
  padding:6px;
  color: white;
}

/* FILEINPUT STYLE */
#ecFileInput{
  color: white;
  background: var(--ec-color-secondary);
}
/* STYLE */
.ec-bg {
  background: var(--ec-color-background);
}
.ec-bg-gradient {
  /* background: rgba(121,229,226,1); */
  background: var(--ec-color-background);
  background: var(--ec-gradient);
}
.ec-border{
  border: 1px solid var(--ec-color-primary);
}
.ec-border-tb{
  border-top: 1px solid var(--ec-color-primary);
  border-bottom: 1px solid var(--ec-color-primary);
}
.ec-font-color {
  color: var(--ec-color-background);
}
.ec-btn-buy{
  color: white;
  width: 90%;
  background-color: var(--ec-color-primary);
}
.ec-btn-buy:hover{
  color: white;
  background-color: var(--ec-color-primary);
  box-shadow: 5px 5px 5px var(--box-shadow);
}
.ec-btn-buy:hover::before{
  transform: scale(1.5);
  font-size: 1.1em;
  color: white;
}
.ec-btn-buy::before{
  font: var(--fa-font-solid);
  content: "\f07a";
  margin-right: 5px;
}
.ec-btn{
  height: 34px;
  margin: 4px;
  padding: 3px;
  width: 88%;
  font-size: 15px;
}
.ec-btn:hover{
  padding: 3px;
  width: 88%;
  text-shadow: var(--ec-color-primary) 0.05em 0.05em 0.1em;
  background-color: var(--ec-color-accent);
}
.ec-btn-bg{
  background-color: var(--ec-color-primary); 
  color: white;
}
.ec-item-logo {
  /* width: 10rem; */
  border-radius: 50%;
}
.ec-item-img {
  width: 100%;
  height: auto;
}
.ec-navbar-main{
  background: white;
  margin-bottom: 4px
}
.ec-navbar {
  /* background: linear-gradient(120deg,  rgba(0,0,0,1)35%, rgb(97, 94, 94) 75%); */
  width: 95%s;
  background: white;
  color: black;
  border-top: 1px solid var(--ec-color-primary);
  border-bottom: 1px solid var(--ec-color-primary);
  margin: 0;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ec-navbar-icon{
  font-size: 24px;
}
.ec-navbar-logo-brand{
  max-width: 200px;
  margin-right: 2px;
  margin-left: 5px;
  margin-top: 0px;
  padding: 0;
}
.nav-link{
  color: black;
}
.nav-link.active{
  color: black !important;
}
.nav-link:hover{
  background-color: var(--ec-color-primary);
  color: white !important;
  border-radius: 5px;
  box-shadow: 2px 2px 2px var(--box-shadow);
}
.ec-BrandText{
  font-family: "Righteous", sans-serif;
  font-size: 20px;
}
.ec-BrandImg{
  width: 150px;
  height: auto;
  margin: 0;
  object-fit: cover;
  /* filter: grayscale(100%) hue-rotate(270deg);  */
  animation: latido 2s infinite;
}
.ec-rs{
  font-size: 28px;
  color: var(--ec-color-social) !important;
  filter: drop-shadow(2px 2px 2px rgba(85, 84, 84, 0.5));
}
.ec-body {
  /* background-image: url("../img/fondo-2.png"); */
  margin-top: 62px; /*Margen superior Body*/
  background-color: var(--ec-color-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ec-sub-body {
  background: linear-gradient(90deg, rgba(23,44,101,1) 0%, rgba(24,82,117,1) 47%, rgba(0,0,0,1) 93%);
  /* background-color: transparent; */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.9;
  padding: 5px 5px;
  /* border: 1px solid #000; */

}
.ec-form{
  border: 1px solid var(--ec-color-primary);
  box-shadow: 4px 4px var(--box-shadow);
}
.ec-p {
  line-height: 1.2; /* Ajusta este valor según sea necesario */
  margin-top: 2px; /* Espacio antes del párrafo */
  margin-bottom: 2px; /* Espacio después del párrafo */
}
.ec-icon {
  max-width: 65px;
}
.ec-precio-anterior {
  text-decoration: line-through;
  color: grey;
  font-size: 14px;
}
.ec-precio-actual {
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: bold;
}
.ec-title {
  font-family: 'Special Elite', system-ui;
  font-family: 'Alfa Slab One', serif;
  /* font-family: "Bungee Spice", sans-serif;  */
  font-size: 30px;
}
.ec-card-title {
  /* height: 10px; */
  font-family: 'Audiowide', sans-serif;
  font-size: 18px;
  background-color: var(--ec-color-primary);
  color: white;
  margin: 4px;
  margin-top: 10px;
  padding: 7px;
  opacity: 0.7;
  /* border-radius: 12px; */
  text-shadow: var(--ec-color-secondary) 0.05em 0.02em 0.1em;
}
.ec-album-title{
  font-family: 'Special Elite', system-ui;
  font-size: 14px;
}
.ec-catalogo-card {
  width: 160px;
}
.ec-catalogo-contenedor-imagen {
  position: relative;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-color: #212529;
}
.ec-catalogo-contenedor-imagen-text {
  font-size: 16px;
  position: absolute;
  /* top: 50%; 
    left: 50%;  */
  transform: translate(50, 0);
  color: white; /* o cualquier color que desees */
  line-height: 20px;
  font-family: "Righteous", sans-serif;
  text-shadow: #cb288e 0.2em 0.3em 0.2em;
  text-align: center;
  /* otros estilos para tu texto */
}
.ec-producto-img{
  max-width: 90%;
  box-shadow: 5px 5px 5px #5b5b5e;
  border-radius: 1%;
}
.ec-producto-img:hover{
  max-width: 90%;
  box-shadow: 10px 10px 5px rgb(97, 95, 95);
  border-radius: 1%;
  transform: scale(1.02);
}
.ec-producto-card-container {
  display: flex;
  align-items: start;
  justify-content: center;  
}
.ec-producto-card {
  width: 95%;
  height: 95%;
  margin: 2px;
  padding: 5px 3px 15px 3px;
  margin: 2px;
  background: white;
  border-radius: 10px;
}
.ec-producto-contenedor-imagen {
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #212529;
}
.ec-virtual-card {
  /* display: flex;
  align-items: start;
  justify-content: center;   */
  /* width: 95%;
  height: 95%;
  margin: 2px;
  padding: 5px;
  margin: 1px;
  background: white; */
  border: 0.5px solid var(--ec-color-primary);
}
.ec-categoria-card {
  min-width: 200px;
}
.ec-img-cover{
  width: 75%;
}
.ec-img-login{
  width: 75%;
}
#ec-banner{
  width: 100%;
}
.ec-banner {
  /* background: rgb(255, 255, 255);  */
  background: var(--ec-color-primary);
  content: "Hereda color primario";
  border-bottom: 0.5px solid var(--ec-color-primary);
}
.ec-effect-shadow:hover{
  border-radius:5%;
  -webkit-border-radius:5%;
  box-shadow: 0px 0px 15px 15px #190c59;
  -webkit-box-shadow: 0px 0px 15px 15px #302d58;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  }
.ec-video-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.ec-video-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 24px;
  background-color: black;
  transform: translate(-50%, -50%);
  opacity: 0.7;

  padding: 6px 8px 10px 13px;
  border: 1px solid #ffffff;
  border-radius: 100%;

  pointer-events: none;
}
.ec-vc-video{
  width: 70%;
  height: auto;
}
.ec-img-virtual-cards
{
  background-color: black;
  padding: 1px 1px;
  margin: 5px 5px;
  position: relative;
  display: inline-block;
  width: 90%;
  box-shadow: 10px 10px 10px rgba(120, 115, 115, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Agrega una transición suave */
  border-radius: 1.5%;

}
.ec-img-virtual-cards:hover {
  transform: scale(1.01); /* Escala ligeramente la imagen al pasar el mouse */
  box-shadow: 12px 12px 5px rgba(0, 0, 0, 0.2);
}
.ec-video-virtual-cards{
  padding: 10px 12px;
}
.ec-form-bg{
  background: var(--ec-color-background);
  background: linear-gradient(90deg, var(--ec-color-background) 23%, rgb(0, 0, 0) 100%);
}
.ec-plin-bg{
  background-color: #3ebab2;
}
.ec-inputfile{
  text-align: center; 
  width:90%; 
  padding:6px;
  margin: 0px;
}
.ec-video-bg{
  background: var(--ec-color-background);
  background: linear-gradient(63deg, var(--ec-color-background) 41%, rgba(0,0,0,1) 93%);
  background-image: url('../img/wireframe.jpg');
  background-size: 100% 100%;
  /* animation: scrollBg 35s linear forwards; */
  /* overflow: hidden; */
}
.ec-product-digital-video{
  width: 100%;
}
.ec-text-search{
  background: white;
  border: 0px;
  text-align: start;
}
.ec-text-search:focus{
  outline: none
}
.ec-text-search::before{
  color: #190c59;
  font: var(--fa-font-solid);
  content: "\f07a";  
}
.ec-text-search-container{
  background: white;
  border: 1px solid #726969;
  border-radius: 20px;
  box-shadow: 5px 5px 30px var(--box-shadow);
  
}
.ec-text-price{
  font-family: 'Special Elite', system-ui;
  text-align: center;
  font-size: 20px;
  color: white;
  width: 80%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;  
  padding: 0;
  /* background-color: var(--ec-color-secondary); */
  /* color: var(--ec-color-primary); */
  /* border-radius: 15px; */
  /* border: 1px solid var(--ec-color-primary); */
  /* box-shadow: 5px 5px 30px var(--box-shadow);   */
}
.ec-radio-button{
  color: white;
  margin-left: 2px;
}
.ec-button{
  border: 0;
  height: 36px;
  padding-top: 5px;
  border-radius: 5px;
  color : var(--ec-color-primary);
  background-color: white;
}
.ec-button:hover{
  color : black;
  background-color: white;
  font-weight: bold;
  box-shadow: 2px 2px 2px black;
}
.ec-whatsapp{
  height: 36px;
  padding-top: 5px;
  border: 0;
  border-radius: 5px;  
}
.ec-link-centrado {
  /* display: flex; */
  align-items: center; /* Centra el contenido verticalmente */
  justify-content: center; /* Centra el contenido horizontalmente si es necesario */
  text-decoration: none; /* Opcional: elimina el subrayado del enlace */
  border: 1px solid #000; /* Opcional: agrega un borde para visualizar el área del enlace */
}
@media (max-width: 575px) {
  /* Extra Small (xs) */
  .ec-vc-video{
    width: 90%;
    height: auto;
  }
  .ec-catalogo-card {
    width: 100%;
  }
  .ec-catalogo-contenedor-imagen {
    width: 100%;
    height: auto;
  }
  .ec-producto-card {
    min-width: 10vw;
    margin: 2px 2px;
  }
}
@media (max-width: 767px) {
  .ec-container{
    margin-top: 42px;
  }  
  /* Samll (sm) Cachineando */
  .ec-img-cover{
    width: 100%;
  }
  .ec-img-login{
    width: 90%;
  }  
  .ec-product-digital-video{
    width: 100%;
  }
  .ec-item-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ec-BrandImg{
    width: 100px;
    height: auto;
  }
  .ec-navbar-icon{
    font-size: 28px;
  }
  .ec-sub-body {
    padding: 5px 5px;
  } 
  .ec-form-bg{
    background: var(--ec-color-background);
    background: linear-gradient(180deg, rgba(0,0,0,1) 10%, var(--ec-color-background) 87%);

  }   
}
@media (max-width: 991px) {
/* Medium ()md */

}
@media (max-width: 1199px) {
  /* Large (lg) */
}

