.amazonblue{
    background: #232f3e!important;
    color:#fff!important;
}

.amazonblue h2,
.amazonblue h3,
.amazonblue h4,
.amazonblue h5{
    color: #fff!important;
}

.ctawebinar{
    background: #232f3e;
    width: auto;
    display: inline-block;
    padding: 10px;
    color: #ff9a00;    
}

/* ================= BANNER ================== */
.logo-banner {
    margin-top: -10px;
    font-size: 20px;
    /* display: block; */
    /* text-align: center; */
    /* max-width: 350px; */
    /* margin: -10px auto 30px auto; */
}
.h2-banner {
    font-weight: bold;
    text-align: left;
    font-size: 35px;
    /* text-align: center; */
}
.strong-banner {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    /* display: block; */
    /* text-align: center; */
}
.p-img-banner {
    display: flex;
    align-items: center;
    margin-top: 30px;
    /* justify-content: center; */
}
.p-img-banner img {
    max-width: 50px;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    border-radius: 25px;
    padding: 5px;
}
.p-img-banner p {
    font-weight: normal;
    font-size: 20px;
    margin-right: 15px;
}

/* ================= FORM ================== */
.lead-form {
    color: #232f3e !important;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px 0;
}
.form-text {
    color: #232f3e !important;
    font-weight: normal;
    font-size: 20px;
    padding: 0 25px;
    margin-bottom: 10px;
}
.btn-form {
    width: 300px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
}

/* ================= VIDEO ================== */
.h3-video {
    font-size: 26px;
    font-weight: bold;
    align-self: center;
}
.lead-video {
    font-size: 18px;
}
.h3-video-link {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: -60px;
    text-align: center;
    padding: 0 40px;
}
.h3-video-link span {
    background: #ff9a00;
    padding: 0 5px;
}
.video-content {
    /* background: #ff9a00; */

    /* background-image: url(../img/bg1.png); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* padding: 40px; */
    margin: 90px 0;
}

/* ================= PALESTRANTES ================= */
.img-palestra {
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

/* MODAL */
.modal {
    width: 600px;
    background: #fff;
    box-shadow: 1px 1px 30px #232f3e;
    margin: 60px auto;
    z-index: 99;
    position: fixed;
    left: 30%;
    padding: 10px;
    display: none;
}

.modal-show {
    display: block;
    transition: all .7s ease;
}

.modal h5 {
    text-align: center;
    font-size: 30px;
}

.modal form {
    padding: 0 30px;
}

.modal input {
    border: 1px solid #232f3e;
}

.background-modal-block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 98;
    display: none;
}

.background-modal-block-show {
    display: block;
}

/* SECTION BANNER */
#section-banner {
    padding-top: 120px;
    height: 600px !important;
}


/* HEADER */
#header-navbar {
    display: none !important;
}

.btn-banner-blue {
    display: none;
}

h6 span.cargo-style {
    font-weight: bold !important;
    font-size: 11px !important;
    color: #000000 !important;
}

@media screen and (max-width: 768px) {
    #section-banner {
        height: 1100px !important;
    }

    .img-top-alexa {
        margin-top: 60px !important;
    }

    .h3-video-link {
        padding: 0 10px;
    }

    nav#nav-menu-align {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-banner {
        display: none;
    }

    .btn-banner-blue {
        display: block;
        background: #232f3e;
        font-size: 20px !important;
        padding: 5px 0 !important;
        border: none !important;
        margin: 0 auto 40px auto;
    }

    p.form-text-btn {
        margin: 40px 0;
    }

    button.btn-banner {
        display: none;
    }

    #palestrantes-area {
        text-align: center;
    }
}

@media screen and (max-width: 990px) {
    nav#nav-menu-align {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}