@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);

body { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; color: #FFF; line-height: 30px; text-align: center; }

strong { font-weight: 600; }

a { color: #5c6a61; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #007A3D; border: 0; text-decoration: none; }

h1, h2 { margin-top: 4px; font-size: 38px; font-weight: 300; color:  #5c6a61; line-height: 50px; }
h3 { font-size: 22px; font-weight: 300; color: #5c6a61; line-height: 30px;}
h4{color: #5c6a61;}
p{font-size: 16px; color: #5c6a61; line-height: 25px;}
img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #007A3D; color: #fff; text-shadow: none; }
::selection { background: #007A3D; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 10px; }

.section-container-gray-bg { background: #f0f0f0; }

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 40px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/

.navbar {
	background: #FFFFFF;
}
.navbar.navbar-no-bg { 	background: transparent;  }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff;}
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
	width: 105px;
	border: 0;
}


/***** Top content *****/

.inner-bg { padding: 210px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { margin-top: 25px; color: #fff; }
.top-content .description { margin: 30px 0 10px 0; }
.top-content .description p { opacity: 0.8; }


/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;

	background: #007A3D; /* Old browsers */
	background: -moz-linear-gradient(top,  #007A3D 0%, #007A3D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007A3D), color-stop(100%,#007A3D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007A3D 0%,#007A3D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007A3D 0%,#007A3D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007A3D 0%,#007A3D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007A3D 0%,#007A3D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007A3D', endColorstr='#007A3D',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;

	background: #007A3D; /* Old browsers */
	background: -moz-linear-gradient(top,  #007A3D 0%, #007A3D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007A3D), color-stop(100%,#007A3D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007A3D 0%,#007A3D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007A3D 0%,#007A3D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007A3D 0%,#007A3D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007A3D 0%,#007A3D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007A3D', endColorstr='#007A3D',GradientType=0 ); /* IE6-9 */

    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }

.showLogo{
	display: block;
}

.hideLogo{
	display: none;
}

.linha-peq{
    width: 16%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 6px;
    margin-left: 8px;
    margin-top: -2;
}


.linha-gra{
    width: 24%;
    height: 3px;
    background-color: #fff;
}



/***** Footer *****/

footer { padding: 40px 0; }

#menu {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    border-bottom: none;
    position: fixed;
    margin-left: 30px;
}

.abcLink{
    color: #FFF;
}

.abcLink:hover { color: #FFF; }

.darkLink{
	  color: #5c6a61 !important;
}

.navbarAbclab{
  background-color:  #FFF !important;
}

.darkBackground{
	  background-color: #5c6a61 !important;
}

.navAbc{
	margin-left: 12%;
}

.formLogin{

}

.logoImg{
    width: 80px;
}

.inputLogin{
    background: #fff;
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #fff;
    border-radius: 0;
    padding-right: 5px;
    color: #fff;
}

.selectLogin{
	background-color: transparent;
    color: #fff;
    border: 0;
    margin-left: 5px;
    outline: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

}



.optionLogin{
	  color: #5c6a61 !important;
}

.darkInput{
	  color: #5c6a61 !important;
	  border-color: #d6d6d6 !important;
}

.darkSelect{
	  color: #5c6a61 !important;
}
.inputLogin::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

.inputLogin:-ms-input-placeholder {
  color: #FFF;
}
.inputLogin::-webkit-input-placeholder {
  color: #FFF;
}

.darkInput::-moz-placeholder {
  color: #5c6a61 !important;
  opacity: 1;
}
.darkInput:-ms-input-placeholder {
  color: #5c6a61 !important;
}
.darkInput::-webkit-input-placeholder {
  color: #5c6a61 !important;
}


#mega-menu{
	background-color: #FFF;
	width: 101%;
	border-radius: 0 ;
	top: 97%;
	padding-bottom: 15px;
    border-top-color: #f1f1f0;
    margin-left: -1;

}

.containerMegaMenu{

}

.trgMenu{
	position: absolute;
    top: 20px;
	cursor: pointer;
}

.trgMenu::after {
    display:none !important;
}

.menuInterno{
	    font-size: 16px;
}

.card-link{
	color: #007A3D;
}


.cardControl{
	position: relative;
}

.cardControlRight {
    top: -300px;
    left: 12%;
    float: right;
}


.cardControlLeft {
   left: -12%;
   top: -250px;
}

.card{
	box-shadow: 0 0 8px #bdbdbd;
    border: 1px solid #d0d0d0;
}

.linkQuemSomos{
	line-height: 10px;
}

#trabalheConoscoBox{
	background-color: #69BE41;
}

.trabalheConoscoTittle{
	color: #FFF;
}

.boxTrab{
	margin-top: 30px;
	margin-bottom: 30px;
}

.liInterno{
	line-height: 1;
}

.card-text{
	line-height: 25px;
	color: #5c6a61;
}

.pesquisaContainer{
	margin-top: 40px;
	height: 397px;
    background-image: url(../img/gleba.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.pesquisaBox{
	margin-top: 90px;
}

.labBox{
	background-color: #f0f0f0;
}

.textLab{
	padding: .5rem 1rem;
	line-height: 22px;
	color: #5c6a61;
	padding-left: 11px !important;
}

.sectionQuemSomos{
    margin-top: 0px !important;
}


.sectionAbcLab{
	    background: linear-gradient(to right, #FFF 42%, #f0f0f0 0%);
}

#propositoImg{
    margin-top: 150px;
    margin-bottom: 100px;
    background: url(https://fundacaoabc.org/wp-content/uploads/2019/10/foto-propósito.jpg) no-repeat;
    background-size: 50% 100%;
    height: 500;
    background-position: right;

}
#trabalheComImg{
    margin-top: 150px;
    margin-bottom: 100px;
    background: url(https://fundacaoabc.org/wp-content/uploads/2019/10/funcionários.jpg) no-repeat;
    background-size: 50% 100%;
    height: 500;
    background-position: right;

}
.imgṔroposito{
    margin-top: 100;
}

#propositoImg{
    margin-top: 150px;
    margin-bottom: 100px;
    background: url(https://fundacaoabc.org/wp-content/uploads/2019/10/foto-propósito.jpg) no-repeat;
    background-size: 50% 100%;
    height: 500;
    background-position: right;

}


#contatoImg{
    margin-top: 150px;
    margin-bottom: 100px;
    background: url(https://fundacaoabc.org/wp-content/uploads/2019/10/Fale-conosco.jpg) no-repeat;
    background-size: 40% 100%;
    height: 800;
    background-position: right;
}


#propositoImg2{
    height: 400;
}



.labBox p {
    padding: 0 4px !important;
}

.footerPrincipal{
	background-color: #6a746c;
	padding: 0;
	padding-top: 40px;
}
/*.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
 */

 .rodapeTopico{
 	color: #b1c231;
 	padding-left: 12px;
 }

 .btn-circle {
    width: 65px;
    height: 65px;
    padding: 1px 4px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    background-color: #9fb2a0;
    border-color: #9fb2a0;
}

.btn-circle:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #9fb2a0 !important;
    border-color: #9fb2a0 !important;
}

#footer2{
	margin-top: 40px;
	background-color: #5a655c;
	padding-bottom: 30px;
}

.enderecoText{
	line-height: 22px;
	padding-left: 12px;
}

#slideMobile{
	display: none;
}

#mobileUsrPasswd{
	display: none;
}

.embed-container {height: 0;  max-width: 100%;}
	.embed-container iframe,
	.embed-container object,
	.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#linhaYoutube{
	    padding-bottom: 20;
	    width: 100%;
}

.colYoutube{
    margin-bottom: 8;
    margin-left: 40px;
    padding: 0;
}

.boxLine{
	height: 400px;
}

.boxPesquisa{
    padding-left: 70px;
    padding-right: 50px;
}

.conatinerfluidCinza{
	background-color: #f3f3f3;
}

.conatinerfluidVerde{
	background-color: #eef1e6;
}

.verticalHr{
    border-right: 2px #D5D5D5 solid;
}
.padding20{
    padding: 30;
}

#boximgMecanizacao{
    padding-left: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_03.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgAgro{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_06.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgEconomia{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_09.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



#boximgEntomologia{
	padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_10.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgFitotecnia{
	padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_13.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgFitopatologia{
	padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_15.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#boximgForragem{
	padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_17.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgHerbo{
	padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_18.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgSolo{
	padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Página-pesquisa_21.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#boximgQuemsomos1{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/quemsomos2.png);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgQuemsomos2{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2024/05/20240325_Apresentação_Institucional_2024.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#boximgQuemsomos3{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2024/05/27STV1-312.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgQuemsomos4{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/quemsomos4.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



#boximgCdeAra{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Arapoti.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#boximgCdeCa{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Castro.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgCdeDf{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2023/11/CDE-GO-NOVO.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#boximgCdeIta{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/Itaberá.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#boximgCdePg{
    padding-right: 0;
    background-image: url(https://fundacaoabc.org/wp-content/uploads/2019/09/PG.jpg);
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#labelLogin:after {
  top: 25%;
  right: .5em;
  font-family: "Font Awesome 5 free";
  content: "\f358";
  color: #FFF;
  position: inherit;
}
