*{
  margin: 0;
  padding: 0;
  font-family: 'Arial';
}

html, body{
  overflow-x: hidden;
  background-color: #feff9b66;
}

#alerts, #popup{
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0, .7);
  transition: .3s;
  overflow: auto;
  text-align: center;
}

#alerts .cont, #popup .cont{
  max-width: 400px;
  left: 50%;
  margin-right: -50%;
  top: 50%;
  margin-bottom: -50%;
  transform: translate(-50%, -50%);
  background: url('/images/changepay/popup.png')center right/ 100% 100% no-repeat;
  padding: 25px 30px;
  box-sizing: content-box;
  position: absolute;
}

#alerts #alertX, #popup #alertX{
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: none;
  background: url(/images/changepay/close.png)center right/ 100% 100% no-repeat;
}

#alerts div.title, #popup span.title{
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}

#alerts div.c, #popup div.sub-msg{
  color: #FFF;
  display: block;
  margin-bottom: 10px;
}

#popup div.c{
  padding: 10px 5px;
}

#popup div.c label{
  display: block;
  color: #FFF;
  text-align: left;
  margin: 0 0 2px 3px;
}

#popup div.c button{
  background-color: #ff7c00;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 999px;
  margin: 30px auto 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
  font-weight: bold;
  border: 3px outset #ff6900;
  display: block;
}

#popup div.c input{
  display: block;
  padding: 8px;
  border-radius: 15px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;

}

.scrollToEnroll{
  cursor: pointer;
}

div.container{
  width: 960px;
  margin: 0 auto;
}

header.mobile{
  display: none;
}

header img{
  width: 100%;
}

section#videos h1{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

section#videos video,
section#videos img.thumb{
  width: 450px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

section#videos video{
  display: none;
}

section.enroll{
  margin: 40px 0;
}

section.enroll h1{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
}

section.enroll img{
  width: 400px;
  display: block;
  margin: 0 auto;
}

img.animatedButton{
  -webkit-animation: AnimatedButton 2s infinite; /* Safari 4+ */
  -moz-animation:    AnimatedButton 2s infinite; /* Fx 5+ */
  -o-animation:      AnimatedButton 2s infinite; /* Opera 12+ */
  animation:         AnimatedButton 2s infinite; /* IE 10+, Fx 29+ */
}

section.texts{
  margin: 25px 0;
}

section.texts div.topic{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}

section.texts div.topic img{
  width: 400px;
  margin-right: 20px;
}

section.texts div.topic div.infos div.text{
  height: 200px;
  overflow: hidden;
}

section.texts div.topic div.infos div.text h1{
  font-weight: bold;
  font-size: 18px;
  text-shadow: -1px 1px 0px #4c4c4c;
}

section.texts div.topic div.infos div.text p{
  text-align: left;
  margin: 15px 0;
}

section.texts div.topic div.infos button{
  background-color: #00f500;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 999px;
  margin: 30px auto 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
  font-weight: bold;
  border: 3px outset #00f500;
  display: block;
}

section.texts div.enroll{
  text-align: center;
  margin: 50px 0 30px;
}

section.texts div.enroll h1{
  font-size: 18px;
  text-shadow: -1px 1px 0px #4c4c4c;
}

section.texts div.enroll p{
  margin: 5px 0 30px;
  text-align: center;
}

section.texts div.enroll img{
  width: 300px;
}

section.texts div.enroll img.numberOfEnroll{
  width: 260px;
}

section.texts div.enroll img.certificate{
  width: 500px;
}

section#biblicalThemes img{
  width: 450px;
  display: block;
  margin: 0 auto;
}

section#biblicalThemes ul{
  text-align: center;
  list-style: none;
  display: block;
  width: 400px;
  margin: 0 auto;
}

section#biblicalThemes ul li{
  display: none;
  padding: 7px 0;
  font-size: 18px;
  border-bottom: 1px solid #c5c5c5;
  color: #424242;
}

section#biblicalThemes ul li:last-child{
  border-bottom: none;
}

section#biblicalThemes ul li:nth-child(1),
section#biblicalThemes ul li:nth-child(2),
section#biblicalThemes ul li:nth-child(3){
  display: block;
}

section#biblicalThemes button{
  background-color: #00f500;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 999px;
  margin: 30px auto 0;
  cursor: pointer;
  color: #FFF;
  outline: none;
  font-weight: bold;
  border: 3px outset #00f500;
  display: block;
}

section#depoimentos img{
  width: 600px;
  display: block;
  margin: 0 auto;
}

section#porQueCobramos img{
  display: block;
  margin: 10px auto;
  width: 400px;
}

section#porQueCobramos div.text{
  height: 100px;
  overflow: hidden;
}

section#porQueCobramos div.text p{
  text-align: center;
  margin: 15px 0;
}

section#porQueCobramos button{
  background-color: #00f500;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 999px;
  margin: 10px auto 20px;
  cursor: pointer;
  color: #FFF;
  outline: none;
  font-weight: bold;
  border: 3px outset #00f500;
  display: block;
}

section#buyPlans{
  margin-top: 10px;
  display: none;
}

section#buyPlans div.plans{
  border: 10px solid #216594;
  border-radius: 20px;
  width: 700px;
  margin: 20px auto 0;
  padding: 20px;
  box-sizing: border-box;
}

section#buyPlans div.plans h1.anualPlan{
  font-size: 30px;
  color: #ff0000;
  text-align: center;
  text-transform: uppercase;
}

section#buyPlans div.plans p{
  text-align: center;
  color: #ff9000;
  font-weight: bold;
}

section#buyPlans div.plans div.planLines{
  border-radius: inherit;
  margin-top: 20px;
}

section#buyPlans div.plans div.planLines div#qnt{
  text-align: center;
  border: 1px solid #216594;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

section#buyPlans div.plans div.planLines div#qnt span{
  color: #216594;
  font-weight: bold;
}

section#buyPlans div.plans div.planLines div#qnt select{
  background: #216594;
  cursor: pointer;
  border-radius: 999px !important;
  color: #FFF;
}

section#buyPlans div.plans.br div.planLines div.prices{
  width: 33%;
  float: left;
}

section#buyPlans div.plans.usa div.planLines div.prices{
  width: 100%;
}

section#buyPlans div.plans.usa div.planLines div.prices:not(.card){
  display: none;
}

section#buyPlans div.plans div.planLines div.prices div.title,
section#buyPlans div.plans div.planLines div.prices ul li:not(.warning){
  padding: 4px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  display: block;
  text-align: center;
  margin: 5px auto;
  font-size: 15px;
  border: 1px solid #216594;
}

section#buyPlans div.plans div.planLines div.prices div.title{
  color: #FFF;
  background-color: #216594;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  width: 90%;
}

section#buyPlans div.plans div.planLines div.prices ul li:not(.warning){
  position: relative;
  color: #216594;
  cursor: pointer;
  transition: 0.2s;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px 0;
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: auto 25px;
  box-sizing: border-box;
  width: 95%;
}
  
section#buyPlans div.plans div.planLines div.prices ul li.warning{
  display: block;
  text-align: center;
}

section#buyPlans div.plans div.planLines div.prices ul li.warning span{
  display: block;
}

section#buyPlans div.plans div.planLines div.prices ul:not(#valuesCredito) li.warning{
  font-size: 11px;
  color: #000;
  font-weight: normal;
}

section#buyPlans div.plans div.planLines div.prices ul#valuesCredito li.warning{
  color: #fd2f01;
  font-weight: bold;
  padding: 4px 0 2px 0;
}

section#buyPlans div.plans div.planLines div.prices ul li:not(.warning):hover{
  background-color: #216594;
  color: #FFF;
}

section#buyPlans div.plans div.planLines div.prices ul#valuesDeposito li:not(.warning){
  padding-right: 35px !important;
}

section#buyPlans img{
  display: block;
  margin: 30px auto 0;
  width: 400px;
}

section#contact h2{
  text-align: center;
  margin-top: 50px;
  font-weight: normal;
  font-size: 16px;
}

section#contact img{
  display: block;
  margin: 10px auto;
  width: 500px;
  cursor: pointer;
}

/*|||||||||||||||||||||||||||||||*/
/*||||||||   KEYFRAMES   ||||||||*/
/*|||||||||||||||||||||||||||||||*/
@-webkit-keyframes AnimatedButton {
  0%   { transform: scale(0.8); }
  50% { transform: scale(1); }
  100% { transform: scale(0.8); }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*||||||||   RESOLUÇÃO MOBILE (menos que 960px)   ||||||||*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media (min-width: 0px) and (max-width: 959px){
  html, body{
    background-color: #FFF;
  }

  div.container{
    width: 100%;
  }

  header.mobile{
    display: block;
  }

  header.desktop{
    display: none;
  }

  section#videos video,
  section#videos img.thumb{
    width: 100%;
    margin-top: 30px;
  }

  section.texts div.topic{
    flex-direction: column;
  }

  section.texts div.topic img{
    width: 100%;
    margin-bottom: 15px;
  }

  section.texts div.topic div.infos div.text{
    height: 220px;
  }

  section.texts div.topic div.infos div.text h1,
  section.texts div.topic div.infos div.text p{
    text-align: center;
  }

  section.texts div.topic div.infos div.text h1,
  section.texts div.topic div.infos div.text p,
  section.texts div.enroll h1,
  section.texts div.enroll p,
  section.enroll h1,
  section#biblicalThemes ul li,
  section#porQueCobramos div.text p,
  section#contact h2{
    padding-left: 15px;
    padding-right: 15px;
  }

  section#videos div.video iframe,
  section.enroll img,
  section.texts div.enroll img,
  section.texts div.enroll img.certificate,
  section#biblicalThemes img,
  section#biblicalThemes ul,
  section#depoimentos img,
  section#depoimentos img,
  section#porQueCobramos img,
  section#buyPlans img,
  section#contact img,
  section#videos div.video img.info{
    width: 100%;
  }

  section#buyPlans div.plans{
    width: 100%;
    padding: 10px;
  }

  section#buyPlans div.plans div.planLines div#qnt select{
    display: block;
    margin: 5px auto 0;
  }

  section#buyPlans div.plans div.planLines div.prices{
    width: 100% !important;
    float: none !important;
  }

  section#buyPlans div.plans div.planLines div.prices div.title,
  section#buyPlans div.plans div.planLines div.prices ul li{
    width: 100%;
    box-sizing: border-box;
  }
  
  section#buyPlans div.plans div.planLines div.prices ul li.warning span{
    display: inline;
  }
  
  section#buyPlans div.plans div.planLines div.prices ul:not(#valuesCredito) li.warning{
    padding: 7px;
  }
}