* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.bttnPrincipal {
    padding: 15px 50px;
    background-color: #FC7E00;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.bttnPrincipal:hover {
    background-color: #E26B04
}

.bttnSecundario {
    padding: 15px 32px;
    background-color: transparent;
    color: #000;
    border: solid 1px #004BC2;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #002643;
}

.bttnSecundario:hover {
    background-color: #EFF3FF
}


/* HERO */
.hero {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 60px;
    width: 100%;
    padding: 140px 90px 90px;
}

.heroText {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    position: relative;
    gap: 20px;
    align-self: center;
}

.heroText .volanta {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 19.58px;
    text-align: left;
    color: #004BC2;
    text-transform: uppercase;
}

.heroText h1 span {
    font-weight: 500;
}

.heroText h1 {
    color: #002643;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.9%;
}

.br {
    display: block;
}

.heroTextBttns {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.heroImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroImg {
    min-height: 400px;
}


/*****************************************/
.awards {
    padding-bottom: 80px;
}

.awards h2 {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
    line-height: 30.48px;
    text-align: center;
    color: #002643;
}

.awards div {
    display: flex;
    gap: 30px;
    margin: 30px auto;
    width: fit-content;
}

.awards div img {
    max-height: 130px;
}

/*****************************************/

.reasonsContainer {
    background-color: #E5EDF8;
    border-radius: 10px;
    margin: 0 auto;
    padding: 90px;
    position: relative;
    z-index: 1;
    background-image: url(../images/versus/bkg/1.svg), url(../images/versus/bkg/2.svg);
    background-repeat: no-repeat;
    background-position: 100% 0%, 0% 86%;
    background-size: 150px, 100px;
}

.reasonsContainer h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 700;
    line-height: 39.16px;
    text-align: center;
    color: #001F4B;
}

.reasonsArticle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 0px;
}

.reasonsArticle article {
    padding: 0px 30px;
    border-right: solid 1px #004ebc62;
}

.reasonsArticle :last-child {
    border-right: none;
}

.reasonsArticle article img {
    display: flex;
    ;
    margin: 0 auto 30px;
}

.reasonsArticle article h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #004DBC;
    margin-bottom: 10px;
    hyphens: auto;
    min-height: 60px;
}

.reasonsArticle article p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #092646;
    hyphens: auto;
}

/************************/
.versus {
    background-color: #001F4B;
    padding: 400px 0 0px;
    background-image: url(../images/bkg/Vector.svg), url(../images/bkg/Capa\ 1.svg);
    background-repeat: no-repeat;
    background-position: 100% 10%, 0% 80%;
    height: 1500px;
    margin: -250px 0 1250px !important;
}

.versus h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 39.16px;
    text-align: center;
    color: white;
}

.versus p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    color: white;
    margin: 30px 30px 60px;
}

table {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #002643;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 100px;
}

table th {
    background-color: #99B8E4;
    font-size: 25px;
    padding: 20px;
    text-align: center;
}

table td {
    padding: 20px;
    width: 33%;
    font-weight: 400;
}

table tr td strong {
    display: block !important;
}

table td img {
    width: 40px;
    display: flex;
    margin: 0 auto;
}

table tr {
    background-color: #CCDBF2;
}

table tr :nth-child(2) {
    background-color: #3371C9;
    color: white;
    font-weight: 300;
    hyphens: auto;
}

table {
    border-spacing: 0;
    /* Elimina el espacio entre celdas */
    border-collapse: separate;
    /* Permite aplicar bordes a celdas individuales */
}

th:first-child {
    border-top-left-radius: 15px;
    /* Esquina superior izquierda */
}

th:last-child {
    border-top-right-radius: 15px;
    /* Esquina superior derecha */
}

tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
    /* Esquina inferior izquierda */
}

tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
    /* Esquina inferior derecha */
}

th,
td {
    border: 1px solid #99B8E4;
    /* Color del borde de las celdas */
    padding: 10px;
    text-align: left;
}



/*****************************************/

.succesCases {
    padding-bottom: 80px;
}

.succesCases h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48.76px;
    text-align: center;
}

.succesCases p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;

}

.customer-logos {
    padding: 0 3%
}

.beforeJS-integrations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr
}

.beforeJS-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr
}

.beforeJS-succesCases {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-left: 60px
}

.diferencialsItems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 19px;
    padding: 20px 89px 0;
    color: #fff
}

.diferencialsItems article h2 {
    font-size: 25px;
    line-height: 27px;
    color: #FC7E00;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

.diferencialsItems article p {
    line-height: 22px;
    font-weight: 300
}

.integrationsMobile {
    display: none
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev {
    left: -25px
}

.slick-next {
    right: -25px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.succesCases .container {
    min-width: 100%
}

.slick-slide {
    margin: 0 20px;
    width: 100%
}

.slick-slide img {
    width: 87%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.diferencials .slick-prev:before {
    content: url(https://www.embluemail.com/new-index/images/previous-features.webp)
}

.diferencials .slick-next:before {
    content: url(https://www.embluemail.com/new-index/images/next-features.webp)
}

.features {
    grid-area: features;
    width: 100%
}

.features h2 {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    margin: 98px 0 20px
}

.featuresContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 500px;
    padding: 18px 88px
}

.featuresContainer div {
    background-repeat: no-repeat;
    background-size: contain;
    transition: 500ms
}

section.customer-logos.slider.beforeJS-integrations.slick-initialized.slick-slider {
    max-width: 1366px
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background: transparent;
    border: none;
    font-size: 0;
    margin-bottom: 11px
}

section.customer-logos.slider.beforeJS-integrations.slick-initialized.slick-slider {
    padding: 0
}

ul.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-left: 0
}

ul.slick-dots li button {
    background-color: transparent;
    border: none;
    padding-top: 40px
}

.slick-dots li button {
    font-size: 0
}

.featuresContainerMobile {
    display: none;
    pointer-events: none
}

.featuresCarouselContainer {
    padding: 0 70px 110px
}

.featuresCarousel a {
    color: #000
}

.featuresCarousel a:hover {
    color: #043260
}

.featuresCarousel {
    cursor: pointer
}

.slick-dots {
    margin-bottom: -20px
}

.slick-dots li button::before {
    content: url(https://www.embluemail.com/new-index/images/dot.webp);
    opacity: 1
}

.slick-dots li.slick-active button:before {
    content: url(https://www.embluemail.com/new-index/images/dot-active.webp)
}

.features section div article {
    display: flex !important;
    flex-direction: column;
    gap: 14px
}

.featuresCarouselImg {
    width: 83px;
    height: 71px;
    margin-bottom: -10px
}

.featuresCarouselImg img {
    max-width: 100%
}

.features section article h3 {
    font-size: 21px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900
}

.features section article p {
    font-weight: 400;
    line-height: 22px
}

.featuresCarouselSubtitle {
    font-weight: 600
}

.hyphens {
    hyphens: auto
}


.succesCases {
    grid-area: succesCases;
    width: 100%
}

.succesCases h2 {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    margin: 98px 0 20px
}

.succesCasesSubtitle {
    text-align: center;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 25px
}

.succesCasesContainer {
    display: flex;
    justify-content: center;
    align-items: center
}

.succesCasesClients {
    margin: 0 100px
}

.slick-prev:before {
    content: url(https://www.embluemail.com/new-index/images/previous.webp)
}

.slick-next:before {
    content: url(https://www.embluemail.com/new-index/images/next.webp)
}

.succesCases .slick-dots {
    display: none !important
}

.succesCasesCards {
    width: 390px;
    height: 440px;
    border: solid 2px #004BC2;
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 30px;
    text-align: center
}

.succesCasesCardsLogos {
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -10px
}

.minisoLogo {
    width: 60px
}

.succesCasesCardsCitation {
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
    padding: 0 23px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center
}

.succesCasesCardsIndustry {
    border-top: solid 1px #004BC2;
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    width: 95%
}

.succesCasesCardsFlags {
    max-width: 20px;
    margin: 0 5px -5px;
    display: inline !important
}

.succesCasesCards button {
    padding: 15px 32px;
    font-size: 15px
}

/*****************************************/

.integraciones {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap;
    place-content: center;
    padding: 130px 0 90px;
    background-color: #E5EDF8;
}

.integraciones h2 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    line-height: 39.16px;
    text-align: center;
    color: #001F4B;
    text-align: center;

}


.cta {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 39.16px;
    text-align: center;
    color: #001F4B;
    padding: 80px 90px 160px;
    background-color: #E5EDF8;
}

.cta .heroTextBttns {
    width: fit-content;
    margin: 60px auto 0;
}

.cta .heroTextBttns .bttnSecundario:hover {
    color: #002643;
}






@media (max-width:700px) {
    .hero {
        grid-template-columns: 100%;
        gap: 0px;
        padding: 100px 30px 0;
    }

    .heroText h1 {
        font-size: 30px;
        line-height: normal;
    }

    .heroImg {
        min-height: none;
    }

    .awards div {
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }


    .reasonsContainer {
        padding: 60px 30px;
        border-radius: 0px;
        background-image: none;
    }

    .reasonsContainer h2 {
        font-size: 25px;
        line-height: normal;
    }

    .reasonsArticle {
        grid-template-columns: 100%;
        margin-top: 10px !important;
    }

    .reasonsArticle article {
        border-right: none;
        border-bottom: solid 1px rgba(128, 128, 128, 0.507);
        padding: 50px 0;
    }

    .reasonsArticle :last-child {
        border-bottom: none;
    }

    .versus {
        padding: 60px 0 70px 20px;
        margin: 0px !important;
        height: 100%;
    }

    .versus h2, .succesCases h2 {
        font-size: 30px;
        line-height: normal;
        padding-right: 20px;
    }

    .versus p {
        margin: 30px 0px 45px;
        text-align: start;
        line-height: normal;
        hyphens: auto;
        padding-right: 20px;
    }

    .tableContainer {
        max-width: 100%;
        overflow: scroll;
        scrollbar-width: 20px;
    }

    .tableContainerArrow {
        color: white;
        font-size: 40px !important;
        margin: 0 auto;
        display: flex;
        width: fit-content;
    }

    table thead :nth-child(2) {
        padding: 10px 60px;
    }
        
    table th img {
        max-width: none;
    }


    .succesCases {
        padding: 30px;
    }

    .succesCases h2 {
        padding-right: 0;
        margin: 10px 0;
    }

    .succesCasesClients{
        margin: 0 auto !important;
        grid-template-columns: 100%;
    }

    .integraciones {
        display: none;
    }

    .cta {
        padding:60px 30px;
    }

    .cta h2 {
        font-size: 30px;
        line-height: normal;
    }

    .heroTextBttns {
        flex-direction: column;
    }
}

@media (max-width: 363px) {
    p.succesCasesCardsCitation, p.succesCasesCardsIndustry {
        font-size: 16px;
        line-height: normal;
        height: fit-content;
        padding: 20px 0;
    } 

    .succesCases .bttnSecundario {
        padding: 5px;
    }

}





@media (min-width:1209px) {
    .containerLayout {
        margin: 0 auto;
        max-width: 1366px
    }
}

/* MEDIA QUERY - GENERAL Zoom */
@media (min-width: 768px) and (max-width: 1800px) {

    nav,
    footer {
        zoom: .85;
    }

    .box-menu button {
        line-height: 1.19;
    }
}