@font-face {
    font-family: "gotham";
    src: url('./fonts/GothamRounded-Medium.otf') format('opentype');
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

.container-designer{
    width: 1080px;
    height: 1920px;
    position: relative;
    overflow: hidden;
    background-color: #E1E7ED;
}

.bebidas-bg{
    background: url(../assets/backgrounds/bg-bebidas.png);
    background-size: cover;
    background-position: center;
}

.alimentos-bg{
    background: url(../assets/backgrounds/bg-alimentos.png);
    background-size: cover;
    background-position: center;
}

.nutricion-bg{
    background: url(../assets/backgrounds/bg-nutricion.png);
    background-size: cover;
    background-position: center;
}

.vida-bg{
    background: url(../assets/backgrounds/bg-vida.png);
    background-size: cover;
    background-position: center;
}

.vitaminas-bg{
    background: url(../assets//backgrounds/bg-vitaminas.png);
    background-size: cover;
    background-position: center;
}


.invisible{
    display: none;
}

.visible{
    display: block;
}

button.back{
    background: url(../assets/buttons/button-back.png);
    background-size: cover;
    background-position: center;
    width: 302px;
    height: 95px;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 35px;
    left: 30px;
}

button.back:hover{
    background: url(../assets/buttons/button-backHover.png);
    background-size: cover;
    background-position: center;
}

.brand-container-main{
    width: 1080px;
    height: 285px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 24px 40px;

    background: url(../assets/backgrounds/bg-main.png);
    background-size: cover;
    background-position: center;
}

.brand-container-items{
    width: 1080px;
    height: 1920px;
    position: absolute;
    bottom: 0;
    padding: 290px 155px 0 185px;
}

.brand-container-vitaminas{
    padding: 395px 45px 0 95px;
}

.row-video{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.row-vitaminas{
    margin-bottom: 110px;
}

.row-alimentos{
    margin-bottom: 34px;
}

.brand{
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-main{
    width: 185px;
    height: 240px;
}

.button-brand-main{
    width: 184px;
    height: 184px;
    border: none;
    border-radius: 50%;
}

p.text-button-main{
    font-family: "gotham";
    font-weight: 400;
	font-style: normal;

    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #002D74;

    max-width: 133px;
    margin: 15px auto 0;
}

.brand-bebidas{
    width: 290px;
    height: 290px;
    background: url(../assets/buttons/button-bebidas.png);
    border: none;
    border-radius: 50%;
    
    -webkit-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
}

.brand-bebidas-main{
    background: url(../assets/buttons/button-bebidas-main.png);
    background-size: cover;
    background-position: center;
}

.brand-alimentos{
    width: 290px;
    height: 290px;
    background: url(../assets/buttons/button-alimentos.png);
    border: none;
    border-radius: 50%;
    
    -webkit-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
}

.brand-alimentos-main{
    background: url(../assets/buttons/button-alimentos-main.png);
    background-size: cover;
    background-position: center;
}

.brand-nutricion{
    width: 290px;
    height: 290px;
    background: url(../assets/buttons/button-nutricion.png);
    border: none;
    border-radius: 50%;
    
    -webkit-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
}

.brand-nutricion-main{
    background: url(../assets/buttons/button-nutricion-main.png);
    background-size: cover;
    background-position: center;
}

.brand-vida{
    width: 290px;
    height: 290px;
    background: url(../assets/buttons/button-vida.png);
    border: none;
    border-radius: 50%;
    
    -webkit-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
}

.brand-vida-main{
    background: url(../assets/buttons/button-vida-main.png);
    background-size: cover;
    background-position: center;
}

.brand-vitaminas{
    width: 290px;
    height: 290px;
    background: url(../assets/buttons/button-vitaminas.png);
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 50%;
    
    -webkit-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
    box-shadow: -35px 50px 70px -15px rgb(0 0 0 / 75%);
}

.brand-vitaminas-main{
    background: url(../assets/buttons/button-vitaminas-main.png);
    background-size: cover;
    background-position: center;
}

.video-bg{
    width: 1080px;
    height: 1635px;
    background: url(../assets/touch.png);
    background-size: cover;
    background-position: center;
}

.container-video{
    width: 1080px;
    height: 1635px;
    position: absolute;
    top: 0;
    left: 0;
}

.videoStyles{
    width: 1080px;
    height: 1640px;
}

.brand-container-video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 1080px;
    height: 1920px;
}

.brand-videoStyles{
    width: 1080px;
    height: 1920px;
}



/*<---------- Animacion de jiggle para botones random -------->*/
.jiggle {
    animation: animation 1s both;
}

  @keyframes animation {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
  }

  .bg-brand-video{
    width: 1080px;
    height: 1920px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }