*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body, html{
  width: 100%;
  font-family: Poppins;
}
r{
  color: #D71A60;
  font-weight: bold;
}
a{
  text-decoration: none;
}
.wraper-fim {
  background-image: url('../img/bg4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
:root{
  --pink:#D71A60;
  --brow:#412b3f;
  --blue-grey:#354C52;
}
.margin{
  max-width: 1280px;
  margin: 0 auto;
}
.w50{
  width: 50%;
}
#demo{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
#demo .singletime{
  margin: 0 5px;
  font-size: 1.3em ;
}
.timer-top{
  background-color: var(--blue-grey);
  color: white;
  text-align: center;
  padding: 7px 15px;
  margin: 0 auto;
  border-radius: 15px;
  display: table;
}
.timer-top h4{
  font-size: 1.3em;
}
.timer-top p{
  font-weight: bold;
  font-size: 1.2em;
}
/* modais */
.bg-all{
  background-color: black;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: none;
  height: 100%;
  cursor: pointer;
}
.modal-callback{
  position: fixed;
  top: 50%;
  display: none;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  max-width: 650px;
  width: 100%;
  background-color: var(--blue-grey);
}
.modal-callback .header{
  width: 100%;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.modal-callback .header p{
  color: white;
  font-size: 1.5em;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: bold;
}
.sairModal-call{
  color: white;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: bold;
  position: absolute;
  right: 10px;
  user-select: none;
  cursor: pointer;
  top: 10px;
}
.modal-callback .body{
  background-color:white;
  padding: 15px;
}
.modal-callback .body p{
  color: #372C30;
  font-family: Poppins;
  font-size: 1.5em;
  background-color: var(--blue);
}
.modal-callback .body h2{
  padding: 15px 0;
  color: var(--blue-grey);
  font-family: Poppins;
  font-weight: bold;
}
.modal-callback .footer{
  display: flex;
  justify-content: flex-end;
  padding: 0px 15px 10px 0;
  cursor: pointer;
}
.modal-callback .footer a{
  text-decoration: none;
  color: white;
  margin-top: 15px;
  background-color: var(--pink);
  height: 40px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins';
}
.modal-nao{
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 650px;
  width: 100%;
  display: none;
}
.sairModal{
  user-select: none;
  cursor: pointer;
}
.modal-nao{
  z-index: 999;
}
.modal-nao .header{
  background-color: var(--blue-grey);
  padding: 20px 5px;
  display: flex;
  justify-content: space-between;
}
.modal-nao .header p{
  color: white;
  font-weight: bold;
}
.modal-nao .body{
  display: flex;
  justify-content: space-around;
  padding: 20px 10px;
  background-color: white;
}
.modal-nao .body a{
  color: white;
  justify-content: center;
  display: flex;
  background-color: var(--blue-grey);
  width: 100px;
  height: 47px;
  align-items: center;
}
.modal-nao .footer{
  background-color: var(--blue-grey);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-nao .footer p{
  color: white;
  margin: 10px 10px;
  font-family: 'Helvetica-ne';
}
.modal-nao .footer a{
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid white;
  color: white;
  padding: 10px;
}
.modal-aluno{
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 650px;
  width: 100%;
  display: none;
}
.modal-aluno .header-header{
  background-color: var(--blue-grey);
  color: white;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-aluno .header-header p{
  font-size: 1.5em;
  margin-top: 15px;
}
.modal-aluno .header-header-header{
  padding: 15px;
  color: white;
  display: flex;
  justify-content: space-between;
  background-color: var(--blue-grey);
  border-bottom: 2px solid white;
}
.modal-aluno .header-header-header p{
  font-size: 1.5em;
  text-transform: uppercase;
}
.modal-aluno .header-header form input[type=text]{
  height: 36px;
  width: 250px;
  border: 0;
}
.modal-aluno .header-header form input[type=button]{
  height: 36px;
  border: 0;
  background: #00838F;
  text-transform: uppercase;
  color: white;
  padding: 5px;
  cursor: pointer;
}
.modal-aluno .bodya{
  display: flex;
  justify-content: space-around;
  background-color: var(--blue-grey);
}
.modal-aluno .bodya a{
  color: white;
  border: 1px solid white;
  background-color: var(--red);
  justify-content: center;
  color: white;
  display: flex;
  margin: 10px 0;
  background-color: var(--red);
  width: 100px;
  height: 35px;
  align-items: center;
}
.modal-aluno .body{
  background-color: var(--blue-grey);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.modal-aluno .body p{
  color: white;
  font-size: 1.5em;
  padding: 10px 0;
}
.modal-aluno form{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* modais */

/* HEADER */
header{
  background-image: url('../img/header.png');
  background-size: cover;
}
header .margin{
  display: flex;
  padding: 25px 0;
  background-image: url('../img/amelia.png');
  background-size: 529px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
header .margin h1{
  color: white;
  font-size: 3em;
  margin-bottom: 40px;
  text-align: center;
  font-family: Poppins;
}
header .margin h2{
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
  font-size: 2em;
}
header .margin h2:nth-last-of-type(1){
  font-size: 1em;
  margin-bottom: 40px;
}
header .margin h3{
  text-align: center;
  color: white;
  margin: 30px 0;
}

.btn1{
  color: white;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  margin: 0 auto;
  display: table;
  background-color: var(--blue-grey);

  box-shadow: 0 0 0 0 var(--blue-grey);
	transform: scale(1);
	animation: pulse 2s infinite;
}

/* SECTION1 */
.wraper-cursos{
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-curso{
  border:2px solid var(--blue-grey);
  width: 250px;
  text-align: center;
  padding: 10px;
  margin-top:10px;
}

.single-curso h2{
  font-family: Dancing Script;
  font-size: 2.3em;
  color: var(--blue-grey);
  text-shadow: 0 0 5px var(--blue-grey);
  margin: 2px 0;
}
.single-curso p{
  text-align: left;
  margin: 8px 3px;
}
.single-curso .saiba{
  color: #D71A60;
  font-weight: bold;
  padding: 3px;
}
.comprar-wraper{
  margin-top: 15px;
}
.value-true{
  color: #0EBB2B;
  text-decoration: underline;
}
.value-false{
  color: red;
  text-decoration: line-through;
}
.comprar-wraper h3{
  color: #372C30;
}
.comprar-wraper p{
  text-align: center;
  color: #372C30;
  margin: 0;
  margin-bottom: 15px;
}
.comprar-wraper .btn-comprar{
  color: white;
  background-color: #D71A60;
  padding: 8px 10px;
  cursor: pointer;
}
.box-sub-title{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 150px;
  font-family: Poppins;
  
  font-size: 1.2em;
  background-color: var(--blue-grey);
  letter-spacing: 3px;
  position: relative;
  left: -20px;
}
.box-sub-title h3{
  font-size: 1.0em;
  text-shadow: 0 0 5px var(--pink);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.box-sub-title:before {
  position: absolute;
  content: " ";
  left: 0;
  bottom: -10px;
  display: block;
  border-bottom: 10px;
  border-left: 10px solid rgba(0,0,0,0);
  border-right: 0 solid rgba(0,0,0,0);
  border-top: 10px solid var(--blue-grey);
}

/* Section2 */
.section2{
  margin-top: 25px;
  background-color: #412b3f;
  padding: 20px;
  text-align: center;
  color: white;
  letter-spacing: 5px;
}
.section2 h2{
  font-size: 3em;
}
.wraper-beneficios{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.single-beneficio{
  width: 426px;
  margin: 20px auto;
}
.single-beneficio h3{
  font-size: 1.9em;
  
}
.single-beneficio i{
  font-size: 3.9em;
  margin-bottom: 20px;
}


/* section3 */
section.vitrine-section {
  margin: 30px 0;
  text-align: center;
}
section.vitrine-section h2{
  text-align: center;
  font-size: 4em;
}
.wraper-w50.vitrine{
  max-width: 900px;
  margin: 50px auto;
  flex-direction: revert;
}
img.vitrine{
  height: 350px;
  width: 80%;
  object-fit: cover;
}
h3.vitrine{
  text-align: left;
  font-size: 1.7em;
  text-align: center;
  color:var(--pink) ;
}
p.vitrine{
  color: var(--brow);
  padding: 0 13px;
  font-size: 1.2em;
  text-align: justify;
}
.wraper-w50.vitrine {
  max-width: 900px;
  display: flex;
  margin: 50px auto;
  flex-direction: revert;
}
.title{
  font-family: Dancing Script;
  color: var(--blue-grey);
  text-shadow: 0 0 5px var(--blue-grey);
}
.info-comprar a, .btn2{
  color: white;
  background-color: var(--pink);
  padding: 15px;
  display: inline-block;
  margin: 8px 0;

  box-shadow: 0 0 0 0 var(--pink);
	transform: scale(1);
	animation: pulse2 2s infinite;
}
.amelia-foto{
  object-fit: cover;
  object-position: 50% 36%;
}
.section6 h2{
  color: #d81b60;
}
.section6 c{
  color: #d81b60;
  font-weight: bold;
}

/* section7 */
a.fas.fa-tv:hover{
  color: red;
}
a.fab.fa-facebook-square:hover{
  color: #3b5998;
}
.instagram:hover{
  color: #D71A60;
}
.facebook:hover{
  color: #D71A60;
}
.site:hover{
  color: #D71A60;
}
.wraper-redes{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section7{
  padding: 20px 0;
  margin-top: 20px;
  background-color:var(--blue-grey);
  text-align: center;
  color: white;
}
.single-rede i{
  font-size: 3em;
  margin-bottom: 5px;
}
.single-rede{
  color: white;
  width: 366px;
  margin-top: 20px;
}
@media only screen and (max-width: 1054px) {
  header .w50:nth-of-type(1){
    width: 44%;
  }
  header .w50:nth-of-type(2){
    width: 100%;
  }
}/* 1054 */

@media only screen and (max-width: 750px) {
  header .margin{
    background-position: center 30px;
    padding: 0;
  }
  header .w50{
    width: 100%;
  }
  header .w50:nth-of-type(2){
    background-color: rgba(0, 0, 0, 0.7);
    padding: 43px 0;
    margin-top: 422px;
  }
  header .margin{
    flex-wrap: wrap;
  }
  header .margin h1 {
    font-weight: bolder;
    font-size: 2.9em;
    margin-bottom: 24px;
  }
  header .margin h2 {
    font-size: 1.5em;
  }
  header .margin h2:nth-last-of-type(1) {
    margin-bottom: 24px;
  }
  header .margin h3 {
    text-align: center;
    color: white;
    margin: 21px 0 0 0;
  }
  /* section1 */
  .single-curso{
    margin: 10px auto;
  }
  /* vitrine */
  .vitrine{
    flex-wrap: wrap;
  }
  .vitrine .w50{
    width: 100%;
  }
  .wraper-fim img {
    display: none;
  }
}/* 750 */

@media only screen and (max-width: 348px) {
  header .margin h1 {
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 24px;
  }
}/* 348 */













/* ANIMATION */
@keyframes pulse2 {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(215, 26, 96, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(1, 76, 130, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(1, 76, 130, 0);
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(53, 76, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(1, 76, 130, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(1, 76, 130, 0);
	}
}


footer{
  background-color:var(--blue-grey);
}
footer li{
  list-style-type: none;
}
footer li a{
  color: white;
}
footer li a:hover{
  color: var(--color-one);
}
footer .conteudo-footer-wraper{
  justify-content: space-between;
  display: flex;
  padding: 20px 20px;
  color: white;
  flex-wrap: wrap;
}
footer .conteudo-footer-wraper li {
  margin: 6px 0;
}
footer  .conteudo-footer{
  width: 450px;
}
footer .footer-last{
  color: white;
  text-align: center;
  font-family: 'Lato', sans-serif;
  background-color:var(--blue-grey);
  padding: 10px;
}
footer .footer-last a{
  color: var(--color-one);
}
.redes-footer li{
  margin: 10px 0;
}
.menu-footer li a:hover{
  opacity: 0.6;
}

@media only screen and (max-width: 580px) {
  /* Footer */
  .menu-footer{
    margin-top: 10px;
  }
  .redes-footer{
    margin-top: 10px;
  }
}