body {
    background-color: #121212;
    margin: 0px !important;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
img.logo-header {
    max-width: 200px;
    margin-top:80px;
}
.mdk-box {
    /* background: linear-gradient(270deg, rgba(18, 18, 18, 0) 0%, rgb(18, 18, 18) 47%); */
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 47%);
}
p{
    font-size: 1rem !important;
    color: #FFFFFF;
}


.page__container {
    max-width: 1164px !important;
}

@media screen and (max-width:768px) {
    img.logo-header {
        max-width: 200px;
        margin-top: 20px;
    }
    .container.page__container:not(.ementa){
        padding: 0px 32px !important;
    }

}

.bg-black{
    background-color: #000000;
}

.pink{
    color: #BF479D;;
    font-weight: 600;
}

.bg-gradient{
    background: #1A1214;
}

.bd-pink{
    border: 5px solid #BF479D;;;
}
.py-64pt {
    padding-top: 2.5rem!important;
}

.mdk-box__content {
    position: relative;
    max-width: 100%;
    height: auto !important;
}

.btn-accent {
	background-image: linear-gradient(to right, #C3489F 0%, #5f3b73 51%, #363762 100%);
	box-shadow: 0 0 20px #c2489f87;
	color: #fff;
	transition: 0.5s !important;
	background-size: 200% auto;
}
.btn-accent:hover {
	background-position: right center;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-lg {
    padding: .5rem 1.5rem !important;
    border-radius: .5rem;
    font-size: 0.8rem !important;
    line-height: 1.5;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 2rem;
}

.btn-outline-white {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: .5rem .7rem !important;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(39 44 51 / 8%);
    border-radius: 4px;
    padding: .5rem 1rem !important;
}

a {
    text-decoration: none;
}

.bg_video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    min-height: 50vw;
    width: auto;
    z-index: -1000;
    background: url(images/nome-do-video.jpg) no-repeat;
    background-size: cover;
    opacity: 0.5;
}

li{
    font-size: 1rem !important;
}


.cta-01 .cta-wrapper {
    padding-top: 300px;
    width: 40%;
    height: 100px !important;
    margin: 80px auto ;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}
.logo-cta {
	max-width: 200px;
}

@media screen and (max-width:768px) {

    .cta-01 .cta-wrapper {
        width: 100% !important;
    }
}

.cta-01 .cta-main-element {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    margin: auto;
    align-self: center;
    background: #0f0f13;
    border-radius: 10px;
    padding: 16px 32px !important;
}

.cta-01 .cta-main-element h2 {
    line-height: 1;
}

.cta-01 .cta-border {
    position: absolute;
    top: -60vw;
    left: 10vw;
    z-index: -9;
    display: block;
    height: 200vw;
    width: 210%;
    transform: rotate(-45deg);
    overflow: hidden;
    background: linear-gradient(to right, #0f0f13 20%, #0f0f13 40%, #ed0b4c 50%, #ed0b4c 55%, #0f0f13 70%, #0f0f13 100%);
    background-size: 200% auto;
    animation: shine 3s linear infinite;
}

.cta-01 .cta-main-element .btn-lg{
    font-size: 1.1rem !important;
}


@keyframes shine {
    to {
        background-position: 200% center;
    }
}

@media(max-width:1000px) {
    .menu-topo.page-section h2 {
        font-size: 1.2em;
        padding-bottom: 10px;
    }     
    .menu-topo.page-section .lead.text-white-50 {
        display:none !important;

    }                
    .cta-01 .cta-wrapper {
        height: 250px;
    }

    .cta-01 .cta-wrapper .btn-accent {
        margin: 10px 0px 30px;
    }
}



.salesletter .card {
    opacity: 0.8;
    transition: all .5s;
    padding: 40px;
    min-width: 340px;
    min-height: 348px;
    height: calc(100% - 24px);
    background-color: #0f0f13;
    border-radius: 10px;
    margin: 10px 16px;
    
}

.card .h2 {
    font-size: 3.5rem !important;
    color: #453F49;
    font-family: 'Exo 2', sans-serif;
    transition: all .3s;
}

.card:hover .h2 {
    background: linear-gradient(90deg, #22242e 0%, #373863, 60%, #b34696 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 2px rgb(255, 255, 255, 0); */
    /* font-size: 3.1rem !important; */
}

.salesletter .card .card-title {
    font-size: 1.75rem !important;
    line-height: 1;
    color:#f2f9ff !important ; 
    margin-bottom: 16px;
}

.salesletter .card .card-body {
    font-size: 0.89rem !important;
    color:#f2f9ff !important; 


}

.salesletter .card:hover {
    background-color: #242029;
    opacity: 1;
    /* border: 1px solid #22242e; */
}


.salesletter .card-header::after {
	content: '';
	display: block;
	width: 100%;
	opacity: 0.;
	height: 2px;
	background: #BF479D;
	transition: width .3s;
}

.salesletter .card:hover .card-header::after {
    width: 100%;
    transition: width .3s;
    opacity: 1;
}

.salesletter .card-header {
    background-color: transparent;
    border-bottom-color: #ed0b4b58;
   
}
.modal {
	background: #000000a3;
}
#eduzz_modal .modal-dialog {
    max-width: 700px !important;

}

.modal-dialog {
	max-width: 1270px !important;
    margin: 1.75rem auto;
}
.modal-content {
	background: white;
}

@media screen and (max-width: 800px) {

    .mdk-box__content .col-8{
        flex: 0 0 100%;
        max-width: 100% !important;

    }

    .mdk-box__content .col-8 h1{
        font-size: 3rem !important;
        margin-right: 0px !important;
    }


    .box-play{
        display: flex;
        justify-content: center;
        margin-left: 0 !important;
    }

    .navbar-nav  {
        text-align: center;
    }

    .navbar-nav li{
       margin-right: 0px !important;
       margin-left: 0px !important;
    }



    .salesletter .card .card-title {
        font-size: 1.2rem !important;
    }

    .link-video{
        width: 100% !important;
        margin: 50px 0px !important;
    }

    .cta-01 .cta-wrapper {
       text-align: center;
        height: 330px !important;
       
    }

    .cta-01 .cta-wrapper > div {
        padding: 24px !important;
    }

    .cta-01 .cta-wrapper > div h2 {
       margin-bottom: 16px !important;
    }


    .cta-01 .cta-wrapper i {
        margin-right: 0px !important;
    }

    .box-2{
        padding: 0px 32px;
    }

    .box-2 .container.page__container {
        padding: 0px  !important;
    }

    .box-2 .card-column {
        width: 100% !important;
    }

    .card-style02 .card02 h2 {
        position: relative;
        padding: 175px 20px 40px 20px !important;
    }
  

   
    .box-3 .bg-black{
        margin: 0px !important;
    }

    .card-right {
        display: none;
    }

    
    .box-3 .container.page__container {
        padding: 0px  !important;
    }


    .box-footer .brand-icon {
         margin-bottom: 24px;
    }



} 


@media screen and (max-width: 700px) {

    .salesletter .card {
      
        padding: 40px;
        min-width: 295px !important;
        height: auto !important;
        margin: 10px 0px !important;
        
    }

    
    .box-3{
        margin-top: 180px;
    }

    .box-btn a{
        width: 100% !important;
        margin: 8px 0px !important;
    }

    .box-3 .bg-black > div:nth-child(2) .page-num {
        width: 5.7rem;
        
    }
    .box-3 .bg-black > div:nth-child(3) .page-num {
        width: 4.5rem;
        
    }
}

/*CSS CRIADO*/

.cta1 .card {
    border-color: #5567ff;
    background-color: #22242e;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .1), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .02);
    border-bottom: 4px #5567ff inset;
    min-height: 200px;
}

.cta1 .card:hover {
    background-color: #22242e;
    opacity: 1;
    box-shadow: 0 3px 3px -2px rgb(32, 38, 89), 0 3px 4px 0 rgb(31, 39, 102), 0 1px 8px 0 rgb(31, 39, 97);
}




.card-style02 .card-column {
    width: 50%;
    float: left;
    padding: 4% 0%;
    box-sizing: border-box;
}

.card-style02 .column-1 {
    padding-top: 100px;
}

.card-style02 .card02 {
    width: 80%;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: linear-gradient(45deg, #C3489F 0%, #5f3b73 51%, #363762 100%);
    color: #fff;
    margin-bottom: 60px;
    border-radius: .5rem;

}

.card-style02 .card02.card-color-0 {
    transition: all 1.5s;
}

.card-style02 .border02 {
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    padding: 6px;
    border: 1px solid #484848;
    opacity: 0.5;
    left: -6px;
    top: -6px;
    border-radius: .5rem;
}

.card-style02 .card02 h2 {
    position: relative;
    padding: 210px 20px 40px 20px;
    width: 100%;
    line-height: 1;
    font-size: 1.3rem;
    color:#f2f9ff !important; 
    
}

.card-style02 .card02>img {
    width: 90%;
    position: absolute;
    top: -6%;
    left: -6%;
    border-radius: .5rem;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .1), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .02);
    transition: all .5s;
}

.card-style02 .card02:hover>img {
    top: 1%;
    left: 6px;
    width: 97%;
}

.card-style02 .card02 h2 {
     transition: all .5s;
}

.card-style02 .card02:hover .border02 {
    border: 1px solid #7d7d7d;
}

.card-style02 .card02:hover h2 {
    padding: 230px 20px 20px 20px;
}

           



@media screen and (max-width: 600px) {
    .card-style02 .card-column {
        width: 90%;
    }

    .card-style02 .column-1 {
        padding-top: 0px;
    }

}

@media (max-width: 768px) {
    .container {
      width: 100%;
      max-width: none;
    }
  }

.salesletter-about {
	background: url('../imagens/sulivan.png') right -20px bottom;
	background-repeat: no-repeat;
}

.salesletter-about .about {
    width: 45%;
    margin-left: 164px;
    padding: 48px 0px ;
}


@media screen and (max-width: 800px) {

    .salesletter-about {
        background: none ;
    }


    .salesletter-about .about {
        width: 100%;
        margin-left: 0px;
        padding: 48px 30px ;
    }
    
}

.box-books ul{
    max-width: 968px;
}

.box-books ul li{
    width: 312px;
    padding: 0px 30px 20px ;
    color: #FFFFFF;
    list-style-type: none;
    position: relative;
    font-size: 16px !important;
}

.box-books ul li:nth-child(5){
   padding-right: 0px !important;
}


.box-books ul li::after{
    content:'';
	width:12px;
	height: 12px;
	line-height:7px;
	display:block;
	font-size:22px;
    background: #9c3c81;
	margin:0px;
	position:absolute;
    left: 0px;
    top: 6px;
	z-index:1;

	border-radius:50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
    
}


.box-books ul li:nth-child(6):after{
  display: none;
    
}


.img-livros{
    margin-left: -32px;
    width: 932px;
}


@media screen and (max-width: 800px) {
    .img-livros{
        width: 473px ;
        margin:  0px 24px !important;
    }

    .box-books ul{
        /* max-width: 612px !important; */
        justify-content: center;
        
    }
    
    .box-books ul li{
        width: 290px;
    }

    .box-books ul li:nth-child(5){
        padding-right: 20px!important;
    }
     
}

@media screen and (max-width: 800px) {
    .img-livros{
        width: 313px !important;
        margin:  0px 24px !important;
    }
}

.page-num {
    position: relative;
    left: -68px !important;
    margin-right: 0px !important;
    width: 41px;
    height: 41px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.414rem;
    line-height: 1.414;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303840;

    border-radius: 100%;
    border: 2px solid #e9edf2;
    background-color: #f5f7fa;
}



.accordion__toggle {
    display: flex;
    align-items: center;
    width: 100%;
    background: #272c33;
    font-weight: 500;
    color: #f2f9ff !important;
    padding: .75rem 1rem .75rem 1.5rem;
    border-radius: 10px ;
}


.rounded-circle {
    background-color: transparent;
    border: 1px solid #868e96;
    border-radius: 50px;
    padding: 12px;
}

.card-right {
    position: relative;
    margin: auto;
    box-sizing: border-box; 
    width: 100%; 
    background-color: #0f0f13;  
    border-radius: .5rem; 
    padding: 8px;
    color: rgba(242,249,255,.7) !important;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.card-right .btn{
    font-size: 10px !important ;
    border-radius: 5px;
}

.bg-certificados{
    width: 100%;
    position: relative;
    
     
}

.bg-certificados img{
    width: 100%;
}



.cards-pricing{
    margin: 40px 0px !important;
}

.cards-pricing .card {
    height: 390px !important;
    padding-top: 30px;
    border-radius: .5rem;
    text-align: center;
    border-color: #19191a;
    background-color: #22242e;
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 4%), 0 1px 8px 0 rgb(0 0 0 / 2%);

}


@media screen and (max-width: 800px) {
    .cards-pricing{
       flex-direction: column !important;
     
    }

    .cards-pricing .card {
       margin-top: 24px;
    }
}



.cards-pricing div:nth-child(2) .card {
    min-height: 430px;
    background: #313444;
}

.bg-accent, .bg-accent-red {
    background-color: #ed0b4c!important;
}

.corner-ribbon--shadow {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.corner-ribbon--default-right-top {
    transform-origin: 0 100%;
    transform: rotate(45deg);
    padding-right: 31px;
    padding-left: 30px;
    right: -30px;
    height: 30px;
    width: 100px;
    line-height: 30px;
    top: -30px;
}

 .corner-ribbon {
    margin: 0;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    font-weight: 500;
    box-sizing: border-box;
}



.card-footer {
    border-top: 1px solid #19191a !important;
}

.card-footer .btn{
    border-radius: 5px;
    padding: 8px 16px !important;
    border: 0px;
    transition: all 0s !important;
}
.card-footer .btn:hover{
    border: 0px;
}

.btn-outline-secondary {
    background: transparent;
    border:1px solid #868e96;
    color: #868e96 !important;
}


.faq{
    margin: 18px 0px;
}

.faq .card {
    border-color: #19191a;
    background-color: #22242e;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.1),0 3px 4px 0 rgba(0,0,0,.04),0 1px 8px 0 rgba(0,0,0,.02);
    min-height: auto;
    border-radius: 8px;
}


.faq .card-title {
    font-size: 1.5rem;
    font-family: Exo\ 2,Helvetica Neue,Arial,sans-serif;
    font-weight: 600;
    color: #f2f9ff !important;
    line-height: 1.25;
   
}

.faq .card-body {
    padding: 1rem;
    
}

.faq .answer p {
    color: rgba(242,249,255,.7) !important;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px;
    color: #272c33;
}
 



.page-separator__text {
    display: inline-flex;
    max-width: 90%;
    text-transform: uppercase;
    font-size: .9375rem;
    color: #f2f9ff !important;
    font-weight: 600;
    letter-spacing: 2px;
    border-color: #19191a;
    background-color: #22242e;
    border-radius: 5px;
    padding: 2px 8px;
    margin: 24px 0px 0px 16px !important;
}





.steps{
    position: absolute;
    right: -286px;
    top: 108px;
    counter-reset:step;
}

.steps ul{
    padding-left: 60px;
}
.steps li{
	list-style-type:none;
	color:#FFFFFF;
	line-height:normal;
	flex:1;
	font-size:16px;
	position:relative;
    width: 181px;

}

.steps li:before {
    content:counter(step);
	counter-increment:step;
    position: relative;

    left: -64px ;
    top: 40px;
    width: 41px;
    height: 41px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.414rem;
    line-height: 1.414;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;

    border-radius: 100%;
    border: 2px solid #e9edf2;
    background-color: #f5f7fa;
}


.steps li:not(:first-child):before {
    top: 48px;

}


@media screen and (max-width: 900px) {
    .steps{
        display: none;
    }
    
}


.page-num-select {
    color: #9BCDFD !important;
  
}

.page-num-select:before {
    background-color: #5567ff !important;
    border: 2px solid  #5567ff !important;
    color: #9BCDFD !important;
    width: 4rem;
    height: 4rem;
}

.page-num-select::after {
    content: '';
    width: 35px;
    height: 20px;
    padding: 2px 20px;
    background: url('../imagens/Arrow\ 1.png') ;
    position: relative;
    left: -235px ;
    top: -8px;
}
.steps li.page-num-select:not(:first-child):after {
	left: -185px;
	top: -18px;
}

.menu-topo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1;
    position: fixed;
    opacity: 1;
    left: 0px ;
    top: 0;
    width: 100%;
   
}


.menu-topo h2 {
    font-size: 1.7em;
    color: #f2f9ff;
}



.menu-topo.menu-why {
    background: linear-gradient(90deg, #ed0b4c 0%, #000000 100%);
 
}


.menu-topo.menu-how {
    background: linear-gradient(90deg, #a049a8 0%, #000000 100%);
  
}


.menu-topo.menu-about {
    background: linear-gradient(90deg, #6c42d3 0%, #000000 100%);
    
}


.menu-topo.menu-advanced-coaching {
    background-color: #5567ff;
    
}

.pulse {
    /* margin: 100px; */
    display: block;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 2s infinite;
}
.pulse-square {
	display: block;
	cursor: pointer;
	animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
}

.pulse-square {
    display: block;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.pulse-square:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(205, 43, 93, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(205, 43, 93, 0.8);
        box-shadow: 0 0 0 0 rgba(205, 43, 93, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.cta-01 .cta-border {
    position: absolute;
    /* display: block !important; */
    top: -60vw;
    left: 10vw;
    z-index: -9;
    display: block;
    height: 200vw;
    width: 200%;
    transform: rotate(-45deg);
    overflow: hidden;
    background: linear-gradient(to right, #0f0f13 20%, #0f0f13 40%, #ed0b4c 50%, #ed0b4c 55%, #0f0f13 70%, #0f0f13 100%);
    background-size: 200% auto;
    animation: shine 3s linear infinite;
}
.box-3 .bg-black > div .page-num {
	min-width: 40px;
}

.ementa .ementa-container  {
	padding: 3rem !important;
}
@media screen and (max-width:768px) {

    .ementa  {
        padding: 0px !important;
    }
    .ementa .ementa-container {
        padding: 1.5rem !important;
        margin: 10px !important;
    }
    .ementa .ementa-container .page-num {
        position: relative;
        left: calc(50vw - 90px) !important;
        top: -80;       
        min-height: 45px;

    }

    .box-3 .bg-black > div:nth-child(1) .page-num {
        width: 85px;
    }
    .box-3 .bg-black > div:nth-child(2) .page-num {
        width: 85px;
    }
    .box-3 .bg-black > div:nth-child(3) .page-num {
        width: 85px;
    }
    .box-3 .bg-black > div:nth-child(4) .page-num {
        width: 105px;
        top: -120px;
    }
    .box-3 .bg-black > div:nth-child(5) .page-num {
        width: 105px;
        top: -100px;
    }
    .box-3 .bg-black > div:nth-child(6) .page-num {
        width: 105px;
        top: -110px;
    }

}