/********** common setting **********/

body{
    background-color: #efefef !important;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 210px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #efefef 55%, #3393ff 0);
}

#feature-last {
    background: #00FFAD;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

.bg-banner{
    background-image: url(../img/bgadv.webp);
    background-color: #192440;
    background-position: top center;
    height: 865px;
}

.text-main{
    padding-top: 325px;
    max-width: 760px;
}

.nav{
    margin-top: 30px;
}

.h1-main{
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
}

.p-main{
    font-weight: 100;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1px;
    padding-bottom: 25px;
}

.container{
    width: 1700px !important;
}

.div-flex{
    display: flex;
    align-items: center;
}

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


.div-flex-min img{
    width: 40px;
}

.div-flex-min p{
    margin-bottom: 0;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
}

.iframe-div{
    position: fixed;
    display: block;
    z-index: 99999;
    width: 650px;
    background-color: #ffffff;
    bottom: 4%;
    box-shadow: 2.8px 2.8px 2.2px -24px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px -24px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px -24px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px -24px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px -24px rgba(0, 0, 0, 0.05), 100px 100px 80px -24px rgba(0, 0, 0, 0.07);
    border: 2px solid #202123;
    border-radius: 3px;
}

.svg{
    position: fixed;
    display: block;
    z-index: 99999;
    width: 600px;
    bottom: 4%;
}

.chat-position{
    display: flex;
    justify-content: flex-end;
}

.h2-dir{
    margin-top: 30px;
}

.p-dir{
    font-size: 21px;
    padding-bottom: 30px;
}

.dir-img{
    width: 120px;
}

.h4-dir{
    padding-bottom: 20px;
}

.p-info{
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.i-blue{
    color: #3393ff;
}

.lead{
    margin-left: 20px;
}

.iframe{
    height: 100%;
    min-height: 600px;
    
}

.nav-flex{
    justify-content: flex-end;
    display: flex;
}

.h2-dif{
        font-size: 2.8rem !important;
        font-weight: 700;
        color: #192440;
}

.btn-nav{
    display: none;
}

.whatsapp.btn {
    position: fixed;
    display: block;
    z-index: 9999999;
    bottom: 650px;
}

.whatsapp.btn:hover {
    transition: 0.4s;
    transform: scale(1.08);
}

.whatsapp.btn img {
    width: 260px;
}


@media (max-height: 790px),(max-width:1024px) {
    .iframe {
        height: 100%;
        min-height: 500px;
        width: 480px;
    }
    .text-main {
        padding-top: 203px;
        max-width: 760px;
    }
    .whatsapp.btn {
        bottom: 545px;
    }
    .svg {
        position: fixed;
        display: flex;
        z-index: 99999;
        justify-content: right;
        width: 650px;
        bottom: 4%;
    }
}

@media (max-height: 670px),(max-width:1024px) {
    .iframe {
        height: 100%;
        min-height: 500px;
        margin-top: 20px;
        width: 400px;
    }
    .whatsapp.btn {
        bottom: 445px;
    }
    
}



/********** RWD **********/

@media (max-width: 1300px) {
    .iframe-div{
        width: 350px;
    }
    .svg{
        width: 350px;
    }
}

@media (max-width: 900px) {
    .text-main {
        max-width: 510px;
    }
    .h1-main {
        padding-top: 55px;
        font-size: 36px;
    }
    .p-main {
        font-size: 27px;
    }
}

@media (max-width: 790px) {
    .chat-position{
        display: flex;
        justify-content: center;
        position: static;
    }
    .iframe-div{
        position: relative;
        margin-top: 60px;
        max-height: 340px;
        
    }
    .svg{
        position: relative;
        margin-top: 35px;
        max-height: 340px;
        
    }
    .whatsapp.btn{
        position: static;
        position: fixed;
        bottom: 0%;      
        margin-bottom: 10px;  
    }
    .iframe{
        height: 100%;
        min-height: 390px;
        max-height: 391px;
    }
    
    .text-main {
        padding-top: 40px;
        max-width: 760px;
    }
    .h2-dir{
        text-align: center;
    }
    .p-dir {
        text-align: center;
    }
}

@media (max-width: 575px) {

    .container{
        width: 100% !important;
    }
   
    .bg-banner {
        background-image: url(../img/bg-adv.png);
        background-position: top left;
        height: 1100px;
    }

}

@media (max-width: 500px) {

    .div-flex-min{
        flex-direction: column;
    }
    .div-flex-min p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .nav-flex{
       flex-direction: column;
    }
    

}

@media (max-width: 415px) {

    .h1-main {
        font-size: 32px;
    }
    .div-flex-min p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .p-main {
        font-size: 24px;
        line-height: 29px;
    }
    .h2-dir{
        font-size: 37px !important;
        padding-bottom: 15px;
    }
    #feature-first {
        background: linear-gradient(168deg, #3393ff 55%, #3393ff 0);
    }
    .h2-dif{
        font-size: 38px !important;
        color: #ffff !important ;
    } 

}

