#navcol-1 {
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}



.header {
  min-height: 80vh;
  background: #fccc0c;
  background: url('../img/header-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 80px !important;
}

.include-header {
  background: #fccc0c;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
  width: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.navbar-index {
  margin-top: -50px;
}


@media (max-width: 991px) {

  .navbar-index {
    margin-top: -30px;
  }

  .header-area {
    padding-top: 20px;
  }
  
}


@media (max-width: 1200px) {

  .navbar-index {
    margin-top: -30px;
  }
  
}

@media (max-width: 996px) {
  .header {
    min-height: 100vh;
    padding-bottom: 80px;
    background: #ffcd00;
  }

  .navbar-index {
    margin-top: -30px;
  }
  
}

.header__text {
  margin-top: 90px;
}

@media (max-width: 996px) {
  .header__text {
    margin-top: 30px;
  }
}

.header__text-title {
  font-size: 60px;
}

p {
  font-size: 22px;
}

.header__text-button {
  height: 75px;
  background: #ab2f34;
  font-weight: bold;
  max-width: 400px;
}

.simulated_button {
  height: 60px;
  background: #1d732c;
  font-weight: bold;
  max-width: 300px;
}

.end_test_button {
  height: 60px;
  font-weight: bold;
  max-width: 300px;
  background: #ab2f34;
}

section {
  padding: 80px 0px;
}

#redSection {
  background: #a33135;
}

.header__book {
  max-width: 500px;
  display: block;
  margin: auto;
  width: 80%;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .header__book {
    width: auto;
    max-height: 250px;
  }
}

@media (max-width: 996px) {
  .header__book {
    width: auto;
    max-height: 450px;
    margin-top: 0px;
  }

}

.header__logo {
  max-width: 110px;
}


.header-include__logo {
  max-width: 80px;

}

.nav-item {
  font-weight: bold;
}

.intro__img {
  max-width: 450px;
  display: block;
  margin: auto;
}

.simu__button {
  background: #fccc0c;
  font-weight: bolder;
  width: 100%;
  max-width: 400px;
  font-size: 36px;
}

.our-products {
  background: url("../../assets/img/road-background.jpg");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-products__button {
  background: #ed3237;
  color: #FFF;
  font-size: 21px;
  border: 0px;
  padding: 13px;
  font-weight: 600;
}

.our-products__see-all {
  font-weight: bold;
  color: #9d3236;
}

.testimonials__block {
  background: #a63035;
}

@media (min-width: 992px) {
  .testimonials__block {
    max-width: 310px;
  }
}

@media (min-width: 1200px) {
  .testimonials__block {
    max-width: 360px;
  }
}

.testimonials__block-product {
  color: #fccc0c;
}

footer {
  background: #292929;
  border-top: 19px solid #fccc0c;
}

.footer__social {
  max-width: 300px;
}

.footer__p {
  font-size: 18px;
}

.copyright {
  padding: 10px 0px;
  background: #a63035;
}

.our-products__p {
  font-size: 20px;
}

body {
  font-family: 'Source Sans Pro';
}

.bebas {
  font-family: 'Bebas Neue';
}

.simulado__title {
  font-size: 55px;
}

.simulado__online {
  color: #fccc0c;
}
@media (max-width: 768px) {
  .simu__button {
    display: block;
    margin: auto;
    /*margin-bottom: 50px;*/
  }
}


.testimonials__block-p {
  font-size: 22px;
  margin-top: 20px;
}

.index-video {
  width: 100%;
  height: 300px;
}

.section-title {
  font-size: 50px;
}

.testimonials__block > img {
  margin-top: -80px;
}

@media screen and (max-width: 990px) {
  .testimonials__block {
    margin-bottom: 50px;
  }
}

.footer__logo {
  max-width: 150px;
}

.red-dot {
  color: #a63035;
  font-size: 28px;
  margin-left: 10px;
}

.product-thumbnail {
  max-width: 100px;
  cursor: pointer;
}

.font-weight-600 {
  font-weight: 600;
}

.product__button {
  background: #ed3237;
  max-width: 400px;
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .4);
  z-index: 100;
  display: none;
  justify-content: center;
}

.img-holder {
  max-height: 100vh;
}

.slide-max-height {
  max-height: 90vh;
}

.x-close {
  position: absolute;
  right: 0px;
  background: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.controls {
  position: absolute;
  top: 10%;
  display: flex;
  width: 100%;
  height: 50vh;
}

.controls > img {
  background: #FFF;
}

.back-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
}

.back-next > img {
  background: #FFF;
  border-radius: 100%;
  cursor: pointer;
}

.about-video {
  width: 100%;
  min-height: 300px;
}

.phone-icon {
  width: 16px;
  margin-right: 6px;
  margin-left: 6px;
}

.whatsapp-icon {
  width: 28px;
}

.partners-button {
  border: #ed3237 2px solid;
  color: #ed3237;
}

.blog-img {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}

.blog-title {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5662640056022409) 64%, rgba(0,0,0,0) 100%);
}

.pre-prove {
  background: #a63035;
}

.pre-prove__check {
  width: 30px;
}

.simu__thumb {
  border-radius: 2px;
  border: 5px solid #fccc0c;
}

.icetran {
  background: #0297a7;
}

.temonitore {
  background: #f9982d;
}

.temonitore__logo {
  max-width: 450px;
}

.temonitore__icon {
  max-width: 60px;
}

.temonitore__button {
  background: #000;
  font-weight: bolder;
  width: 100%;
  max-width: 400px;
  font-size: 36px;
  color: #f9982d;
}

.max-height-300 {
  max-height: 300px;
}

.carousel-indicators li {
  background-color: #000;
}

.mobile-categories {
  height: 60px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #000 !important;
}

.category-item:hover {
  font-weight: bold;
}

.point-icons {
  width: 64px;
}

.card-title {
  font-size: 18px;
}

.old-price {
  text-decoration: line-through;
  color: #575757;
}

.btn-product {
  background: #fccc0c;
  color: #000;
  font-size: 16px;
}

.btn-product:hover {
  background: #c29d0a;
  font-weight: 600 !important;
}

.btn-product-detail {
  background: #292929;
  color: #FFF;
  font-size: 16px;
}

.btn-product:hover, .btn-product-detail:hover {
  font-weight: bold;
}

.hold-detail-img {
  min-height: 300px;
  padding: 10px 0px;
}

.thumbnail-img-detail {
  height: 70px;
  position: relative;
  overflow: hidden;
}

.btn-carrinho {
  background: #fccc0c;
  color: #000;
  font-size: 24px;
  max-width: 400px;
}

.register-input {
  border: none;
  border-bottom: 2px solid #3b3b3b;
  border-radius: 0px;
  font-size: 18px;
}


.cart {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100vh;
	z-index: 1000;
}

.cart > .hold-cart {
	position: absolute;
	width: 20%;
	min-width: 350px;
	height: 100vh;
	background: #FFF;
	top: 0px;
	right: 0px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.cart > .hold-cart > .title {
	width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding: 20px;
    height: 10%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cart > .hold-cart > .title > #x-close-cart {
	font-size: 30px;
	font-weight: 900;
	cursor: pointer;
}

.cart > .hold-cart > .title > h2 {
	font-size: 24px;
}

.produtos {
	display: flex;
	flex-flow: column;
	height: 100%;
	overflow-y: auto;
	padding: 0px 10px;
}

.produtos > .produto {
	display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 2px solid #FDA30D;
}

.produtos > .produto > input {
	width: 60px;
    height: 40px;
    font-size: 26px;
    text-align: center;
}

.cart > .hold-cart > .infos {
	display: flex;
	flex-flow: column;
	height: 15%;
	justify-content: space-evenly;
	align-items: center;
}

.cart > .hold-cart > .infos > h3 {
	font-size: 20px;
}

.cart > .hold-cart > .infos > .cep {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cart > .hold-cart > a > button {
	height: 10%;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  width: 100%;
	background: #FDA30E;
	border: none;
	min-height: 70px;
	color: #000;
}

.trash-icon {
	width: 28px;
	margin-left: 5px;
	cursor: pointer;
}

#cartIcon {
  position: fixed;
  z-index: 999;
  bottom: 2%;
  right: 2%;
  width: 200px;
  height: 61px;
  cursor: pointer;
}

.question-icon {
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  opacity: .6;
  transition: all .5s;
  font-size: 25px;
  border: #fccc0c 2px solid;
}


.answered-question {
  background: #2b69ab;
  opacity: 1;
  border: #2b69ab 2px solid;
}

.question-icon:hover {
  opacity: 1;
}

.active-question {
  background: #fccc0c;
  opacity: 1;
}

.hold-question-num {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}

.test-option {
  background: #a33135;
}

.test-rules {
  overflow: hidden;
  min-height: 100px;
  height: auto;
}

pre {
  font-family: 'Source Sans Pro';
}

.alert {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  z-index: 1000;
  animation: hideAlert 2s forwards;
}

.success-alert {
  background: #fccc0c;
}

.danger-alert {
  background: #a33135;
}

@keyframes hideAlert {
  0% {
    bottom: 5%;
  } 70% {
    bottom: 5%;
  } 100% {
    bottom: -20%;
  }
}

.thumbnail-img {
  cursor: pointer;
  opacity: .8;
  max-width: 100%;
}

.thumbnail-img:hover {
  opacity: 1;
}

.announce-1 {
  width: 100%;
  background-color: #ebebeb;
}

.form-check-label {
  width: 100%;
  cursor: pointer;
}

.question-option-item {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.question-option-item:hover {
  background: #c7c7c7;
}

.comment-block {
  max-height: 450px;
  overflow-y: auto;
}

@media screen and (max-width: 600px) {
  .question-icon {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }

  .hold-question-num {
    gap: 15px 15px;
  }
  
}

.whatsapp {
  position: fixed;
  top: 82%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
  width: 100px;
  height: 100px;
}

@media screen and (max-width:500px) {
  .whatsapp {
    right: 10px;
    width: 80px;
    height: 80px;
  } 
}

.whatsapploja {
  position: fixed;
  bottom: 2%;
  right: 1%;
  padding: 10px;
  z-index: 1000;
  width: 100px;
  height: 100px;
}

.payment-option {
  opacity: .5;
  cursor: pointer;
}

.payment-option:hover {
  opacity: 1;
}

.payment-option.active {
  opacity: 1;
}

.capitalize {
  text-transform: capitalize;
}


.partner-section > h1 {
  font-family: 'Bebas Neue';
  font-size: 50px;
}

.partner-section > h2 {
  font-size: 1.75rem;
}

.partner-section > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-section > p > img {
  margin: 10px 10px;
  max-width: 400px;
}

.partner-section > ul, .partner-section > * > ul {
  width: 100%;
  list-style: none;
}

.partner-section > ul > li, .partner-section > * > ul > li {
  font-size: 20px;
  width: 50%;
  display: block;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  padding-right: 5px;
}

@media screen and (max-width: 960px) {
  .partner-section > ul > li, .partner-section > * > ul > li {
    width: 100% !important;
  }
}

.partner-section > ul > li::before, .partner-section > * > ul > li::before {
  content: '✓';
  color: #FFF;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: #fccc0c;
  margin-right: 10px;
  font-weight: bolder;
}

.renderAddress {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(255, 255, 255, .9);

}

.receive-dynamic-content img {
  width: 100% !important;
}