html {
  height: 100%;
}

a:hover, .btn-link:hover, .btn-link:focus, .btn-link.focus  {
  text-decoration: none!important;
}

ul {
  list-style: circle;
}

canvas {
  height: 250px !important;
  max-width: 800px;
}

#menu_include li {
  margin-left: 2rem;
  line-height: 2rem;
}

.pagination li {
  margin-left: 0 !important;
  line-height: 0 !important;
}

.pagination {
  display: inline-flex;
  flex-wrap: wrap;
}

*,
ul {
  margin: 0;
}

.dataTables_length {
  width: 100%;
}

.sql_datatables_filters {
  display: none;
  margin-top: 1rem;
  justify-content: space-around;
}

.sql_datatables_filters input {
  border-radius: 0.4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  border: 1px solid #ced4da
}

.sql_datatables_filters button {
  border-radius: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.4rem;
  color: white;
  background-color: #3C8EAF;
  border: 1px solid #ced4da
}

#link_tab {
  color: #1A1A1A;
  /*text-decoration: none;*/

}

.input-sm {
  margin-left: 1rem;
  margin-right: 1rem;
}

.dt-buttons .btn {
  border: 1px solid #ced4da
}

.row .bar {
  width: 100%;
}

*,
.col {
  padding: 0;
}

body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  background-color: #fff;

}

.wrapper {
  max-width: 1169px;
  margin: 0 auto;
}

.row {
  margin-right: 0;
}

/*Loading */

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

header .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_left_sec {
  background-color: #F3F3F3;
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header_left_sec a {

  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1A1A1A;
  text-decoration: none;

}

h4,
h5,
h6 {
  color: #3C8EAF;
}

.header_left {
  margin-top: -3rem;
}

.header_right {
  margin-top: 1rem;
}

header .header_right div.social_media nav ul {
  font-size: 0;
  margin: 0;
}

header .header_right div.social_media nav ul li {
  display: inline-block;
  font-size: 15px;
  margin-left: 8px;
  color: #3C8EAF;
  width: 41px;
  height: 38px;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

header .header_right div.social_media nav ul li a {
  color: inherit;
  width: 41px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

header .header_right div.social_media nav ul li:hover {
  background-color: #3C8EAF;
  border: 1px solid #3C8EAF;
  color: #fff;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.social_media {
  white-space: nowrap;
}

header .header_right .language {
  margin: 0;
  display: inline-block;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

header .header_right .language:hover {
  background-color: #3C8EAF;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  color: #fff;
}

header .header_right .language .main_lang {
  height: 40px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;

}

.main_lang a {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #424242;
  text-decoration: none;
}

header .header_right .language .main_lang:hover .sublang {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

header .header_right .language .main_lang i {
  margin-left: 9px;
  font-size: 9px;
  color: #aaaaaa;
}

header .header_right .language .main_lang .sublang {
  width: 50px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  z-index: 9;
}

header .header_right .language .main_lang .sublang li {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header_right .language .main_lang .sublang li a {
  line-height: 20px;
  width: inherit;
  text-align: center;
}

header .bottom_header {
  display: flex;
  margin-top: 55px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

header .bottom_header .header_left {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .bottom_header .header_left div.menu {
  width: 30px;
  font-size: 17px;
  margin-right: 23px;
}

header .bottom_header .header_right {
  display: flex;
  justify-content: space-between;
}

header .bottom_header .header_right nav {
  box-sizing: border-box;
  width: 100%;
}

header .bottom_header .header_right nav .navbar-toggler {
  padding: 0;
}

header .bottom_header .header_right nav ul.main_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header .bottom_header .header_right nav ul.main_ul .li_main a.li_mainlink {
  text-transform: uppercase;
  margin-left: 30px;
}

header .bottom_header .header_right nav .nav-item {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3C8EAF;
}

header .bottom_header .header_right nav .nav-item a {
  color: inherit;
  text-transform: uppercase;
}

header .bottom_header .header_right nav .nav-item a:hover {
  color: #3C8EAF;
}

header .bottom_header .header_right nav li.dropdown:hover>ul.dropdown-menu {
  display: block !important;
}

header .bottom_header .header_right nav li.dropdown a::after {
  display: none;
}

header .bottom_header .header_right nav ul.dropdown-menu {
  width: 258px;
  margin: 0;
  padding: 0;
  border-radius: initial;
}

header .bottom_header .header_right nav ul.dropdown-menu li.sub:first-child {
  margin-top: 10px;
}

header .bottom_header .header_right nav ul.dropdown-menu li.dropdown ul.dropdown-menu {
  top: -2px;
  left: 258px;
}

header .bottom_header .header_right nav ul.dropdown-menu {
  background-color: #fff;
  border: none;
  border-top: 2px solid #298cd0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

header .bottom_header .header_right nav ul.dropdown-menu li.dropdown-item {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #676666;
}

header .bottom_header .header_right nav ul.dropdown-menu li.dropdown-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .bottom_header .header_right nav ul.dropdown-menu li.dropdown-item a i {
  font-size: 10px;
  color: #298cd0;
}

header .bottom_header .header_right nav ul.dropdown-menu li.dropdown-item a:hover {
  color: inherit;
}

header .bottom_header .header_right nav ul.dropdown-menu li.dropdown-item:hover {
  background: initial;
  background-color: #f2f2f2;
}

header .bottom_header .header_right nav * {
  box-sizing: inherit;
}

header .bottom_header .header_right .shop_cart {
  position: relative;
  top: 6px;
  right: -14px;
}

header .bottom_header .header_right .shop_cart .icon a {
  color: inherit;
  text-decoration: none;
}

header .bottom_header .header_right .shop_cart .icon i {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 13px;
  text-align: center;
  color: #1A1A1A;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

header .bottom_header .header_right .shop_cart .icon i:hover {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  color: #fff;
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
}

header .bottom_header .header_right .shop_cart .item_number {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: -7px;
  right: -8px;
  color: #fff;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  background-color: #2696df;
  text-align: center;
}

/* WEB Redes */

.banner_rede {
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  padding: 0.3rem;
  padding-right: 4rem;

}

.banner_rede h2 {
  font-weight: 400;
  margin-left: 4rem;
  margin-top: 0.3rem;
}

.banner_rede img {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 25px solid transparent;
  border-left: 20px solid transparent;
  border-radius: 16rem;
  position: absolute;
  margin-left: 85%;
  margin-top: -3%;
  width: 135px;
  height: 125px;
  padding: 0.5rem;
}

.banner_rede_sec {
  display: flex;
  justify-content: space-between !important;
  border-radius: 2rem;
  padding-right: 4rem;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}

.banner_rede_sec a {
  text-decoration: none;
}

.banner_rede_sec h4 {
  font-weight: 400;
  margin-left: 4rem;
  margin-top: 0;
  margin-bottom: 0;

}

.banner_rede_sec img {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid transparent;
  border-left: 10px solid transparent;
  border-radius: 16rem;
  position: absolute;
  margin-left: 83%;
  width: 85px;
  padding: 0.5rem;
}

.logo_sec h3 {
  color: #3C8EAF;
  margin-left: 5rem;
  width: 75%;
  margin-top: 1.2rem;
}

.logo_sec h3 a {
  color: #3C8EAF;
  text-decoration: none;
  display: inherit;
}

.logo_sec img {
  max-height: 110px;
  max-width: 150px;
}

.descr_area {
  margin-left: 4rem;
}

.list_redes {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}

.list_redes div.row {
  margin-bottom: 15px;
}

.list_redes h6,
.list_redes a,
.list_redes p {
  margin-left: 2rem;
  text-decoration: none;
}

.list_redes a {
  color: black;
  display: block;
}

#listredes .card .card-header {
  background-color: #f0fff3;
}

#listredes button {
  text-decoration: none;
  color: #3588b2;
}

#rede_coord h5 {
  color: #3C8EAF;
  font-weight: 600;
}

#rede_coord h6 {
  color: #1A1A1A;
}

#rede_coord h6 img {
  border-radius: 0.5rem;
}


#body_webredes {
  padding: 4rem;
}

#body_webredes h2 {
  color: #3C8EAF;
}

#destaques h4 {
  color: #3C8EAF;
}

#destaques img {
  border-radius: 1rem;
  padding: 2rem;
}

.search-bar input {
  border-radius: 2rem;
  width: 80%;
}

.search-bar button {
  border-radius: 1rem;
  background-color: #61C3C7;
  border-color: transparent;
  margin-right: 1rem;
}

.search-bar form {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

/* INDEX */

.area,
.area_fluid {
  border-radius: 1rem;
  padding: 0.5rem !important;
  width: 280px;
  height: 70px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  cursor: pointer;
}

.area_fluid img {
  margin-left: 1rem;
}

.area_fluid h5 {
  margin-left: 1rem;
}

.area_fluid a {
  font-size: 16px;
  font-family: 'PT sans';
  text-decoration: none;
  color: #1A1A1A
}

@media (max-width: 1288px) {
  .area_fluid {
    height: 115px;
    width: 100px;
  }

  .area_fluid img {
    margin-left: 0 !important;
  }

  .area_fluid .ml-3 {
    margin-left: 0 !important;
    align-items: center;
  }

  .area_fluid a {
    font-size: 14px !important;
  }

  .area_fluid {
    border-radius: 1rem;
    padding: 0.5rem !important;
    width: auto;
    max-width: 280px;
    height: 70px;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }


}

.area img {
  margin-left: 1rem;
}

.area h5 {
  margin-left: 1rem;
}

.area a {
  font-size: 16px;
  font-family: 'PT sans';
  text-decoration: none;
  color: #1A1A1A
}

footer {
  padding: 0;
  margin: 0;
  height: 82px;
  background-color: #3C8EAF;
}

footer .container-fluid {
  padding: 0;
  margin: 0;
}

footer h2 {
  display: flex;
  align-items: center;
  margin: 0px auto;
  padding-top: 58px;
  padding-bottom: 31px;
}

div.footer_bottom {
  height: 59px;
  background-color: #3C8EAF;
  display: flex;
  justify-content: space-around;
}

div.footer_bottom .container .left,
div.footer_bottom .container .right {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

div.footer_bottom .container .right {
  margin: 0;
}

div.footer_bottom .container .left h2,
div.footer_bottom .container .right h6 {
  margin: 1rem;
  padding: 0;
  color: white
}

div.footer_bottom .container .right h6 {
  margin: 0;
}

div.footer_bottom .container .right h5 {
  padding: 0;
  margin-top: 0.4rem;
  color: white
}


div.footer_bottom .container .left a {
  color: inherit;
  text-decoration: none;
}

div.footer_bottom .container .right a {
  color: white;
  text-decoration: none;
}

div.footer_bottom .container .left .copyright_box {
  color: #fff;
  font-size: 12px;
  position: absolute;
  display: block;
  margin-left: 200px;
}

.btn-more {
  border-radius: 2rem !important;
  color: #6CBA95 !important;
  background-color: #EFF6E6 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 10px 23px !important;
}

/* Organismos */

.pais_orga {
  width: 29%;
}

.pais_orga h6 {
  margin-bottom: 0;
}

.pais_orga a {
  text-decoration: none;
}

.pais_int {

  width: 32%;
}

.tooltip-inner {
  white-space: pre-wrap;
  background-color: #F3F3F3;
  color: #1A1A1A;
  text-align: left;
  border-radius: 1rem;
  line-height: 2rem;
  margin-top: 1rem;
}

.tooltip-inner img {
  border-radius: 0.2rem;
  margin-right: 0.5rem;

}

.tooltip-inner a {
  color: #3C8EAF;
  text-decoration: none;
}

.pais_orga,
.pais_int {
  padding-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  cursor: pointer;
}

.pais_orga img,
.pais_int img {
  border-radius: 1rem;
}

.pais_orga h6,
.pais_int h6 {
  margin-left: 1rem;
  color: black;
  font-weight: 600;
}

.pais_orga,
.pais_int {
  transition: transform .2s;
}

.pais_orga:hover,
.pais_int:hover {
  transform: scale(1.1);
}

.iberoeka_flag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.iberoeka_flag h6 {
  font-weight: 600;
  color: black;
}

.organis_flag {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: flex-start;
}

.organis_flag h6 {
  font-weight: 600;
  color: black;
}

.orga_info h6:first-child {
  text-transform: uppercase;
}

.orga_info h6 {
  margin-bottom: 0.5rem;
  color: black;
}

.integr_info h6:first-child {
  text-transform: uppercase;
}

.integr_info h6 {
  margin-bottom: 0.5rem;
  color: black;
}

/* Secretaria general */

#secretaria_tit {
  margin-left: 35%;
  color: #aaaaaa;
  margin-top: -10%;
}

.frame_person,
.frame_person_sec {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border-radius: 1rem;
  width: 45%;
  margin-right: 1rem;
  margin-bottom: 1rem;
  flex: 1 0 30%;
  max-width: 37%;
  margin-right: 1rem;
}

.frame_person img,
.frame_person_sec img {
  clip-path: circle();
  margin-top: 0.5rem;
}

.frame_person_sec h5 {
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 1rem;
}

/* Publicacoes */

#publi {
  border-radius: 2rem;
  background-color: #DFECF3;
  cursor: pointer;
}

.form-group input,
.form-group select {
  background-color: #f8f4f4;
  border-radius: 0.5rem;
  width: 470px;
  margin-right: 2rem;
  border-color: transparent;
}

.form-group input:hover {
  background-color: #f8f4f4
}

.form-group label {
  font-family: 'PT Sans', sans-serif;
  font-size: 14pt;
  font-weight: 500;
  color: #1A1A1A;
}

#apply {
  font-size: 15pt;
  width: 10%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 1rem;
  background-color: #D9E1F2;
  color: #3A8BB0;
  border-color: transparent;
  font-weight: 800;
}

/* Gestion Tecnica */

.gestao_areas_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gestao_tec h5,
.gestao_tec h6 {
  color: #1A1A1A;
}

.gestao_tec a {
  text-decoration: none;
}

.welcome .welcome_slider {
  position: relative;
}

.welcome .slider_nav {
  display: flex;
  justify-content: space-between;
}

.welcome .slider_nav .next {
  position: absolute;
  top: calc(32vh);
  z-index: 9;
  background: transparent;
  border: 0;
  background-color: #2D8CB8;
  font-size: 20px;
  border-radius: 0;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.welcome .slider_nav .next:hover {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  background-color: #fff;
  color: #1A1A1A;
}

.welcome .slider_nav .next i {
  padding-right: 20px;
}

.welcome .slider_nav .prev {
  position: absolute;
  top: calc(32vh);
  right: -1px;
  z-index: 9;
  margin-right: 1px;
  background: transparent;
  border: 0;
  background-color: #2D8CB8;
  font-size: 20px;
  border-radius: 0;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.welcome .slider_nav .prev:hover {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  background-color: #fff;
  color: #1A1A1A;
}

.welcome .slider_nav .prev i {
  padding-left: 20px;
}

.welcome_slide {
  margin-bottom: 1rem;
}

.welcome .welcome_slide {
  display: flex;
  background-position: center;
  background-size: cover;
  height: calc(35vh);
  box-sizing: border-box;
}

.welcome .welcome_slide:focus {
  outline: none;
}

.welcome .welcome_slide .slick-prev {
  top: -50px;
}

.welcome .welcome_slide .wrapper {
  display: flex;
}

.welcome .welcome_slide .slide_data {
  margin: 200px 0px;
}

.welcome .welcome_slide .slide_data h1 {
  margin-top: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 80px;
  max-width: 650px;
  margin-bottom: 41px;
}

.welcome .welcome_slide .slide_data h1 span {
  color: #2D8CB8;
}

.welcome .welcome_slide .slide_data p {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #a0a0a0;
  line-height: 34px;
  width: 696px;
  margin-bottom: 49px;
}

.welcome .welcome_slide .slide_data a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  background-color: #3C8EAF;
  border-radius: 3px;
  padding: 20px 33px;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.welcome .welcome_slide .slide_data a:hover {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  background-color: #2D8CB8;
}

.welcome .welcome_slide .slide_data2 {
  float: right;
  right: 0px;
  text-align: right;
}

.welcome .welcome_slide .slide_data2 h1 {
  display: inline-block;
  margin-top: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 80px;
  max-width: 650px;
  margin-bottom: 41px;
}

.welcome .welcome_slide .slide_data2 h1 span {
  color: #2D8CB8;
}

.welcome .welcome_slide .slide_data2 img {
  display: inline-block;
  margin-top: 0;
  line-height: 80px;
  max-width: 190px;
  margin-bottom: 21px;
  margin-top: 2rem;
}

.welcome .welcome_slide .slide_data2 p {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  width: 1050px;
  margin-bottom: 9px;
}

.welcome .welcome_slide .slide_data2 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  background-color: #3C8EAF;
  border-radius: 3px;
  padding: 20px 33px;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.welcome .welcome_slide .slide_data2 a:hover {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  background-color: #2D8CB8;
}

.info .info_top {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.info .info_top h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 50px;
  text-align: center;
}

.info .info_top h2 span {
  font-style: italic;
  color: #2D8CB8;
}

.info .info_top p.main {
  width: 937px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #aaaaaa;
  text-align: center;
  line-height: 30px;
  margin-bottom: 53px;
}

.info .features {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.info .features .feature {
  margin-bottom: 80px;
  padding: 0;
}

.info .features .feature h3 {
  font-family: 'PT Sans', sans-serif;
  color: #313131;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  font-size: 20px;
  transition: all 150ms ease-in-out;
}

.info .features .feature h3:hover i {
  transition: all 150ms ease-in-out;
  background-color: #3C8EAF;
  color: #fff;
}

.info .features .feature h3 i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  width: 50px;
  height: 50px;
  background-color: #f9f9f9;
  border-radius: 100%;
  color: #dadada;
  margin-right: 23px;
  transition: all 150ms ease-in-out;
}

.info .features .feature div.info {
  width: 366px;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  color: #969595;
  margin-bottom: 48px;
  line-height: 24px;
}

.info .features .feature span {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #1A1A1A;
}

.info .features .feature span a {
  color: inherit;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.info .features .feature span a i {
  margin-left: 14px;
}

.info .features .feature span a:hover {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  color: #2D8CB8;
}

.about {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .about_video {
  width: 960px;
  height: 579px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  box-sizing: border-box;
}

.about .about_text {
  width: 960px;
  background-color: #1A1A1A;
  height: 579px;
}

.about .about_text .data {
  width: 468px;
  margin-left: 113px;
  margin-top: 57px;
}

.about .about_text .data h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 72px;
}

.about .about_text .data h3 span {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 72px;
  font-style: italic;
}

.about .about_text .data p {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}

.about .about_text .data p i {
  color: #2D8CB8;
  margin-right: 23px;
}

.about .about_text .data span {
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 26px;
}

.about .about_text .data .text1 {
  margin-bottom: 52px;
}

.projects .pro_slider_nav {
  position: relative;
}

.projects .pro_slider_nav button {
  border: none;
  background: transparent;
  color: #1A1A1A;
  background-color: #fff;
  border-radius: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 9;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  position: absolute;
}

.projects .pro_slider_nav button:hover {
  background-color: #1A1A1A;
  color: #fff;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects .pro_slider_nav button.prev {
  top: 71px;
  margin-left: 20px;
}

.projects .pro_slider_nav button.next {
  top: 71px;
  right: -1px;
  margin-right: 20px;
}

.projects .pro_title h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 51px;
}

.projects .pro_title h3 span {
  font-style: italic;
  color: #2D8CB8;
}

.projects .pro_title p {
  margin: 0 auto;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #aaaaaa;
  width: 831px;
  margin-bottom: 63px;
}

.projects .pro_slider {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: space-evenly;
}

.projects .pro_slider .pro_slide {
  background-position: center;
  display: inline-block;
  background-size: cover;
  box-sizing: border-box;
  height: 75px;
  width: 280px !important;
  position: relative;
  margin-right: 2rem;
}

.projects .slick-track {
  width: 100% !important;
}

.projects .pro_slider .pro_slide:focus {
  outline: none;
}

.projects .pro_slider .pro_slide .inner_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(51, 51, 51, 0.9);
  opacity: 0;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects .pro_slider .pro_slide .inner_content:hover {
  opacity: 1;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects .pro_slider .pro_slide .inner_content .slide_links {
  display: flex;
  padding: 10px;
}

.projects .pro_slider .pro_slide .inner_content .slide_links .link1 {
  margin-left: 12.5px;
}

.projects .pro_slider .pro_slide .inner_content .slide_links .link {
  margin-right: 12.5px;
}

.projects .pro_slider .pro_slide .inner_content .slide_links .link,
.projects .pro_slider .pro_slide .inner_content .slide_links .link1 {
  border-radius: 3px;
  padding: 16px;
  background-color: #fff;
  color: #3C8EAF;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects .pro_slider .pro_slide .inner_content .slide_links .link a,
.projects .pro_slider .pro_slide .inner_content .slide_links .link1 a {
  color: inherit;
  text-decoration: none;
}

.projects .pro_slider .pro_slide .inner_content .slide_links .link:hover,
.projects .pro_slider .pro_slide .inner_content .slide_links .link1:hover {
  color: #fff;
  background-color: #3C8EAF;
}

.projects .pro_slider .pro_slide .inner_content .slide_info h4 {
  text-align: center;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.projects .pro_slider .pro_slide .inner_content .slide_info p {
  font-size: 8px;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 96px;
}

.projects .project_list {
  display: flex;
}

.projects .project_list .block {
  display: flex;
  transition: all 150ms ease-in-out;
}

.projects .project_list .block:hover .pro_icon i {
  color: #fff;
  background-color: #3C8EAF;
}

.projects .project_list .block:hover .pro_icon i::after {
  border-color: #3C8EAF transparent transparent transparent;
}

.projects .project_list .block .text h4 {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #313131;
  margin-bottom: 23px;
}

.projects .project_list .block .text p {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  color: #969595;
  line-height: 24px;
  width: 80%;
}

.projects .project_list .block .pro_icon {
  margin-right: 20px;
  width: 46px;
  height: 48px;
}

.projects .project_list .block .pro_icon i {
  display: inline-block;
  position: relative;
  max-height: 32px;
  font-size: 14px;
  background-color: #dadada;
  color: #fff;
  padding-bottom: 31px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 9;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects .project_list .block .pro_icon i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 0;
  border-color: #dadada transparent transparent transparent;
  position: absolute;
  top: 46px;
  left: 0px;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects .top {
  margin-top: 100px;
  margin-bottom: 101px;
}

.projects .bottom {
  margin-bottom: 50px;
}

.projects2 .pro_slider_nav {
  position: relative;
}

.projects2 .pro_slider_nav button {
  border: none;
  background: transparent;
  color: #1A1A1A;
  background-color: #fff;
  border-radius: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 9;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  position: absolute;
}

.projects2 .pro_slider_nav button:hover {
  background-color: #1A1A1A;
  color: #fff;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects2 .pro_slider_nav button.prev {
  top: 51px;
  margin-left: 20px;
}

.projects2 .pro_slider_nav button.next {
  top: 51px;
  right: -1px;
  margin-right: 20px;
}

.projects2 .pro_title h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 51px;
}

.projects2 .pro_title h3 span {
  font-style: italic;
  color: #2D8CB8;
}

.projects2 .pro_title p {
  margin: 0 auto;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #aaaaaa;
  width: 31px;
  margin-bottom: 63px;
}

.projects2 .pro_slider {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: space-evenly;
}

.projects2 .pro_slider .pro_slide {
  background-position: center;
  display: inline-block;
  background-size: cover;
  box-sizing: border-box;
  width: 80px !important;
  height: 80px;
  position: relative;
  margin-bottom: 2rem;
  margin-right: 7rem;
  margin-left: 2rem;
  margin-top: 2rem;
}

.projects2 .pro_slider .pro_slide:focus {
  outline: none;
}

.projects2 .pro_slider .pro_slide .inner_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(51, 51, 51, 0.9);
  opacity: 0;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects2 .pro_slider .pro_slide .inner_content:hover {
  opacity: 1;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_links {
  display: flex;
  margin-bottom: 42px;
  margin-top: 26px;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_links .link1 {
  margin-left: 12.5px;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_links .link,
.projects2 .pro_slider .pro_slide .inner_content .slide_links .link1 {
  border-radius: 3px;
  padding: 6px;
  background-color: #fff;
  color: #3C8EAF;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_links .link a,
.projects2 .pro_slider .pro_slide .inner_content .slide_links .link1 a {
  color: inherit;
  text-decoration: none;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_links .link:hover,
.projects2 .pro_slider .pro_slide .inner_content .slide_links .link1:hover {
  color: #fff;
  background-color: #3C8EAF;
}

.projects2 .slick-track {
  margin-bottom: 2.5rem;
}

.projects2 .slide_legend {
  width: 8rem;
}

.projects2 .slide_legend a {
  color: #1A1A1A;
  font-weight: bold;
  font-size: 10pt;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_info h4 {
  text-align: center;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.projects2 .pro_slider .pro_slide .inner_content .slide_info p {
  font-size: 8px;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 96px;
}

.projects2 .project_list {
  display: flex;
}

.projects2 .project_list .block {
  display: flex;
  transition: all 150ms ease-in-out;
}

.projects2 .project_list .block:hover .pro_icon i {
  color: #fff;
  background-color: #3C8EAF;
}

.projects2 .project_list .block:hover .pro_icon i::after {
  border-color: #3C8EAF transparent transparent transparent;
}

.projects2 .project_list .block .text h4 {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #313131;
  margin-bottom: 23px;
}

.projects2 .project_list .block .text p {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  color: #969595;
  line-height: 24px;
  width: 80%;
}

.projects2 .project_list .block .pro_icon {
  margin-right: 20px;
  width: 46px;
  height: 48px;
}

.projects2 .project_list .block .pro_icon i {
  display: inline-block;
  position: relative;
  max-height: 32px;
  font-size: 14px;
  background-color: #dadada;
  color: #fff;
  padding-bottom: 31px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 9;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects2 .project_list .block .pro_icon i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 0;
  border-color: #dadada transparent transparent transparent;
  position: absolute;
  top: 46px;
  left: 0px;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.projects2 .top {
  margin-top: 100px;
  margin-bottom: 101px;
}

.projects2 .bottom {
  margin-bottom: 101px;
}

.fa-calendar {
  color: darkgrey;
}

.facts .row {
  margin-top: 0.5rem;
  max-width: 100%;
  height: auto;
}

.facts .facts_left,
.facts .facts_right {
  display: flex;
}

.facts .fact1,
.facts .fact2,
.facts .fact3,
.facts .fact4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-left: auto;
  border-radius: 2rem;
  flex-basis: 23%;
  height: auto;
}

.facts .fact1 .f_text,
.facts .fact2 .f_text,
.facts .fact3 .f_text,
.facts .fact4 .f_text {
  margin-left: 31px;
}

.facts .fact1 .f_text h2,
.facts .fact2 .f_text h2,
.facts .fact3 .f_text h2,
.facts .fact4 .f_text h2 {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
  margin-bottom: -0.5rem;
}

.facts .fact1 .f_text p,
.facts .fact2 .f_text p,
.facts .fact3 .f_text p,
.facts .fact4 .f_text p {
  margin-left: 0.5rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8vw;
}

.facts .fact1 i,
.facts .fact2 i,
.facts .fact3 i,
.facts .fact4 i {
  font-size: 17px;
  width: 70px;
  height: 70px;
  color: #3C8EAF;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facts .fact1 {
  background-color: #EFF6E6;
}

.facts .fact1 .f_text p,
.facts .fact1 .f_text h2 {
  color: #6CBA95;
}

.facts .fact2 {
  background-color: #FAEDF3;
}

.facts .fact2 .f_text p,
.facts .fact2 .f_text h2 {
  color: #E67374;
}

.facts .fact3 {
  background-color: #e8f7ff;
}

.facts .fact3 .f_text p,
.facts .fact3 .f_text h2 {
  color: #61C3C7;
}

.facts .fact4 {
  background-color: #D9E1F2;
}

.facts .fact4 .f_text p,
.facts .fact4 .f_text h2 {
  color: #6D5C94;
}

/* Estatisticas */

.facts .fact_stat1,
.facts .fact_stat2,
.facts .fact_stat3,
.facts .fact_stat4,
.facts .fact_stat5,
.facts .fact_stat6,
.facts .fact_stat7,
.facts .fact_stat8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-left: auto;
  margin-bottom: 2rem;
  border-radius: 2rem;
  flex-basis: 47%;
  height: auto;
  width: 150%;
  cursor: pointer;
}

.facts .fact_stat1 .f_text,
.facts .fact_stat2 .f_text,
.facts .fact_stat3 .f_text,
.facts .fact_stat4 .f_text,
.facts .fact_stat5 .f_text,
.facts .fact_stat6 .f_text,
.facts .fact_stat7 .f_text,
.facts .fact_stat8 .f_text {
  margin-left: 31px;
}

.facts .fact_stat1 .f_text h2,
.facts .fact_stat2 .f_text h2,
.facts .fact_stat3 .f_text h2,
.facts .fact_stat4 .f_text h2,
.facts .fact_stat5 .f_text h2,
.facts .fact_stat6 .f_text h2,
.facts .fact_stat7 .f_text h2,
.facts .fact_stat8 .f_text h2 {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 2.2vw;
  margin-bottom: -0.5rem;
}

.facts .fact_stat1 .f_text p,
.facts .fact_stat2 .f_text p,
.facts .fact_stat3 .f_text p,
.facts .fact_stat4 .f_text p,
.facts .fact_stat5 .f_text p,
.facts .fact_stat6 .f_text p,
.facts .fact_stat7 .f_text p,
.facts .fact_stat8 .f_text p {
  margin-left: 0.5rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
}

.facts .fact_stat1 {
  background-color: #EFF6E6;
}

.facts .fact_stat1 .f_text p,
.facts .fact_stat1 .f_text h2 {
  color: #6CBA95;
}

.facts .fact_stat2 {
  background-color: #FAEDF3;
}

.facts .fact_stat2 .f_text p,
.facts .fact_stat2 .f_text h2 {
  color: #E67374;
}

.facts .fact_stat3 {
  background-color: #DFECF3;
}

.facts .fact_stat3 .f_text p,
.facts .fact_stat3 .f_text h2 {
  color: #61C3C7;
}

.facts .fact_stat4 {
  background-color: #D9E1F2;
}

.facts .fact_stat4 .f_text p,
.facts .fact_stat4 .f_text h2 {
  color: #6D5C94;
}

.facts .fact_stat5 {
  background-color: #FAFAEF;
}

.facts .fact_stat5 .f_text p,
.facts .fact_stat5 .f_text h2 {
  color: #EE895F;
}

.facts .fact_stat6 {
  background-color: #F3F3F3;
}

.facts .fact_stat6 .f_text p,
.facts .fact_stat6 .f_text h2 {
  color: #7C8F8E;
}

.facts .fact_stat7 {
  background-color: #F5E7E5;
}

.facts .fact_stat7 .f_text p,
.facts .fact_stat7 .f_text h2 {
  color: #C1A86B;
}

.facts .fact_stat8 {
  background-color: #E4F2E8;
}

.facts .fact_stat8 .f_text p,
.facts .fact_stat8 .f_text h2 {
  color: #8CB76A;
}


/* Impactos indicadores */

.facts .fact_ind1,
.facts .fact_ind2,
.facts .fact_ind3 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  border-radius: 1rem;
  flex: 0 0 28%;
  max-width: 28%;
}

.facts .fact_ind1 .f_text h2,
.facts .fact_ind2 .f_text h2,
.facts .fact_ind3 .f_text h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: -0.5rem;
}

.facts .fact_ind1 .f_text p,
.facts .fact_ind2 .f_text p,
.facts .fact_ind3 .f_text p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
}

.facts .fact_ind1 i,
.facts .fact_ind2 i,
.facts .fact_ind3 i {
  font-size: 10px;
  width: 70px;
  height: 70px;
  color: #3C8EAF;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facts .fact_ind1 {
  background-color: #EFF6E6;
}

.facts .fact_ind1 .f_text p,
.facts .fact_ind1 .f_text h2 {
  text-align: center;
  color: #6CBA95;
}

.facts .fact_ind2 {
  background-color: #FAEDF3;
}

.facts .fact_ind2 .f_text p,
.facts .fact_ind2 .f_text h2 {
  text-align: center;
  color: #E67374;
}

.facts .fact_ind3 {
  background-color: #DFECF3;
}

.facts .fact_ind3 .f_text p,
.facts .fact_ind3 .f_text h2 {
  text-align: center;
  color: #61C3C7;
}

/* Counters INTEGRANTES */

.facts .fact_integr1,
.facts .fact_integr2,
.facts .fact_integr3 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 1rem;
  border-radius: 1rem;
  flex: 0 0 35%;
  max-width: 35%;
}

.facts .fact_integr1 .f_text h2,
.facts .fact_integr2 .f_text h2,
.facts .fact_integr3 .f_text h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: -0.5rem;
}

.facts .fact_integr1 .f_text p,
.facts .fact_integr2 .f_text p,
.facts .fact_integr3 .f_text p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.facts .fact_integr1 {
  background-color: #EFF6E6;
}

.facts .fact_integr1 .f_text p,
.facts .fact_integr1 .f_text h2 {
  text-align: center;
  color: #6CBA95;
}

.facts .fact_integr2 {
  background-color: #FAEDF3;
}

.facts .fact_integr2 .f_text p,
.facts .fact_integr2 .f_text h2 {
  text-align: center;
  color: #E67374;
}

.facts .fact_integr3 {
  background-color: #DFECF3;
}

.facts .fact_integr3 .f_text p,
.facts .fact_integr3 .f_text h2 {
  text-align: center;
  color: #61C3C7;
}

/* SEARCH Redes*/

.results a {
  text-decoration: none;
  color: #3C8EAF;
}

.events_section {
  display: flex;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

div#conteudo.conteudo-rede img {
  max-width: 100% !important;
  /*height: auto !important;*/
}

.events_section .events_block .block_bottom {
  color: #aaaaaa;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}

.events_section .events_block a {
  color: #1A1A1A;
  font-family: 'PT Sans', serif;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.events_section_redes {
  display: flex;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  flex-direction: column;
  margin-bottom: 1rem;
}

.events_section_redes .events_block .block_bottom {
  color: #aaaaaa;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}

.events_section_redes .events_block a {
  color: #1A1A1A;
  font-family: 'PT Sans', serif;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.events_block a {
  text-decoration: none;
}

.events_block h2 {
  color: #3C8EAF;
}

.events_block p,
.events_title {
  color: #aaaaaa;
}

.news .container {
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .news .container {
    max-width: 740px !important;
    ;
  }
}

@media (min-width: 768px) {
  .news .container {
    max-width: 920px !important;
  }
}

@media (min-width: 992px) {
  .news .container {
    max-width: 1160px !important;
  }
}

@media (min-width: 1200px) {
  .news .container {
    max-width: 1340px !important;
  }
}

.events_block {
  margin-left: 2rem;

}

.news .news_section .news_block {
  position: relative;
}

.news .news_section .news_block figure {
  width: 100%;
  margin-bottom: 34px;
  position: relative;
}

.news .news_section .news_block figure img {
  height: auto;
  width: 100%;
}

.news .news_section .news_block figure .image_inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  transition: all 150ms ease-in-out;
  opacity: 0;
}

.news .news_section .news_block figure .image_inner a {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  color: #3C8EAF;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  transition: all 150ms ease-in-out;
}

.news .news_section .news_block .block_bottom {
  color: #aaaaaa;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 28px;
}

.news .news_section .news_block a {
  color: #3C8EAF;
  font-family: 'PT Sans', serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.cyted {
  margin-left: 6rem;
}

.cyted a {
  color: #3C8EAF;
  font-family: 'PT Sans', serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.news .news_section .news_block a i {
  margin-left: 5px;
}

.news .news_section .news_block a:hover {
  color: #2D8CB8;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.countries {
  margin-top: 1rem;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.countries button {
  border-color: transparent;
  background-color: transparent;
}

.countries button img {
  border: 0.5px solid grey;
  border-radius: 0.25rem;
  transition: transform .2s;
  height: 30px;
}

.countries img:hover {
  transform: scale(1.5);
}

.countries .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.top_nav {
  margin-top: 15px;
  margin-bottom: 50px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
}

.top_nav a {
  color: inherit;
  text-decoration: none;
}

.top_nav a:hover {
  text-decoration: underline;
}

.percentage1 {
  position: relative;
  padding-bottom: 26px;
}

.percentage1 .txt1 {
  padding-bottom: 5px;
  color: #a4aeb0;
  font-size: 16px;
}

.percentage1 .bg {
  position: relative;
  height: 12px;
  background: #e9eaea;
}

.percentage1 .bg .animated-distance {
  background: #31aae2;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.percentage1 .bg .animated-distance span {
  position: absolute;
  width: 40px;
  background: #3C8EAF;
  line-height: 29px;
  text-align: center;
  top: -45px;
  right: -39px;
  font-size: 14px;
  color: #fff;
}

.percentage1 .bg .animated-distance span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 0;
  border-color: #313131 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 29px;
}

.more_news a {
  color: #3C8EAF;
  font-family: 'PT Sans', serif;
  text-decoration: none;
  font-style: italic;
}

.more_events a {
  color: #3C8EAF;
  font-family: 'PT Sans', serif;
  text-decoration: none;
  font-style: italic;
  margin-left: 5rem;
}

@media (max-width: 1200px) {

  #publi {
    margin-left: 2rem !important;
    flex: 1 0 30%;
    max-width: 50%;
  }

  .welcome {
    width: 100%;
  }

  .welcome .slide_data,
  .welcome .slide_data2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .welcome .slide_data p,
  .welcome .slide_data2 p {
    text-align: center;
    font-size: 8pt;
  }

  .welcome .slide_data h1,
  .welcome .slide_data2 h1 {
    text-align: center;
  }

  .countries .wrapper {
    display: block;
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-left: 0.5rem;
  }

  .countries img {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .info .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .team .container .desc {
    margin-bottom: 20px;
  }

  .team .container .desc .info {
    line-height: 21px;
  }

  .team .container .media_links a {
    padding: 7px 10px;
  }

  .testimonials .testi_slider_nav .prev {
    left: 10px;
  }

  .testimonials .testi_slider_nav .next1 {
    right: 10px;
  }

  .testimonials .testimonial_slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cyted {
    margin-left: 3rem;
  }

}

@media (max-width: 992px) {

  .integr_info {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 10px;
  }

  iframe {
    width: 94%;
  }

  .pais_orga,
  .pais_int {
    padding-right: 10.5rem;
  }

  header .top_header {
    display: none !important;
  }

  header .bottom_header a {
    text-align: center;
  }

  header .bottom_header .header_left {
    justify-content: center;
  }

  header .bottom_header .header_right nav .navbar-collapse {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 305px;
    top: 47px;
    overflow: scroll;
  }

  header .bottom_header .header_right nav #navbarNavDropdown {
    max-height: 500px;
  }

  header .bottom_header .header_right nav ul {
    width: initial;
  }

  header .bottom_header .header_right nav ul .li_mainlink {
    margin-left: 0 !important;
  }

  header .bottom_header .header_right nav ul li.dropdown ul.dropdown-menu {
    width: initial;
    border: none;
    box-shadow: none;
  }

  header .bottom_header .header_right nav ul li.dropdown ul.dropdown-menu li:hover {
    background-color: #fff;
  }

  header .bottom_header .header_right nav ul li.dropdown ul.dropdown-menu ul.dropdown-menu {
    position: initial;
    left: 0;
    top: 0;
    border-top: 1px solid #848484 !important;
  }

  header .bottom_header .header_right .shop_cart {
    right: 10px;
    top: 0px;
  }

  .countries .wrapper {
    display: block;
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-left: 0.5rem;
  }

  .countries img {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }


  .about {
    display: flex;
    flex-direction: column;
    flex-basis: unset;
  }

  .about .col {
    flex-basis: unset;
    width: 100%;
  }

  .about .about_text {
    text-align: center;
  }

  .about .about_text .data {
    margin: 57px auto 0 auto;
  }

  .team .info {
    line-height: 24px !important;
  }

  .team .media_links {
    margin-bottom: 20px;
  }

  .team .media_links a {
    padding: 10px 15px !important;
  }

  .projects .pro_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .projects .pro_title p {
    width: 100%;
  }

  .projects2 .pro_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .projects2 .pro_title p {
    width: 100%;
  }

  .news .news_section .news_block {
    margin-bottom: 20px !important;
  }

  .b_cont .blog_right {
    display: none;
  }

  .b_post_nav {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  footer {
    height: 100%;
  }

  footer .footer_menu {
    display: none;
  }

  footer .footer_bottom {
    height: auto;
  }

  #list_news h4 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  #list_news .news_section {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {


  .events_block {
    margin-left: 0;
    margin-right: 0;
  }

  .banner_rede {
    padding: 0rem;
  }

  .banner_rede img {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 16rem;
    position: absolute;
    margin-left: 85%;
    margin-top: -2%;
    width: 75px;
    height: 75px;
    padding: 0.5rem;
  }

  .banner_rede h2 {
    font-size: 15pt;
  }

  #apply {
    width: auto;
  }

  #secretaria_tit {
    margin-left: 25%;
    margin-top: 0%;
  }

  .facts {
    padding-left: 5px !important;
  }

  .content_index {
    padding-left: 10px !important;
  }

  #list_events {
    padding-left: 20px !important;
  }

  #menu_include {
    min-height: 0 !important;
  }

  header .bottom_header .header_right nav .navbar-collapse {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 305px;
    top: 47px;
    overflow: scroll;
  }

  header .bottom_header .shop_cart {
    top: 0px !important;
  }

  #destaques {
    margin-left: 3rem;
  }

  .countries {
    margin-left: 1rem;
  }


  .events_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;

  }

  .welcome .welcome_slider .welcome_slide .slide_data,
  .welcome .welcome_slider .welcome_slide .slide_data2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .welcome .welcome_slider .welcome_slide .slide_data h1,
  .welcome .welcome_slider .welcome_slide .slide_data2 h1 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
  }

  .welcome .welcome_slider .welcome_slide .slide_data p,
  .welcome .welcome_slider .welcome_slide .slide_data2 p {
    width: 90%;
    text-align: center;
    font-size: 9pt;
  }

  .cyted {
    margin-left: 1rem;
  }

  .facts .fact1,
  .facts .fact2,
  .facts .fact3,
  .facts .fact4 {
    flex-basis: 38%;
    margin-bottom: 1rem;
    margin-left: 1rem;
    padding-right: 1rem;
  }

  .facts .fact1 .f_text p,
  .facts .fact2 .f_text p,
  .facts .fact3 .f_text p,
  .facts .fact4 .f_text p {
    font-size: 2.3vw;
  }

  .facts .fact1 .f_text h2,
  .facts .fact2 .f_text h2,
  .facts .fact3 .f_text h2,
  .facts .fact4 .f_text h2 {
    font-size: 2.8vw;
  }

  .web_areas_list h5 {
    margin-left: 1rem;
  }

  .area {
    padding: 0.2rem;
    flex-flow: nowrap;
  }

  .row .area div:first-child {
    margin-left: 1rem;
  }

  .row .area_fluid div:first-child {
    margin-left: 3rem;
  }

  .row .area_fluid {
    padding: 0.2rem;
    flex-flow: nowrap;
  }

  .area_fluid {
    border-radius: 1rem;
    padding: 0.5rem !important;
    width: 280px;
    height: 70px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    cursor: pointer;
  }

  .info .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .about .about_text .data {
    width: 93%;
    margin-top: 27px;
  }

  .projects .top {
    margin: 0;
    margin-top: 20px;
  }

  .projects2 .top {
    margin: 0;
    margin-top: 20px;
  }

  .team .media_links {
    margin-bottom: 20px;
  }

  .team .media_links a {
    padding: 10px 15px !important;
  }

  .testimonials .testimonial_slider {
    width: 500px;
  }

  .testimonials .testimonial_slider .slick-list {
    width: 500px;
  }

  .statistics .stats_left {
    width: 100%;
  }

  #publi {
    width: 60%;
  }

}

@media (max-width: 650px) {

  .modal.galeria-imagens #modal-title {
    /*font-size: 1.3em !important;*/
  }

  .facts .fact_integr1 .f_text h2,
  .facts .fact_integr2 .f_text h2,
  .facts .fact_integr3 .f_text h2 {
    font-size: 38px;
  }

  .facts .row {
    justify-content: flex-start !important;
  }

  .logo_header {
    max-width: 100% !important;
  }

  #publi {
    flex: 1 0 50%;
    max-width: 70%;
  }

  .projects .slick-track {
    width: 50% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .projects .pro_slide {
    margin-bottom: 2rem;
  }

  .projects .slick-cloned {
    display: none !important;
  }

  #pub_form {
    padding-left: 25px;
  }

  .form-group input,
  .form-group select {
    width: 300px;
  }
}

@media (max-width: 576px) {

  #publi {
    width: auto;
  }

  #for_publi {
    padding-left: 35px;
    width: 98%;
  }

  .pais_orga {
    padding-left: 15px;
  }

  .facts .fact_stat1 .f_text h2,
  .facts .fact_stat2 .f_text h2,
  .facts .fact_stat3 .f_text h2,
  .facts .fact_stat4 .f_text h2,
  .facts .fact_stat5 .f_text h2,
  .facts .fact_stat6 .f_text h2,
  .facts .fact_stat7 .f_text h2,
  .facts .fact_stat8 .f_text h2 {
    font-size: 3.2vw;
  }

  .facts .fact_stat1 .f_text p,
  .facts .fact_stat2 .f_text p,
  .facts .fact_stat3 .f_text p,
  .facts .fact_stat4 .f_text p,
  .facts .fact_stat5 .f_text p,
  .facts .fact_stat6 .f_text p,
  .facts .fact_stat7 .f_text p,
  .facts .fact_stat8 .f_text p {
    font-size: 2.3vw;
  }


  header {
    width: 100%;
  }

  header .bottom_header .header_right nav .navbar-collapse {
    margin-left: -158%;
  }

  header .bottom_header .header_right nav .navbar-collapse ul {
    width: 100%;
  }

  header .bottom_header .header_left .shop_cart {
    top: 0;
  }

  .welcome .slider_nav {
    display: none;
  }

  .welcome .slick-list {
    width: 100%;
  }

  .cyted {
    margin-left: 0.5rem;
  }

  .about {
    width: 100%;
  }

  .about .about_text .data h3 {
    margin-bottom: 30px;
  }

  .info .info_top p.main {
    width: 300px;
  }

  .info .features .feature div.info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info .features .feature div.info p {
    width: 307px;
  }

  .projects .pro_title {
    margin: 10px;
    width: 94% !important;
  }

  .projects2 .pro_title {
    margin: 10px;
    width: 94% !important;
  }

  .facts .fact1,
  .facts .fact2,
  .facts .fact3,
  .facts .fact4 {
    width: 100%;
  }

  .statistics {
    width: 100%;
    margin-bottom: 56px;
  }

  .statistics .stats_left {
    width: 100%;
  }

  .statistics .stats_left .stats_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .statistics .stats_left .stats_title h5 {
    text-align: center;
  }

  .statistics .stats_right {
    display: none;
  }

  .testimonials {
    display: none;
  }

  .news {
    width: 100%;
  }

  .portfolio .port_block .inner_content {
    position: relative;
  }

  .portfolio .port_block .inner_content .inner_link {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 55px !important;
    height: 55px !important;
  }

  footer {
    width: 100%;
  }

  .blogpost .b_post .b_post_data {
    width: 100% !important;
  }

  .blogpost nav li.hidden_pages {
    font-size: 10px !important;
  }
}

a.email,
a.email:hover {
  color: unset;
  overflow-wrap: break-word;
}

a.rede-url,
a.rede-url:hover {
  text-decoration: none !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > div.container,
body > div#menu_include {
  flex: 1;
}