@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

.periodoPlano:active {
    background-color: #000;
    color: #FFF;
}

.periodoPlano:hover {
    background-color: #000;
}

.todos-os-planos {
	padding: 12px;
	font-weight: 600;
	font-size:14px;
	margin: 3px;
	margin-bottom: 6px;
	background-color: #f7f9fc !Important;
}

.box-price {
	min-width: 300px;
	min-height: 1210px;
	margin-bottom: 20px;
}

.check-item {
	color: #00a49c !Important;
	font-size: 14px;
}

.recursosAdic {
	font-size: 14px;
}

header, .navbar{
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.adopt-controller-button.svelte-3vkahb {
	z-index: 1 !Important;
}

.btn:focus {
    box-shadow: none !important;
}

#formContato label {
    margin-bottom: 10px;
}

:focus-visible {
    outline: none;
}

header{
    padding: 50px 0px;
}

.menu-fixo{
    background-color: #FFF !Important;
    transition: all .7s;
    box-shadow: 0px 10px 13px #00000029;
    padding: 20px 0px;
}
.menu-fixo > img{
    color: #000;
}
.tit-1,.tit-2,.tit-3,.tit-4,.tit-5,.tit-7,.tit-8{
    font-weight: 700;
}
.tit-1{
    font-size: 38px;
}
.tit-2{
    font-size: 22px;
}
.tit-3{
    font-size: 17px;
}
.tit-4{
    font-size: 26px;
}
.tit-5{
    font-size: 54px;
}

.tit-6{
    font-size: 20px;
    margin-bottom: 25px;
}

.tit-7{
    font-size: 29px;
}

.tit-8{
    font-size: 14px;
    color: #5DD7D2;
}

.btn-1, .btn-2, .btn-3, .btn-4{
    text-decoration: none;
    font-weight: 700;
}

.btn-1,.btn-2,.btn-3{
    color: #FFF;
    border-radius: 30px;
}

.btn-1-black {
    color: #000 !Important;
    border: 3px solid #000 !Important;
}

.btn-1{
    width: 220px;
    height: 50px;
    border: solid 2px #ffffff75;
    font-size: 18px;
}


.btn-1-black:hover {
    background-color: #000;
    color: #FFF;
}

.btn-login {
    width: 100px;
    height: 48px;
    border-radius: 7px !Important;
}  

.btn-login-dark {
    border: solid 2px #000;
    font-weight: 700 !Important;
    color: #000;
}

.btn-login-dark:hover {
    background-color: #000 !Important;
    color: #FFF !Important;
    font-weight: 700;
    border: solid 2px #000;
}

.btn-login-white {
    border: solid 2px #c7c5c5;
    color: #c7c5c5;
}

.btn-login-white:hover {
    background-color: #FFF !Important;
    color: #000 !Important;
    border: solid 2px #FFF;
}

.link-trial {
    cursor: pointer;
}

.btn-vendas {
    color: #FFF;
    height: 50px;
    font-size: 18px;
    border: unset;
    font-weight: 600;
    border-radius: 7px !Important;
    background-color: #FF005B;
    width: 210px;
    text-wrap-mode: nowrap;
}

.btn-vendas:hover {
    color: #FFF;
    background-color: #df0452;
}

.btn-2, .btn-3{
    display: inline-block;
    background-color: #FF005B;
    padding: 15px 20px;
    font-size: 21px;
}

.btn-top-demo {
    background-color: #ffffffd1 !Important;
    color: #000 !Important; 
}

.btn-top-demo:hover {
    background-color: #FFF !Important;
    color: #000 !Important; 
}

.btn-3{
    width: 100%;
    text-align: center;
}

.btn-4{
    border: solid 2px #000;
    border-radius: 4px;
    padding: 10px 30px;
    color: #000;
    white-space: nowrap;
}

.btn-1:hover{
    border: solid 2px #FFf;
    background-color: #FFF;
    color: #FFF !important;
}

.btn-1-js:hover,.btn-4:hover{
    background-color: #000;
    color: #FFF !important;
}

.btn-2:hover,.btn-3:hover{
    background-color: #A80043;
    color: #FFF;
}

.bg-1,.bg-4{
    background-color: #F1F1F1;
}
.bg-2{
    background-color: #00A39C;
    color: #FFF;
}

.bg-3{
    background-color: #008586;
}

.bg-4{
    background-image: url('../imagens/bg-4.webp');
    background-repeat: no-repeat;
    background-position: right;
}

.bg-5{
    background-color: #FFBA00;
}

.bg-6{
    background-image: url('../imagens/bg-6.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.img-1{
    width: 100%;
    min-height: 830px;
    background-image: url('../imagens/background1.webp');
    background-color: '#000';
    background-size: cover;
}

.bg-banner-carousel {
    background-color: #192d35;
}

.bg-banner-1 {
    width: 100%;
    min-height: 830px;
    background-image: url('../imagens/site-banner-1.webp');
    background-color: '#000';
    background-size: cover;
}

.bg-banner-proctor {
    width: 100%;
    min-height: 830px;
    background-image: url('../imagens/site-banner-proctor.webp');
    background-color: '#000';
    background-size: cover;
}

.bannerTop {
    color: #fff;
    margin-top:120px;
    margin-bottom: 50px;
}

.img-2{
    position: relative; 
    left: -50%;
}
.txt-1{
    font-size: 14px;
}
.txt-2{
    font-size: 18px;
}
.txt-3{
    font-size: 12px;
}
.txt-4{
    text-align: right;
}
.ico-1,.ico-2,.ico-3{
    margin-right: 20px;
}
.ico-1{
    /*color: #ff005b;*/
    font-size: 1.5rem;
}
.ico-2{
    color: #007276;
    font-size: 1.3rem;
    vertical-align: middle;
}
.ico-3{
    color: #01BBC2;
    font-size: 1.8rem;
}
.ico-4{
    color: #fff;
    font-size: 1.6rem;
    margin-right: 15px;
}
.ran-1,.ran-2,.ran-3,.ran-4,.ran-5{
    height: 17px;
}
.ran-1{
    background-color: #00A39C; 
}
.ran-2{
    background-color: #A4027F; 
}
.ran-3{
    background-color: #FF005B; 
}
.ran-4{
    background-color: #FE9C10; 
}
.ran-5{
    background-color: #FED600; 
}
.card-1,.card-2,.card-3{ 
    min-height: 300px;
}
.card-1{
    border-left: solid 6px #a4027f;
}
.card-2{
    border-left: solid 6px #f33641;
}
.card-3{
    border-left: solid 6px #fed600;
}
.card-4,.card-5,.card-6{
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 10px 13px #00000029;
}
.card-4{
    border-top: solid 17px #00A39C;
}
.card-5{
    border-top: solid 17px #FF005B;
}
.card-6{
    border-top: solid 17px #FED600;
}
.card-7,.card-8,.card-9{
    background-color: #fff;
    border-radius: 4px;
}
.card-7{
    position: relative;
    top: -70px;
    margin: 0px;
}
.card-9{
    float: right;
    width: 90%;
    min-height: 425px;
    margin: 80px 0px;
}
.card-10{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 18px #00000029;
}

.item-1, .item-2, .nav-link {
    font-size: 18px;
    cursor: pointer;
}

#header.item-1 {
    position: relative;
    color: #FFF;
    padding: 0px;
    padding-bottom: 5px;
    margin: 10px 15px;
}

.nav-link {
    position: relative;
    color: #000;
    padding: 0px;
    padding-bottom: 5px;
    margin: 10px 15px;
}

.item-2{
    font-weight: 700;
    color: #868686;
    outline: 0;
    border: none;
}

/* Ao clicar sobre o item de menu superior */
#header.item-1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ff005b;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#header.item-1:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header.item-1:hover{
    color: #fff;
}
.item-2:hover{
    color: #868686;
}
.nav > .active{
    border: none;
    background-color: #f9f9f9 !important;
    border-bottom: solid 3px #fe9c10 !important;
}
.bloc-1,.bloc-2{
    display: inline-block;
}
.bloc-1{
    margin-right: 40px;
}
.prof{
    margin-top: 200px;
}
.accordion-item{
    border: none;
    border-bottom: 3px solid #00a39c;
}
.accordion-button, .accordion-body{
    padding-left: 60px;
}
.accordion-button{
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after{
    width: 2rem !important;
    height: 2rem !important;
    background-size: 2rem !important;
    position: absolute;
    top: 15px;
    left: 0px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("../imagens/dash-circle.svg");
}
.accordion-button::after{
    background-image: url("../imagens/plus-circle.svg");
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFF;
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
.carousel-control-prev{
    width: 5%;
    left: -90px;
}
.carousel-control-next{
    width: 5%;
    right: -90px;
}
.carousel-control-prev-icon {
    background-image: url("../imagens/arrow-left-square.svg");
}
.carousel-control-next-icon {
    background-image: url("../imagens/arrow-right-square.svg");
}
.carousel-indicators{
    bottom: 10px;
}

#carouselDepoimentos .carousel-indicators [data-bs-target], 
#carouselSobre .carousel-indicators [data-bs-target] {
    background-color: #000;
    background-clip: unset;
    border-radius: 20px;
    width: 22px;
}

#carouselTop .carousel-indicators [data-bs-target]{
    background-color: #FFF;
    background-clip: unset;
    border-radius: 20px;
    width: 22px;
}

.link{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.link:hover{
    color: #fff;
}
.linha{
    opacity: 1;
}
footer{
    background-color: #001423;
    color: #fff;
}

#btn-agenda-demo {
    position: fixed; 
    bottom: 30px; 
    right: 20px;
    z-index: 99;
    border: none; 
    background-color: #FF005B; 
    color: #fff; 
    padding: 10px 15px;  
    border-radius: 30px; 
    font-size: 14px;
}

#btn-5 {
    display: none; 
    position: fixed; 
    bottom: 90px; 
    right: 20px;
    z-index: 99; 
    border: none; 
    background-color: #FF005B; 
    color: #fff; 
    padding: 0px 10px; 
    border-radius: 30px; 
    font-size: 36px;
    opacity: 0.5 !important;
  }
#btn-5:hover {
    background-color: #A80043; 
}
::-webkit-scrollbar {
    width:10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background:#333;
}
::-webkit-scrollbar-thumb {
    background: #7f7a7a;
}

.twoCols {
	padding-right:50px;
	padding-left:50px;
}

.btn-signup {
    white-space: nowrap;
}

.linkText {
    text-decoration: none;
    color: #000;
}

.linkText:hover {
    color: #ff005b;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#boxQuestoesIneditas {
    padding-right:50px;
    padding-left:50px;
    padding-top:80px;
}

#boxQuestoesIneditas td,  #boxRecursos td, .boxRecursos-2 td {
    vertical-align:top;
}

#boxQuestoesIneditas table, #boxRecursos table, .boxRecursos-2 table {
    border-collapse: separate;
    border-spacing: 0 15px;
}


#boxVideo {
    padding-right:50px;
}

.trHeight {
    min-height: 50px;
}


table.tablePrice { 
    border-spacing: 0 10px;
    border-collapse: separate;
}

td {
    vertical-align:top;
}

td small {
    font-size: 16px;
    color: #00A39C;
}

.planVal {
    font-size: 26px;
    font-weight: 600;
}

.subtitle-1 {
	font-size:18px;
	color:#00A39C;
	font-weight:500;
}

.compara-planos-icon {
    width:31.6px; 
    height:31.6px;
    margin-right:5px;
    padding: 3px 8px;
    padding-top: 4px;	
}

.icon-blue {
	color:#FFF;
	background-color:#2D6AF6;
}

.icon-green{
	color: #51740c;
	background-color:#D5FA8C;
}

.icon-red {
	color: #730b3f;
	background-color: #FCC7E2;
}

.icon-orange {
	color: #FFF;
	background-color: #FF7D1F;
}

.icon-lilas {
	color: #FFF;
	background-color: #5A1FE4;
}

.icon-yellow {
	color: #68430b;
	background-color: #fafcc7;
}

.compara-planos-icon-text {
	font-size: 14px;
	line-height: unset;
}

.a-tooltip {
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
}

#table-prices {
  position: relative;
  border-collapse: collapse; 
  width: 100%;
}

#table-prices th {
  position: sticky;
  top: 0; 
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.price-off {
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF !important;
    background-color: #884cc4 !important;
}

.badge-mensal {
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF !important;
    background-color: #4c72c4 !important;
}

.carousel-subtitle {
    font-size:22px;
    line-height:1.6em;
}

.image-16x9 {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

#robbu-whatsapp-button {
    z-index: 1000;
}

.image-16x9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* sempre visível, sem cortes */
    object-position: center;
    display: block;
}

#img-slide-editor, #img-slide-proctor, #img-slide-charts {
    width: 500px;
    object-fit: contain;   /* sempre visível, sem cortes */
    object-position: center;
    display: block;
}

.franquia-info {
    font-weight:700;
    color:#23b06f;
}

@media (max-width: 1400px) { 
    #sobre{
        display:none;
    }

    #boxQuestoesIneditas, #boxVideo {
	width: 100%;
	padding-top:10px;
    }

    .imgVideo {
	width: 100%;
    }

    #boxVideo {
	padding-right:0px;
    }
    
    .prof {
 	margin-top: 50px;
    }

    .rowML {
	margin-left:20px;
    }
} /* desktops grandes */

@media (max-width: 1200px) { 
    #img-slide-editor, #img-slide-proctor, #img-slide-charts  {
        width: 460px;
    }
    
    .tit-5{
        margin-top: 70px;
        font-size: 40px;
    } 

    .carousel-subtitle, .tit-2 {
        font-size:18px;
    }
    
    .bannerTop {
        margin-top:70px;
    }

    .card-1,.card-2,.card-3{ 
        min-height: 100px;
        margin-bottom: 25px;
    }
    .img-2{
        left: 0%;
    }
    .card-9{
        width: 100%;
        min-height: 755px;
    }
    .txt-4{
        text-align: left;
    }
    .carousel-control-prev{
        left: -50px;
    }
    .carousel-control-next{
        right: -50px;
    }
} /* desktops grandes */

@media (max-width: 992px) { 
    #img-slide-editor, #img-slide-proctor, #img-slide-charts  {
        width: 370px;
    }
    
    .carousel-subtitle, .tit-2 {
        font-size:18px;
    }
    
    .tit-5{
        margin-top: 70px;
        font-size: 40px;
    } 
} /* laptops */

@media (max-width: 768px) { 
    #img-slide-editor, #img-slide-proctor, #img-slide-charts {
        margin-top: 20px;
        width: 340px;
        margin-bottom: 20px;
    }

    .carousel-subtitle, .tit-2 {
        font-size:18px;
    }
    
    .tit-5 {
        font-size: 40px;
    }
    
    .card-9{
        height: 855px;
    }

    .card-9  img{
        width: 100%;
    }

    .carousel-control-prev, 
    .carousel-control-next{
        display: none;
    }
    .tit-mob{
        font-size: 28px;
    }
    .img-1{
        background-position: center;
    }
    .mob-center{
        text-align: center;
    }
    #nav-home,
    #nav-profile, 
    #nav-contact{
        display: block;
        opacity: 1;
    }
    
    #btnMbVendas {
        height: 40px;
        font-size: 16px;
        width: 180px;
    }
    
    .twoCols {
	padding-right:0px;
	padding-left:0px;
    }
} /* tablets */

@media (max-width: 768px) { 
    #img-slide-editor, #img-slide-proctor, #img-slide-charts  {
        width: 100%;
    }
}

@media (max-width: 576px) { 
    #img-slide-editor, #img-slide-proctor, #img-slide-charts  {
        width: 100%;
    }
    
    .tit-5, .tit-2, .carousel-content {
        text-align: center;
    }
    
    .carousel-subtitle, .tit-2 {
        font-size:18px;
    }
    
    #logoMbExametric {
        width: unset;
        height: 28px;
    }
    
    #btnMbVendas {
       width: 150px;
       font-size: 14px;
    }
} /* celulares */











