.jsUrlStoreFind {
    display: none
}

.content-home .container-banner {
    width: 100%;
    height: auto
}

.content-home .container-banner__video {
    width: 100%;
    height: auto;
    display: block
}

.content-home .container-banner__video--desktop {
    display: none
}

@media(min-width: 769px) {
    .content-home .container-banner__video--desktop {
        display: block
    }

    .content-home .container-banner__video--mobile {
        display: none
    }
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-home .container-banner__video-picture img {
    width: 100%;
    height: auto
}

.content-home .container-banner__video-image {
    width: 100%;
    height: auto
}

.content-home .container-banner__picture img {
    width: 100%;
    height: auto
}

.content-home .container-banner .container-buttons {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
}

@media(min-width: 769px) {
    .content-home .container-banner .container-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.content-home .container-banner .container-buttons__url {
    width: 160px;
    height: 35px;
    margin: 10px;
    padding: 14px 12px 14px 13px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "MiedingerRegular";
    text-transform: uppercase;
    color: #301fd6;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none
}

.content-home .container-banner .container-buttons__url:hover {
    background-color: #301fd6;
    color: #fff
}

.content-home .container-banner__align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-home .container-banner__align-center--coming-soon {
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.content-home .container-banner__align-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.content-home .container-banner__align-flex--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
}

@media(min-width: 769px) {
    .content-home .container-banner__align-flex--center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.content-home .container-banner__align-flex--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 769px) {
    .content-home .container-banner__align-flex--row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.content-home .container-banner__text-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.content-home .container-banner__text-left .button_icon {
    margin: 10px;
    color: #301fd6;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-home .container-banner__text-left .button_icon strong {
    font-family: "PaisBold";
    margin-left: 5px
}

.content-home .container-banner__text-left .button_icon .iconAtmos--arrow_rigth {
    margin-left: 10px
}

.content-home .container-banner__text-left [class*=icon-location_icon] {
    font-size: 30px;
    padding: 5px;
    margin: 0 0 0 30px
}

.content-home .container-banner__text-left [class*=icon-location_icon]::before {
    color: #301fd6
}

.content-home .container-banner__text-left [class*=icon-arrow-rigth_icon] {
    font-size: 18px;
    padding: 5px;
    margin: 0 0 0 30px
}

.content-home .container-banner__text-left [class*=icon-arrow-rigth_icon]::before {
    color: #301fd6
}

.content-home .container-banner__text-medium {
    border: none;
    border-left: 1px solid #73848c;
    height: 50px;
    width: 1px;
    margin: 20px;
    color: #301fd6;
    display: none
}

@media(min-width: 769px) {
    .content-home .container-banner__text-medium {
        display: block
    }
}

.content-home .container-banner__text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #301fd6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 769px) {
    .content-home .container-banner__text-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.content-home .container-banner__text-right .button_icon {
    margin: 15px;
    color: #301fd6;
    font-size: 18px;
    text-transform: uppercase
}

.content-home .container-banner__icons {
    width: 150px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-home .container-banner__icons [class*=icon-] {
    font-size: 25px;
    padding: 5px
}

.content-home .container-banner__icons [class*=icon-]::before {
    color: #301fd6
}

.content-home .container-banner__content-rigth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
}

@media(min-width: 769px) {
    .content-home .container-banner__content-rigth {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.content-home .container-banner__line {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

@media(min-width: 769px) {
    .content-home .container-banner__line {
        width: 50%
    }
}

.content-home .container-banner__title {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 10px
}

@media(min-width: 769px) {
    .content-home .container-banner__title {
        font-size: 17px
    }
}

.content-home .container-banner__subtitle {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #301fd6;
    margin: 10px
}

@media(min-width: 769px) {
    .content-home .container-banner__subtitle {
        font-size: 15px
    }
}

.content-home .container-banner .container-group {
    width: 100%;
    max-width: 375px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media(min-width: 769px) {
    .content-home .container-banner .container-group {
        height: 300px
    }
}

.content-home .container-banner .container-group__title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #301fd6;
    margin: 10px
}

.content-home .container-banner .container-group__title strong {
    font-family: "PracticeMiedingerBold"
}

.content-home .container-banner .container-group__subtitle {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .34px;
    text-align: justify;
    color: #000;
    margin: 10px
}

.content-home .container-banner .container-group__subtitle strong {
    font-family: "PaisBold"
}

.content-home .container-banner .container-card {
    width: 271px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 15px
}

.content-home .container-banner .container-card__image {
    width: 90px;
    height: auto
}

.content-home .container-banner .container-card__subtitle {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .34px;
    text-align: center;
    color: #301fd6
}

.content-home .container-banner .container-card__url {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0)
}

.content-home .container-banner .container-card__text {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000
}

.content-home .container-banner .container-card__text strong {
    font-family: "PaisBold"
}

.content-home .container-banner__links img {
    width: 100%;
    height: auto
}

.content-home .iconAtmos::before {
    color: #301fd6
}

.swiper-arrow--prev {
    transform: rotate(90deg);
}

.swiper-arrow--next {
    transform: rotate(180deg);
}

/*# sourceMappingURL=default\css\custom\custom-atmos.css.map*/