div#home-banner-general,
div#home-banner-mujer,
div#home-banner-hombre {
    margin: 5px 0;
}

.content-home .container-banner {
    width: 100%;
    height: auto;
    position: relative
}

.content-home .container-banner--carousel {
    width: 100%;
    height: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 20px 20px
}


.content-home .container-banner--carousel .swiper-initialized {
    width: 100%;
    height: auto
}

.content-home .container-banner__video {
    width: 100%;
    height: auto;
    display: block
}

.content-home .container-banner__video--mobile {
    display: none
}

.content-home .container-banner__video-image {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-home .container-banner__video-url {
    position: absolute;
    left: 75%;
    z-index: 3;
    background-color: #301fd6;
    color: #7ae5db;
    font-size: 14px;
    display: flex;
    margin: auto;
    justify-content: center
}

.content-home .container-banner__video-url--button {
    background-color: #FFF;
    color: #477b7a;
    width: 160px;
    border: solid 1px #90ffbd;
    border-radius: 20.5px;
    height: 40px;
    font-size: 14px;
    display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    padding: 20px 0
}

.container-banner__text-url--btns {
    position: absolute;
    left: 9%;
    top: 24%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 10%;
    height: 26%;
    z-index: 5;
}

.container-banner__text-url--btns h3 {
    height: 100%;
    text-align: left;
}

.container-banner__text-url--btns h3 {
    font-weight: normal;
}

.container-banner__text-url--btns h3:hover a {
    font-weight: bold;
}

.content-home .container-banner__video-url--button:hover {
    background-color: #7ae5db;
    color: #301fd6
}

.content-home .container-banner__video-url--1_1 {
    width: 100%;
    height: 100%;
    top: 0%
}

.content-home .container-banner__video-text {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-home .container-banner__video-text--flex {
    display: flex;
    align-items: center;
    flex-direction: column
}

.content-home .container-banner__video-picture img {
    width: 100%;
    height: auto
}

.content-home .container-banner__picture {
    width: 100%;
    height: auto
}

.content-home .container-banner__picture img {
    width: 100%;
    height: auto
}

.content-home .container-banner__text--flex {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-home .container-banner__images-url {
    width: 100%;
    height: auto
}

.content-home .container-banner__text {
    font-size: 17px;
    text-align: center;
    color: #301fd6;
    padding: 20px 0
}

.content-home .container-banner__text-url {
    position: absolute;
    z-index: 3
}

.content-home .container-banner__text-url--button {
    background-color: #301fd6;
    color: #fff;
    width: 160px;
    height: 40px;
    font-size: 14px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0
}

.content-home .container-banner__text-url--button:hover {
    background-color: #90ffbd;
    color: #FFF;
    border: 1px solid #000;
}

.content-home .container-banner__text-url--1_1 {
    width: 100%;
    height: 100%;
    top: 0%
}

.content-home .container-banner__text-url--2_1 {
    width: 50%;
    height: 100%;
    left: 0%;
    top: 0%
}

.content-home .container-banner__text-url--2_2 {
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0%
}

.content-home .container-banner__text-url--3_1 {
    width: 33.3%;
    height: 100%;
    left: 0;
}

.content-home .container-banner__text-url--3_2 {
    width: 33.3%;
    height: 100%;
    left: 33.3%;
}

.content-home .container-banner__text-url--3_3 {
    width: 33.3%;
    height: 100%;
    left: 66.6%;
}

.content-home .container-banner__text-url--4_1 {
    width: 25%;
    height: 100%;
    top: 0%;
    left: 0%
}

.content-home .container-banner__text-url--4_2 {
    width: 25%;
    height: 100%;
    top: 0%;
    left: 25%
}

.content-home .container-banner__text-url--4_3 {
    width: 25%;
    height: 100%;
    top: 0%;
    left: 50%
}

.content-home .container-banner__text-url--4_4 {
    width: 25%;
    height: 100%;
    top: 0%;
    left: 75%
}

@media(max-width: 769px) {
    .content-home .container-banner__video--desktop {
        display: none;
    }

    .content-home .container-banner__video--mobile {
        display: block !important;
    }

}