@font-face {
    font-family: "adineuePRO";
    src: url("../fonts/adineuePRO-BoldWeb.woff?locale=es_ES") format("woff"),
    url("../fonts/adineuePRO-BoldWeb.ttf") format("truetype"),
    url("../fonts/adineuePRO-Bold.otf") format("opentype");
    font-weight: 600;
}

body {
    margin: 0;
    padding: 0;
}


/** Login **/
.container-home {
    background-image: url("../assets/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    background-size: cover;
}

.container-home .container {
    background-image: url("../assets/container-adidas.png");
    background-repeat: no-repeat;
    width: 100%;
    align-self: center;
    background-size: 79%;
    display: flex;
    height: 100%;
    background-position: 0 center;
}

.container-home .container form {
    width: 403px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-self: center;
}

.container-home .container form label, .container-home .container form a {
    opacity: 0.29;
    font-family: AdihausDIN;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.container-home .container form input {
    margin: 8px 0;
    border: solid 1px #000000;
    padding: 10px;
}

.container-home .container form button {
    margin-left: auto;
    background: transparent;
    border: 1px solid;
    padding: 6px 2px 11px 0;
    margin-top: 26px;
}
.container-corrousel form button {
    background: transparent;
    border: 1px solid;
    padding: 6px 2px 11px 0;
    margin: 50px 25px;
}

.container-home .container form span {
    background-color: #000000;
    font-family: AdihausDIN;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 10px 25px;
    border: none;
}

.container-corrousel form span {
    background-color: #000000;
    font-family: AdihausDIN;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 10px 25px;
    border: none;
}

/**home **/
.container-corrousel {
    background-image: url("../assets/backgorund-corrousel.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    background-size: cover;
}

.container-corrousel .header {
    background-image: url("../assets/header-corrousel.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% - 37%);
    display: flex;
    height: 100%;
}

.container-corrousel .footer {
    background-image: url("../assets/footer-corrousel.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: calc(100% - 37%);
    display: flex;
    height: 100%;
}

.container-corrousel .container {
    position: absolute;
    background: #0000002b;
    width: 100%;
    height: 100%;
}
.carousel.activecarousel {
    margin: 0 10% 0;
}
.carousel {
    margin: 5% 10% 15px;
    height: 60%;
}

.carousel img {
    width: 100%;
    max-width: 449px;
    height: 100%;
    max-height: 253px;
    /*margin: 0 10px;*/
}

.swiper-container {
    width: 600px;
    height: 300px;
}
.swiper-container.active button {
    max-width: 449px;
    max-height: 253px;
}
.swiper-container button {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
}
.swiper-container.active button {
    top: 35%;
}
/*.swiper-container .swiper-wrapper button video {*/
/*    height: 536px;*/
/*    width: 956px;*/
/*}*/
.swiper-container .swiper-wrapper button video {
    height: 100%;
    width: 816px;
}
button:focus{
    outline: none;
}
.swiper-container.active .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper-container.active .swiper-wrapper .swiper-slide button img {
    top: 0;
    right: 6px;
    position: absolute;
    z-index: 9;
}

/** Video **/
.full-video {
    height: 100%;
    display: flex;
}

.full-video .video {
    margin: auto;
    /*width: 100%;*/
    text-align: center;

}

.full-video .video video {
    max-height: 536px;
    max-width: 956px;
    width: calc(100% - 45%);
    height: calc(100% - 49%);
}
video.video:focus{
    outline: transparent;
}

.swiper-container.active .swiper-wrapper button video {
    width: 449px;
    height: 253px;
}

.button-media {
    text-align: center;
}

.button-video {
    margin-left: auto;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 0 2px 11px 0;
}

.button-video span {
    background-color: #ffffff;
    font-family: AdihausDIN;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 10px 25px;
    border: none;
}
.swiper-slide-duplicate, .swiper-slide-duplicate-active, .swiper-slide-duplicate-next, .swiper-slide-duplicate-prev{
    display: none;
}
vide.video:focus{
    outline: none;
}
