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

img {
    max-width: 100%
}

a {
    text-decoration: none
}

p,
button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif
}

li {
    font-family: 'Roboto', sans-serif;
    list-style: none
}

.bold {
    font-weight: 600
}

.hero {
    background-color: #002646;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 15%;
    padding: 160px 0 100px;
}

.small-title-head {
    color: #FF7600;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    max-width: 450px
}

.hero div .desktop-img {
    height: 105%;
    display: block
}

.hero .headerContainer {
    width: 100%;
    padding: 0 89px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.hero .headerContainer .div-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 15px;
    position: relative
}

.hero .headerContainer .div-img {
    display: flex;
    overflow: hidden;
    justify-self: flex-end
}

.hero h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 54px;
    font-weight: bolder;
    line-height: 110%;
}

.hero .under-title {
    padding-right: 110px;
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

button {
    cursor: pointer;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: normal
}

.heroForm {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/********/

form {
    width: 350px;
    height: 454px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #CBCAC8;
    background: #FFF;
    z-index: 2;
}

form input, .pais {
    border-radius: 6px;
    border: 1px solid #004BC2;
    padding: 10px;
    color: #00224C;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

form .bttnPrincipal {
    width: fit-content;
}

form h2 {
    color: #004DBC;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sent{
    color: #004DBC;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.not-sent{
    color: #FF7600;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.pais img, .paisList li img {
    max-height: 100%;
    height: 20px;
}

.paisList li  img {
    margin-right: 10px;
    margin-bottom: -3px;
}

.pais:hover {
    cursor: pointer;
}

.pais #arrow {
    padding-top: 3px;
}

.pais p img {
    font-size: 10px;  
}

.paisList {
    overflow-y: auto;
    width:300%;
    background-color: white;
    position: absolute;
    top: 43px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px lightgrey;
}

.paisList li {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: solid 1px lightgrey;
    font-family: 'Roboto', sans-serif;
}

.paisList li:last-child {
    border-bottom: none;
}

.telefonoIputCodarea {
    position: relative;
}

.telefonoIput {
    display: grid;
    grid-template-columns: 25% 75%;
}

.pais {
    display: flex;
    justify-content: space-between;
    color: grey;
    margin-right: 3px;
}

.paisListOptions span {
    color: grey;
    margin-left: 10px;
}

.emailValidatorText {
    display: none;
}
.visible {
    display: block;
}

.socials{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/********/

/*
.hero button {
    background: #FC7E00;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 50px;
    transition: background .5s ease-in-out
}

.hero button:hover {
    background: #E26B04
}

*/

.clients {
    padding: 19px 89px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.clientsContainer {
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.08)
}

.features {
    display: flex;
    flex-direction: column;
    padding: 100px 150px;
    gap: 120px
}

.features .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.feature-img-tablet {
    display: none
}

.feature-img-right {
    justify-self: right
}

.features .features-grid .feature-description {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.features .features-grid .description-right {
    padding-left: 20px
}

.features .features-grid .description-left {
    padding-right: 20px
}

.features .features-grid .feature-description h2 {
    font-family: 'Montserrat';
    font-size: 31px;
    line-height: 36px;
    font-weight: 700;
    color: #043260
}

.mobile-img {
    display: none
}

.features .features-grid .feature-description p {
    font-size: 16px;
    line-height: 22px;
    color: #454545
}

.features .features-grid .feature-description span {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.bttnPrincipal {
    padding: 15px 25px;
    background-color: #FC7E00;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 17px;
    transition: .5s ease-in-out
}

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

.bttnSecundario {
    padding: 15px;
    background-color: transparent;
    color: #000;
    border: solid 1px #004BC2;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    transition: .5s ease-in-out
}

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

.integrationsMobile {
    display: none
}

.help-banner {
    background-color: #002646;
    text-align: center;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.help-banner-blue {
    background-color: #004BC2
}

.help-banner h2 {
    color: #fff
}

.help-banner button {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    border: solid 1px rgb(252, 126, 0);
    background-color: transparent;
    display: flex;
    gap: 15px;
}

.integrations-banner {
    background-color: #004DBC;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 90px 10%
}

.integrations-banner-blue {
    background-color: #043260
}

.integrations-banner h2 {
    color: #fff;
    text-align: center
}

.integrations-banner p {
    color: #fff;
    text-align: center;
    margin: 0 15%
}

.customer-logos {
    padding: 0 3%
}

.diferencials .slick-slider {
    margin: 0 50px
}

.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
}

.integrations-banner .slick-prev:before {
    content: url(/new-index/images/previous-features.png)
}

.integrations-banner .slick-next:before {
    content: url(/new-index/images/next-features.png)
}

.integrations-banner .slick-prev {
    left: 0
}

.integrations-banner .slick-next {
    right: 0
}

.success-storie {
    padding: 100px 150px;
    text-align: center
}

.success {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5%;
    text-align: left;
    gap: 15px
}

.success .success-description {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.success .success-description h3 {
    color: #004BC2
}

.success .success-description p {
    line-height: 23px
}

.success .success-description span p {
    color: #58595B;
    font-size: 14px;
    line-height: 20px
}

.success .success-description p span {
    color: #FF7600;
    cursor: pointer
}

.success .success-description p span:hover {
    color: #E26B04
}

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

@media (min-width: 701px) and (max-width: 1124px) {
   .hero {
        height: auto;
    }

   .hero .headerContainer {
        display: block;
        padding: 0 5%;
    }

   .hero .headerContainer .div-img {
        display: none
    }

   .hero .headerContainer .div-text {
        align-items: center;
        text-align: center
    }

   .hero .under-title {
        padding: 0 0 30px 0;
        max-width: 600px;
    }

   .hero .heroForm {
        margin-top: 40px;
    }

   .hero h1 {
        max-width: none !important;
    }

    .clients {
        padding: 19px 30px;
        align-items: center
    }

    .clientsImgSmall {
        width: 10%
    }

    .clientsImgBig {
        width: 20%
    }

    .clientsImgBigTM {
        width: 25%
    }

    .features .features-grid .feature-description h2 {
        text-align: center
    }

    .features .features-grid .feature-description span {
        justify-content: center
    }

    .help-banner h2 {
        text-align: center;
        font-size: 22px;
    }

    .help-banner button {
        width: max-content;
    }

    .features,
    .success-storie {
        padding: 60px 5%
    }

    .features .features-grid,
    .success {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .feature-img {
        display: none
    }

    .feature-img-tablet {
        display: block;
        width: 400px;
        align-self: center;
        margin: 25px
    }

    .integrations-banner p {
        margin: 0 5%
    }

    .success {
        gap: 30px
    }

    .success-description {
        padding-left: 20px
    }

    .help-banner {
        padding: 30px;
    }

    .clientsImgAgencias {
        width: 15%
    }
}

@media (max-width: 700px) {
    button.bttnSecundario {
        margin: 0 auto;
        width: 100%
    }

    .features .features-grid .feature-description span {
        margin: 0
    }

   .hero {
        flex-direction: column;
        text-align: left;
        padding: 120px 30px 65px;
        height: 100%;
    }
    
   .hero h1 {
        font-size: 33px;
        line-height: 35px
    }

   .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0;
        gap: 30px;
    }

   .hero .headerContainer .div-text {
        justify-content: center;
        align-items: flex-start;
        gap: 15px
    }

   .hero div .desktop-img {
        display: none
    }

   .hero .under-title {
        padding: 0 0 20px 0
    }

    .clientsContainer {
        display: none
    }

    .features {
        padding: 60px 30px;
        gap: 90px;
        text-align: left;
    }

    .features .features-grid {
        display: flex;
        flex-direction: column
    }

    .features .features-grid .feature-description span {
        flex-direction: column;
        gap: 20px;
    }

    .features .features-grid .feature-description h2 {
        font-size: 28px;
        line-height: 32px
    }

    .features .features-grid .description-left {
        padding-right: 0
    }

    .features .features-grid .description-right {
        padding-left: 0
    }

    .features .features-grid .feature-img {
        display: none
    }

    .mobile-img {
        display: block;
        padding: 30px 0
    }

    .help-banner {
        padding: 50px 0;
        flex-direction: column;
        gap: 20px;
    }

    .diferencialsIntegrations {
        display: none
    }

    .integrationsMobile {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        justify-items: center;
        margin-top: 20px
    }

    .integrationsMobileSelf {
        justify-self: start
    }

    .integrationsMobile img {
        width: 80%
    }

    .bttnPrincipal {
        padding: 15px;
        width: 100%
    }

    .bttnSecundario {
        padding: 15px
    }

    .integrations-banner {
        gap: 20px;
        padding: 55px 30px 75px
    }

    .integrations-banner h2{
        text-align: left;
    }

    .integrations-banner p {
        color: #fff;
        text-align: left;
        margin: 0
    }

    .success-storie {
        padding: 75px 30px;
        text-align: left
    }

    .success {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 40px
    }
}

@media (min-width: 768px) and (max-width: 1800px) {

    nav,
    footer {
        zoom: .85
    }
}