/*
Estilização do layout.
*/
/* 
    Created on : 25/07/2018, 14:02:42
    Author     : jaylan Esquivel
    GitHub     : https://github.com/JaylanEsquivel
    linkedin   : https://www.linkedin.com/in/jaylan-esquivel-134627146/
*/

@font-face {
                font-family: 'Montserrat';
                font-style: regular;
                font-weight: 500;
                src: url('../font/'Montserrat'Alternates-Regular.otf');
}
@font-face {
                font-family: 'Misses';
                font-style: regular;
                font-weight: 200;
                src: url('../fontes/Misses.otf');
}
@font-face {
                font-family: 'MyriadPro';
                font-style: regular;
                font-weight: 300;
                src: url('../fontes/MyriadPro-Bold.otf');
}
/* body{
                background: url('../img/background.jpg');
                background-repeat: no-repeat;
               background-position: center center;
                background-attachment: fixed;
                background-size: 100%;
                height: auto;
}*/

/* MENU TOP */
.menutop .imgimglogo{ position: absolute;top: 0;right: 0;z-index: 99;width: 70%; }
.menutop p{ margin-bottom: 2px;font-family: 'Montserrat'; }
.menutop p i{ color: #6a4b35;margin-right: 10px;}
.imgimglogo2{ position: absolute;top: 35px;left: 5%;z-index: 99;width: 70px;display: none; }
@media(max-width: 480px){ 
    #menulogoimg{ 
        display: block !important;
    }
    .menutop .imgimglogo{ display: none; } 
    .p1top{ margin-top: 8px; }
    .p2top{ margin-top: -25px }
    .imgimglogo2{ display: block; }
}
.menumenumenu{ position: fixed !important;top: 0 !important;right: 0 !important;left: 0 !important;background-color: #6a4b35 !important; }
.navbar-estilo{ background-color: #FFF;text-align: center;padding: 3%;z-index: 3;left: 0;right: 0; position: sticky;top: 0; }
.navbar-nav li{ margin-right: 5px; font-size: 14px; padding-bottom: 2px; padding-top: 2px; border-bottom: 1px solid transparent}
.navbar-nav li a:hover{ color: #353084; border-bottom: 1px solid #353084; transition: 0.5s}


.navbar-estilo ul li a{ color: #373435;text-transform: uppercase;font-family: 'Montserrat'; }
.mrlink{ padding: 5px 10px 5px 10px;border: 1px solid #fff;border-radius: 5px; }
.mrlink i{ color: #373435; }
@media(min-width: 768px){ .navbar-nav{ margin-left: 50px; } }
@media(min-width: 900px){ .navbar-nav{ position: absolute;right: 8%; }}
@media(max-width: 480px){
    .navbar-estilo{ position: static;background-color: #fff; }
    .mrlink i{ color: #fff; }
	
	.apresentation .title {
		margin-top: 55% !important;
		font-size: 30px !important;
	}
	.apresentation1 .tagline {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.2em;
    color: #1b1b1b;
    margin-top: 10%;
    margin-left: 0% !important;
}
.farm_header_container1 {

    min-height: 500px !important;
}
.h1, h1 {
    font-size: 30px !important;
}
.h2, h2 {
    font-size: 25px  !important;
}
	.titulo-one {
    padding: 20px !important;
}
}
/* SLIDE */
.carousel-control-prev p{ background-color: rgba(0,0,0,.2);padding: 10px 12px 3px 8px; }
.carousel-control-prev p span{ width: 15px; }
.carousel-control-next p{ background-color: rgba(0,0,0,.2);padding: 10px 8px 3px 10px; }
.carousel-control-next p span{ width: 15px; }
.conteudo-slide{ position: absolute;top: 30%;left: 0;right: 0;bottom: 0; }
.conteudo-slide h1{ color: #F0F0F0;font-family: 'Montserrat';font-size: 60px }
.conteudo-slide p{ color: #fff;text-transform: uppercase;width: 60%;margin-left: 20%;font-family: 'Montserrat'; }
.conteudo-slide .adoslide{ background-color: #fed325;padding: 8px 20px 8px 20px;border: 1px solid #fed325;color: #6a4b35; }
.img-slide{ height: 600px !important; }
@media(min-width: 769px) and (max-width: 1100px){
    .img-slide{ height: 450px !important; }
    .conteudo-slide{ position: absolute;top: 20%;left: 0;right: 0;bottom: 0; }
    .conteudo-slide button{ padding: 5px 10px 5px 10px; }
}
@media(min-width: 601px) and (max-width: 768px){
    .img-slide{ height: 300px !important; }
    .conteudo-slide{ position: absolute;top: 10%;left: 0;right: 0;bottom: 0; }
    .conteudo-slide h1{ font-size: 35px; }
    .conteudo-slide p{ font-size: 14px;width: 80%;margin-left: 10%; }
    .conteudo-slide button{ padding: 5px 10px 5px 10px; }
}
@media(min-width: 481px) and (max-width: 600px){
    .img-slide{ height: 300px !important; }
    .conteudo-slide{ position: absolute;top: 10%;left: 0;right: 0;bottom: 0; }
    .conteudo-slide h1{ font-size: 25px; }
    .conteudo-slide p{ font-size: 12px;width: 80%;margin-left: 10%; }
    .brmais{ display: none }
    .conteudo-slide button{ padding: 5px 10px 5px 10px; }
}
@media(max-width: 480px){
    .img-slide{ height: 250px !important; }
    .conteudo-slide{ position: absolute;top: 10%;left: 0;right: 0;bottom: 0; }
    .conteudo-slide h1{ font-size: 25px; }
    .conteudo-slide p{ font-size: 12px; }
    .brmais{ display: none }
    .conteudo-slide button{ padding: 5px 10px 5px 10px; }
}

a.dropdown-item {
	color: #636363 !important;
	font-size: 13px;
}
.social_top_ul{
	margin: 10px auto 10px auto !important;
}
.social_top_ul li{
	padding: 2px !important
}
.social_top_ul li a{
	padding: 3px !important;
	color: #F0F0F0 !important;
    background-color: #263238 !important;
}
.social_top_ul li a:hover{
    background-color: #353084 !important;
	transition: 0.4s;
}

.social_footer_ul{
	margin: 10px auto 10px 42% !important;
}
.social_footer_ul li{
	padding: 2px !important
}
.social_footer_ul li a{
	padding: 3px !important;
	color: #5c55cd !important;
}
.social_footer_ul li a:hover{
    background-color: #353084 !important;
	transition: 0.4s;
}



.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 10px !important;
}
.carousel-indicators .active{
    background-color: #353084 !important;
	border: 1px solid #ccc;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-toggle:after { content: none }
.dropdown-menu {
    background-color: #fafafa;
	border-bottom: 2px solid #353084;
    border-radius: 0px;
	padding: 0px;
}
.dropdown-menu .dropdown-item{
	border-bottom: 1px solid transparent
}
.dropdown-menu .dropdown-item:hover{
    background-color: #353084;
	color: #fff !important;
	transition: 0.3s;
}

a .ll:hover {
    color: #fff;
    text-decoration: none;
}

.titulo-one {
	padding: 40px;
}
.titulo-one span{
	color: #828282;
	font-weight: 200;
    text-transform: uppercase;
}
.titulo-one h1{
	color: #3b3b3b;
	font-weight: 500;
	
}

.titulo-one p{
	color: #828282;
	padding-top: 40px;
}

.star{
	background: url('../img/funf.jpg') no-repeat center top fixed;
    background-size: cover;
    position: static;
    overflow: hidden;
}
.star2{
	background: url('../img/funf2.jpg') no-repeat center top fixed;
    background-size: cover;
    position: static;
    overflow: hidden;
}
.star3{
	background: url('../img/biblia.jpg') no-repeat center bottom fixed;
    background-size: cover;
    position: static;
    overflow: hidden;
}
.IBM{
	padding: 120px !important;
}
.EBD{
	padding: 70px !important;
}
.titulo-two {
	padding: 40px;
}
.titulo-two h2{
	color: #fff;
}
.titulo-two p{
	color: #fff;
}
.tfb h3{
	color: #fff;
	font-weight: 400;
    text-transform: uppercase;
}
.seg{
	
	background-color: #353084;
}
.titulo-seg {
	padding: 20px;
}
.titulo-seg h3{
	color: #fff;
	font-weight: 400;
    text-transform: uppercase;
}
.titulo-seg p{
	color: #fff;
}
.ev{
	padding-top: 40px;
	padding-bottom: 40px;
}


.titulo-tre {
	padding: 20px;
		
}
.titulo-tre span{
	color: #fcfcfc;
	font-weight: 200;
    text-transform: uppercase;
}
.titulo-tre p{
	color: #fcfcfc;
	font-style: italic;
}





    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
	
	.voltar-ao-topo {
            position: fixed;
            bottom: 2em;
            right: 2em;
            text-decoration: none;
            color: white;
            background-color: rgba(0, 0, 0, 0.6);
            font-size: 12px;
            padding: 1em;
            display: none;
        }
        .voltar-ao-topo:hover {
            background-color: rgba(0, 0, 0, 0.8);
            color:#ffc600;
        }
        .MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; margin:10px; background: transparent; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
        .btn-primary {
            background-color: #4c4b49 !important;
            border-color: #333 !important;
        }
        .btn-primary:hover {
            background-color: #4c4b49 !important;
            border-color: #333 !important;
        }
        
        .badge {
            font-size: 15px !important;
            padding: 5px 7px;
            border-radius: 6px;
        }

        .marcador {
            color: #fff;
            background-color: #353084;
            position: absolute;

        }
		.btn-outline-secondary{
		border-radius: 0px !important;
        }
        /*slider marcas */
		
.contact{
	
	background: url(http://fengshuiconsulting.com.pt/wp-content/uploads/2019/04/contacto.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px;
	
	
}		
.salmos{
	margin-top: 20px;
	margin-bottom: 20px;
}		

.card{ border-radius: 2px; }
.card-title{
    color: #fff;
    text-align: center;
    font-style: italic;
    padding-top: 8px;
}
a.card-link .card:hover{
	background-color: #f7f7f7;
	transition: 0.5s;
	border: 1px solid #bfbfbf;
}

.rounded-circle{
	
	    margin-bottom: 20px;
}
.albuns{
	padding: 20px;
}
.caixa-1{
	padding-bottom: 40px;
}
.card-footer{
	color: #5a6268 !important;
}
.sti{
	color: #5a6268 !important;
}

.modal-header .close {
	padding: 0 !important;
	margin: 0 !important
}

#re{
    background: url('../img/barra_quebra_sessao.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80%;
    padding: 30px;
}
.post-preview{
	padding-bottom: 20px;
}
.post-preview>a:focus, .post-preview>a:hover {
    text-decoration: none;
    color: #353084;
}
.post-preview>a {
    color: #212529;
}
.post-meta{
	font-style: italic;
	font-size: 12px;
	color: #5b5b5b;
}

.alink{
	text-decoration: none;
	color: #353084 ;
}
.texts{
	color: #353084 ;
}
    /*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#5c55cd; min-height:200px; padding:50px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:15px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#5c55cd; background-color: #353084; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:50px; height:50px; text-align:center;}
/*desabilita a seleção no body*/
body {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Chrome/Safari/Opera */
       -khtml-user-select: none; /* Konqueror */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none;
}

/*habilita a seleção nos campos editaveis*/
input, textarea {
    -webkit-touch-callout: initial; /* iOS Safari */
      -webkit-user-select: text; /* Chrome/Safari/Opera */
       -khtml-user-select: text; /* Konqueror */
         -moz-user-select: text; /* Firefox */
          -ms-user-select: text; /* Internet Explorer/Edge */
              user-select: text;
}

/*habilita a seleção nos campos com o atributo contenteditable*/
[contenteditable=true] {
    -webkit-touch-callout: initial; /* iOS Safari */
      -webkit-user-select: all; /* Chrome/Safari/Opera */
       -khtml-user-select: all; /* Konqueror */
         -moz-user-select: all; /* Firefox */
          -ms-user-select: all; /* Internet Explorer/Edge */
              user-select: all;
}




.farm_header_container {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px 60px;
    background: url(../img/fundo.jpg);
    background-position: center center;
    background-size: cover;
	min-height: 550px;
}
.apresentation {
    flex-basis: 100%;
    color: #555;
	text-align: center;
}
.apresentation .tagline {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2em;
    color: #fff;
}
.apresentation .title {
    color: #fff;
    margin-top: 13%;
    font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
	font-size: 60px;
}

.farm_header_container1 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px 60px;
    background: url(../img/mei.png);
    background-position: bottom center;
    background-size: cover;
	min-height: 800px;
}
.apresentation1 {
    flex-basis: 100%;
    color: #555;
}
.apresentation1 .tagline {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2em;
    color: #1b1b1b;
	margin-top: 10%;
	margin-left: 50%;
}
.apresentation1 .title {
    color: #fff;
    margin-top: 13%;
    font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
	font-size: 60px;
}



a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #5c55cd !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}
.btn-behance
{
color:#5c55cd !important; background-color: #353084;
}

.RetAngulo_2 {
  text-align: center;
  color: #fff;
  padding: 25px;
  background-image: -moz-linear-gradient( 89deg, rgb( 55, 52, 53 ) 0%, rgb( 30, 30, 30 ) 0%, rgb( 97, 91, 216 ) 100%);
  background-image: -webkit-linear-gradient( 89deg, rgb( 55, 52, 53 ) 0%, rgb( 30, 30, 30 ) 0%, rgb( 97, 91, 216 ) 100%);
}
.nvn{
	background-color: #e0e4e7;
}
.nvn1{
	flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px 60px;
    background: url(../img/quem.png);
    background-position: bottom center;
    background-size: cover;
	min-height: 350px;
	text-transform: uppercase;

}
.nvn2{
	flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px 60px;
    background-color: #fff;
    background-position: bottom center;
    background-size: cover;
	min-height: 350px;
}
.nvn3{
	flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px 60px;
    background: url(../img/quem2.png);
    background-position: bottom center;
    background-size: cover;
	min-height: 350px;
	text-transform: uppercase;
}

.btn-danger {
	    border-radius: 22px;;
    color: #fff;
    background-color: #5d57ce;
    border-color: #5d58b9;
}.btn-danger:hover {
    color: #5d57ce;
    background-color: #fff;
    border-color: #5d57ce;
}


.formbounce{
	display: none !important;
}
.list{
	display: block !important;
}


.form-control{
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999 !important;
    background-color: #eee !important;
    font-size: 14px;
}

.form-control:focus{
    border-color: #2d3940;
    color: #3e3e3e;
}

.et_pb_contact_select {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 20px 16px 10px;
    border: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
