/* 
    Created on : 12/04/2019, 13:10:31
    Author     : Fagner Silva da AgÃªncia Diamantina
    Site: www.agenciadiamantina.com.br
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Exo', sans-serif;
}

object,
embed,
video,
iframe,
iframe['style']{
    max-width: 100%;
    height: auto;
}

img{
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
}

a img {
    border: none;
    margin: 0;
}

ul{
    list-style: none;
}

fieldset{border: 0;}
input,
select,
textarea{padding: 10px; width: 100%;}
input.btn{width: auto; cursor: pointer;}

.container{
    display: block;
    width: 100%;
}

.content{
    width: 76%;
    padding: 40px 0;
    display: block;
    margin: 0 auto;
}

.btabrir:hover {
    transform: scale(1.2)
}
.btabrir {
    background-color: #118e3d;
    display:table;
    margin: 20px auto;
    padding: 8px 20px;
    color:#fff;
    border-radius: 6px;
    cursor:pointer;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    transform: scale(1);
    transition: 0.3s;
}

.rounded{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* mailchimp */
.insc_mailchimp b{ color: #A7700A !important; }
#mc_embed_signup{
    background:#F2AA27; 
    border-radius: 10px; 
    clear:left; 
    font:14px Helvetica,Arial,sans-serif; 
    width:100%;
}
/*- Páginas Externas -*/
.pgexternas{ 
    margin: 100px auto;
    max-width: 100%;
    width: 980px;
    padding-left: 20px;
    padding-right: 20px;
}
.pgexternasTop{ 
    height: 80px;
}
.pgexternasTopCont {
    text-align: center;
    padding-top: 30px;
}
.pgexternasTitle {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.pgexternasTitle h1{font-family: 'Exo', sans-serif;}
.pgexternasTitle b {color: #F2AA27;}
.menu_top {
    background-color: #004323;
    margin-top: 20px;
}
.menu_top li {
    display: inline-block;
    padding: 10px;
}
.menu_top li a{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.menu_top li a:hover{ color: #FF9300; }
@media (max-width: 60em){ .content{width: 95%} }

.clear{clear: both;}
.fl_right{float: right;}
.fl_left{float: left;}

.color_blue{color: #0E96E5;}
.color_green{color: #56b748;}
.color_yellow{color: #F2AA27;}
.color_red{color: #F43E33;}
.color_purple{color: #7551CD;}
.color_pink{color: #B873CD;}

.bg_blue{background-color: #0E96E5;}
.bg_green{background-color: #56b748;}
.bg_yellow{background-color: #F2AA27;}
.bg_red{background-color: #F43E33;}
.bg_purple{background-color: #7551CD;}
.bg_pink{background-color: #B873CD;}

.main_header{
    position: absolute;
    text-indent: -9999px;
}

.main_footer{
    text-align: center;
    background: #d7d7d7;
    color: #05462a;
}

.footer_terms ul{
    list-style: none;
    margin-top: 20px;
}

.footer_terms li{
    display: inline-block;
    margin: 0 8px;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_terms li a{
    color: #021A10;
    text-decoration: none;
}

.footer_terms li a:hover{
    color: #05462A;
}

.footer_copy{
    color: #555;
    font-size: 0.7em;
    text-transform: uppercase;
    background: #222;
    text-align: center;
    padding: 15px;
}

.section_header{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.section_header h1{
    font-size: 2em;
    text-transform: uppercase;
    color: #333;
    text-shadow: 1px 1px 0 #ccc;
}

@media (max-width: 44em){ .section_header h1{font-size: 1.4em;} }

.section_button{
    padding: 0 15px;
    margin-top: 20px;
}

/***********************************
########################## BOX MODEL
***********************************/
.box{
    display: inline-block;
    width: 100%;
    padding: 15px;
    vertical-align: top;
}

.box img{
    width: 100%;
}

.box2{
    width: 50%;
}

.box3{
    width: 33.32%;
}

.box4{
    width: 25%;
}

@media (max-width: 60em){ .box3, .box4{width: 50%;} }
@media (max-width: 44em){ .box2, .box3, .box4{width: 100%;} }


/***********************************
########################## BTN CLASS
***********************************/

.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #56b748;
    border: 1px #4a9e3e solid;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn:hover {
    background: #4a9e3e;
    border-color: #3e8434;
}

.btn_blue{
    background-color: #0E96E5;
    border-color: #096397;
}
.btn_blue:hover{
    background-color: #096397;
    border-color: #135c7d;
}

.btn_yellow{
    background-color: #F2AA27;
    border-color: #E49D48;
    text-transform: uppercase;
}
.btn_yellow:hover{
    background-color: #CC8D41;
    border-color: #9B6B31;
}

.btn_red{
    background-color: #F43E33;
    border-color: #B32C24;
}
.btn_red:hover{
    background-color: #B32C24;
    border-color: #91211B;
}

.btn_purple{
    background-color: #7551CD;
    border-color: #6046A4;
}
.btn_purple:hover{
    background-color: #6046A4;
    border-color: #4B3781;
}

.btn_pink{
    background-color: #B873CD;
    border-color: #A366B7;
}
.btn_pink:hover{
    background-color: #A366B7;
    border-color: #835293;
}

/***********************************
############################ LP HOME
***********************************/

.lp_hunter{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 6% 0;
}

.lp_hunter_optin{
    display: block;
    width: 540px;
    max-width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px 1px #000;
}

.lp_hunter_optin header{
    display: block;
    padding: 30px;
    text-align: center;
}

.lp_hunter_optin header img{
    margin-bottom: 20px;
    width: 260px;
    max-width: 80%;
}

.lp_hunter_optin header h1{
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.lp_hunter_optin header p{
    font-size: 0.9em;
    color: #888;
}

.lp_hunter_optin_btn{
    padding: 0 30px;
}

.lp_hunter_optin_form{
    padding: 0 30px 40px 30px;
}

.lp_hunter_optin_social{
    padding: 20px;
    margin-top: 30px;
    background: #fbfbfb;
    text-align: center;
}

/***********************************
##################### INFORMAÇÕES
***********************************/
.informacoes {
    background: #f2aa27;
}
.infHea{
    color: #FFFFFF;
    font-size: 18px;
    border-left: 4px solid #e69b14;
    padding-left: 5px;
    margin-bottom: 10px
}
.infCont {
    display: flex;
    margin-top: 30px;
}
.infBen1 {
    width: 50%;
    background-color: #024AB2;
    color: #FFF;
    padding: 20px;
}
.infBen1 h2 {
    margin-bottom: 5px;
}
.infBen1 li {
    line-height: 32px;
}
.infBen1 li:before{
    font-family:'FontAwesome';
    content: "\f107";
    padding-right: 5px;
}
.infBen2 {
    width: 50%;
    background-color: #024AB2;
    color: #FFF;
    padding: 20px;
}
.infBen2 h2 {
    margin-bottom: 5px;
}
.infBen2 a {
    color: #f2aa27;
}
.infBen2 a:hover {
    color: #ecbc64;
}
.infImg {
    width: 40%;
    padding-left: 50px;
}
.infFaq { 
    align-items: center;
    display: flex;   
    margin-top: 45px;
}
.infFaqGeral{
    width: 50%;
    margin-top: 12px;
}
.infFaq h2 {
    color: #75510F;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.infFaqGeral a {    
    color: #f4b94e;
}
.infFaqGeral a:hover {
    color: #ecbc64;
}
.infFaq-item input{
    display:none;
}
.infFaq-item label{
    display: block;
    border: 1px solid #EC982B;
    background: #F4B94E;
    cursor: pointer;
    padding: 10px 10px;
    color: #75510F;
    text-transform: uppercase;
    font-weight: 500;
}
.infFaq-content{
    color: #FFFFFF;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
 }
[id^=accordion]:checked ~ .infFaq-content {
    height: auto;
    background: #75510F;    
    padding: 20px;
}
.infFaqImg {
    width: 34%;
    margin: 0px auto;
}
@media (max-width: 60em){ 
    .infBox, .infBen1, .infBen2, .infFaqGeral{width: 50%;} 
    .infCont { display: inherit;}
    .infImg, .infFaqImg {display: none;}
}
@media (max-width: 44em){ 
    .infBox , .infBen1, .infBen2, .infFaqGeral{width: 100%;} 
    .infCont { display: inherit;}
    .infImg, .infFaqImg {display: none;}
}
/***********************************
##################### LP DESCRIPTION
***********************************/

.lp_description_item{
    padding: 20px;
    border: 1px solid #eee;
    border-left: 5px solid #ccc;
}

.lp_description_item h1{
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.lp_description_item h1 span{
    padding-bottom: 6px;
    border-bottom: 4px solid #ccc;
}

/***********************************
######################### AUTHOR BOX
***********************************/

.lp_author{
    background: #eee;
}

.lp_author_box{
    display: block;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}

.lp_author_box header{
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.lp_author_box header h1{
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.lp_author_box p{
    margin-top: 20px;
    font-size: 1em;
    color: #333;
}

.lp_author_box_avatar{
    width: 70px;
    position: absolute;
    left: 100%;
    top: 100%;
    margin-left: -90px;
    margin-top: -50px;
    border: 5px solid #eee;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
}

.lp_author_box:hover .lp_author_box_avatar,
.lp_author_box_avatar:hover{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

/***********************************
########################## SOCIAL BOX
***********************************/



.lp_social .lead_take .thumb{
    position: relative;
    margin-bottom: 10px;
}

.lp_social .lead_take .false_bg{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5) url(images/logo_icon.png) left 15px bottom 15px no-repeat;
    background-size: 50px;*/
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

.lp_social .lead_take .false_bg:hover{
    background-color: rgba(0,0,0,0);
}

.lp_social .lead_take h1{
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 10px;
}

.lp_social .lead_take span{
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.875em;
    border-bottom: 1px dotted #eee;
}

.lp_social .lead_take span:hover{
    border-color: #000;
}


/***********************************
######################### HOME VIDEO
***********************************/

.lp_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 0 20px 0;
}

.lp_video_content{
    width: 680px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.lp_video_content h1{
    font-size: 2.2em;
}
.lp_video_content b{
    color: #F2AA27
}

.lp_video_content_yt{
    padding: 20px;
    background: rgba(255,255,255,0.9);
    margin: 10px 0 30px 0;
}


/**************************
################## CONTAGEM
**************************/
.contagem .title {
    margin: 0 auto;
    display: table;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
}
.contagem{
    display: table;
    margin: 0 auto;
    padding: 20px;
    background: rgba(5, 70, 42, 0.74);
    margin-top: 40px;
    border-radius: 15px;
}
.contagem div {
    display:table;
    margin:10px;
    padding:20px;
    float:left;
}
.contagem div span {
    display:block;
}
.contagem div span.num {
    background-color:#f2aa27;
    font-size:20px;
    font-weight: bold;
    line-height:60px;
    width:60px;
    height:60px;
}
.contagem div span.let {
    font-size: 16px;
    padding-top:8px;
}
.contagem div span.diaN {
    background-color:#f2aa27;
    font-size:20px;
    font-weight: bold;
    line-height:60px;
    width:60px;
    height:60px;
}
.contagem div span.diaL {
    font-size: 16px;
    padding-top:8px;
}


/***********************************
############################# REVIEWS
***********************************/

.reviews{
    display: flex;
    margin: 0 auto;
    padding: 40px;
    align-items: center;
}
.thumb{
    flex-basis: 15%;
    margin-right: 20px;
}
.thumb img{
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.reviews-content{
    flex-basis: 95%;
}
.reviews-content h1{
    font-size: 1.3em;
    margin-bottom: 8px;
    color: #555;
}


/***********************************
############################# THANKS
***********************************/


.lp_thanks{
    text-align: center;
}

.lp_thanks .content{
    padding: 25px 0;
}

.lp_thanks header h1{
    display: inline-block;
    font-size: 2em;
    font-weight: lighter;
    color: #555;
    line-height: 1;
    padding: 7px 0;
    padding-left: 50px;
    /*background: url(images/check.png) center left no-repeat;
    background-size: 40px;*/
}

@media(max-width: 44em){ .lp_thanks header h1{font-size: 1.1em; padding: 12px 0; padding-left: 45px;} }

.lp_thanks_cta,
.lp_thanks_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5% 0;
}

.lp_thanks_cta_content{
    width: 640px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.lp_thanks_cta_content img{
    max-width: 50%;
    margin-bottom: 20px;
}

.lp_thanks_text{
    text-align: center;
    padding: 6% 0;
}

.lp_thanks_text header{
    margin-bottom: 40px;
}

.lp_thanks_text header h1{
    font-size: 2em;
    line-height: 1;
    font-weight: lighter;
}

@media(max-width: 44em){ .lp_thanks_text header h1{margin-bottom: 20px;} }

.lp_thanks_text a{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.lp_thanks_video{
    padding: 4% 0;
}

.lp_thanks_video .content{
    padding: 0;
}

.lp_thanks_video_box{
    width: 680px;
    max-width: 90%;
    margin: 0 auto;
}

.lp_thanks_social{
    background: #eee;
    text-align: center;
}

.lp_thanks_social p{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 0.8em;
}

.lp_thanks_social .content{
    padding: 30px 20px;
}




/***********************************
######################## GATES VIDEO
***********************************/

.lp_gates_video{
    display: block;
    width: 100%;
    background-image: url(images/bg_optin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5% 0;
}

.lp_gates_video .content{
    padding: 0;
}

.lp_gates_video_content{
    width: 680px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center; 
}

.lp_gates_video_content_yt{
    padding: 20px;
    background: rgba(255,255,255,0.9);
}

.lp_gates_video_content a{
    margin-top: 20px;
}

.lp_gates_video_cta{
    margin-top: 4%;
}

.bgmodal {
    background:#000000d9;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 9999;
}

.abrirvideo {
    position:fixed;
    z-index: 9999;
    top: 50px;
    margin: 0 auto;
    max-width: 600px;
    text-align:center;
    left:0;
    right:0;
}

.abririframe {
    display:none;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 20px;
    border:8px solid #3d8c45;
    border-radius:6px;
    background-color:#000;
    box-shadow: 0 0 10px #000;
}

.abririframe iframe {
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0
}

.sf {
    background-color:black;
    position:absolute;
    right:0;
    color:white;
    z-index:99;
    top:0;
    margin-top:-20px;
    margin-right:-20px;
    border-radius: 60px;
    width: 30px;
    height:30px;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    box-shadow:0 0 3px #000
}