:root {
--cor-azul: #004785;
--cor-laranja: #E31C3D;
--cor-padrao: #212121;
}
* { 
font-family: 'Source Sans 3', Arial, sans-serif;
}
body {}
.main-wrapper {
max-width: 1920px;
margin: 0 auto;
overflow: hidden;
}
a {
font-size: 20px;
font-size: 18px;
}
a:hover {
transition: all .3s;
}
div {
font-size: 20px;
font-size: 18px;
}
p {
color: var(--cor-padrao);
font-size: 20px;
font-size: 18px;
line-height: 1.3;
}
h1, h2, h3, h4 ,h5, h6 {
font-weight: 700;
}
h1 {}
h2 {
font-size: 40px;
font-size: 35px;
}
h3 {
font-size: 32px;
font-size: 26px;
color: var(--cor-padrao);
}
h4 {
font-size: 24px;
font-size: 20px;
}
h5 {
color: #FDD946;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
text-transform: uppercase;
}
ul {
padding-left: 20px;
}
ul li {
color: #484848;
font-size: 18px;
font-weight: 400;
}
li + li {
margin-top: 5px;
}
img, iframe {
max-width: 100%;
height: auto;
}  .container { } .visible-xs { display: none !important; }
.hidden-xs { display: block !important; }
.visible-lg { display: none !important; }
.hidden-lg { display: block !important; } [class^="gap"] {
display:block;
clear: both;
}
.gap10 { height: 10px; }
.gap20 { height: 20px; }
.gap30 { height: 30px; }
.gap40 { height: 40px; }
.gap50 { height: 50px; }
.gap60 { height: 60px; } .title h2, .title p,
.sub h2, .sub p {
color: var(--cor-padrao);
}
.sub h2 + p {
color: var(--cor-padrao);
font-size: 25px;
font-size: 20px;
margin-top: 25px;
}
.title.big h2,
.sub.big h2 {
font-size: 46px;
font-size: 40px;
}
.title h2, .sub h2 {
color: var(--cor-azul);
font-size: 40px;
font-weight: 900;
text-transform: uppercase;
}
.title h3, .sub h3,
.title h3 + p, .sub h3 + p {
color: #484848;
text-align: left;
}
.title strong,
.sub strong {
color: #00AEFF;
} .cta a {
background-color: var(--cor-azul);
border-radius: 3px;
border: 1px solid var(--cor-azul);
color: #fff;
display: inline-block;
font-size: 20px;
font-size: 18px;
font-weight: 600;
padding: 4px 24px;
transition: all .3s;
}
.cta a:hover {
background: transparent;
color: var(--cor-azul);
text-decoration: none;
}
.cta.alt a {
background-color: transparent;
border: 1px solid var(--cor-laranja);
color: var(--cor-laranja);
}
.cta.alt a:hover {
background-color: var(--cor-laranja);
border: 1px solid var(--cor-laranja);
color: #fff;
} .video-wrapper {}
.video-wrapper a:hover { opacity: .8; } .swiper-slide {
display: flex;
justify-content: center;
}
.swiper-button-prev,
.swiper-button-next{
color: #DEDEDE !important;
opacity: 0.5;
} .bg-cinza { background-color: #f5f5f5; }
.bg-branco { background-color: #fff; } .custom-list {}
.custom-list ul {
padding-left: 0;
}
.custom-list li + li{
margin-top: 15px;
}
.custom-list li{
color: #484848;
font-size: 18px;
font-weight: 500;
list-style: none;
max-width: 95%;
padding-left: 20px;
position: relative;
}
.custom-list li:before {
background-color: #03A0E6;
border-radius: 100%;
content: '';
display: inline-block;
height: 6px;
width: 6px;
position: absolute;
left: 0;
top: 10px;
} #header { 
background-color: #fff;
width: 100%;
}
#header-wrapper {
background-color: #fff;
padding: 50px 0 50px 0;
}
#header-wrapper > .container {
display: flex;
justify-content: space-between;
align-items: end;
} #logo {}
#logo img {
width: 143px;
height: 98px;
}
#logo a {
color: var(--cor-padrao);
display: flex;
gap: 17px;
align-items: flex-end;
}
#logo a:hover {
color: var(--cor-padrao);
text-decoration: none;
}
#logo .logo-img {}
#logo .logo-text {
max-width: 340px;
}
#logo .logo-text h1 {
font-size: 18px;
font-size: 16px;
margin-bottom: -4px;
} #seletor-de-idiomas {
margin-bottom: 5px;
text-align: right;
}
#seletor-de-idiomas ul {
list-style: none;
}
#seletor-de-idiomas ul li {
display: inline;
float: none;
list-style: none; margin: 0;
padding: 0;
} @media all and (max-width: 1023px) {
#seletor-de-idiomas {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#seletor-de-idiomas ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
}
@media all and (max-width: 767px) {
#seletor-de-idiomas {
order: 2;
margin-right: 40px;
margin-bottom: 8px;
}
}
@media all and (max-width: 480px) {
#seletor-de-idiomas {
margin-right: 20px;
}
} #busca-topo {}
#busca-topo form {
overflow: hidden;
position: relative;
width: 266px;
}
#busca-topo input[type="text"] {
border: 1px solid var(--cor-azul);
border-radius: 3px;
width: 100%;
height: 36px;
padding-right: 55px;
width: 216px;
float: right;
}
#busca-topo input[type="text"].ativo {
width: 266px;
}
#busca-topo input[type="text"]:focus {
box-shadow: none;
}
#busca-topo input[type="submit"] {
background: var(--cor-azul) url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/icone-lupa.svg) no-repeat center center;
background-size: 22px 22px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border: 0;
color: #fff;
position: absolute;
bottom: 0;
right: 0;
height: 36px;
width: 48px;
}
#busca-topo input[type="submit"]:hover {
cursor: pointer;
} #menu-superior-wrapper {
background-color: var(--cor-azul);
}
nav#menu-superior {
background-color: transparent;
padding: 0px 0;
width: 100%;
}
nav#menu-superior img{
cursor: pointer;
margin-bottom: 4px;
}
#menu-superior ul {
display: flex;
margin: 0;
padding-left: 0; justify-content: flex-start; }
#menu-superior ul li {
list-style: none;
position: relative;
}
#menu-superior ul li + li {
margin-top: 0;
}
#menu-superior ul li a {
color: #ffffff;
display: block; font-size: 18px;
font-weight: 700;
padding: 16px 0;
padding-right: 50px;
}
#menu-superior ul li a:after {
content: '|';
color: #C4C6C8;
font-weight: 300; padding-left: 50px;
}
@media screen and (max-width:1279px) {
#menu-superior ul li a {
padding-right: 25px;
}
#menu-superior ul li a:after {
padding-left: 25px; }
} #menu-superior .menu-menu-superior-eng-container ul li a:after { }
#menu-superior ul li:last-child a:after {
display: none;
}
#menu-superior ul li a:hover,
#menu-superior ul li.current-menu-item a {
color: #011E41;
text-decoration: none;
} #menu-superior .sub-menu {
background-color: #004785;
box-shadow: 0px 3px 6px #00000029;
display: none;
height: auto;
min-width: 230px;
padding: 0;
position: absolute;
top: 62px;
top: 54px;
z-index: 2;
}
#menu-superior .sub-menu li {
max-width: 100%;
}
#menu-superior .sub-menu li a {
background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/arrow-right.png) no-repeat 97% center;
border-bottom: 1px solid #cac6c8;
color: #fff;
display: block;
padding: 9px 20px 9px 20px;
}
#menu-superior .sub-menu li:last-child a {
border-bottom: none;
}
#menu-superior .sub-menu li a:after {
display: none;
}
#menu-superior .sub-menu li a:hover,
#menu-superior .sub-menu li.current-menu-item a {
color: #011E41;
}
#menu-superior li:hover .sub-menu { 
display: block; 
} #menu-mobile {
cursor: pointer; float: right;  position: relative;
width: 40px;
z-index: 9999;
}
#menu-mobile span {
height: 6px;
background-color: var(--cor-laranja);
display: block;;
width: 40px;
transition: all .3s ease;
margin: 4px 0;
}
#menu-mobile:hover span{} #menu-mobile.close {
opacity: 1;
}
#menu-mobile.close .span1 {
transform: rotate(-45deg);
position: absolute;
top: 10px;
transition: all 1s ease;
}
#menu-mobile.close .span2 {
width: 0;
transition: all .3s ease;
}
#menu-mobile.close .span3 {
transform: rotate(45deg);
position: absolute;
top: 10px;
transition: all 1s ease;
}
#menu-mobile.close [class^="span"] {
background-color: var(--cor-laranja);
} #menu-mobile-wrapper {
background-color: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
opacity: 0;
height: auto;
display: none;
padding: 0 0 0 20px;
transition: all .3s linear;
z-index: 9998;
}
#menu-mobile-wrapper.open {
opacity: 1;
transition: all .3s linear;
} #menu-mobile-wrapper ul {
margin: 0;
padding: 0;
padding-top: 105px;
}
#menu-mobile-wrapper li {
background-color: #fff;
list-style: none;
padding: 0;
margin: 0;
text-align: left;
line-height: 1.3;
}
#menu-mobile-wrapper li a {
border-top: 1px solid #C4C6C8;
color: var(--cor-azul);
display: block;
font-size: 16px;
font-weight: bold;
line-height: 1;
margin: 5px 0;
padding: 10px 0px;
text-align: left;
text-decoration: none;
}
#menu-mobile-wrapper li:not(.menu-item-has-children) a {
background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/arrow-right.svg) no-repeat 97% 12px;
}
#menu-mobile-wrapper li:first-child a {
border-top: none;
}
#menu-mobile-wrapper li a:hover,
#menu-mobile-wrapper li:hover,
#menu-mobile-wrapper li a:active,
#menu-mobile-wrapper li:active,
#menu-mobile-wrapper li a:focus,
#menu-mobile-wrapper li:focus {
background: transparent;
color: var(--cor-laranja);
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
} #menu-mobile-wrapper ul.sub-menu {
border-top: none;
border-bottom: none; margin-left: 0;
position: relative;
visibility: unset;
z-index: 1;
}
#menu-mobile-wrapper li.menu-item-has-children {}
#menu-mobile-wrapper .menu-item-has-children a {
padding-bottom: 0;
}
#menu-mobile-wrapper li > ul {
padding-top: 0;
padding-left: 0;
}
#menu-mobile-wrapper li > ul.sub-menu li {}
#menu-mobile-wrapper li>ul.sub-menu li a { color: var(--cor-azul);
border-bottom: none; font-size: 15px;
font-weight: normal;
padding: 10px 15px 4px 15px;
max-width: 100%;
}
#menu-mobile-wrapper li > ul.sub-menu li a:hover,
#menu-mobile-wrapper li > ul.sub-menu li a:focus,
#menu-mobile-wrapper li > ul.sub-menu li a:active {
color: var(--cor-padrao);
}
#menu-mobile-wrapper li:hover > ul.sub-menu {
display: block;
}   .cover-dark {
display: none; background: #fff;
height: 100%;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 998;
} #footer {
background-color: var(--cor-azul);
padding: 80px 0 0 0;
}
#footer-left-area {}
#footer-right-area {
padding-left: 80px;
}
#footer * {
font-size: 20px;
font-size: 16px;
}
#footer p,
#footer a,
#footer li {
color: #fff;
}
#footer h4 {
color: #ffffff;
font-size: 25px;
font-size: 24px;
font-weight: bold;
margin: 0 0 35px 0;
text-transform: uppercase;
}
#footer .widget {
margin-bottom: 40px;
} #footer-left-area img {
max-width: 479px !important;
}
#footer-left-area ul {
padding: 0;
margin: 0;
}
#footer-left-area li {
font-weight: bold;
list-style: none;
margin-bottom: 10px;
}
#footer-left-area ul ul { 
margin-left: 25px;
}
#footer-left-area ul ul li {
font-weight: 300;
line-height: 1.2;
margin-bottom: 5px;
} #footer-right-area {}
#footer-right-area .textwidget strong {
font-weight: 700;
}
#footer-right-area .textwidget p {
font-weight: 300;
}
#footer-right-area .widget_text:nth-child(1) p a{}
#footer-right-area .widget_text:nth-child(3) p,
#footer-right-area .widget_text:nth-child(3) a {
color: #0D1D41;
font-weight: 400;
} #footer .midias-footer {
column-gap: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 47px;
margin-bottom: 55px;
}
#footer .midias-footer a {}
#footer .midias-footer a img {
width: auto;
max-width: 34px;
height: auto;
max-height: 36px;
}
#footer .midias-footer a:hover {
opacity: .8;
} #footer #text-4 a {
display: inline-block;
margin-bottom: 10px;
} #copyright {
background-color: var(--cor-azul);
color: #0D1D41;
padding: 0 0 30px 0;
text-transform: uppercase;
}
#copyright div {} .wpcf7 {} .wpcf7 .row {
justify-content: space-between;
}
.wpcf7 .row .col-sm-6 {
max-width: 45%;
}
.wpcf7 .form-group {
margin-bottom: 25px;
}
.wpcf7 br { 
display: none;
}
.wpcf7 h4 {
color: var(--cor-azul);
font-size: 35px;
font-size: 24px;
font-weight: 900;
margin-bottom: 25px;
}
.wpcf7 span {
color: var(--cor-padrao);
font-size: 18px;
font-size: 16px;
margin: 0;
}
.wpcf7 .row + .sub {
margin-top: 20px;
}
.wpcf7 .texto {
margin-bottom: 30px;
}
.wpcf7 label {
display: block;
font-size: 18px;
font-size: 16px;
}
.wpcf7 ::placeholder{
color: var(--cor-padrao);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="phone"],
.wpcf7 textarea {
background-color: transparent;
border: 1px solid #A7A9AC;
border-radius: 4px;
color: var(--cor-padrao);
height: 36px;
padding: 0px 10px;
width: 100%;
}
.wpcf7 textarea {
height: 160px;
padding: 10px;
}
.wpcf7 select {
background-color: transparent;
border: 1px solid #A7A9AC;
border-radius: 4px;
color: var(--cor-padrao);
height: 36px;
padding: 0px 10px;
width: 100%;
}
.wpcf7 .wpcf7-list-item {
display: block;
}
.wpcf7 .wpcf7-list-item span {
font-size: 18px;
font-size: 16px;
}
.wpcf7 input[type=checkbox], input[type=radio] {
margin-right: 10px;
margin-top: 5px;
}
.wpcf7 input[type="submit"],
.wpcf7 button {
background-color: var(--cor-azul);
border: 1px solid var(--cor-azul);
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 20px;
font-size: 18px;
font-weight: 600;
padding: 3px 24px;
transition: all .3s;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 button:hover {
background: transparent;
color: var(--cor-azul);
text-decoration: none;
}
.wpcf7 .wpcf7-spinner {
display: block;
} .wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
background: #ffe1e2;
color: #ff585d;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok { 
background: #fff;
border: 2px solid #d9d9d9;
color: #398f14;
font-size: 12px;
padding: 7px 15px;
}
.wpcf7-form .wpcf7-response-output {
border-radius: 10px;
border-color: #fff;
background: #fff;
clear: both;
font-size: 14px;
margin: 0 !important;
padding: 12px 15px !important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #dff2bf;
border: 0;
color: #4F8A10;  
}
.wpcf7 form.invalid .wpcf7-response-output { background-color: #ffe1e2;
border: 0;
color: #ff585d;
}
.wpcf7 span.wpcf7-not-valid-tip {
color: #ff585d;
font-weight: bold;
font-size: 12px;
margin-top: 5px;
} .grecaptcha-badge { visibility: hidden; }  #section-slider-home {}
#section-slider-home .bloco {
margin-bottom: 0;
}
#section-slider-home .swiper-pagination {
position: relative;
margin-top: 30px;
}
#swiper-slider-principal { overflow: hidden;
}
#section-slider-home .swiper-pagination-bullet {
background-color: #A7A9AC;
padding: 6px !important;
margin: 0 7px;
opacity: 1;
}
#section-slider-home .swiper-pagination-bullet-active {
background-color: var(--cor-laranja);
} #section-intro-home {
padding: 10px 0 25px 0;
}
#section-intro-home .texto {
margin-bottom: 20px;
}
#section-intro-home .texto p {
font-size: 25px;
font-size: 20px;
line-height: 1.5;
text-align: justify;
}
#section-intro-home .cta {}
#section-intro-home .cta a {} #section-mapa-home {
background-color: #F5F5F5; display: flex;
align-items: center;
padding: 45px 0 20px 0;
}
#section-mapa-home .col-esq {}
#section-mapa-home .col-dir {}
#section-mapa-home .sub {
margin-bottom: 25px;
}
#section-mapa-home .sub h2 {}
#section-mapa-home .sub h2:After {
content: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/eua.png);
margin-left: 20px;
}
#section-mapa-home .texto {}
#section-mapa-home .texto h3 {
font-size: 30px;
font-size: 24px;
margin-bottom: 30px;
}
#section-mapa-home .texto p {
font-size: 23px;
font-size: 18px;
}
#section-mapa-home .cta {}
#section-mapa-home .cta a {} #section-noticias-home {
padding: 45px 0 15px 0;
}
#section-noticias-home .sub {
margin-bottom: 25px;
}
#section-noticias-home article .row {
align-items: stretch;
}
#section-noticias-home article .row .col-dir {
background-color: var(--cor-laranja);
display: flex;
justify-content: center;
flex-direction: column;
padding: 45px 45px 45px 55px;
max-height: 427px;
}
#section-noticias-home article .row .col-esq {
background-color: #b1b1b1;
padding: 0;
}
#section-noticias-home article .post-featured {}
#section-noticias-home article .post-featured img {
width: 100%;
height: 427px;
}
#section-noticias-home article .post-title {
margin-bottom: 15px;
}
#section-noticias-home article .post-title h1 {
color: #fff;
font-size: 32px;
font-weight: 900;
}
#section-noticias-home article .post-sub {
color: #fff;
font-size: 25px;
font-size: 20px;
font-weight: 700;
line-height: 1.3;
}
#section-noticias-home article .post-desc {
margin: 25px 0 35px 0;
}
#section-noticias-home article .post-desc p {
color: #fff;
font-size: 18px; }
#section-noticias-home article .post-cta {}
#section-noticias-home article .post-cta a {
color: #fff;
font-size: 25px;
font-size: 20px;
font-weight: 900;
text-decoration: underline;
}
#section-noticias-home article .post-cta a:hover {} #swiper-slider-noticias-home {}
#swiper-slider-noticias-home article .post-featured,
#swiper-slider-noticias-home article .post-featured img {
border-radius: 10px 10px 0px 0px; 
}
#swiper-slider-noticias-home article .post-content {
background-color: var(--cor-laranja);
border-radius: 0px 0px 10px 10px;
display: flex;
justify-content: center;
flex-direction: column; height: 300px;
padding: 15px 18px 0 18px;
}
#swiper-slider-noticias-homearticle .post-desc {
margin: 15px 0 0 0;
} #section-usfood-home { background-color: #FFF; padding: 40px 0 70px 0;
}
#section-usfood-home .col-left {
margin-top: 20px;
}
#section-usfood-home .col-right { }
#section-usfood-home .sub {
margin-bottom: 25px;
}
#section-usfood-home .sub h2 {
line-height: 1.1;
}
#section-usfood-home .texto {}
#section-usfood-home .texto p {
color: #0D1D41;
font-size: 25px;
font-size: 18px;
line-height: 1.2;
max-width: 520px;
}
#section-usfood-home .cta {}
#section-usfood-home .cta a {}
#section-usfood-home .cta p {
float: left;
margin-right: 30px;
}
#section-usfood-home .cta p:last-child a {
background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/insta-rosa.svg) no-repeat center left;
background-size: 36px 37px;
border-radius: 0;
border-color: transparent;
color: var(--cor-laranja);
font-size: 20px;
font-weight: bold;
padding-left: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
#section-usfood-home .foto {
margin-bottom: 0;
}
#section-usfood-home .foto img {
box-shadow: 7px 10px 4px 0px rgba(0, 0, 0, 0.25);
width: 470px;
height: auto;
} .page-title-wrapper {
padding: 40px 0 45px 0;
}
.page-title {
text-align: center;
width: 100%;
}
.page-title * {}
.page-title h1 {
color: var(--cor-azul);
font-weight: 900;
font-size: 55px;
font-size: 40px;
margin-bottom: 12px;
text-align: left;
text-transform: uppercase;
}
.breadcrumbs {
text-align: center;
}
.breadcrumbs * {
color: #fff;
}   #section-intro-qs {
padding-bottom: 25px;
}
#section-intro-qs .texto {}
#section-intro-qs .texto p {
font-size: 25px;
font-size: 18px;
margin-bottom: 25px;
text-align: justify;
}
#section-intro-qs .texto p strong {
color: var(--cor-azul);
font-size: 30px;
font-size: 24px;
} #section-oque-fazemos-qs {}
#section-oque-fazemos-qs .sub {}
#section-oque-fazemos-qs .sub h2 {
text-transform: none;
}
#section-oque-fazemos-qs .sub h2 + p {
text-align: justify;
}
#section-oque-fazemos-qs .col-item {}
#section-oque-fazemos-qs .col-item .vc_column-inner > .wpb_wrapper {
display: flex;
flex-direction: column;
align-items: center;
height: 350px;
margin-bottom: 15px;
}
#section-oque-fazemos-qs .col-item .icone {
display: flex;
align-items: end;
height: 120px;
margin-bottom: 20px;
}
#section-oque-fazemos-qs .col-item .icone img {
max-width: 119px;
max-height: 119px;
width: auto;
height: auto;
}
#section-oque-fazemos-qs .col-item .texto {
text-align: center;
}
#section-oque-fazemos-qs .col-item .texto h4 {
color: var(--cor-azul);
font-size: 30px;
font-size: 24px;
margin-bottom: 25px;
}
#section-oque-fazemos-qs .col-item .texto p {
font-size: 18px;
max-width: 260px;
margin: 0 auto;
} #section-equipe-qs {
padding-bottom: 20px;
}
#section-equipe-qs .sub {}
#section-equipe-qs .sub h2 {
text-transform: none;
}
#section-equipe-qs .linha {
margin-bottom: 20px;
}
#section-equipe-qs .linha h4 {
color: var(--cor-azul);
font-size: 30px;
font-size: 24px;
}
#section-equipe-qs .linha .nome-cargo {
border-left: 4px solid var(--cor-laranja);
padding-left: 20px;
}
#section-equipe-qs .linha .nome-cargo p {
color: #A7A9AC;
font-size: 25px;
font-size: 18px;
font-style: italic;
line-height: 1.3;
}
#section-equipe-qs .linha .nome-cargo p strong {
color: #000;
font-size: 30px;
font-size: 24px;
font-style: normal;
} #section-contatos-qs {
padding-bottom: 50px;
}
#section-contatos-qs .linha {
margin-bottom: 10px;
}
#section-contatos-qs .col-esq {}
#section-contatos-qs .col-dir {
margin-top: 25px;
padding-left: 50px;
}
#section-contatos-qs .nome {
margin-bottom: 0;
}
#section-contatos-qs .nome p { 
font-size: 35px;
font-size: 28px;
font-weight: bold;
margin-bottom: 0;
line-height: 1.2;
}
#section-contatos-qs .desc {
margin-bottom: 25px;
}
#section-contatos-qs .desc p {
color: var(--cor-laranja);
font-size: 25px;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
#section-contatos-qs .end {}
#section-contatos-qs .end p {
font-size: 25px;
font-size: 18px;
line-height: 1.2;
}
#section-contatos-qs .icone-contato {
background-repeat: no-repeat;
background-position: center left;
padding-left: 55px;
margin-bottom: 13px;
}
#section-contatos-qs .icone-contato p {
font-size: 25px;
font-size: 18px;
font-weight: bold;
}
#section-contatos-qs .email {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/email-rosa.svg);
}
#section-contatos-qs .tel {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/tel-rosa.svg);
background-position: 5px center;
}
#section-contatos-qs .site {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/site-rosa.svg);
background-position: 5px center;
}  body.page-template-template-noticias .page-title-wrapper {
padding-bottom: 25px;
} #section-intro-noticias {}
#section-intro-noticias .texto {}
#section-intro-noticias .texto p {
font-size: 25px;
font-size: 18px;
text-align: justify;
} #blog-wrapper {
padding: 30px 0 50px 0;
}
#blog-wrapper article {
margin-bottom: 40px;
overflow: hidden;
}
#blog-wrapper article .row {
align-items: stretch;
}
#blog-wrapper article .row .col-dir {
display: flex;
justify-content: start;
flex-direction: column;
padding: 0 45px;
}
#blog-wrapper article .row .col-esq {
padding: 0;
}
#blog-wrapper article .post-featured {}
#blog-wrapper article .post-featured img {
width: 100%;
height: 427px;
}
#blog-wrapper article .post-featured a:hover img {
opacity: .9;
transition: all .3s ease;
}
#blog-wrapper article .post-title {
margin-bottom: 15px;
}
#blog-wrapper article .post-title h1 {
color: var(--cor-padrao);
font-size: 32px;
font-weight: 900;
}
#blog-wrapper article .post-sub {
color: var(--cor-padrao);
font-size: 25px;
font-size: 20px;
font-weight: 700;
line-height: 1.2;
}
#blog-wrapper article .post-desc {
margin: 25px 0 35px 0;
}
#blog-wrapper article .post-desc p {
color: var(--cor-padrao);
font-size: 18px;
}
#blog-wrapper article .post-cta {}
#blog-wrapper article .post-cta a {
color: var(--cor-laranja);
font-size: 25px;
font-size: 20px;
font-weight: 900;
text-decoration: underline;
}
#blog-wrapper article .post-cta a:hover {} #paginacao-wrapper {
margin: 50px 0 30px 0;
}
#paginacao-wrapper a,
#paginacao-wrapper span {
background: var(--cor-azul);
border: 1px solid var(--cor-azul);
border-radius: 5px;
color: #fff;
display: inline-block;
font-size: 20px;
font-size: 18px;
font-weight: 600;
line-height: 1;
margin-right: 20px;
padding: 6px 12px;
transition: all .3s ease;
}
@media screen and (max-width: 480px) {
#paginacao-wrapper a {
margin-bottom: 25px;
}
}
#paginacao-wrapper a:hover {
background-color: #fff;
color: var(--cor-azul);
text-decoration: none;
}
#paginacao-wrapper span {} #blog-wrapper {}
#blog-wrapper .sub.titulo {
width: 100%;
text-align: left;
}
#blog-wrapper .sub.titulo h2 {
border-bottom: 2px solid #dfdfdf;
color: #484848;
font-weight:bold;
margin-bottom: 35px;
padding-bottom: 15px;
text-align: left;
}
#blog-wrapper .sub.titulo h2 strong {
color: #00AEFF;
}  .posts-wrapper {
display: flex;
flex-wrap: wrap;
}
.posts-wrapper .article-item {
width: calc(50% - 40px);
height: auto;
margin: 0 20px 55px 20px;
}
.posts-wrapper .article-item .post-featured { 
width: 100%;
max-width: 260px;
height: 160px;
float: left;
margin-right: 25px;
}
.posts-wrapper .article-item .post-featured img {
width: 267px;
height: 166px;
object-fit: cover;	
}
.posts-wrapper .article-item .post-featured img:hover {
opacity: .9;
transition: all .3s ease;
}
.posts-wrapper .article-item .post-meta {
color: #484848;
font-size: 14px;
margin-bottom: 20px;
}
.posts-wrapper .article-item .post-meta .col-12 { padding: 0; }
.posts-wrapper .article-item .post-meta .categoria { font-weight: bold; }
.posts-wrapper .article-item .post-meta .data {}
.posts-wrapper .article-item .post-title {}
.posts-wrapper .article-item .post-title h4 {
color: #00AEFF;
font-size: 20px;
font-weight: bold;
}
.posts-wrapper .article-item .post-title h4:hover,
.posts-wrapper .article-item .post-title a:hover {
color: #1E5482; transition: all .3s ease;
text-decoration: none;
} .posts-wrapper.loop2 .article-item {  }
.posts-wrapper.loop2 .article-item.oculto { display: none; }
.posts-wrapper.loop2 .article-item.visivel { display: block; }  body.single .page-title-wrapper {
display: none;
}
.article-item {
margin: 40px auto;
} .article-item .post-header {}
.article-item .post-header h1 {
color: var(--cor-azul);
font-size: 60px;
font-size: 40px;
font-weight: 900;
margin-bottom: 30px;
} .article-item .post__feature-img {
position: relative;
}
.article-item .post__feature-img img {
max-width: 100%;
width: 100%;
} .article-item .post__meta {
border-bottom: 1px solid #A7A9AC;
margin-bottom: 25px;
margin-top: 5px;
padding: 10px 0 25px 0;
}
.article-item .post__meta .row {
align-items: center;
}
.article-item .post__meta div[class^="col-"] {}
.article-item .post__meta .col-right {
justify-content: end;
}
.article-item .post__meta .column {}
.article-item .post__meta .column.col-esq {
display: flex;
align-items: start;
justify-content: center;
flex-direction: column;
}
.article-item .post__meta .author {
display: block;
font-size: 20px;
font-size: 18px;
font-weight: bold;
line-height: 1.3;
}
.article-item .post__meta .date {
display: block;
font-size: 22px;
font-size: 20px;
line-height: 1.3;
}
.article-item .post__meta .share-title {
color: #858585;
font-size: 13px;
text-transform: uppercase;
}
.article-item .post__meta .share-icons {
font-size: 20px;
font-size: 18px;
text-align: right;
display: flex;
align-items: center;
justify-content: end;
}
.article-item .post__meta .share-icons i {
color: var(--cor-laranja);
font-size: 40px;
font-size: 32px;
margin: 0 5px;
}
.article-item .post__meta .share-icons .cta {
display: inline-block;
} 
.article-item .post__meta .share-icons .cta a {
color: #fff;
padding: 0 10px;
margin-right: 20px;
}
.article-item .post__meta .share-icons a { color: var(--cor-laranja); }
.article-item .post__meta .share-icons i:hover,
.article-item .post__meta .share-icons a:hover { color: var(--cor-padrao); text-decoration: none; } .article-item .post__content {}
.article-item .post__content p {
font-size: 25px;
font-size: 20px;
margin-bottom: 30px;
}
.article-item .post__content h2,
.article-item .post__content h3,
.article-item .post__content h4,
.article-item .post__content h5 {
margin-top: 10px;
}
.article-item .post__content h4 {
color: var(--cor-azul);
font-size: 28px;
font-size: 24px;
margin-bottom: 30px;
}
.article-item .post__content h3 {
color: var(--cor-azul);
font-size: 30px;
font-size: 20px;
margin-bottom: 30px;
}
.article-item .post__content h2 {
color: var(--cor-padrao);
font-size: 32px;
margin-bottom: 30px;
}
.article-item .post__content a {
color: var(--cor-laranja);
font-size: 25px;
font-size: 20px;
font-weight: bold;
text-decoration: none;
}
.article-item .post__content a:hover {
color: #1E5482;
}
.article-item .post__content img {
height: auto;
max-width: 100%; }
.article-item .post__content .wp-caption-text {
background: #F5F5F5;
font-size: 22px;
font-size: 16px;
padding: 15px;
}
.article-item iframe {
max-width: 100%;
width: 100%:
}
.article-item .post__content ul {
list-style: none;
margin-bottom: 30px;
}
.article-item .post__content ol {
margin-bottom: 30px;
padding-left: 25px;
}
.article-item .post__content li {
font-size: 25px;
font-size: 20px;
margin-bottom: 15px;
padding-left: 0px;
position: relative;
}
.article-item .post__content ul li::before {
content: "";
background-color: var(--cor-laranja);
border-radius: 100%;
display: inline-block;
width: 7px;
height: 7px;
position: absolute;
left: -20px;
top: 13px;
} .article-item .post__content blockquote {
border-left: 6px solid var(--cor-laranja);
max-width: 780px;
margin: 60px auto 60px auto;
padding-left: 25px;
}
.article-item .post__content blockquote p {
font-size: 45px;
font-size: 36px;
font-weight: 700;
margin: 0;
} .article-item .post__tags {
color: #858585;
display: flex;
align-items: center;
gap: 20px;
margin-top: 60px;
}
.article-item .post__tags a {
background-color: #E1E1E1;
border: 1px solid #E1E1E1;
border-radius: 3px;
color: #858585;
font-size: 14px;
padding: 4px 12px;
pointer-events: none;
text-transform: lowercase;
}
.article-item .post__tags a:hover {
background-color: transparent;
} #posts-relacionados {
padding: 0px 0 40px 0;
}
#posts-relacionados hr {
background-color: #C4C6C8;
margin-bottom: 40px;
}
#posts-relacionados .sub {}
#posts-relacionados .sub h2 {
color: var(--cor-laranja);
}
#posts-relacionados .cta {
margin-top: 50px;
text-align: left;
} .nav-next-prev-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-next-prev-wrapper a {
background-repeat: no-repeat;
color: var(--cor-padrao);
display: inline-block;
font-size: 18px; font-weight: bold;
height: 30px;
line-height: 30px;
}
.nav-next-prev-wrapper .next-post a{
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/next.svg);
background-position: right center;
padding-right: 26px;
text-align: right;
}
.nav-next-prev-wrapper .previous-post a {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/previous.svg);
background-position: left center;
padding-left: 26px;
text-align: left;
} #section-intro-dea {
margin-bottom: 35px;
}
#section-intro-dea .divisor {
margin: 15px 0 0 0;
}
#section-intro-dea .texto {
margin-bottom: 50px;
}
#section-intro-dea .texto p {
font-size: 25px;
font-size: 18px;
text-align: justify;
}
#section-intro-dea .linha {
margin-bottom: 15px;
}
#section-intro-dea .texto + .linha { margin-bottom: 8px;
}
#section-intro-dea .logo {}
#section-intro-dea .logo img {}
#section-intro-dea .desc {}
#section-intro-dea .desc p {
font-size: 24px;
font-size: 18px;
text-align: justify;
}
@media screen and (min-width:768px) {
#section-intro-dea .desc p {
padding-left: 40px;
}
} #section-relatorios-dea {
padding-bottom: 65px;
}
#section-relatorios-dea .col-esq {}
@media screen and (min-width: 768px) {
#section-relatorios-dea .col-dir {
padding-left: 90px;
padding-top: 55px;
}
}
#section-relatorios-dea .sub {
margin-bottom: 12px;
}
#section-relatorios-dea .sub h3 {
border-bottom: 1px solid var(--cor-laranja);
color: var(--cor-azul);
font-weight: 900;
padding-bottom: 10px;
}
#section-relatorios-dea .texto {}
#section-relatorios-dea .texto p {
font-size: 18px;
} #section-relatorios-dea #ultimos-relatorios-wrapper .sub {
display: none;
}
@media screen and (min-width: 768px) {
#section-relatorios-dea #ultimos-relatorios-wrapper .table tbody tr {
flex: 100%;
}
}  body.page-id-168 .page-title h1:after {
content: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/eua.png);
margin-left: 20px;
} #section-intro-adquira {}
#section-intro-adquira .texto {
margin-bottom: 50px;
}
#section-intro-adquira .texto p {
font-size: 25px;
font-size: 18px;
text-align: justify;
}
#section-intro-adquira .texto a {
color: var(--cor-laranja);
font-size: 25px;
font-size: 18px;
font-weight: bold;
text-decoration: underline;
} #svgMapaWrapper{
background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/bg/bg-ondas.png) no-repeat;
padding-top: 15px;
text-align: center;
}
#svgMapaWrapper{
text-align: center;
}
#svgMapaWrapper {
margin-bottom: 60px;
}
#svgMapaWrapper [id^="a"]:hover {
fill: var(--cor-laranja);
}
#svgMapaWrapper path[id^="b"]:hover {
fill: var(--cor-laranja);
}
#svgMapaWrapper path[id^="c"]:hover {
fill: var(--cor-laranja);
}
#svgMapaWrapper path[id^="d"]:hover {
fill: var(--cor-laranja);
}
#svgMapaWrapper path:hover {
transform: translateY(-0.15em);
transition: all .3s ease;
box-shadow: 0 0 3.125em 0 rgba(33,59,117,.2);
} #section-intro-adquira .linha {
display: flex;
flex-wrap: wrap;
}
#section-intro-adquira .item-col {
align-items: stretch;
margin-bottom: 30px;
width: 50%;
padding: 0 15px;
}
#section-intro-adquira .item-col .tit .wpb_wrapper {
display: flex;
flex-wrap: nowrap;
}
#section-intro-adquira .item-col .tit {
border-bottom: 1px solid #A7A9AC;
margin-bottom: 13px;
}
#section-intro-adquira .item-col .tit p {
width: 40px;
margin-right: 20px;
}
#section-intro-adquira .item-col img {}
#section-intro-adquira .item-col h4 {
background-repeat: no-repeat;
background-position: left top;
flex: 1; font-size: 34px;
font-size: 32px;
height: 92px;
line-height: 1;
font-weight: 900;
padding-left: 70px;
padding-top: 5px;
}
#section-intro-adquira .item-col .desc {}
#section-intro-adquira .item-col .desc p {}
#section-intro-adquira .item-col:nth-child(1) h4 {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/pin1.svg);
color: #0F2F56;
}
#section-intro-adquira .item-col:nth-child(2) h4 {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/pin2.svg);
color: #1E6EA8;
}
#section-intro-adquira .item-col:nth-child(3) h4 {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/pin3.svg);
color: #004785;
}
#section-intro-adquira .item-col:nth-child(4) h4 {
background-image: url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/pin4.svg);
color: #76A9C2;
} #section-cooperator-adquira {
padding-bottom: 50px;
}
#section-cooperator-adquira .sub {
margin-bottom: 20px;
}
#section-cooperator-adquira .sub h2 {
text-transform: none;
}
#section-cooperator-adquira .texto {
margin-bottom: 50px;
}
#section-cooperator-adquira .texto p {
font-size: 25px;
font-size: 18px;
text-align: justify;
}
#section-cooperator-adquira .texto a {
color: var(--cor-laranja);
font-size: 25px;
font-size: 18px;
font-weight: bold;
text-decoration: underline;
} #section-cooperator-adquira .linha {
display: flex;
flex-wrap: wrap;
}
#section-cooperator-adquira .item-col {
margin-bottom: 30px;
width: 50%;
transition: all .3s ease;
}
@media screen and (min-width: 768px) {
#section-cooperator-adquira .item-col:nth-child(odd) {
padding-right: 7px;
}
#section-cooperator-adquira .item-col:nth-child(even) {
padding-left: 7px;
}
}
#section-cooperator-adquira .item-col > .vc_column-inner {}
#section-cooperator-adquira .item-col > .vc_column-inner > .wpb_wrapper {
position: relative;
transition: all .3s ease;
}
#section-cooperator-adquira .item-col > .vc_column-inner > .wpb_wrapper:after {
border-radius: inherit;
bottom: 0;
box-shadow: 0 0 30px 0 rgba(33,59,117,.2);
content: "";
display: block;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: all .3s ease;
z-index: -1;
}
#section-cooperator-adquira .item-col:hover > .vc_column-inner > .wpb_wrapper:after {
opacity: 1;
transition: all .3s ease;
}
#section-cooperator-adquira .item-col:hover > .vc_column-inner > .wpb_wrapper {
transform: translateY(-0.25em);
transition: all .3s ease;
}
#section-cooperator-adquira .item-col .imagem-destaque {
margin-bottom: 0;
}
#section-cooperator-adquira .item-col .imagem-destaque img {}
#section-cooperator-adquira .item-col .tit,
#section-cooperator-adquira .item-col .desc {
background: #F5F5F5;
margin-bottom: 0;
padding: 20px 30px;
}
#section-cooperator-adquira .item-col .tit .wpb_wrapper {
display: flex;
flex-wrap: nowrap;
}
#section-cooperator-adquira .item-col .tit {}
#section-cooperator-adquira .item-col .tit p {
width: 115px;
margin-right: 20px;
margin-top: -46px;
}
#section-cooperator-adquira .item-col img {}
#section-cooperator-adquira .item-col h4 {
flex: 1; font-size: 34px;
font-size: 32px;
line-height: 1.2;
height: 82px;
margin-top: -12px;
}
#section-cooperator-adquira .item-col .desc {
padding: 0 30px 35px 30px;
}
#section-cooperator-adquira .item-col .desc p {
font-size: 18px; min-height: 211px;
}  body.page-id-198 .page-title-wrapper {
padding-bottom: 0;
} #section-intro-solicitacao {}
#section-intro-solicitacao .sub {}
#section-intro-solicitacao .sub h4 {
font-size: 30px;
font-size: 24px;
margin-top: 15px;
}
#section-intro-solicitacao .texto {}
#section-intro-solicitacao .texto p {
font-size: 23px;
font-size: 18px;
}
#section-intro-solicitacao .col-dir {}
#section-intro-solicitacao .mapa {
background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/bg/mapa-pag-solicitacao.svg) no-repeat top right;
height: 331px;
}
#section-intro-solicitacao .mapa img { display: none; } #section-form-solicitacao {
padding-bottom: 50px;
}
#section-form-solicitacao .wpcf7-checkbox .wpcf7-list-item {
width: 50%;
float: left;
}
#section-form-solicitacao .outro {
display: none; }
.product-group {
display: none; }
.product-group1 {
display: block;
}
#section-form-solicitacao .wpcf7 a {
color: var(--cor-laranja);
}  #section-intro-relatorios {}
#section-intro-relatorios .texto {}
#section-intro-relatorios .texto p {
text-align: justify;
}
#section-intro-relatorios .texto p,
#section-intro-relatorios .texto a	{
font-size: 25px;
font-size: 18px;
}
#section-intro-relatorios .texto p a {
color: var(--cor-laranja);
font-weight: bold;
} #relatorios-wrapper {
padding: 0px 0 40px 0;
}
#relatorios-wrapper .sub {}
#relatorios-wrapper .sub h2 {
color: var(--cor-laranja);
font-size: 42px;
font-size: 32px;
text-transform: none;
} #categorias-wrapper {}
#categorias-wrapper .row {
justify-content: stretch; }
#categorias-wrapper .col-item {
display: flex;
align-items: flex-start;
justify-content: center;
line-height: 1.2;
margin-bottom: 30px;
padding: 15px 10px;
text-align: center;
width: 20%;
}
#categorias-wrapper .col-item a {
color: var(--cor-azul);
font-size: 20px;
font-size: 18px;
font-weight: bold;
text-align: center;
text-decoration: none;
transition: all .3s ease;
}
#categorias-wrapper .col-item a:hover {
color: var(--cor-laranja);
}
#categorias-wrapper .col-item a:hover path {
fill: var(--cor-laranja);
}
#categorias-wrapper .col-item img {
display: block;
margin: 0 auto 10px auto;
}
#categorias-wrapper .col-item svg {
display: block;
margin: 0 auto 10px auto;
transition: all .3s ease;
}
#categorias-wrapper .col-item svg:hover path {
fill: var(--cor-laranja);
} #resultado-relatorio-wrapper {
padding: 0px 0 35px 0;
}
#resultado-relatorio-wrapper .sub {
margin-bottom: 15px;
}
.report-sub-cat { margin: 0;
display: flex;
justify-content: flex-start;
gap: 35px;
align-items: center;
margin-bottom: 30px;
}
.report-sub-cat .cta a {
font-weight: bold;
padding: 1px 18px;
}
.report-sub-cat .cta1 a {
background-color: var(--cor-laranja);
color: #fff;
border-color: var(--cor-laranja);
}
.report-sub-cat .cta1 a:hover,
.report-sub-cat .cta1 a:focus {
background-color: transparent;
color: var(--cor-laranja);
}
.report-sub-cat .cta2 a {
background-color: var(--cor-azul);
color: #fff;
border-color: var(--cor-azul);
}
.report-sub-cat .cta2 a:hover,
.report-sub-cat .cta2 a:focus {
background-color: transparent;
color: var(--cor-azul);
} table.reports-table {}
table.reports-table tr {}
table.reports-table td {
border: none;
font-size: 20px;
font-size: 18px;
font-weight: bold;
padding: 5px;
}
.report-date {
color: #A7A9AC;
}
.report-name {}
.reports-table td a {
color: var(--cor-padrao);
} #ultimos-relatorios-wrapper {
margin-bottom: 35px;
}
#ultimos-relatorios-wrapper .sub {
margin-bottom: 15px;
}
#ultimos-relatorios-wrapper h3 {
color: var(--cor-azul);	
font-weight: 900;
}
#ultimos-relatorios-wrapper .table tbody {
display: flex;
flex-wrap: wrap;
}
#ultimos-relatorios-wrapper .table tbody tr {
margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
#ultimos-relatorios-wrapper .table tbody tr {
flex: 50%; 
}
} body.error404 .page-title-wrapper { 
display: none;
}
#pg-404 {
padding: 70px 0 100px 0;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
#pg-404 .ops {
color: var(--cor-laranja);
font-size: 4rem;
font-weight: bold;
margin-bottom: 2rem;
}
#pg-404 h1 {
color: var(--cor-azul);
}
#pg-404 h3 {
font-size: 1.4rem;
font-weight: 500;
margin-bottom: 2rem;
} .page-title-wrapper.search {
padding-bottom: 0;
}
.busca-resultados {} .busca-resultados .aviso {
font-size: 22px;
font-weight: bold;
padding:  10px 15px;
text-align: center;
} #lista-resultados-busca {
padding: 0;
margin: 0;
}
#lista-resultados-busca li {
display: block;
float: none;list-style: none;
margin: 0;
margin-bottom: 20px;
overflow: hidden;
}
#lista-resultados-busca li:before {
display:  none;
}
#lista-resultados-busca li figure {
display: none;
float: left;
margin-right: 30px;
margin-bottom: 0;
width: 130px;
height: 130px;
}
#lista-resultados-busca li .titulo a:hover,
#lista-resultados-busca li figure:hover {
opacity: 0.8;
transition: all .3s;
}
#lista-resultados-busca li figure img {
max-width: 100%;
}
#lista-resultados-busca li .post-info {}
#lista-resultados-busca li .titulo {
font-size: 20px;
font-weight: bold;
}
#lista-resultados-busca li.result-tipo-paginas .titulo { margin:  0; } #lista-resultados-busca li .titulo a {
color: var(--cor-laranja);
text-decoration: none;
}
#lista-resultados-busca li .codigo { 
margin-bottom: 10px;
}
#lista-resultados-busca li .desc {
display: none;
}
#lista-resultados-busca li .desc p {
font-size: 14px;
margin-bottom: 0;
} #pagination-wrapper {
clear: both;
margin-top: 40px;
text-align: center;
}
#pagination-wrapper h2 {
font-size: 24px;
}
#pagination-wrapper .page-numbers {
color: var(--cor-azul);
}
#pagination-wrapper .item-nav,
#pagination-wrapper .page-numbers {
border-radius: 7px;
display: inline-block;
padding: 8px 15px;
text-align: center;
background: #f8f8f8;
border: 1px solid #dfdfdf;
font-size: 16px;
margin: 10px 20px 10px 0;
text-decoration: none;
}
#pagination-wrapper .page-numbers.current {
background: var(--cor-azul);
border-color: var(--cor-azul);
color: #fff;
font-weight: bold;
}
#pagination-wrapper .page-numbers:hover {
background: var(--cor-azul);
border-color: var(--cor-azul);
color: #fff;
transition:  all .3s;
} #section-obrigado-wrapper {
padding: 60px 0 25px 0;
} #printFormEntryPdf {
margin: 0 auto;
padding: 40px 20px;
width: 760px;
}
#printFormEntryPdf * {
font-family: 'Source Sans 3', Arial, sans-serif;
}
#printFormEntryPdf .cta {
text-align: right;
}
#printFormEntryPdf .cta a,
#printFormEntryPdf .cta a:hover {
text-decoration: none;
}
@media print {
#imprimirForm {display: none;}
}
#printFormEntryPdf table {
border: none;
width: 100%;
}
#printFormEntryPdf button {
display: none;
}
#printFormEntryPdf span.hidden {
display: none;
}
#printFormEntryPdf h2 {
color: var(--cor-azul);
text-transform: uppercase;
}
#printFormEntryPdf p {
margin: 0;
}
#printFormEntryPdf ul {
margin: 0;
}
#printFormEntryPdf tr {
background-color: #fff;
}
#printFormEntryPdf tr:nth-child(odd) {
background-color: #DFDFDF;;
}
#printFormEntryPdf tr td {
padding: 7px 13px;
}
#printFormEntryPdf #inboundrecaptchadiv,
#printFormEntryPdf #inboundmetadiv {
display: none;
}   @media screen and (max-width: 1536px) {} @media screen and (max-width: 1440px) {} @media screen and (max-width: 1366px) {} @media screen and (max-width: 1280px) {} @media screen and (max-width: 1024px) {   .hidden-lg { display: none !important; }
.visible-lg { display: block !important; }
.title.big h2, .sub.big h2 { font-size: 40px; }
.title h2, .sub h2 { font-size: 38px; font-size: 32px; }
.sub h2 + p { font-size: 20px; margin-top: 15px; }
.cta a { font-size: 17px; } #header-wrapper { padding: 20px 10px 15px 10px; } #header-wrapper > .container { flex-wrap: wrap; align-items: end; }
#logo { max-width: 300px; margin-bottom: 5px; }
#logo img { width: 70px; height: auto; }
#logo .logo-text h1 { font-size: 12px; }
#busca-topo { width: 100%; margin-top: 7px; }
#busca-topo form,
#busca-topo input[type="text"] { width: 100%; }
#seletor-de-idiomas { justify-content: end; margin-right: 0; }       #section-mapa-home { background-position: 120% 60px; background-size: 600px; }      #section-oque-fazemos-qs .col-item .icone img { max-width: 100px; max-height: 100px; }         #section-cooperator-adquira .item-col .desc { min-height: 295px; }   #section-intro-solicitacao .mapa { height: 300px; background-size: contain; }         } @media screen and (max-width: 900px)  {} @media screen and (max-width: 768px) { h1 { font-size: 25px; }
h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p,
div,
a { font-size: 16px; } .hidden-xs { display: none !important; }
.visible-xs { display: block !important; }
.cta a { font-size: 16px; }
.title.big h2, .sub.big h2 { font-size: 25px; }
.title h2, .sub h2 { font-size: 25px; }
.sub h2 + p { font-size: 16px; margin-top: 5px; } #logo a { gap: 10px; }
#busca-topo { margin-top: 22px; }
#busca-topo input[type="submit"] { width: 40px; } #footer { padding: 25px 10px 0 10px; }
#footer * { font-size: 14px; } 
#footer .col-sm-6 { width: 50%; float: left; }
#footer .visible-xs { margin-bottom: 35px; }
#footer-left-area .widget_media_image { display: none; }
#footer-left-area ul ul { margin-left: 15px; }
#footer h4 { font-size: 16px; margin-bottom: 13px; }
#footer-right-area { padding-left: 0; }
#footer .midias-footer { margin: 35px 0; }
#footer .midias-footer a img { max-width: 18px; max-height: 20px; }  #section-slider-home { padding-top: 15px; }
#section-slider-home .swiper-slide { margin: 0 auto; text-align: center; width: 100%; padding: 0 0; }
#section-slider-home .swiper-slide a { text-align: center; }
#section-slider-home .swiper-slide img { border-radius: 10px; height: 229px; width: auto; object-fit: cover; }
#section-slider-home .swiper-pagination { margin-top: 25px; } #section-intro-home { padding: 10px 15px 0 15px; }
#section-intro-home .texto p { font-size: 16px; }
#section-intro-home .cta { text-align: center; } #section-mapa-home { background-image: none; padding: 25px 15px 0 15px; }
#section-mapa-home .texto h3,
#section-mapa-home .texto p { font-size: 16px; }
#section-mapa-home .texto h3 br { display: none; }
#section-mapa-home .sub h2:After { content: ''; width: 30px; display: inline-block; height: 17px; background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/eua.png) no-repeat; background-size: contain; }
#section-mapa-home .cta { text-align: center; }
#section-mapa-home .col-dir { display: none; } #section-noticias-home { padding: 25px 15px 0 15px; }
#section-noticias-home article .post-title h1 { font-size: 1.3rem; }
#section-noticias-home article .post-sub { font-size: 18px; }
#section-noticias-home article .post-desc p { font-size: 16px; margin-bottom: 0; }
#section-noticias-home article .post-featured img { height: auto; }
#section-noticias-home article .row .col-dir { padding: 20px; }
#section-noticias-home .cta { text-align: center; }
#swiper-slider-noticias-home article .post-content { height: auto; min-height: 260px; justify-content: flex-start; } #section-usfood-home { padding: 25px 15px 25px 15px !important; }
#section-usfood-home .col-left { margin-top: 0; }
#section-usfood-home .sub { background: transparent url(//usdabrazil.org.br/wp-content/themes/usda/images/icones/insta-rosa.svg) no-repeat center right; background-size: contain; } #section-usfood-home .texto p { font-size: 16px; }
#section-usfood-home .texto br { display: none; }
#section-usfood-home .cta { margin-bottom: 0; text-align: center; }
#section-usfood-home .cta p:last-child a { display: none; }
#section-usfood-home .cta p { float: none; margin-right: 0; }
#section-usfood-home .foto { margin-bottom: 35px; text-align: center; }
#section-usfood-home .foto img { max-width: 274px; } .page-title h1 { font-size: 25px; }
.page-title-wrapper { padding: 10px 15px 15px 15px; }
.page-title-wrapper img { border-radius: 10px; } #section-intro-qs { padding: 25px 15px 0 15px; }
#section-intro-qs .texto p,
#section-intro-qs .texto p strong { font-size: 16px; }
#section-oque-fazemos-qs  { padding: 0 15px; }
#section-oque-fazemos-qs .sub { margin-bottom: 20px; }
#section-oque-fazemos-qs .col-item .vc_column-inner > .wpb_wrapper { height: auto; margin-bottom: 15px; background: #f8f8f8; border-radius: 10px; }
#section-oque-fazemos-qs .col-item .icone { height: auto; margin-top: 30px; }
#section-oque-fazemos-qs .col-item .icone img { max-width: 60px; max-height: 60px; }
#section-oque-fazemos-qs .col-item .texto h4 { font-size: 18px; }
#section-oque-fazemos-qs .col-item .texto p { font-size: 16px; }
#section-oque-fazemos-qs .col-item .texto p br { display: none; }
#section-equipe-qs { padding: 25px 30px 0 30px !important; }
#section-equipe-qs .linha h4 { font-size: 18px; }
#section-equipe-qs .sub { margin-bottom: 20px; }
#section-equipe-qs .linha .nome-cargo { margin-bottom: 20px; padding-left: 10px; }
#section-equipe-qs .linha .nome-cargo p strong { font-size: 17px; }
#section-equipe-qs .linha .nome-cargo p { font-size: 16px; }
#section-equipe-qs .linha .nome { margin-bottom: 20px; }
#section-equipe-qs .linha .vc_col-sm-4 { width: 50%; float: left; }
#section-contatos-qs { padding: 15px 30px 15px 30px; }
#section-contatos-qs .linha { margin-bottom: 25px; }
#section-contatos-qs .nome p, #section-contatos-qs .desc p { font-size: 18px; }
#section-contatos-qs .end p { font-size: 16px; }
#section-contatos-qs .icone-contato p { font-size: 16px; }
#section-contatos-qs .col-dir { margin-top: 0; padding-left: 0; }
#section-contatos-qs .icone-contato { padding-top: 8px; padding-bottom: 8px; }
#section-contatos-qs .desc,
#section-contatos-qs .end { margin-bottom: 15px; } #section-intro-relatorios { padding: 15px 15px 0 15px; }
#section-intro-relatorios .texto p,
#section-intro-relatorios .texto a { font-size: 16px; }
#categorias-wrapper .col-item { margin-bottom: 20px; width: 33.3333%; }
#categorias-wrapper .col-item a { font-size: 16px; }
#categorias-wrapper .col-item svg { max-width: 70px; max-height: 62px; }
#resultado-relatorio-wrapper  { padding-bottom: 0; }
#relatorios-wrapper .sub h2 { font-size: 25px; }
table.reports-table td, table.reports-table td a { font-size: 16px;	} #section-intro-dea { margin-bottom: 0; padding: 0 15px; }
#section-relatorios-dea .texto { margin-bottom: 20px; }
#section-intro-dea .texto p,
#section-intro-dea .desc p { font-size: 16px; }
#section-intro-dea .logo { margin-bottom: 20px; }
#section-intro-dea .logo img { width: 80%; }
#section-intro-dea .divisor { display: none; }
#section-relatorios-dea { padding: 0 15px 25px 15px; }
#section-relatorios-dea .texto p { font-size: 16px; } body.page-id-168 .page-title h1:after { display: none; }
#section-intro-adquira { padding: 15px; }
#section-intro-adquira .texto { margin-bottom: 25px; }
#section-intro-adquira .texto p,
#section-intro-adquira .texto a { font-size: 16px; }
#svgMapaWrapper { background: transparent; margin-bottom: 30px;}
#svgMapaWrapper svg { width: 100%; height: auto; background: none; }
#section-intro-adquira .item-col { width: 100%; }
#section-intro-adquira .item-col .tit { padding-bottom: 8px; }
#section-intro-adquira .item-col h4 { background-size: contain; font-size: 18px; height: auto; padding-left: 50px; padding-top: 0; }
#section-intro-adquira .item-col .desc { margin-bottom: 20px; }
#section-cooperator-adquira { padding: 0 30px; margin-bottom: 25px; }
#section-cooperator-adquira .texto p,
#section-cooperator-adquira .texto a { font-size: 16px; }
#section-cooperator-adquira .texto { margin-bottom: 30px; }
#section-cooperator-adquira .item-col { width: 100%; }
#section-cooperator-adquira .item-col img { border-radius: 10px 10px 0px 0px; }
#section-cooperator-adquira .item-col h4 { font-size: 18px; }
#section-cooperator-adquira .item-col .desc { min-height: auto; }
#section-cooperator-adquira .item-col .desc p { font-size: 16px; min-height: auto; } #section-intro-solicitacao { padding: 0 15px; }
#section-intro-solicitacao .sub h4 { font-size: 18px; margin-top: 0; }
#section-intro-solicitacao .texto p { font-size: 16px; }
#section-intro-solicitacao .col-dir { display: none; }
#section-form-solicitacao { padding: 15px; }
#section-intro-solicitacao .sub,
#section-intro-solicitacao .texto { margin-bottom: 25px; }
.wpcf7 .row .col-sm-6 { max-width: 100%; }
.wpcf7 .form-group { margin-bottom: 10px; }
.wpcf7 h4 { font-size: 18px; margin-bottom: 15px; }
.wpcf7 label { font-size: 16px; margin-bottom: 3px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="phone"],
.wpcf7 textarea { font-size: 16px; }
.wpcf7 select { font-size: 16px; }
.wpcf7 input[type="submit"],
.wpcf7 button { font-size: 16px; }
.wpcf7 .wpcf7-list-item span { font-size: 16px; } #section-intro-noticias { padding: 0 15px; }
#section-intro-noticias .texto p { font-size: 16px; }
#section-intro-noticias .texto { margin-bottom: 15px; }
#blog-wrapper { padding: 30px 15px; }
#blog-wrapper article  { margin-bottom: 25px; }
#blog-wrapper article .row { flex-direction: column; }
#blog-wrapper article .row .col-esq { width: calc(100% - 30px); margin: 0 15px; border-radius: 10px 10px 0 0 ; }
#blog-wrapper article .row .col-dir { background-color: var(--cor-laranja); padding: 25px 30px 10px 30px; width: calc(100% - 30px); margin: 0 15px; border-radius: 0 0 10px 10px; }
#blog-wrapper article .post-featured img { border-radius: 10px 10px 0px 0px; height: auto; }
#blog-wrapper article .post-title { margin-bottom: 10px;}
#blog-wrapper article .post-title h1 { font-size: 1.125rem; color: #fff; }
#blog-wrapper article .post-sub { font-size: 16px; color: #fff; }
#blog-wrapper article .post-desc { margin: 15px 0 0 0; }
#blog-wrapper article .post-desc p { font-size: 16px; color: #fff; }
#blog-wrapper article .post-cta { display: none; }
#paginacao-wrapper a,
#paginacao-wrapper span { font-size: 16px; margin-right: 15px; } .article-item { margin: 0; padding: 0 15px; }
.article-item .post-header h1 { font-size: 25px; margin-bottom: 15px; }
.article-item .post__meta { border-bottom: none; padding: 10px 0 15px 0; }
.article-item .post__meta div[class^="col-"] { flex: 50%; }
.article-item .post__meta .author { font-size: 16px;}
.article-item .post__meta .date { font-size: 14px;}
.article-item .post__meta .share-icons .cta a { margin-right: 10px; }
.article-item .post__content p,
.article-item .post__content a,
.article-item .post__content li { font-size: 16px; }
.article-item .post__content p { margin-bottom: 15px; }
.article-item .post__content blockquote { margin: 30px auto; }
.article-item .post__content blockquote p { font-size: 18px; }
.article-item .post__content img { width: auto; }
.article-item .post__content .wp-caption-text { font-size: 14px; padding: 6px 12px; }
.article-item .post__content h2,
.article-item .post__content h3,
.article-item .post__content h4 { margin-bottom: 20px; }
.article-item .post__content h4 { font-size: 18px; }
.article-item .post__content h3 { font-size: 22px; }
.article-item .post__content h2 { font-size: 22px; }
.article-item .post__content a { font-size: 16px; }
.article-item .post__content ul,
.article-item .post__content ol { margin-bottom: 20px; }
.article-item .post__content li { font-size: 16px; } #pg-404 { padding: 40px 0 15px 60px 15px; }
#pg-404 .ops { font-size: 4rem; margin-bottom: 1rem; }
#pg-404 h3 { font-size: 1.125rem; }
#pg-404 h3 br { display: none; } #pag-busca-wrapper { padding: 10px 0; }
.busca-resultados .aviso { font-size: 18px; }
#lista-resultados-busca li { margin-bottom: 10px; }
#lista-resultados-busca li a { font-size: 16px; }
#lista-resultados-busca li a:before { content: '- '; }
#pagination-wrapper .item-nav,
#pagination-wrapper .page-numbers { font-size: 16px; margin-right: 10px; }
} @media screen and (max-width: 480px) {} @media screen and (max-width: 420px) { #logo { max-width: 240px; }
#logo .logo-img { width: 60px; }
}