* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "sofia-pro", sans-serif;
color: black;
font-size:1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neighbor", sans-serif!important;
  font-weight: 700;
}
span.slogan {
  
  font-family: "Neighbor", sans-serif!important;
  font-weight: 700;
}
button.wero , 
a.wero {
  border-radius: 100px;
  padding:5px 20px;
  border:none;
  font-family: "Neighbor", sans-serif!important;
  font-weight: 700;
  background-color: white;
	color:black;
text-decoration:none;
}
button.wero.secondary,
a.wero.secondary {
  background:#000;
  color:white;
}
/* nav */
nav#main {
  background: #FDBB17;
  padding:10px 20px;
}
nav#main ul {
      display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin:0;
    padding:0;
}
nav#main .slogan {
  font-size: 11pt;
}
nav#main img {
  width: 100px;
}
/* hero */
#hero {
  height: 75vh;
  display: flex;
    align-items: center;
    justify-content: center;
}
#hero video {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
height:100%; 
    z-index: -1; 
object-fit:cover;
}
#hero h1 {
  color: white;
  font-size: 35pt;
display:none;
}
#hero .sticker {
  position:absolute;
  height:80px;
display:none;
}
#hero .sticker#sticker1 {
    bottom: 150px;
    left: 40px;
   
}

#hero .sticker#sticker2 {
        right: 20px;
    bottom: 50px;
    height: 140px;
}

#hero .sticker#sticker3 {
  left:0px;
  top:110px;
}
/* infinite loops */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(100%);
  }
}

.licencias {
  overflow: hidden;
  background: white;
  white-space: nowrap;
  position: relative;
}

.licencias:before,
.licencias:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

/*.licencias:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.licencias:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}*/

/*.licencias:hover .logos-slide {
  animation-play-state: paused;
}*/

.logos-slide {
  display: inline-block;
  animation: 100s slide infinite linear;
}

.licencias#reverse .logos-slide {
  display: inline-block;
  animation: 100s slide2 infinite linear;
}

#categorias .logos-slide img {
  height: 0px;
  margin: 0 0 0 40px;
}
#licencias .logos-slide img {
  height: 120px;
  margin: 0 20px;
}
footer  .logos-slide img {
  height: 60px;
  margin: 0 20px;
}

#licencias .container-fluid.licencias {
  padding:60px 0 30px 0;
}
#licencias .container-fluid.licencias.reverse {
  padding:30px 0 60px 0;
}
/* categorias */
#categorias {
  padding: 30px 0px;
}
#categorias span {
  font-family: 'Neighbor', sans-serif!important;
  font-weight: 700;
  font-size: 32px;

    line-height: 30px;

}
#categorias div.categoria {
  display: flex;
align-items:center;
justify-content;center;
  padding: 30px;
  border-radius: 16px;
  position: relative;  
}
#categorias .categoria#violeta {
  background-color: #879FFF;
}
#categorias .categoria#verde {
  background-color: #00A249;
}
#categorias .categoria#rosa {
  background-color: #F35EA5;
}
#categorias .categoria#naranja {
  background-color: #FF8200;
}

#categorias .categoria#amarillo {
  background-color: #FDBB17;
}
#categorias .categoria#rojo {
  background-color: #DE330F;
}

#categorias .categoria#azul {
  background-color: #006ECC;
}


#categorias .categoria #boli {
  max-width: 100px;
  transform: rotate(30deg);
}
/* intro */
#intro {
  margin:50px 0;
  text-align: center;
}
#intro p{
  font-size: 25px;
}

/* numeros */
#numeros .container {
  background:#000;
  padding:30px;
  border-radius: 16px;
  text-align: center;
}

#numeros .numero {
  font-size: 40pt;
}
#numeros #num1 {
  color:#FDBB17;
}
#numeros #num2 {
  color:#00A249;
}
#numeros #num3 {
  color:#879FFF;
}
#numeros #num4 {
  color:#F35EA5;
}
/* por que */
#porQue {
  background: #FDBB17;
    padding: 50px;
}
#porQue ul {
  list-style:none;
  padding:0;
  margin:0;
}
#porQue ul li {
  border-bottom:1px solid gray;
  margin-top:25px;
}
#porQue a {
  margin-top: 30px;
display:inline-block;

}
#porQue img {
  width:100%;
border-radius:15px;
}
/* productos */
#productos {
  padding:50px 0px;

}
#productos .nav-item button {
      border: none;
    background: transparent;
    color: black;
    font-family: 'Neighbor',sans-serif!important;
}
#productos .nav-item button.active {
    border-bottom: 1px solid black;
}
#productos .nav-tabs {
  border:none;
}
#productos ul.imagenes {
  padding: 0;
    margin: 20px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
#productos ul.imagenes li {
  width:40%;
  padding:20px;
}
#productos ul.imagenes img {
  border-radius: 20px;
  width:100%;
}

/* footer */
footer {
  background-color: #006ECC;
color:black;
}
footer #cartel span {
  font-size: 50pt;
  font-family: 'Neighbor', sans-serif!important;
  font-weight: 700;
color:black;
}
footer .licencias {
  background-color:#006ECC ;
}
/*
footer .licencias:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #006ECC);
}

footer .licencias:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #006ECC);
}*/
footer .logos-slide {
  display:flex;
  align-items:center;
}
footer a {
  color:black;
  margin-left:10px;
}
footer .col:last-of-type {
  text-align:right;
}
footer .row .col.flex {
  display:flex;
  flex-flow: column;
  align-items: center;
}
footer .row .col.flex img {
  width:fit-content;
}
footer .row .col .info ul {
  list-style: none;
}
footer .row .col .links ul {
      display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .row .col .links ul li {
  width:50px;
  height:50px;
  border:2px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:25px;
}
footer .row .col .links ul li a {
  margin:0;
font-size:1.7rem;
}
footer .row#claim {
  border-top:1px solid black;
  padding:20px 0px;
}
footer #logo {
width:200px;
}