body, html, * {
    scroll-behavior: smooth;
    height: auto;
}

body {
    overflow-x: hidden;
    background: rgba(246, 246, 246, 1);
}

.topBar {
    z-index: 2;
    top: 0px !important;
    margin-top: 0px !important;
}

#sectionChat {
    z-index: 10000;
}

.alexaLogoLink a::after {
    display: none;
}

.alexaLogoLink a img {
    width: 135px;
    margin-right: 16px;
}

.alexaLogoLink a {
    color: rgba(59, 69, 89, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.alexaMenu ul {
    margin-bottom: 0;
}

.alexaMenu .barList li {
    margin-right: 24px !important;
}

.alexaMenu .barList li:last-child {
    margin-right: 0 !important;
}

.alexaMenu ul li a {
    color: rgba(59, 69, 89, 1) !important;
    font-size: 16px !important;
    line-height: 19px;
}

.alexaMenu ul li a.active {
    font-weight: 700;
    color: rgba(59, 69, 89, 1) !important;
    position: relative;
}

.alexaMenu .barList li a.active::after {
    display: block;
    left: 0;
}

.alexaMenu .barList li a.active:hover:after {
    left: 0;
}

.active::after {
    content: "";
    position: absolute;
    top: 28px;
    height: 4px;
    width: 22px;
    border: 1px solid rgba(25, 136, 255, 1);
    background: rgba(25, 136, 255, 1);
    z-index: -1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: auto;
    left: 50% !important;
    transform: translateX(-50%);
}

.alexaMenu .generalButton {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px !important;
    font-weight: 500;
    padding: 13px 17px !important;
}

.alexaMenu .barList {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    text-align: right !important;
}

.alexaHeader {
    padding-bottom: 60px;
    background: rgba(246, 246, 246, 1);
}

.alexaHeader .alexaTitle > div > h1:first-child {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: rgba(59, 69, 89, 1);
    margin-bottom: 10px;
}
.alexaTitle > div > h1:last-child {
    width:600px;
    font-size:40px;
    font-weight: 600;
    color: rgba(59, 69, 89, 1);
    margin:0 auto;
}

.alexaHeader .alexaImage {
    text-align: center;
}

.alexaHeader .alexaImage img {
    max-width: 752px;
    width: 100%;
}

.alexaHeader .alexaDescription p {
    margin-top: 41px;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    color: rgba(59, 69, 89, 1);
}

.alexaDescription > div {
    width:900px;
}

.alexaHeader .alexaCta {
    margin-top: 47px;
}

.alexaHeader .alexaCta a i {
    position: relative;
    top: 1px;
    margin-left: 16px;
}

.alexaCarousel {
    background: rgba(253, 253, 253, 1);
    padding-top: 80px;
    padding-bottom: 73px;
}

.alexaCarousel .alexaCarouselTitle h1 {
    margin-top: 16px;
    margin-bottom: 95px;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: rgba(59, 69, 89, 1);
}

/*Slider styles*/

.slideLeftAlexa {
    text-align: left;
}

.slideRightAlexa {
    text-align: right;
}

.carouselAlexaContainer h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
}

.carouselAlexaContainer p {
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
}

.carouselAlexaContainer .alexaImageContainer {
    text-align: center;
}

.carouselAlexaContainer .alexaImageContainer img {
    max-width: 432px;
    margin: 0 auto;
}

/*Color styles*/

.slideOneAlexa h1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7264b+0,975fb7+100 */
    background: rgb(231, 38, 75);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231, 38, 75, 1) 0%, rgba(151, 95, 183, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231, 38, 75, 1) 0%, rgba(151, 95, 183, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231, 38, 75, 1) 0%, rgba(151, 95, 183, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7264b', endColorstr='#975fb7', GradientType=1);
    /* IE6-9 */
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideTwoAlexa h1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#71d2eb+0,975fb7+100 */
    background: rgb(113, 210, 235);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(113, 210, 235, 1) 0%, rgba(151, 95, 183, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(113, 210, 235, 1) 0%, rgba(151, 95, 183, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(113, 210, 235, 1) 0%, rgba(151, 95, 183, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d2eb', endColorstr='#975fb7', GradientType=1);
    /* IE6-9 */
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideThreeAlexa h1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#975fb7+0,f268a7+100 */
    background: rgb(151, 95, 183);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(151, 95, 183, 1) 0%, rgba(242, 104, 167, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(151, 95, 183, 1) 0%, rgba(242, 104, 167, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(151, 95, 183, 1) 0%, rgba(242, 104, 167, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#975fb7', endColorstr='#f268a7', GradientType=1);
    /* IE6-9 */
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideFourAlexa h1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feca66+0,f268a7+100 */
    background: rgb(254, 202, 102);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(254, 202, 102, 1) 0%, rgba(242, 104, 167, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 202, 102, 1) 0%, rgba(242, 104, 167, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 202, 102, 1) 0%, rgba(242, 104, 167, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feca66', endColorstr='#f268a7', GradientType=1);
    /* IE6-9 */
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slideFiveAlexa h1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f268a7+0,e8254a+100 */
    background: rgb(242, 104, 167);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(242, 104, 167, 1) 0%, rgba(232, 37, 74, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(242, 104, 167, 1) 0%, rgba(232, 37, 74, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(242, 104, 167, 1) 0%, rgba(232, 37, 74, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f268a7', endColorstr='#e8254a', GradientType=1);
    /* IE6-9 */
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Color styles*/

/*Dots Styles*/

.dotsContainer {
    display: flex;
    justify-content: center;
}

.itemDot {
    margin-right: 16px;
    width: 8px;
    height: 8px;
    background: rgba(117, 120, 123, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 300ms;
    cursor: pointer;
}

.itemDot:last-child {
    margin-right: 0;
}

.itemDot.activeDot {
    margin-right: 16px;
    width: 24px;
    height: 8px;
    background: rgba(117, 120, 123, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 300ms;
}

.itemDot.activeDot .innerDot {
    margin-right: 16px;
    width: 0px;
    height: 8px;
    background: rgba(117, 120, 123, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 300ms;
    animation: growDot 9s forwards;
}

@keyframes growDot {
    0% {
        width: 0px;
    }
    100% {
        width: 24px;
    }
}

/*Dots Styles*/

.slick-prev {
    left: -50px;
}

.slick-prev, .slick-next {
    background: #f5f5f5;
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    -webkit-border-radius: 24vw;
    -moz-border-radius: 24vw;
    border-radius: 24vw;
}

.slick-prev::before, .slick-next::before {
    font-size: 22px;
    color: lightgray;
}

.appFaqs .faqsContainer .card {
    background: rgba(224, 224, 224, 0.5);
}

.appFaqs .faqsContainer .card .card-header {
    background: rgba(224, 224, 224, 0);
}

#mostrar a:after, #ocultar a:after {
    display: none;
}

/*Slider styles*/

/**/

/*Breakpoints Alexa*/

/*Minimals*/

/*Small devices (landscape phones, 576px and up)*/

@media (min-width:320px) and (max-width: 767px) {
    /* .topBar {
        margin-top: 20px !important;
    } */
    
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width:768px) and (max-width: 959px) {
    .topBar {
        margin-top: 50px !important;
    }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}

/*Maximals*/

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .termsAndConditions {
        max-width: 100%;
        margin: 0 auto;
    }
}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .alexaHeader .alexaTitle h1 {
        font-size: 40px;
        line-height: 53px;
    }
    .alexaDescription > div {
        width:90%;
        margin:0 auto;
        text-align:center;
    }
    
    .alexaHeader .alexaDescription p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }
    .alexaCta .generalButton {
        font-size: 14px;
    }
    .alexaCarousel .alexaCarouselTitle h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .alexaTitle > div > h1:last-child {
        width:85%;
        font-size:22px;
        font-weight: 600;
        color: rgba(59, 69, 89, 1);
        margin:0 auto;
        line-height:normal;
    }

    .slideLeftAlexa, .slideRightAlexa {
        text-align: center;
    }
    .carouselAlexaContainer h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .carouselAlexaContainer p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 32px;
    }
    .carouselAlexaContainer .alexaImageContainer img {
        max-width: 322px;
        margin: 0 auto;
    }
    .alexaLogoLink a {
        font-size: 15px;
        white-space: nowrap;
    }
    .alexaMenu .generalButton {
        font-size: 14px !important;
        padding: 10px 12px !important;
        position: relative;
        top: -13px;
        right: 15px;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .slick-prev {
        left: 0px;
    }
}

@media (max-width: 1200px) {}

/* Samsung Galaxy S5 ----------- */

@media screen and (max-width: 360px) and (max-height: 640px) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {}

/* Galaxy S10 ----------- */

@media only screen and (min-device-height: 412px) and (min-device-width: 869px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3.5) {}

@media only screen and (min-device-height: 412px) and (min-device-width: 869px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3.5) {}

/* iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/*Pixel 2*/

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) {}

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) and (orientation: portrait) {}

@media only screen and (min-width: 411px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 2.6) and (orientation: landscape) {}

/*Pixel 2XL*/

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) {}

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: portrait) {}

@media only screen and (min-width: 411px) and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: landscape) {}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* iPhone 6, 7, 8 ----------- */

/* Landscape*/

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

/* Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ----------- Non-Retina Screens ----------- */

@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1701px) and (max-width: 2560px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1280px) and (max-height: 950px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-width: 1280px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Ana*/

@media screen and (max-width: 1440px) and (max-height: 900px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Ana K*/

@media screen and (min-width: 1349px) and (max-height: 768px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Pau*/

@media screen and (max-width: 1280px) and (max-height: 720px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1280px) and (max-height: 950px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1920px) and (max-height: 1080px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 1366px) and (max-height: 768px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Ipod*/

@media screen and (max-width: 320px) and (max-height: 568px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Breakpoints Alexa*/