@import'../css/framework.css';

body {
    font-family: Chivo;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #a2a2a2;
    -webkit-font-smoothing: antialiased
}

body.dev {
    background: #ccc;
    min-height: 10000px
}

body.dev .js-content-editable {
    outline: rgba(165, 0, 255, .7) dashed 2px !important;
    outline-offset: -2px
}

body.dev .js-content-editable:hover {
    outline-color: #a500ff !important;
    outline-style: solid !important
}

body.dev section.js-content-editable,
body.dev header.js-content-editable,
body.dev nav.js-content-editable,
body.dev footer.js-content-editable {
    outline-width: 10px !important;
    outline-offset: -10px
}

::-moz-selection {
    background: #a500ff;
    color: #fff
}

::-webkit-selection {
    background: #a500ff;
    color: #fff
}

::selection {
    background: #a500ff;
    color: #fff
}

nav,
header,
section,
footer {
    position: relative
}

header,
section {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

header nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}

nav {
    width: 100%
}

nav.transparent {
    background: transparent
}

a,
button {
    cursor: pointer;
    transition: all .25s
}

a:hover,
button:hover {
    text-decoration: none
}

a:active,
a:focus,
button:active,
button:focus {
    text-decoration: none;
    outline: none
}

button {
    border: none;
    outline: none !important
}

input,
textarea {
    border: 0;
    outline: none;
    background: transparent;
    resize: none
}

label {
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    font-family: Chivo
}

h1 {
    font-size: 72px;
    line-height: 75px
}

h1.big {
    font-size: 7vh;
    line-height: 7vh
}

h2 {
    font-size: 51px;
    line-height: 51px
}

h3 {
    font-size: 42px;
    line-height: 45px
}

h4 {
    font-size: 21px;
    line-height: 33px
}

h5 {
    font-size: 18px;
    line-height: 30px
}

h6 {
    font-size: 18px;
    line-height: 27px
}

b,
strong {
    font-weight: 700
}

::-webkit-scrollbar-thumb {
    background: #a500ff;
    border-radius: 2px
}

[data-aos=fade-down] {
    transform: translate3d(0, -35px, 0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 35px, 0)
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -16px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: .5
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .3
}

.slick-prev:before,
.slick-next:before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    opacity: 1;
    transition: opacity .2s
}

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    background: url(../images/slick-arrow-left.svg) no-repeat 0 50%
}

[dir=rtl] .slick-prev:before {
    background: url(../images/slick-arrow-right.svg) no-repeat 100% 50%
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto
}

.slick-next:before {
    background: url(../images/slick-arrow-right.svg) no-repeat 100% 50%
}

[dir=rtl] .slick-next:before {
    background: url(../images/slick-arrow-left.svg) no-repeat 0 50%
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    padding: 0;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    opacity: .3;
    cursor: pointer
}

.slick-dots li button:hover {
    outline: none;
    opacity: .8
}

.slick-dots li.slick-active button {
    background: #fff;
    opacity: 1
}

.slick-dots li.slick-active button:hover {
    opacity: 1
}

.slick-slide {
    outline: none
}

.arrows-soulit-blue .slick-prev:before {
    background: url(../images/slick-arrow-left-soulit-blue.svg) no-repeat 0 50%
}

[dir=rtl] .arrows-soulit-blue .slick-prev:before {
    background: url(../images/slick-arrow-right-soulit-blue.svg) no-repeat 100% 50%
}

.arrows-soulit-blue .slick-next:before {
    background: url(../images/slick-arrow-right-soulit-blue.svg) no-repeat 100% 50%
}

[dir=rtl] .arrows-soulit-blue .slick-next:before {
    background: url(../images/slick-arrow-left-soulit-blue.svg) no-repeat 0 50%
}

.container {
    position: relative
}

@media(max-width: 1199.98px) {

    header[class^=pt-],
    header[class*=" pt-"],
    section[class^=pt-],
    section[class*=" pt-"] {
        padding-top: 80px
    }

    header[class^=pb-],
    header[class*=" pb-"],
    section[class^=pb-],
    section[class*=" pb-"] {
        padding-bottom: 80px
    }

    h1 br,
    h2 br,
    h3 br,
    .text-adaptive br {
        display: none
    }

    h1 {
        font-size: 52px;
        line-height: 62px
    }

    h1.big {
        font-size: 6vh;
        line-height: 6vh
    }

    h1.small {
        font-size: 36px;
        line-height: 46px
    }

    h2 {
        font-size: 39px;
        line-height: 45px
    }

    h3 {
        font-size: 36px;
        line-height: 46px
    }

    .navigation_mobile {
        display: block
    }
}

@media(max-width: 991.98px) {

    h1,
    h2 {
        font-size: 42px;
        line-height: 52px
    }

    h1.big,
    h2.big {
        font-size: 6vh;
        line-height: 6vh
    }

    h1.small,
    h2.small {
        font-size: 32px;
        line-height: 42px
    }

    h3 {
        font-size: 32px;
        line-height: 42px
    }

    .text-adaptive.f-24 {
        font-size: 22px;
        line-height: 32px
    }

    .text-adaptive.f-22 {
        font-size: 20px;
        line-height: 30px
    }

    .text-adaptive.f-20 {
        font-size: 18px;
        line-height: 28px
    }

    .alert {
        top: 10px;
        left: 20px;
        right: 20px;
        transform: none;
        width: auto;
        padding-left: 40px
    }
}

@media(max-width: 767.98px) {

    h1,
    h2 {
        font-size: 32px;
        line-height: 42px
    }

    h1.big,
    h2.big {
        font-size: 5vh;
        line-height: 5vh
    }

    h1.small,
    h2.small {
        font-size: 26px;
        line-height: 36px
    }

    h3 {
        font-size: 26px;
        line-height: 36px
    }

    .text-adaptive.f-24 {
        font-size: 20px;
        line-height: 30px
    }

    .text-adaptive.f-22 {
        font-size: 18px;
        line-height: 28px
    }

    .text-adaptive.f-20 {
        font-size: 16px;
        line-height: 26px
    }

    .text-adaptive.f-18 {
        font-size: 16px;
        line-height: 26px
    }

    .btn.lg {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 18px;
        font-weight: 400
    }

    .btn.lg[class^=border-],
    .btn.lg[class*=" border-"] {
        line-height: 46px
    }

    .btn.xl {
        height: 60px;
        line-height: 60px;
        padding: 0 35px;
        font-size: 18px;
        font-weight: 400
    }

    .btn.xl[class^=border-],
    .btn.xl[class*=" border-"] {
        line-height: 56px
    }

    .input.lg {
        height: 50px;
        font-size: 18px;
        font-weight: 400
    }
}

@media(max-width: 575.98px) {

    h1,
    h2 {
        font-size: 26px;
        line-height: 36px
    }

    h1.big,
    h2.big {
        font-size: 6vh;
        line-height: 6vh
    }

    h1.small,
    h2.small {
        font-size: 22px;
        line-height: 32px
    }

    .btn.xl {
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }

    .btn.xl[class^=border-],
    .btn.xl[class*=" border-"] {
        line-height: 46px
    }
}

@media(max-width: 469.98px) {
    .header_main {
        position: relative
    }

    .header_main .buttons {
        margin-top: 20px;
        display: block !important
    }

    .header_main .buttons .btn,
    .header_main .buttons .link {
        vertical-align: baseline;
        margin-left: 0;
        margin-top: 20px
    }
}

#background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent url("../video/soulit-video-hero-poster.jpg") 50% 50%/cover no-repeat
}

@media(max-width: 767.98px) {
    #background-video {
        display: none
    }
}

@media(max-width: 767.97px) {
    .background-video-mobile {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: transparent url("../video/soulit-video-hero-poster-mobile.jpg") 50% 50%/cover no-repeat
    }
}

.header_sumate {
    position: relative;
    background: #a500ff url("../images/soulit-sumate-al-equipo@2x.jpg") 50% 50%/cover no-repeat;
    transition: .3s
}

#header_menu_soulit_blue,
#header_menu_soulit_violet {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    overflow: hidden;
    padding: 20px 10px;
    transition: .3s
}

#header_menu_soulit_blue .btn,
#header_menu_soulit_violet .btn {
    min-width: 80px
}

#hero-title {
    background: ffffff;
    transition: 1s;
    opacity: 1
}

.testimonios .slick-slide img {
    display: inline
}

@media(max-width: 1199.98px) {
    .testimonios .slick-arrow {
        top: 40px
    }
}

@media(max-width: 991.98px) {
    .testimonios .slick-arrow {
        top: 35px
    }
}

@media(max-width: 767.98px) {
    .testimonios .slick-arrow {
        top: 30px
    }

    .testimonios .text-adaptive {
        margin-top: 15px
    }
}

.contact_main textarea.input {
    height: 170px
}

@media(max-width: 1199.98px) {
    .contact_main .input_block .input {
        width: 240px
    }
}

@media(max-width: 767.98px) {
    .contact_main .input_block .input {
        width: 300px
    }
}

@media(max-width: 575.98px) {
    .contact_main .input_block .input {
        width: 100%
    }
}

@media(max-width: 469.98px) {
    .contact_main form {
        padding: 40px 20px
    }
}

@media(max-width: 1199.98px) {
    .footer_main form {
        margin-bottom: 40px
    }

    .footer_main .title {
        margin-bottom: 15px
    }

    .footer_main .links a {
        margin-bottom: 10px
    }
}

.btn-category {
    border: 1px solid #fff;
    color: #fff;
    width: 160px;
    text-transform: uppercase;
    font-size: 0.75rem;
    height: 40px;
    line-height: 40px;
}

.btn-category:hover {
    background-color: #fff;
    text-decoration: none;
}

.btn-category-selected {
    background-color: #fff;
    color: #212529;
    text-decoration: none;
}

.category-cards {
    padding-left: 1rem;
}

.category-card {
    margin-right: 2rem;
}

.category-cards .card {
    border: 1px #a500ff solid;
    border-radius: 15px;
    width: 22rem;
    cursor: pointer;
}

.category-cards .card{
    background-color: #11113A;
}

.category-cards .card-body {
    border-top: 1px solid #5050FF;
}

.category-cards .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-exp .modal-content {
    background-color: #1e2d4b;
    color: #fff;
    padding: 2rem;
}

.modal-exp h3 {
    font-size: 32px;
}

.image-exp {
    width: 20rem;
    border-radius: 15px;
}

.exp-icon {
    max-width: 32px;
    max-height: 32px;
}

.exp-icon-small {
    max-width: 24px;
    max-height: 24px;
}

.exp-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.exp-subtitle {
    font-size: 1rem;
    margin-bottom: 0;
}

.exp-text {
    line-height: 1.5rem;
    font-weight: lighter;
    color: #d6d6d6;
}

.exp-text2 {
    margin-bottom: 0;
    color: #a2a2a2;
}

.whatsapp-me {
    position:fixed;
    right:80px;
    bottom:80px;
    width:50px;
    height:50px;
    padding:10px;
    border-radius:10%;
}

.whatsapp-me img {
    width: 60px;
}


/*# sourceMappingURL=style.css.map */