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

button:hover{
    cursor: pointer;
}

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

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

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

.heroContainer {
    background-color: #BAF7FF;
}

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

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

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

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

.br {
    display: block;
}

.heroTextP {
    color: #092646;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px; /* 136.842% */
}

.heroTextP span {
    font-weight: 500
}

.heroTextBttns {
    margin-top: 20px;
}

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

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

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

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

.heroImg {
    min-height: 400px;
}

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

.infoBkgContainer {
    background-image:  url(images/vector-emblue.svg), url(images/vector-e.webp), url(images/vector-identidad-emblue.svg), url("https://www.embluemail.com/webinars/de-leads-a-clientes/images/fondo-webinar.webp");
    background-size: auto, auto, auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: 50% 63%, 68% 103%, 99% 70%, center center;
}

.webinarContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 450px auto auto;
    grid-template-areas: 
            "webinarDetail webinarRegister"
            "webinarTopics webinarRegister"
            "webinarChief webinarRegister";
    position: relative;
    padding: 0 90px 90px;
}

/*******/
.webinarDetail {
    grid-area: webinarDetail;
    border-radius: 20px;
    background-color: #002643;
    padding: 65px 42px 50px;
    position: absolute;
    top: -60px;
}

.webinarDetail img {
    position: absolute;
    top: -23px;
    right: 10px;
}

.webinarDetail p {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}

/*******/
.webinarRegister {
    grid-area: webinarRegister;
    padding-left: 60px;

}

.webinarRegisterSticky {    
    position: sticky;
    top: 20px;
}

.webinarRegister .hashemBlueWebinar {
    position: absolute;
    top: 245px;
}

.webinarRegister .webinarDate {
    border-radius: 20px;
    background-color: #004BC2;
    padding: 40px;
    margin-left: 60px;
    margin-top: -60px;
}
.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 {
    margin-left: 60px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #CBCAC8;
    background-color: #FFF;
    padding: 40px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

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

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

.webinarForm form button {
    width: 65%;
}

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

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

/*******/
.webinarTopics {
    grid-area: webinarTopics;
}

.webinarTopics h2 {
    color: #004BC2;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    margin: 30px 0 20px;
}

.webinarTopics div, .webinarChief {
    border-radius: 20px;
    border: 1px solid #CBCAC8;
    background-color: #FFF;
    padding: 42px;
}

.webinarTopics div h3 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    background-color: #004BC2;
    width: fit-content;
    padding: 4px 15px;
    margin-bottom: 30px;
}

.webinarTopics div ul {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 25px;
}

.webinarTopics div ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #002643;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.webinarTopics div ul li img {
    width: 35px;
}

/*******/
.webinarChief {
    grid-area: webinarChief;
    margin-top: 60px;
    position: relative;
    color: #002643;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.webinarChief .clip {
    position: absolute;
    top: -49px;
    right: 20px;
}

.webinarChief .webinarChiefName span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 2px #FC7E00;
}

.webinarChief .webinarChiefName {
    display: flex;
    align-items: center;
    color: #002643;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 141.188%;
    margin-bottom: 20px;
}

.webinarChief p {
    margin-bottom: 10px;
}

/*******/
.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #002643;
    padding: 110px 90px;
    background-image: url(images/bkgemBlue.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.banner h2 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 500;
}

.emailValidator {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    margin-top: -10px;
    margin-left: 10px;
    color: red;
    height: 10px;
}

.emailValidatorText {
    display: none;
}

.visible {
    display: block;
}

@media (min-width: 1001px) and (max-width: 1295px) {
    .heroText h1 {
        font-size: 39px;
    }

    .heroTextP {
        font-size: 17px;
    }

    .heroImg {
        align-items: center;
    }

    .webinarContainer {
        padding: 90px 60px;
    }

    .webinarContainer {
        padding: 0 60px 30px;
    }

    .webinarContainer {
        grid-template-rows: 480px auto auto;
    }

    .webinarRegister {
        padding-left: 30px;
    }

    .webinarRegister .hashemBlueWebinar {
        top: 320px;
    }

    .webinarForm h2, .sent, .webinarDate h2 {
        font-size: 25px;
    }

    .webinarForm form button {
        width: fit-content;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .hero, .webinarContainer {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* MOBILE */
@media (width < 1001px)  {
    .hero {
        padding: 90px 30px;
        grid-template-columns: 100%;
    }

    .heroImg {
        min-height: auto;
    }

    .heroText h1 {
    font-size: 34px;
    }

    .webinarContainer {
        grid-template-columns: 100%;
    }

    .infoBkgContainer {
        background-image: url("https://www.embluemail.com/webinars/de-leads-a-clientes/images/fondo-webinar.webp");
        background-size: 100%;
        background-repeat: repeat;
        background-position:center center;
    }

    .webinarContainer {
        padding: 0 30px 30px;
        grid-template-rows: auto auto auto auto auto;
        grid-template-areas:
                            "webinarDetail" 
                            "webinarRegister"
                            "webinarTopics" 
                            "webinarChief" 
    }

    .webinarRegister {
        padding-left: 0px;
    }

    .webinarRegister .hashemBlueWebinar {
        display: none;
    }

    .webinarDetail {
        position: static;
        padding: 40px 20px;
        margin-top: -50px;
    }

    .webinarRegister .webinarDate {
        margin-left: 0px;
        margin-top: 20px;
        padding: 40px 20px;
    }

    .webinarDate h2 {
        font-size: 30px;
        width: fit-content;
    }

    .webinarDate p {
        font-size: 19px;
    }

    .webinarForm {
        margin-left: 0px;
        padding: 20px;
    }

    .webinarDetail img {
        top: -70px;
        right: 30px;
    }

    .webinarForm form button {
        width: 100%;
    }

    .webinarForm h2, .sent, .webinarTopics h2, .webinarTopics div h3, .banner h2 {
        font-size: 25px;
    }

    .webinarTopics div, .webinarChief {
        padding: 40px 20px;
    }

    .webinarTopics div ul {
        grid-template-columns: 100%;
    }

    .banner {
        padding: 90px 30px;
        background-size: 25%;
    }

    .telefonoIput {
        grid-template-columns: 30% 70%;
    }

    .paisList li {
        padding: 10px 5px;
    }
}


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