/*!
 *  N & LW Lawn Care - Landscaping Bootstrap4 HTML5 Responsive Template
 */

 @import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:300');
 @import url('https://fonts.googleapis.com/css2?family=Cantarell&display=swap');
 html {
     scroll-behavior: smooth;
 }
 
 body {
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     color: #4e3914;
 }
 
 @media (min-width: 992px) {
     body {}
 }
 
 a.btn-primary {
     background-color: #0174a5;
     border-color: #0174a5;
 }
 
 a.btn-primary:hover {
     background-color: #ffffff;
     border-color: #ffffff;
 }
 
 button.btn-primary {
     background-color: #0174a5;
     border-color: #0174a5;
 }
 
 button.btn-primary:hover {
     background-color: #ffffff;
     border-color: #ffffff;
 }
 
 a.btn-secondary {
     background-color: #0174a5;
     border-color: #0174a5;
 }
 
 a.btn-secondary:hover {
     background-color: #ffffff;
     border-color: #ffffff;
 }
 
 button.btn-secondary {
     background-color: #0174a5;
     border-color: #0174a5;
 }
 
 button.btn-secondary:hover {
     background-color: #ffffff;
     border-color: #ffffff;
 }
 
 .top-nav {
     background-color: #fff !important;
 }
 
 .navbar-expand-lg.top-nav .navbar-nav .nav-link {
     padding: 25px 20px;
     color: #817d7d !important;
     font-size: 14px;
     font-weight: 600;
     height: 70px;
     text-transform: uppercase;
 }
 
 .texto {
     font-size: 17px;
 }
 
 .logo-align {
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 .navbar-expand-lg.top-nav .navbar-nav .nav-link:hover {
     transition: background-color 0.5s ease;
     background: #2864ae;
     color: #fff !important;
 }
 
 .comites {
     margin-left: 30px;
 }
 
 .comites:hover {
     background-color: #ffff !important;
 }
 
 .navbar {
     padding: 0px 1px !important;
 }
 
 .img-menu {
     margin-top: 12px;
     height: 200px;
     margin: 0 25%;
 }
 
 .navbar-expand-lg.top-nav .navbar-nav .nav-link.active {}
 
 .navbar-expand-lg.top-nav .navbar-nav .dropdown-menu {
     margin: 0px;
     box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
     border: none;
     padding: 20px;
 }
 
 .navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item {
     font-size: 14px;
     padding: 0px;
     padding-bottom: 15px;
     font-weight: 300;
 }
 
 .navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:last-child {
     padding: 0px;
 }
 
 .navbar-expand-lg.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
     background: none;
     color: #0174a5;
 }
 
 .top-nav .navbar-toggler {
     color: #4e3914;
     border-color: #4e3914;
 }
 
 .top-nav .navbar-toggler:hover {
     color: #0174a5;
     border-color: #0174a5;
 }
 
 .slider-main .carousel .carousel-inner .carousel-item:before {
     content: "";
     position: absolute;
     background: rgba(0, 0, 0, 0);
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
 }
 
 #carouselExampleIndicators:hover>.carousel-control-prev {
     visibility: visible;
     animation: 1s ease-out 0s 1 slideInFromLeft;
 }
 
 #carouselExampleIndicators:hover>.carousel-control-next {
     visibility: visible;
     animation: 1s ease-out 0s 1 slideInFromRight;
 }
 
 #carouselExampleIndicators>.carousel-control-prev {
     animation: slideOutFromLeft 1s;
     visibility: hidden;
 }
 
 #carouselExampleIndicators>.carousel-control-next {
     animation: slideOutFromRight 1s;
     visibility: hidden;
 }
 
 @keyframes slideInFromLeft {
     0% {
         transform: translateX(-100%);
     }
     100% {
         transform: translateX(0);
         visibility: visible;
     }
 }
 
 @keyframes slideInFromRight {
     0% {
         transform: translateX(100%);
     }
     100% {
         transform: translateX(0);
         visibility: visible;
     }
 }
 
 @keyframes slideOutFromLeft {
     from {
         opacity: 1;
     }
     to {
         opacity: 0;
     }
 }
 
 @keyframes slideOutFromRight {
     from {
         opacity: 1;
     }
     to {
         opacity: 0;
         visibility: hidden;
     }
 }
 
 .banner-container {
     animation: 1.5s ease-out 0s 1 slideInFromLeft;
     height: 100%;
     position: absolute;
     /* bottom: 100px; */
     width: 100%;
     background: linear-gradient(to left, #0006037a 0%, #272b2fb8 100%);
     /* text-align: center; */
     /* justify-content: center; */
     z-index: 1;
     color: #ffff;
     font-size: 25px !important;
     border-bottom: 10px solid #fabd10;
 }
 
 .banner-text {
     position: absolute;
     top: 30%;
     margin: 10% 10% 10% 20%;
     font-size: 50px;
     color: #ffffff;
 }
 
 .institucional-title {
     color: #07b88f;
     padding-top: 10%;
     font-size: 30px;
 }
 
 .banner-text-mobile {
     position: absolute;
     top: 20%;
     margin: 5% 0%;
     left: 20%;
     display: none;
     font-size: 20px;
 }
 
 .carousel-control-prev {
     animation: slideOutFromLeft 1s 1;
     opacity: 1;
     width: 5% !important;
 }
 
 .carousel-control-next {
     animation: slideOutFromRight 1s 1;
     opacity: 1;
     width: 5% !important;
 }
 
 .btns {
     color:#ffffff;
     position: absolute;
     top: 75%;
     width: 180px;
     height: 60px;
     cursor: pointer;
     background: #7a94ad6b;
     border: 1px solid #eff1f0;
     outline: none;
     transition: 1s ease-in-out;
     left: 20.5%;
     text-transform: uppercase;
 }
 
 .btns svg {
     position: absolute;
     left: 0;
     top: 0;
     fill: none;
     stroke: #fff;
     stroke-dasharray: 150 480;
     stroke-dashoffset: 150;
     transition: 1s ease-in-out;
 }
 
 .btns:hover {
     transition: 1s ease-in-out;
     background: #2864ae;
     ;
 }
 
 .btns:hover svg {
     stroke-dashoffset: -480;
 }
 
 .img-f {
     height: 60px;
     width: 100%;
     filter: gray;
     /* IE6-9 */
     -webkit-filter: grayscale(100%);
     /* Chrome 19+ & Safari 6+ */
 }
 
 .img-f:hover {
     filter: none;
     -webkit-filter: grayscale(0%);
 }
 
 .wrapper {
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .btns p {
     color: white;
     font-size: 20px;
     font-weight: 300;
     padding-top: 15px;
 }
 
 .carousel-nav-icon {
     height: 48px;
     width: 48px;
 }
 
 .car .col,
 .col-sm,
 .col-md {
     margin: 8px;
     height: 200px;
     background-size: cover;
     background-position: center center;
 }
 
 .btns2 {
     text-transform: uppercase;
     width: 180px;
     height: 60px;
     cursor: pointer;
     background: #3a3939;
     border: 1px solid #91C9FF;
     outline: none;
     transition: 1s ease-in-out;
 }
 
 .btns2:hover {
     transition: 1s ease-in-out;
     background-color: #6DEDD8;
 }
 
 .btns2:hover svg {
     stroke-dashoffset: -480;
 }
 
 .btns2 svg {
     position: absolute;
     left: 0;
     top: 0;
     fill: none;
     stroke: #fff;
     stroke-dasharray: 150 480;
     stroke-dashoffset: 150;
     transition: 1s ease-in-out;
 }
 
 .btns2 p {
     color: white;
     font-size: 20px;
     font-weight: 300;
     padding-top: 15px;
 }
 
 .carousel-item {
     height: 66.66vh;
     min-height: 200px;
     background: no-repeat center center scroll;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
 }
 
 .banner-content {}
 
 .hasScrolled {
     opacity: 0;
 }
 
 .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both
 }
 
 .session-color {
     background-color: #f2f2f2;
 }
 
 .session1 {
     padding: 50px 0;
     background-size: contain;
     background-image: url('../images/session.png/')!important;
     background-color: #ffff;
 }
 
 .portfolio-item {
     margin-bottom: 30px;
 }
 
 .services-bar h1 {
     font-weight: 600;
     font-size: 24px;
 }
 
 .services-bar .card {
     border: none;
 }
 
 .services-bar .card h4.card-header {
     background-color: #0174a5;
     color: #ffff;
     font-size: 18px;
     font-weight: 400;
 }
 
 .services-bar .card .card-footer {
     background-color: #4e3914;
 }
 
 .about-main {
     padding: 30px 0px;
 }
 
 .about-main h2 {
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 20px;
 }
 
 .about-main h5 {
     font-size: 18px;
 }
 
 .about-main p {
     font-size: 14px;
     text-transform: capitalize;
 }
 
 .about-main ul {
     padding-left: 20px;
 }
 
 .about-main ul li {
     position: relative;
     font-weight: 300;
     list-style: none;
     line-height: 29px;
 }
 
 .about-main ul li:before {
     content: "\f0da";
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     position: absolute;
     left: -15px;
     top: 0px;
     color: #0174a5;
 }
 
 .portfolio-main {
     padding: 30px 0px;
 }
 
 .portfolio-main h2 {
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
 }
 
 .portfolio-main .card {
     border: none;
     border-radius: 4px;
     overflow: hidden;
 }
 
 .portfolio-main .card .card-body .card-title {
     margin-bottom: 0px;
 }
 
 .portfolio-main .card .card-body .card-title a {
     font-size: 14px;
     font-weight: 400;
     color: #ffff;
 }
 
 .portfolio-main .card .card-body {
     background: #0174a5;
     padding: 10px 20px;
 }
 
 .fon {
     margin-bottom: 100px;
 }
 
 .session-button {
     color: #ffffff!important;
     font-size: 21px;
     box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
     background-color: #000000;
     font-size: 20px;
     font-weight: 500;
     padding: 0.5em 1.5em;
     position: relative;
     left: 45%;
     line-height: 1.7em !important;
     text-decoration: none !important;
     transition: width 2s;
     text-transform: uppercase;
 }
 
 .session-button:hover {
     width: 150px;
 }
 
 .session2 {}
 
 .img-div {
     background-color: #048d941c;
     display: flex;
     justify-content: center;
     /* align horizontal */
     align-items: center;
     /* align vertical */
 }
 
 .img-text {
     border: 1px solid #dad7d7;
     background: #FFFF;
     color: #333;
     padding-top: 1rem;
     width: 100%;
     font-size: 14px;
     padding-left: 1rem;
     padding-right: 1rem;
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
 }
 
 .card-img {
     overflow: hidden;
     position: relative;
 }
 
 .overlay {
     background: rgba(80, 160, 234, 0.63);
     position: absolute;
     bottom: -100%;
     width: 100%;
     height: 100%;
     left: 50%;
     transform: translateX(-50%);
     transition: all 0.3s;
 }
 
 .overlay i {
     font-size: 35px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateX(-50%);
     color: #fff;
 }
 
 .portfolio-main .card:hover .overlay {
     bottom: 0px;
 }
 
 .footer {
     width: 100%;
     background-color: #909090;
     height: 260px;
     padding: 25px 0px 25px 0px;
 }
 
 
 /*
 .img-footer {
     margin: 5% auto;
 }
 */
 
 .pt2 {
     text-align: center;
     color: #ffffff;
     font-weight: 500;
 }
 
 footer p {
     font-size: 13px;
     color: #CCC;
     padding-bottom: 0px;
     margin-bottom: 8px;
 }
 
 .mb10 {
     padding-bottom: 0px;
 }
 
 .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: #cccccc;
     font-size: 14px;
     font-weight: 300;
 }
 
 .footer_ul_amrc li a:hover {
     color: #fff;
     text-decoration: none;
 }
 
 .footer_ul_amrc li .media-left {
     margin-right: 10px;
 }
 
 .footer_ul_amrc li .media-left img {
     max-width: 50px;
 }
 
 .footer_ul_amrc li .media-body p {
     font-size: 14px;
     font-weight: 500;
     color: #ffffff;
 }
 
 .footer_ul_amrc li .media-body span {
     color: #cccccc;
     font-size: 14px;
     font-weight: 400;
 }
 
 .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;
 }
 
 .footer_ul2_amrc li a {
     color: #0174a5;
 }
 
 .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: #ffffff;
     margin: 0 12px;
     font-size: 16px;
     font-weight: 300;
 }
 
 .logo {
     height: 50px;
 }
 
 .footer-logo {
     padding: 20px 0px;
     text-align: center;
 }
 
 .pwr-codex {
     color: #fff
 }
 
 .pwr-codex:hover {
     color: #0179D6;
     text-decoration: none !important;
 }
 
 .copyright a {
     color: #0174a5;
     text-decoration: underline;
 }
 
 .copyright a:hover {
     color: #ffffff;
     text-decoration: none;
 }
 
 .social_footer_ul {
     display: table;
     margin: 10px auto;
     list-style-type: none;
     padding: 0;
 }
 
 .social_footer_ul li {
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     float: left;
 }
 
 .social_footer_ul li a {
     color: #2D80ED;
     border: 2px solid #2D80ED;
     padding: 6px;
     border-radius: 50%;
 }
 
 .social_footer_ul li i {
     width: 20px;
     height: 20px;
     text-align: center;
 }
 
 .social_footer_ul li a:hover {
     color: #bccecf;
     border: 2px solid #2D80ED;
     background-color: #2D80ED;
 }
 
 .text-color {
     color: #ffff;
     font-size: 20px;
     margin-top: 20%;
 }
 
 
 /* ---- All Pages CSS ---- */
 
 .full-title {
     padding: 80px 0px;
     background: url(../images/all-title-bg.jpg/) no-repeat center;
     position: relative;
 }
 
 .full-title:before {
     content: "";
     background: rgba(0, 0, 0, 0.5);
     top: 0px;
     left: 0px;
     position: absolute;
     width: 100%;
     height: 100%;
 }
 
 .text-idiomas {
     text-align: center;
     color: #ffffff;
     font-weight: 500;
     margin: 0% 4%;
 }
 
 .full-title h1 {
     position: relative;
     color: #ffffff;
 }
 
 .full-title h1 small {
     float: right;
     padding: 15px 0px;
     font-size: 14px;
 }
 
 .breadcrumb-main .breadcrumb {
     background: #0174a5;
 }
 
 .breadcrumb-main .breadcrumb li a {
     color: #ffffff;
 }
 
 .breadcrumb-main .breadcrumb li {
     color: #4e3914;
 }
 
 .breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
     color: #4e3914;
 }
 
 .team-members-box {
     padding: 30px 0px;
 }
 
 .team-members-box h2 {
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
 }
 
 .team-members-box .card {
     box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
     border: none;
 }
 
 .team-members-box .card .card-footer {
     background: #0174a5;
 }
 
 .team-members-box .card .card-footer ul {
     margin: 0px;
     padding: 0px;
 }
 
 .team-members-box .card .card-footer ul li {
     display: inline-block;
 }
 
 .team-members-box .card .card-footer ul li a {
     width: 32px;
     height: 32px;
     line-height: 32px;
     background: #4e3914;
     color: #ffffff;
     display: inline-block;
     border-radius: 4.8px;
     font-size: 14px;
 }
 
 .customers-box h2 {
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
 }
 
 .project-inner h3 {
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 30px;
 }
 
 .pagination_bar .pagination .page-item .page-link {
     font-size: 20px;
     background: #4e3914;
     border: 1px solid #4e3914;
     color: #ffffff;
     width: 35px;
     text-align: center;
 }
 
 .pagination_bar .pagination .page-item .page-link:hover {
     background: #0174a5;
 }
 
 .portfolio-item h4.card-title a {
     font-size: 14px;
     margin-bottom: 20px;
     color: #4e3914;
 }
 
 .related-projects {
     padding: 30px 0px;
 }
 
 .related-projects h3 {
     font-weight: 600;
     font-size: 24px;
     margin: 0px;
     margin-bottom: 20px;
 }
 
 .blog-entries .card {
     box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
     border: none;
 }
 
 .blog-entries .card .card-body h2.card-title {
     font-size: 22px;
     font-weight: 500;
 }
 
 .blog-entries .card .card-footer {
     background-color: #4e3914;
 }
 
 .blog-entries .card .card-footer.text-muted {
     color: #ffffff !important;
 }
 
 .blog-entries .card .card-footer a {
     color: #0174a5;
 }
 
 .blog-right-side .card {
     box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
     border: none;
 }
 
 .blog-right-side .card h5.card-header {
     background-color: #4e3914;
     color: #ffffff;
     font-size: 20px;
     font-weight: 400;
 }
 
 .blog-right-side .card .card-body ul li {
     margin-bottom: 2px;
 }
 
 .blog-right-side .card .card-body ul li a {
     border-radius: 4.8px;
     padding: 6px;
     background: #4e3914;
     color: #0174a5;
     display: inline-block;
 }
 
 .pagination_bar_arrow .pagination .page-item .page-link {
     font-size: 20px;
     background: #4e3914;
     border: 1px solid #4e3914;
     color: #ffffff;
     width: 120px;
     text-align: center;
 }
 
 .pagination_bar_arrow .pagination .page-item .page-link:hover {
     background: #0174a5;
 }
 
 .faq-main {
     padding: 30px 35px;
     background: #4e3914;
     margin: 30px 0px;
 }
 
 .accordion-single {
     border-radius: 0px;
     border: none;
     border-bottom: 1px solid #e4e8ed;
 }
 
 .accordion-single .card-header {
     background-color: transparent;
     padding: 0px;
     border: none;
 }
 
 .accordion-single .card-header h5 a {
     color: #202428;
     display: block;
     position: relative;
     padding: 21.28px 32px 26.56px 20px;
     font-size: 18px;
     text-transform: capitalize;
 }
 
 .accordion-single .card-header h5 a:hover {
     color: #0174a5;
     text-decoration: none;
 }
 
 .accordion-single h5 a[aria-expanded="false"]::before {
     position: absolute;
     content: "\f0dd";
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     right: 10px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     color: #4e3914;
 }
 
 .accordion-single h5 a[aria-expanded="true"]::before {
     position: absolute;
     content: "\f0de";
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     right: 10px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     color: #0174a5;
 }
 
 .error-contents {
     padding: 30px 0px;
     max-width: 980px;
     margin: 0 auto;
     text-align: center;
 }
 
 .error-contents {}
 
 .pricing-box {
     padding: 30px 0px;
 }
 
 .pricing-box .card {
     position: relative;
     overflow: hidden;
     box-shadow: 3px 5px 15px rgba(0, 0, 0, .15);
     border: none;
 }
 
 .pricing-box .card h3.card-header {
     padding: 80px 15px;
     text-align: center;
     background: #4e3914;
     color: #ffffff;
 }
 
 .most_popular {
     position: absolute;
     top: 32px;
     font-size: 12px;
     text-align: center;
     width: 181px;
     padding: 4px 0;
     right: -36px;
     transform: rotate(40deg);
     background-color: #0174a5;
     color: #4e3914;
 }
 
 .contact-left h3 {
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
 }
 
 .contact-right h3 {
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
 }
 
 .contact-right p abbr {
     font-weight: bold;
     font-size: 18px;
 }
 .footer-container{
     display: flex;
     justify-content: space-between;
 }
 .help-block ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     background: red;
     color: #fff;
     padding: 0px 15px;
 }
 
 @media (min-width: 1200px) {
     .container {}
 }
 
 @media (min-width:768px) and (max-width:1400px) {
     .banner-container {
         width: 100% !important
     }
     .banner-text {
         margin: 0 0 0 20% !important;
     }
     .img-text {
         font-size: 12px;
     }
     
     .img-menu {
         margin: 0 25%;
     }
     .ifmacro{
         padding-top: 3% !important;
         height: 1550px;
     }
     .ifinstitucional{
         height: 1200px;
     }
     .ifradar{
         height: 1150px;
         padding-top: 2% !important;
     }
     .ifprojetos{
         padding-top: 1% !important;
         height: 1975px;
     }
     .ifsetorial{
         height: 1730px;
         padding-top: 1% !important;
     }
     .ifsustentabilidade{
         padding-top: 1% !important;
         height: 1950px;
     }    
     
     .iflinks{
         padding-top: 0% !important;
         height: 1500px;
     }
     .ifcontatos{
         height: 850px;
     }
 }
 
 @media (min-width:1715px) {
     .img-text {
         font-size: 16.5px;
         padding-left: 2.5rem;
         padding-right: 2.5rem;
     }
     .btns {
         top: 73%;
     }
 }
 
 @media (min-width: 1920px) and (max-width: 3000px) {
     .img-text {
         font-size: 16.5px;
         padding-left: 2.5rem;
         padding-right: 2.5rem;
     }
     .btns {
         top: 80%;
     }
 }
 
 @media (min-width:768px) and (max-width:991px) {
     .footer {
         height: 100%;
     }
     .session-card {
         margin: 10% 15%;
     }
     .img-text {
         padding-left: 3rem;
         padding-right: 3rem;
     }
     .car-mob {
         height: 1000px;
     }
 }
 
 
 
 @media (min-width:320px) and (max-width:575.98px) {
     .service-item {
         width: 100% !important;
     }
     .banner-text {
         font-size: 40px;
     }
     .navbar {
         padding: 5px 1px !important;
 
         }
  
 
     .carousel-item {
   height: 500px !important;
     }
     .img-f{
         padding: 5px 5px;
         margin: 6px 0;
         height: 75px;
     }
     .logo {
         height: 40px;
     }
     .logo-obs{
         padding-left: 15px;
     }
     #footer{
         padding: 0 !important;
     }
     .ifmacro{
         padding-top: 5% !important;
         height: 1800px;
     }
     .ifinstitucional{
         height: 1400px;
     }
     .ifradar{
         height: 1000px;
         padding-top: 10% !important; 
     }
     .ifprojetos{
         padding-top: 10% !important;
         height: 1760px;
     }
     .ifsetorial{
         height: 1650px;
     }
     .ifsustentabilidade{
         padding-top: 10% !important;
         height: 3360px;
     }    
     
     .iflinks{
         padding-top: 5% !important;
         height: 1900px;
     }
     .ifcontatos{
         height: 950px;
     }
     
     .footer-imgs{
         display: flex;
         flex-direction: column;
         /* justify-content: center; */
         align-items: center;
     }
     .footer {
         height: 100%;
     }
     .credits{
         text-align: center;
     }
     .link-heading{
         text-align: center;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after {
         position: absolute;
         top: 18px;
         right: 6px;
     }
     .portfolio-main h2 {
         text-align: center;
     }
     .customers-box {
         text-align: center;
     }
     .team-members-box h2 {
         text-align: center;
     }
     .services-bar h1 {
         text-align: center;
     }
     .social_footer_ul li {
         padding-left: 10px;
         padding-right: 10px;
     }
     .faq-main {
         padding: 20px 15px;
     }
     .accordion-single .card-header h5 a {
         font-size: 14px;
     }
 }
 @media (max-width:768px) {
  .footer-container{
      flex-direction: column;
  }
  .footer-itm{
      margin: 15px 0;
      align-self: center;
  }
 }