/********** common setting **********/
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: #001d4a;
    color: #ffffff;
}

.cta-red {
    background: rgb(255 45 60);
    color: white;
}

.cta-blue{
    background: #0c44ac;
    color: white;
}

.cta-green:hover {
    color: white;
    background: #006992;
}

.cta-blue {
    background: #0c44ac;
    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: 80px;
}
#banner header .wsp {
    max-width: 125px;
}

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

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #d4a256;
}

/********** 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: #22577a;
    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;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
    iframe{
        width: 100%;
        height: 200px;
    }
    ul li {
        text-align: left;
    }
    /********** common setting **********/
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: #001d4a;
    color: #ffffff;
}

.cta-orange {
    background: rgb(255 166 43);
    color: black;
}

.cta-green:hover {
    color: white;
    background: #006992;
}

.cta-blue {
    background: #0c44ac;
    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: 80px;
}
#banner header .wsp {
    max-width: 125px;
}

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

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #d4a256;
}

/********** 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;
}

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




@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
    iframe{
        width: 100%;
        height: 200px;
    }
    ul li {
        text-align: left;
    }
    #cta{
        display:block!important;
    }
    #logoandtext{
        flex-wrap: wrap;
        justify-content: center;
    }
    #texto-3{
        /*text-align: justify;;*/
        font-size: 2rem!important;
    }
    #area-1,#area-2 .container, #area-3{
        width: 550px!important;
    }
    #lista2 {
        margin-left: 72px!important;
    }
    h2{
        font-size: 2.7rem !important;
    }
    h3{
        font-size: 1.5rem!important;
    }
    #test{
        width: 100%;
        height: 272px;
    
    }
    #banner{
        height: 37em !important;
    }
    #logoandtext {
        margin-top: 18em !important;
    }
}

@media (max-width: 480px) {
    #banner h1 {
        font-size: 3rem;
    }
    #subtitulo{
        font-size: 0.6em!important;
    }
    #texto-1{
        font-size: 1.7rem!important;
        font-weight: 600!important;
    }
     #texto-2{
        font-size: 1.1rem!important;
        margin-bottom:24px;
        text-transform:uppercase;
    }
     #texto-3{
        margin-left: 5px!important;
        margin-right: 0px!important;
    }
     #texto-4{
         font-size: 2rem!important;
    }
     #texto-5{
         font-size: 1.2rem!important;
    }
     #texto-6{
         font-size: 1.2rem!important;
    }
    #area-1{
        margin-bottom: 1rem !important;
    }
     #whp1{
        display:none!important;
    }
    #whp2{
        display:block!important;
    }
    .wsp{
        box-shadow: 0px 3px 20px #06646b00!important;
    }
    iframe {
        width: 100%;
        height: 235px;
    }
    #area-1,#area-2 .container, #area-3{
        width: 460px!important;
    }
    #lista1 {
        margin-left: 0px!important;
    }
    #lista2 {
    margin-left: 48px !important;
        
    }
    #banner{
        background-position-y: 110px !important;
        height: 37em !important;
    }
    #logoandtext img{
        position: relative;
        top: 71px;
    }
    #logoandtext p{
            margin-top: -163px !important;
    }
       
}
@media (max-width: 430px) {
    #area1{
        padding-bottom: 22px;
    }
    iframe {
        width: 100%;
        height: 210px;
    }
    #area-1,#area-2 .container, #area-3{
        width: 95%!important;
    }
    #lista2 {
    margin-left: 32px !important;
        
    }
    #cursos {
        max-width: 100% !important;
        height: 250px;
    }
    #test {
        width: 100%;
        height: 200px;
    }
    #texto-6 {
        font-size: 1.1rem !important;
    }
    #logoandtext p {
        margin-top: -195px !important;
    }
    #logoandtext img{
        top:55px;
    }
    #feature-last.jumbotron {
        padding: 1rem 0rem !important ;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 375px) {
    #logoandtext .my-4{
        margin-right: 0px;
        font-size: 1.15rem;
    }
    #texto-1 {
         font-size: 1.6rem!important;
    }
     #feature-last h2{
       font-size: 2.3rem !important
    }
    #texto-3.my-4 {
        font-size: 1.8rem !important;
    }
    #area-1,#area-2 .container, #area-3{
        width: 95%!important;
    }
    #lista2 {
         margin-left: 10px !important;
    }
   #cursos {
        max-width: 100% !important;
        height: 225px;
    }
    #banner {
        height: 33em !important;
    }
    #logoandtext p {
        margin-top: -295px !important;
    }
    #logoandtext img {
         top: 3px;
    }
    .container{
        padding-right: 10px;
        padding-left: 10px;
    }
    #texto-6 {
        font-size: 1rem !important;
    }
     #cursos {
        max-width: 100% !important;
        height: 200px!important;
    }
    #logoandtext p strong{
    
        font-size: 15px!important;
    }
    .jumbotron {
        padding: 1rem 0rem!important;
    }
}

@media (max-width: 320px) {
     #banner h1 {
        font-size: 2.4rem;
    }
    #logoandtext .my-4{
        margin-right: 0px;
        font-size: 1.05rem;
    }
     #texto-1 {
         font-size: 1.3rem!important;
    }
    #texto-3.my-4 {
        font-size: 1.5rem !important;
    } 
    #area-1,#area-2 .container, #area-3{
        width: 95%!important;
    }
    #banner {
        height: 30em !important;
    }
    #logoandtext p {
        margin-top: -330px !important;
    }
    #logoandtext img {
        top: -23px;
    }
   
    #cursos {
        max-width: 100% !important;
        height: 200px!important;
    }
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    
}