@font-face {
    font-family: 'Gotham-Medium';
    src: url('./fonts/Gotham-Medium.eot');
    src: url('./fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gotham-Medium.woff2') format('woff2'),
        url('./fonts/Gotham-Medium.woff') format('woff'),
        url('./fonts/Gotham-Medium.ttf') format('truetype'),
        url('./fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url('./fonts/Gotham-Ultra.eot');
    src: url('./fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gotham-Ultra.woff2') format('woff2'),
        url('./fonts/Gotham-Ultra.woff') format('woff'),
        url('./fonts/Gotham-Ultra.ttf') format('truetype'),
        url('./fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('./fonts/Gotham-Book.eot');
    src: url('./fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gotham-Book.woff2') format('woff2'),
        url('./fonts/Gotham-Book.woff') format('woff'),
        url('./fonts/Gotham-Book.ttf') format('truetype'),
        url('./fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('./fonts/Inter-Medium.eot');
    src: url('./fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Inter-Medium.woff2') format('woff2'),
        url('./fonts/Inter-Medium.woff') format('woff'),
        url('./fonts/Inter-Medium.ttf') format('truetype'),
        url('./fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    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: url(../assets/backgrounds/bg.jpg);
    background-size: cover;
    background-position: center;
}

.step1-bg{
    background: url(../assets/backgrounds/bg-step1.jpg);
    background-size: cover;
    background-position: center;
}

.step2-bg{
    background: url(../assets/backgrounds/bg-step2.jpg);
    background-size: cover;
    background-position: center;
}

.step3-bg{
    background: url(../assets/backgrounds/bg-step3.jpg);
    background-size: cover;
    background-position: center;
}

.step4-bg{
    background: url(../assets/backgrounds/bg-step4.jpg);
    background-size: cover;
    background-position: center;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}


.back-button{
    position: absolute;
    z-index: 5;
    top: 44px;
    left: 70px;
}

.back-main{
    display: flex;
    align-items: center;
}

.back-icon-step-1{
    width: 43px;
    height: 54px;

    background: url(../assets/buttons/back-button.svg);
    background-size: cover;
    background-position: center;
}

.back-icon-step-2{
    width: 43px;
    height: 54px;

    background: url(../assets/buttons/back-button-2.svg);
    background-size: cover;
    background-position: center;
}

.back-icon-step-3{
    width: 43px;
    height: 54px;

    background: url(../assets/buttons/back-button-3.svg);
    background-size: cover;
    background-position: center;
}

.back-icon-step-4{
    width: 43px;
    height: 54px;

    background: url(../assets/buttons/back-button-4.svg);
    background-size: cover;
    background-position: center;
}

.back-text{
    width: 160px;
    height: 52px;
    margin-left: 15px;
    border-radius: 26px;
    
    background: #FFFFFF;
    -webkit-box-shadow: -1px 2px 21px rgba(94, 94, 94, 0.45);
    -moz-box-shadow: -1px 2px 21px rgba(94, 94, 94, 0.45);
    box-shadow: -1px 2px 21px rgba(94, 94, 94, 0.45);
}

p.volver{
    color: #C3937B;
    text-align: center;
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
}

.brand-container-main{
    width: 1080px;
    height: 1070px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 24px 115px;
}

.brand-container-items{
    width: 1080px;
    height: 1920px;
    position: absolute;
    bottom: 0;
    padding: 150px 177px 0 177px;
}

.row-video{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.row-main-steps{
    margin-bottom: 150px;
}

.brand{
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-main{
    width: 365px;
    height: 365px;
}

.button-brand-main{
    width: 365px;
    height: 365px;
    border: none;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../assets/buttons/button-main.png);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: -35px 50px 70px -15px rgb(171 128 100 /75%);
    -moz-box-shadow: -35px 50px 70px -15px rgb(171 128 100 /75%);
    box-shadow: -35px 50px 70px -15px rgb(171 128 100 /75%);
}

p.step-text{
    font-family: 'Gotham-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 77px;
    text-align: center;

    color: #738B87;
}

.brand-step-1{
    width: 271px;
    height: 271px;
    background: url(../assets/buttons/button-step1.png);
    border: none;
    border-radius: 50%;
}

.brand-step-2{
    width: 271px;
    height: 271px;
    background: url(../assets/buttons/button-step2.png);
    border: none;
    border-radius: 50%;
}

.brand-step-3{
    width: 271px;
    height: 271px;
    background: url(../assets/buttons/button-step3.png);
    border: none;
    border-radius: 50%;
}

.brand-step-4{
    width: 271px;
    height: 271px;
    background: url(../assets/buttons/button-step4.png);
    border: none;
    border-radius: 50%;
}

.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;
}

h1.step-1-title{
    font-family: 'Gotham-Ultra';
    font-style: normal;
    font-weight: 1000;
    font-size: 145px;
    line-height: 174px;
    text-align: center;
    color: #C3937B;
}

h2.step-1-subtitle{
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: 325;
    font-size: 73px;
    line-height: 88px;
    text-align: center;
    color: #738B87;
    margin-bottom: 82px;
}

h1.step-2-title{
    font-family: 'Gotham-Ultra';
    font-style: normal;
    font-weight: 1000;
    font-size: 145px;
    line-height: 174px;
    text-align: center;
    margin-top: 5px;
    color: #FFFFFF;
}

h2.step-2-subtitle{
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: 325;
    font-size: 73px;
    line-height: 88px;
    text-align: center;
    color: #EDDAD3;
    margin-bottom: 80px;
}

h1.step-3-title{
    font-family: 'Gotham-Ultra';
    font-style: normal;
    font-weight: 1000;
    font-size: 145px;
    line-height: 174px;
    text-align: center;
    margin-top: 5px;
    color: #C3937B;
}

h2.step-3-subtitle{
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: 325;
    font-size: 73px;
    line-height: 88px;
    text-align: center;
    color: #738B87;
    margin-bottom: 80px;
}

h1.step-4-title{
    font-family: 'Gotham-Ultra';
    font-style: normal;
    font-weight: 1000;
    font-size: 145px;
    line-height: 174px;
    text-align: center;
    margin-top: 5px;
    color: #FFFFFF;
}

h2.step-4-subtitle{
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: 325;
    font-size: 73px;
    line-height: 88px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 80px;
}

/*<---------- 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;
  }