@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

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

button:hover{
    cursor: pointer;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.ctaFixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: solid 1px #004BC2;
    border-radius: 50px;
    padding: 5px 8px 5px 3px;
    display: flex;
    place-items: center;
    background-color: #E5EDF8;
    color: #00224C;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
}

.ctaFixed img {
    width: 50px;
}

nav, footer {
    padding: 20px;
    background-color: #004BC2;
    display: flex;
    justify-content: center;
}

nav img, footer img {
    width: 170px;
}

.bttnPrincipal {
    padding: 20px 40px;
    background-color: #FC7E00;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 18px
}

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

h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

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

.hero {
    background-color: #004DBC;
    color: white;
    padding: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.heroWsp {
    display: flex;
    width: fit-content;
    gap: 10px;
    margin: 0 auto;
}

.heroWsp img {
    height: 40px;
    margin: 0 auto;
}

.hero h1 {
    font-weight: 400;
    font-size: 40px;
}

.heroH1 {
    font-weight: 600;
    display: block;
}

.hero button {
    margin: 30px 0;
}

.notCreditCard {
    font-weight: 600;
}

.growth {
    background-color: #002646;
    padding: 50px 90px;
    color: white;
    text-align: center;
}

.growth h2 {
    font-weight: 400;
}

h2 {
    font-size: 28px;
}

.growth p {
    margin: 20px;
}

.growthImg {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.employee {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 90px 0;
    gap: 40px;
}

.employee h2 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.employeeImg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.employeeImg img {
    height: 350px;
}

.employeeImg ul li {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 5px;
}

.employee ul {
    list-style-image: url('img/check.png');
}

.succesfull {
    width: 350px;
}

.happyCustomers p {
    line-height: 25px;
    margin: 20px 0;
}

.integrations {
    padding: 60px 90px;
    text-align: center;
}

.imgDesktop {
    display: block;
    margin: 0 auto;
}

.imgMobile {
    display: none;
    margin: 0 auto;
}

.integrations h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px !important;
}

.ctaContainer {
    background-color: #EDECE8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 90px;
}

.cta div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta div article {
    padding: 25px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
}

.cta h2 {
    font-weight: 400;
}

.cta p {
    margin: 30px 0;
}

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

.webinarDate h2 {
    color: #004BC2;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    padding: 4px 15px;
    background-color: white;
    margin-bottom: 20px;
}

.webinarDate p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 145.4%;
    /* 36.35px */
    font-weight: 300;
    margin-bottom: 5px;
}

.webinarDate img {
    margin: 0 5px;
}

.webinarForm {
    
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 440px;
    width: 460px;
    background-color: white;
}

.webinarForm h3,
.sent {
    color: #004BC2;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.webinarForm form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.webinarForm form {
    text-align: start;
    color: #00224C;
}

.pais {
    border-radius: 7px 0 0 7px;
}
#phone {
    border-radius: 0 7px 7px 0;
    border-left: solid 1px rgb(204, 204, 204);
}
.webinarForm form button {
    width: 65%;
    margin: 0 auto !important;
}

.webinarForm form button:hover {
    background-color: #00224C;
}

.sentDescription {
    color: #00224C;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.googleCalendarContainer {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    color: #00224C;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.googleCalendarContainer a {
    text-decoration: none;
    color: #004BC2;
    font-weight: 500;
}

.googleCalendar {
    width: 25px;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.paisList {
    max-height: 245px;
}

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

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

.emailValidator {
    height: 15px;
    margin-top: -15px;
    font-family: 'Roboto', sans-serif;
    color: rgb(235, 47, 47);
    font-size: 14px;
}

.emailValidatorText {
    display: none;
}

.visible {
    display: block;
}

form .bttnPrincipal {
    background-color: #1D4ABA;
}



@media (max-width:1020px) {

    .heroH1 {
        display: inline;
    }

    .employeeImg {
        gap: 60px;
    }
    
    .employeeImg img {
        height: 500px;
    }
}

@media (max-width:870px) {
    .employeeImg img {
        height: auto;
    }
}

/********************************/
@media (max-width:700px) {
    nav img, footer img {
        width: 150px;
    }


    .hero, .growth, .employee, .integrations, .cta {
        padding: 60px 30px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .growthImg {
        flex-direction: column;
        height: 100% !important;
        margin: 0 auto;
    }

    .growthImg img {
        height: auto !important;
        width: 150px !important;
    }

    .employeeImg {
        flex-direction: column;
        gap: 30px;
    }

    .employee ul {
        padding-left: 30px;
    }

    .imgDesktop {
        display: none;
    }

    .imgMobile {
        display: block;
    }

    .cta {
        display: flex;
        flex-direction: column-reverse;
    }

    .webinarForm {
        width: 100%;
        padding: 30px 15px;
    }
}