@charset "UTF-8";
/* CSS Document */

body {
	background: rgb(144,186,124);
	background: -moz-linear-gradient(45deg, rgba(144,186,124,1) 0%, rgba(192,223,177,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(144,186,124,1) 0%, rgba(192,223,177,1) 100%);
	background: linear-gradient(45deg, rgba(144,186,124,1) 0%, rgba(192,223,177,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90ba7c",endColorstr="#c0dfb1",GradientType=1);
}

/* Headline */
.headline h1 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    margin: 35px 0 20px 0;
}
.headline h2 {
    text-align: center;
    color: #ba2b21;
    font-size: 20px;
    margin: 0 0 10px 0;
}
/* Headline */

/* Vídeo VSL */
.video-vsl {
    clear: both;
    display: block;
    width: 860px;
    margin: auto;
}
.video-vsl p {
	color: #000000;
	text-align: center;
	font-size: 18px;
	margin: 20px 0 5px 0;
}
.video-vsl a {
	text-decoration: none;
}
span.cta {
    clear: both;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    padding: 20px 0;
    margin: 20px auto;
    width: 50%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.blob.green {
  background: rgba(85, 155, 45, 1);
  box-shadow: 0 0 0 0 rgba(85, 155, 45, 1);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(85, 155, 45, 0.9);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(85, 155, 45, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(85, 155, 45, 0);
  }
}
img.vards.img-fluid {
    clear: both;
    display: block;
    width: 55%;
    margin: 0 auto;
}
img.seguro {
    clear: both;
    display: block;
    width: 50%;
    margin: 0 auto 50px auto;
}
.borda-video {
	border: solid 2px #000000;
}
/* Vídeo VSL */

/* Estido FB Comments */
.col-fb-center {
	border: none !important;
	margin: auto !important;
}
.fb-comments {
  border: 1px solid #e9ebee;
  border-radius: 3px;
  padding: 0 15px;
  padding-bottom: 15px;
  margin: auto;
  position: relative;
  color: #4267b2;
  background: #ffffff;
}

.fb-comments-header {
  padding: 15px 0;
  border-bottom: 1px solid #e9ebee;
}

.fb-comments-header span {
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
}

.fb-comments-comment {
  border: none;
  padding: 0;
  margin: 10px 0;
  width: 100%;
}

.fb-comments-reply-wrapper {
  margin-left: 60px;
  border-left: 1px dotted #e9ebee;
  padding-left: 5px;
}

tr,
td {
  border: none;
  margin: 0;
}

td {
  padding: 2.5px;
}

tr {
  padding: 2.5px 0;
}

.fb-comments-comment-img {
  vertical-align: top;
  width: 48px;
  padding-right: 5px;
}

.fb-comments-comment-img img {
  max-width: 48px;
  border-radius: 25px;
}

.fb-comments-comment-name {
  font-size: 0.85em;
}

.fb-comments-comment-name name {
  color: #365899;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  cursor: hand;
}

.fb-comments-comment-name name:hover {
  text-decoration: underline;
}

.fb-comments-comment-name occupation {
  color: #90949c;
}

.fb-comments-comment-text {
  font-size: 0.9em;
  color: #000;
  border-radius: 21px;
  background-color: #eaebef;
  padding: 10px 20px;
}

.fb-comments-comment-actions like,
.fb-comments-comment-actions reply {
  font-size: 0.75em;
  color: #4267b2;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.fb-comments-comment-actions like.liked {
  color: #90949c;
}

.fb-comments-comment-actions like:hover,
.fb-comments-comment-actions reply:hover {
  text-decoration: underline;
}

.fb-comments-comment-actions likes {
  font-size: 13px;
  background: url(../img/like.png);
  background-repeat: no-repeat;
  padding-left: 43px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-top: -10px;
  float: right;
  background-color: #fff;
  border: solid #eaebef;
  border-radius: 19px;
}

.fb-comments-comment-actions date {
  font-size: 0.75em;
  color: #90949c;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.fb-comments-comment-actions date:hover {
  text-decoration: underline;
}

.fb-comments-loadmore {
  background: #4080ff;
  border: 1px solid #4080ff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 0.875em;
  text-shadow: none;
  width: 100%;
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
}

.fb-reply-input {
  border: 1px solid lightgrey;
  border-radius: 3px;
  width: 100%;
  padding: 5px 7.5px;
  font-size: 0.75em;
  color: #000;
  outline: none;
}

.fb-reply-input:hover,
.fb-reply-button:hover {
  outline: none;
}

.fb-reply-button {
  background: #4080ff;
  border: 1px solid #4080ff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 7.5px;
  text-shadow: none;
  width: 100%;
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
  outline: none;
}

.bbtn {
  width: 100%;
  max-width: 449px;
}
/* Estido FB Comments */

/* PopUp */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    font-family: "Helvetica";
    max-width: 700px;
    height: 405px;
    top: 30%;
    left: 50%;
    margin-left: -350px;
    margin-top: -100px;
    background-color: #ffffff;
    z-index: 9999;
}

.sidepop {
  width: 10%;
  float: right;
}

/*   This is the closing button  */
#btnClose {
    display: block;
    right: 10px;
    position: absolute;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    color: red;
}

.txtright {
  width: 100%;
  padding: 0;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}

.btn-red {
  background-color: #af5555;
  color: #fff;
  border-radius: 5px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .delayedPopupWindow {
    margin-left: 1%;
    width: 100%;
    left: 0%;
    padding: 0;
	height: 230px !important;
  }

  .imgleft {
    float: left;
    width: 48%;
    padding: 1%;
  }

  .txtright {
    float: right;
    width: 100%;
    padding: 1%;
  }

  .txtright > h3 {
    font-size: 18px;
  }

  .btn-lg {
    font-size: 14px;
    padding: 10px 5px;
  }
}
/* PopUp */

/* Footer */
footer.footer {
	background: #ffffff;
	padding: 30px 0;
}
footer.footer p {
    text-align: center;
    font-size: 16px;
}
/* Footer */

/* Páginas de obrigado */
section.pag-obrigado {
    background: #000000;
    padding: 75px 0;
}
section.pag-obrigado h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 auto 30px auto;
}
section#pag-obrigado p {
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    font-size: 18px;
}
img.potes-obg {
    clear: both;
    display: block;
    width: 300px;
    margin: auto;
}
img.icon-obg {
    clear: both;
    display: block;
    width: 200px;
    margin: 0 auto 30px auto;
}
/* Páginas de obrigado */

/* Responsivo */
@media (max-width: 700px) {
	img.ultrasecreto {
		width: 80%;
		margin: 20px auto 0 auto;
	}	
	body {
		background-size: 250% !important;
	}
	section.faixa h1 {
		font-size: 20px;
	}
	.headline h1 {
		font-size: 20px;
	}
	.headline h2 {
		font-size: 18px;
	}	
	.video-vsl {
		width: 99%;
		margin: auto;
	}
	.video-vsl p {
		font-size: 11px;
	}	
	h2#flush-headingOne {
		width: 340px;
	}
	.pirataria h2, .pirataria p {
		text-align: center;
	}
	.conteudo-geral h2 {
		font-size: 14px;
	}
}
/* Responsivo */