body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  font-size: 38px;
  line-height: 37px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #9ea8a4;
  font-size: 14px;
  line-height: 23px;
}

.button {
  display: inline-block;
  padding: 14px 26px;
  background-color: #25c485;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #b5b5b5;
}

.header {
  height: 824px;
  background-image: url('../images/Page_World_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.sub-page {
  background-image: url('../images/profile-dude-blue.jpg');
  background-position: 50% 100%;
}

.header.header_middle {
  background-image: url('../images/Middle_East_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header.header_middle.header_brazil {
  background-image: url('../images/Brasil_BG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.header.header_middle.header_brazil.header_europe {
  background-image: url('../images/Europe_BG1.jpg');
  background-size: cover;
}

.header.header_middle.header_brazil.header_europe.header_usa {
  background-image: url('../images/USA_BG1.jpg');
  background-size: cover;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Page_World_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.green {
  background-color: #f2f7f6;
}

.section.green.about {
  height: 824px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Page_World_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.green.about.bg_agenda {
  height: 689px;
  padding-top: 20px;
  background-image: url('../images/Middle_East_BG2.jpg');
  background-size: cover;
}

.section.green.about.bg_agenda.bg_agenda_brazil {
  background-image: url('../images/Brasil_BG2.jpg');
  background-size: cover;
}

.section.green.about.bg_agenda.bg_agenda_brazil.bg_agenda_europe {
  background-image: url('../images/Europe_BG2.jpg');
  background-size: cover;
}

.section.green.about.bg_agenda.bg_agenda_brazil.bg_agenda_europe.bg_agenda_usa {
  background-image: url('../images/USA_BG2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.section.green.footer {
  height: 600px;
  background-image: url('../images/Page_World_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.video_quote1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Page_World_02.jpg');
  background-size: cover;
}

.section.video_quote1.video_quote_black {
  padding-top: 130px;
  padding-bottom: 135px;
  background-image: url('../images/Black_1.jpg');
  background-size: cover;
}

.section.video_quote2 {
  background-image: url('../images/Page_World_04.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.video_quote2.sponsor {
  height: 205px;
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: none;
}

.section.video_quote2.video_quote_black2 {
  background-image: url('../images/Black_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.test_video {
  background-image: none;
}

.nav-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #3e3e3f;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #b2926c;
}

.nav-link.nav-link_middle {
  color: #121212;
}

.nav-link.nav-link_middle:hover {
  color: #fff;
}

.navigation {
  position: absolute;
  top: auto;
  right: 132px;
  z-index: 10;
  margin-right: 60px;
  padding: 33px 19px 38px;
  border-color: transparent;
  border-top-style: solid;
  border-top-width: 3px;
  background-color: transparent;
  text-align: left;
}

.flags {
  margin-bottom: 22px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}

.align-right {
  padding-right: 25px;
  text-align: right;
}

.image {
  margin-bottom: 20px;
}

.thumbnail {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
}

.journal-entry {
  display: block;
  margin-bottom: 19px;
  padding: 18px 20px;
  border: 1px solid #dce6e4;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  text-decoration: none;
}

.journal-entry:hover {
  background-color: #f2f7f6;
}

.logo-link {
  color: #333;
  text-decoration: none;
}

.logo-link.w--current {
  margin-bottom: 10px;
}

.field {
  height: 53px;
  border: 1px solid #d1e6dd;
  box-shadow: inset 0 1px 0 0 transparent;
}

.field:focus {
  border-color: #24c786;
  box-shadow: inset 0 0 8px 0 transparent;
}

.field.comments {
  height: 101px;
}

.success {
  padding: 47px;
  background-color: #e3e3e3;
  color: #000;
  text-align: center;
}

.foto_1 {
  height: 824px;
  background-image: url('../images/1---Page_World_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_world {
  position: static;
  display: block;
  width: 215px;
  height: 93px;
  margin-top: 50px;
  margin-left: 0px;
  background-image: url('../images/logo_world.png');
  background-position: 50% 50%;
  background-size: 215px;
  background-repeat: no-repeat;
}

.logo_world.logo_middle {
  width: 290px;
  height: 153px;
  margin-top: 35px;
  background-image: url('../images/logo_middle_portugues.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_brazil {
  background-image: url('../images/logo_brazil_portugues.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_brazil.logo_europe {
  background-image: url('../images/logo_europe_portugues.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_brazil.logo_europe.logo_usa {
  background-image: url('../images/logo_usa_portugues.png');
  background-size: 204px;
}

.logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_spain {
  background-image: url('../images/logo_usa_spain.png');
  background-size: 204px;
}

.logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_eng {
  background-image: url('../images/logo_usa.png');
  background-size: 204px;
}

.logo_world.logo_middle.logo_brazil.logo_europe.logo_europa_spain {
  background-image: url('../images/logo_europe_spain.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_brazil.logo_europe.logo_europa_eng {
  background-image: url('../images/logo_europe.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_brazil.logo_brasil_spain {
  background-image: url('../images/logo_brazil_spain.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_brazil.logo_brazil_eng {
  background-image: url('../images/logo_brazil.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_middle_spain {
  background-image: url('../images/logo_middle_spain.png');
  background-size: 217px;
}

.logo_world.logo_middle.logo_middle_eng {
  background-image: url('../images/logo_middle.png');
  background-size: 217px;
}

.logo_world.logo_world_portugues.w--current {
  background-image: url('../images/logo_world_portugues.png');
  background-size: 215px;
}

.logo_world.logo_world_spain.w--current {
  background-image: url('../images/logo_world_spain.png');
  background-size: auto;
}

.stamp{
  padding: 3% 3% 3% 3%;
}
.port_flag {
  margin-bottom: 15px;
}

.port_flag.eng_flag {
  margin-left: 10px;
}

.border_quote1 {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 2px solid #fff;
}

.border_quote1.border_quote1_middle {
  border-color: #ffe47a;
}

.border_quote1.border_quote2_middle {
  border-color: #ffe47a;
}

.border_quote1.border_quote2_middle.boder_quote_brazil2 {
  border-color: #48c049;
}

.border_quote1.border_quote2_middle.boder_quote_brazil2.boder_quote_europe2 {
  border-color: #4a80f1;
}

.border_quote1.border_quote2_middle.boder_quote_brazil2.boder_quote_europe2.boder_quote_usa2 {
  border-color: #ff475e;
}

.quote_content {
  margin: 35px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.quote_content.nota_conteudo {
  font-size: 19px;
}

.quote_content.nota_conteudo_world {
  font-size: 19px;
}

.quote_content.nota_conteudo_brasil {
  font-size: 19px;
}

.quote_content.nota_conteudo_europa {
  font-size: 19px;
}

.quote_content.nota_conteudo_usa {
  font-size: 19px;
}

.quote_content.nota_conteudo_world_spain {
  font-size: 18px;
}

.quote_content.nota_conteudo_spain_middle {
  font-size: 18px;
}

.quote_content.nota_conteudo_spain_brasil {
  font-size: 18px;
}

.quote_content.nota_conteudo_spain_europa {
  font-size: 18px;
}

.quote_content.nota_conteudo_spain_usa {
  font-size: 18px;
}

.foto_2 {
  position: static;
  height: auto;
  text-align: left;
}

.foto_about {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: -120px;
  float: right;
  clear: none;
  text-align: left;
}

.border_about {
  position: relative;
  left: 0px;
  bottom: 431px;
  display: block;
  width: 568px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 50px;
  float: left;
  border: 2px solid #b2926c;
}

.border_about.border_about_world_spain {
  margin-top: 130px;
}

.about_content {
  margin-bottom: 0px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 15px;
}

.sponsor_content {
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.partners_content {
  padding-left: 0px;
  text-align: center;
}

.logo_s2 {
  margin-left: 0px;
  padding-top: 25px;
  text-align: center;
}

.logo_p1 {
  padding-top: 20px;
  padding-left: 0px;
  text-align: center;
}

.sponsor_header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
}

.partner_header {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
}

.sponsors {
  margin-top: 30px;
  margin-bottom: 10px;
}

.partners {
  margin-top: 30px;
}

.logo1_footer {
  margin-top: 30px;
  text-align: center;
}

.logos_footer {
  margin: 60px 80px 0px;
  text-align: center;
}

.footer_info {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social_text {
  width: auto;
  margin-top: 8px;
  margin-left: 15px;
  float: left;
  color: #fff;
  text-transform: uppercase;
}

.instagram {
  margin-left: 15px;
}

.site_text1 {
  width: auto;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-right: 0px;
  float: left;
  color: #fff;
}

.site_text1.site_text2 {
  width: auto;
  height: 26px;
  margin-top: -25px;
  padding-right: 15px;
  color: #fff;
  font-size: 37px;
}

.site_column {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-left: 25px;
}

.site_column.site_column_website {
  padding-left: 0px;
}

.site_column.site_column_2.site_column_4 {
  margin-left: 175px;
}

.rights_footer {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.facebook {
  margin-left: 10px;
}

.site_column2 {
  margin-top: 2px;
  padding-right: 0px;
  padding-left: 0px;
}

.banner_quote {
  margin-top: 205px;
  padding-right: 240px;
  padding-left: 240px;
  text-align: center;
}

.banner_quote.banner_quote_middle {
  margin-top: 160px;
}

.boder_banner {
  width: auto;
  padding: 40px;
  border: 2px solid #b2926c;
}

.boder_banner.boder_banner_middle {
  border-color: #ffe47a;
}

.boder_banner.boder_banner_middle.boder_banner_brazil {
  border-color: #48c049;
}

.boder_banner.boder_banner_middle.boder_banner_brazil.boder_banner_europe {
  border-color: #4a80f1;
}

.boder_banner.boder_banner_middle.boder_banner_brazil.boder_banner_europe.boder_banner_usa {
  border-color: #ff475e;
}

.quote_banner {
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  text-transform: uppercase;
}

.banner_text1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.banner_text2 {
  color: #b2926c;
  font-size: 25px;
  line-height: 30px;
}

.banner_text2.banner_text2_middle {
  color: #fc0;
}

.banner_text2.banner_text2_middle.banner_text2_brazil {
  color: #48c049;
}

.banner_text2.banner_text2_middle.banner_text2_brazil.banner_text_europe {
  overflow: visible;
  color: #4a80f1;
}

.banner_text2.banner_text2_middle.banner_text2_brazil.banner_text_europe.banner_text2_usa {
  color: #ff475e;
}

.date_content {
  height: 653px;
}

.city_content {
  height: 657px;
}

.information_content {
  height: 663px;
}

.date_header {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #292929;
  font-size: 29px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.date_header.date_header_white {
  color: #fff;
}

.date_date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #3e3e3f;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.date_date.date_date1 {
  margin-top: 69px;
}

.date_date.date_brazil {
  color: #fff;
}

.button_info {
  margin-top: 48px;
  text-align: center;
}

.button_info.button_info2 {
  margin-top: 35px;
}

.bg_dark_agenda {
  height: 90px;
  margin-top: 0px;
  padding-top: 33px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  text-align: center;
}

.bg_dark_agenda.bg_light_agenda {
  margin-top: 0px;
  background-image: none;
}

.bg_dark_agenda.bg_light_agenda.bg_light_button {
  padding-top: 17px;
}

.bg_dark_agenda.bg_dark_button {
  padding-top: 17px;
}

.button_back {
  position: absolute;
  overflow: visible;
  margin-top: 20px;
  margin-left: 0px;
}

.back_home {
  display: block;
  width: 90px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/Back.png');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
  text-align: center;
}

.back_home.w--current {
  width: 90px;
  background-color: transparent;
  background-image: url('../images/Back.png');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.bg_video1 {
  padding-top: 120px;
  background-color: transparent;
}

.quote_1 {
  height: 452px;
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url('../images/Page_World_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.boder_quote_middle1 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 2px solid #ffe47a;
}

.boder_quote_middle1.border_quote1 {
  margin-top: 25px;
  border-color: #fff;
}

.boder_quote_middle1.boder_quote_brazil1 {
  border-color: #48c049;
}

.boder_quote_middle1.boder_quote_brazil1.boder_quote_europe1 {
  border-color: #4a80f1;
}

.boder_quote_middle1.boder_quote_brazil1.boder_quote_europe1.boder_quote_usa1 {
  border-color: #ff475e;
}

.video_test {
  position: relative;
  overflow: visible;
}

.quote_middle_yellow1 {
  color: #fc0;
}

.quote_middle_yellow2 {
  color: #fc0;
}

.quote_brazil_green1 {
  color: #48c049;
}

.quote_brazil_green2 {
  color: #48c049;
}

.quote_europe_blue1 {
  color: #4a80f1;
}

.quote_europe_blue2 {
  color: #4a80f1;
}

.quote_usa_red1 {
  color: #fe8292;
}

.quote_usa_red2 {
  color: #fe8292;
}

.quote_world_black1 {
  color: #3d3d3d;
}

.quote_world_black2 {
  color: #3d3d3d;
}

.test-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 192px;
  background-color: transparent;
}

.section-test {
  height: 722px;
  background-image: url('../images/Brasil_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-test {
  width: 217px;
  height: 131px;
  margin-left: 15px;
  background-image: url('../images/logo_europe.png');
  background-position: 50% 50%;
  background-size: 217px;
  background-repeat: no-repeat;
}

.nav-test {
  max-height: 0px;
  padding-top: 1px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 20px;
}

.nav-test-2 {
  position: absolute;
  left: 0px;
  top: 34px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 166px;
  max-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.nav-test-3 {
  position: absolute;
  left: 0px;
  top: 68px;
  right: 0px;
  max-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 20px;
}

.nav-test-3.nav-test-4 {
  top: 102px;
}

.nav-test-3.nav-test-4.nav-test-5 {
  top: 136px;
}

.nav-content-test {
  padding-top: 38px;
  padding-right: 41px;
}

.nave-bar-test {
  position: static;
  background-color: rgba(76, 164, 77, .5);
}

.nave-test-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(76, 164, 77, .5);
}

.div-test {
  position: relative;
  left: 375px;
  display: block;
  width: 189px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.social_header_2 {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: -127px;
  float: left;
  color: #fff;
}

.social_header_2.social_header_3 {
  margin-right: 10px;
  margin-left: -167px;
}

.block_social_media2 {
  position: static;
  margin-top: 3px;
  float: left;
  color: #fff;
  text-align: left;
}

.foote_social {
  margin-top: 83px;
  text-align: center;
}

.did_social {
  position: relative;
  left: 0px;
  width: 176px;
  float: none;
}

.dsd_social {
  position: absolute;
  left: -22px;
  width: 278px;
  padding-left: 58px;
}

.christian_social {
  position: absolute;
  left: -87px;
  top: 0px;
  width: 491px;
}

.christian_site {
  position: absolute;
  left: 62px;
  top: 0px;
}

.direitos {
  height: 100px;
}

.block_direitos {
  margin-top: 130px;
}

.section_banner_world {
  height: 1000px;
    padding-top: 200px;
    background-image: url(../images/1---Page_World_01.png), url(../images/Page_World_01.jpg);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
 
}

.section_banner_world.section_banner_middle {
  background-image: url('../images/1---Page_World_01.png'), url('../images/Middle_East_BG.jpg');
}

.section_banner_world.section_banner_middle.section_banner_brazil {
  background-image: url('../images/1---Page_World_01.png'), url('../images/Brasil_BG.jpg');
}

.section_banner_world.section_banner_middle.section_banner_brazil.section_banner_europe {
  background-image: url('../images/1---Page_World_01.png'), url('../images/Europe_BG1.jpg');
}

.section_banner_world.section_banner_middle.section_banner_brazil.section_banner_europe.section_banner_usa {
  background-image: url('../images/1---Page_World_01.png'), url('../images/USA_BG2.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.section_banner_world.section_banner_middle.section_banner_brazil.section_banner_europe.section_banner_usa.section_banner_asia {
  background-image: url('../images/1---Page_World_01.png'), url('../images/bg_ASIA.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.section_banner_world.program {
  height: 1890px;
  padding-top: 240px;
  background-image: url('../images/Page_World_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_banner_world.program.portugues.form_section {
  height: 1572px;
}

.navbar_eng {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.section_video {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/Page_World_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section_video.section_video_2 {
  background-image: url('../images/Page_World_04.jpg');
}

.section_video.section_video_2.section_video_middle_east_2 {
  background-image: url('../images/Black_2.jpg');
}

.section_video.middle_east {
  background-image: url('../images/Black_1.jpg');
}

.border_quote {
  padding: 50px;
  border: 2px solid #fff;
}

.border_quote.border_about_world {
  width: 628px;
  margin-left: 0px;
  padding-right: 125px;
  float: none;
  border-color: #b2926c;
}

.border_quote.border_middle_east {
  border-color: #ffe47a;
}

.border_quote.border_middle_east.border_brazil {
  border-color: #48c049;
}

.border_quote.border_middle_east.border_brazil.border_europe {
  border-color: #4a80f1;
}

.border_quote.border_middle_east.border_brazil.border_europe.border_usa {
  border-color: #ff475e;
}

.border_quote.border_middle_east.border_brazil.border_europe.border_usa.border_asia {
  border-color: #e27b59;
}

.quote_content_1 {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.quote_content_1.middle_quote1 {
  color: #fff;
}

.quote_content_1.middle_quote1.quote_content_portugues.quote_content_spanish {
  font-size: 18px;
}

.quote_content_1.quote_content_portugues {
  font-size: 19px;
}

.quote_content_1.quote_content_portugues.quote_content_portugues_video2 {
  color: #fff;
}

.section_about {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/Page_World_03.png'), url('../images/Page_World_03.jpg');
  background-position: 100% 50%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.section_about.section_agenda {
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: url('../images/Middle_East_BG2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section_about.section_agenda.section_agenda_brazil {
  background-image: url('../images/Brasil_BG2.jpg');
}

.section_about.section_agenda.section_agenda_world {
  background-image: url('../images/world_bg.jpg') !important;
}

.section_about.section_agenda.section_agenda_brazil.section_agenda_europe {
  background-image: url('../images/Europe_BG2.jpg');
}

.section_about.section_agenda.section_agenda_brazil.section_agenda_europe.section_agenda_usa {
  background-image: url('../images/USA_BG2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_about.section_agenda.section_agenda_brazil.section_agenda_europe.section_agenda_usa.section_agenda_asia {
  background-image: url('../images/bg_ASIA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_about.section_about_spanish {
  background-position: 95% 50%, 50% 50%;
  background-size: contain, cover;
}

.about_foto {
  position: static;
  left: 591px;
  top: 0px;
  float: right;
}

.about_text {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.block_about {
  position: static;
  display: block;
}

.foto_about_christian {
  position: static;
  float: right;
}

.section_sponsors_partners {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sponsors_partners_title {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.sponsor_2 {
  padding: 15px 15px 20px;
  text-align: center;
}

.partners_2 {
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center;
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url('../images/Page_World_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logos {
  padding: 20px;
  text-align: center;
}

.social_media_dsd {
  padding: 20px 10px;
  text-align: center;
}

.social_title {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.social_title.spanish_title_social {
  font-size: 13px;
  font-weight: 500;
}

.link_social_media {
  margin-right: 10px;
}

.block_social_media {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.direitos_reservados_texto {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.block_banner {
  padding-right: 250px;
  padding-left: 250px;
  line-height: 25px;
  margin-top: 10%;
}

.block_banner.block_program_2 {
  margin-top: 41px;
  padding-right: 90px;
  padding-left: 90px;
}

.border_banner {
  padding: 30px;
  border: 2px solid #b2926c;
  position: relative;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    width: 255%;
    margin-left: -75%;
}

#banner2.border_banner {
width: 255%;
    margin-left: -75%;
}

.border_banner.border_banner_middle {
  border-color: #ffe47a;
}

.border_banner.border_banner_middle.border_banner_brazil {
  border-color: #48c049;
}

.border_banner.border_banner_middle.border_banner_brazil.border_banner_europe {
  border-color: #4a80f1;
}

.border_banner.border_banner_middle.border_banner_brazil.border_banner_europe.border_banner_usa {
  border-color: #ff475e;
}

.border_banner.border_banner_middle.border_banner_brazil.border_banner_europe.border_banner_usa.border_banner_asia {
  border-color: #e27b59;
}

.border_banner.program_border {
  margin-top: 0px;
}

.border_banner.program_border.form_questions_border {
  border-color: #157a15;
}

.banner_texto {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.banner_texto_color1 {
  color: #b2926c;
  font-size: 25px;
}

.banner_texto_color1.banner_texto_color_middle {
  color: #fc0;
}

.banner_texto_color1.banner_texto_color_middle.banner_texto_color_brazil {
  color: #48c049;
}

.banner_texto_color1.banner_texto_color_middle.banner_texto_color_brazil.banner_texto_color_europe {
  color: #4a80f1;
}

.banner_texto_color1.banner_texto_color_middle.banner_texto_color_brazil.banner_texto_color_europe.banner_texto_color_usa {
  color: #ff475e;
}

.banner_texto_color1.banner_texto_color_middle.banner_texto_color_brazil.banner_texto_color_europe.banner_texto_color_usa.banner_texto_color_asia {
  color: #e27b59;
}

.logo {
  display: block;
  width: 217px;
  height: 134px;
  margin-top: 59px;
  background-image: url('../images/logo_world.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.logo_middle_east {
  background-image: url('../images/logo_middle.png');
}

.logo.logo_middle_east.logo_brazil {
  background-image: url('../images/logo_brazil.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe {
  background-image: url('../images/logo_europe.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa {
  background-image: url('../images/logo_usa.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa.logousa_portugues {
  background-image: url('../images/logo_usa_portugues.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa.logousa_portugues.w--current {
  background-image: url('../images/logo_usa_portugues.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa.logousa_portugues.logo_usa_spain.w--current {
  background-image: url('../images/logo_usa_spain.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa.logousa_portugues.logo_usa_spain.logo_asia_spain {
  background-image: url('../images/logo_asia_spanish.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa.logousa_portugues.logo_asia_portugues {
  background-image: url('../images/logo_asia_portugues.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_usa.logo_asia {
  background-image: url('../images/logo_asia.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_europe_portugues {
  background-image: url('../images/logo_europe_portugues.png');
}

.logo.logo_middle_east.logo_brazil.logo_europe.logo_europe_portugues.logo_europe_spanish {
  background-image: url('../images/logo_europe_spain.png');
}

.logo.logo_middle_east.logo_brazil.logo_brasil_portugues {
  background-image: url('../images/logo_brazil_portugues.png');
}

.logo.logo_middle_east.logo_brazil.logo_brasil_portugues.logo_brasil_spanish {
  background-image: url('../images/logo_brazil_spain.png');
}

.logo.logo_middle_east.logo_middle_portugues {
  background-image: url('../images/logo_middle_portugues.png');
}

.logo.logo_middle_east.logo_middle_portugues.logo_world_span {
  background-image: url('../images/logo_middle_spain_1.png');
  background-size: 217px;
}

.logo.logo_portugues_world {
  background-image: url('../images/logo_world_portugues.png');
}

.logo.logo_portugues_world.w--current {
  background-size: 217px;
}

.logo.logo_portugues_world.logo_world_spanish.w--current {
  background-image: url('../images/logo_world.png');
  background-position: 0px 0px;
  background-size: 149px;
}

.logo.logo_portugues_world.logo_spanish_world.w--current {
  background-image: url('../images/logo_world_portugues.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu_desktop {
  position: static;
  width: 211px;
  height: 150px;
  margin-top: 6px;
  margin-left: 512px;
  float: left;
}

.menu_desktop.menu_desktop_flags {
  width: 136px;
  height: 22px;
  margin-top: 14px;
  margin-left: 517px;
  float: left;
  text-align: center;
}

.menu_desktop.menu_desktop_flags.flags_eng {
  margin-left: 529px;
}

.menu_desktop.menu_desktop_flags.flags_spain {
  margin-left: 516px;
}

.menu_desktop.menu_desktop_portugues {
  width: 252px;
  margin-left: 471px;
}

.link_desktop {
  position: static;
  display: block;
  height: 0px;
  margin-bottom: -11px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 16px;
}

.link_desktop:hover {
  color: #b2926c;
}

.link_desktop.w--current {
  color: #333;
}

.link_desktop.w--current:hover {
  color: #b2926c;
}

.link_desktop.link_desktop_middle:hover {
  color: #fff;
}

.link_desktop.link_desktop_middle.w--current {
  color: #fff;
}

.link_desktop.did_day_link.w--current {
  color: #b2926c;
}

.link_flags {
  margin-left: 10px;
}

.link_flags.w--current {
  margin-left: 10px;
}

.link_flags.link_brasil_flag.w--current {
  margin-left: 0px;
}

.block_agenda {
  text-align: center;
}

.data_texto {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #3e3e3f;
  font-size: 20px;
  text-transform: uppercase;
}

.data_texto.data_testo_white {
  color: #fff;
  text-transform: uppercase;
}

.data_texto.data_texto_alexandria {
  margin-top: -8px;
}

.agenda_title {
  margin-bottom: 30px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  font-size: 29px;
  text-transform: uppercase;
}

.agenda_title.agenda_title_white {
  color: #fff;
}

.agenda_bg_texto_black {
  height: 90px;
  margin-top: 0px;
  padding-top: 33px;
  background-color: rgba(0, 0, 0, .05);
}

.agenda_bg_texto_black.agenda_bg_texto_transparente {
  background-color: transparent;
}

.agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente {
  padding: 20px 0px;
}

.agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.button_block_dark {
  background-color: rgba(0, 0, 0, .05);
}

.agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.brazil_transparente {
  padding-right: 15px;
  padding-left: 15px;
}

.agenda_bg_texto_black.agenda_bg_texto_transparente.mato-grosso-land {
  padding-top: 25px;
}

.agenda_bg_texto_black.agenda_bg_texto_transparente.belohorizonte {
  padding-top: 27px;
}

.agenda_bg_texto_black.button_block {
  padding: 22px 0px;
}

.agenda_bg_texto_black.button_block.minas_mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}

.agenda_bg_texto_black.button_block.minas_mobile.brazil_black {
  padding-right: 15px;
  padding-left: 15px;
}

.agenda_bg_texto_black.button_block.uma_linha.brazil_black {
  padding-right: 15px;
  padding-left: 15px;
}

.agenda_bg_texto_black.button_block.tres_linhas.brazil_black {
  padding-right: 15px;
  padding-left: 15px;
}

.agenda_bg_texto_black.button_block.uma_linha_black.brazil_black {
  padding-right: 15px;
  padding-left: 15px;
}

.agenda_bg_texto_black.minas {
  padding-top: 33px;
}

.agenda_bg_texto_black.riberao {
  padding-top: 33px;
}

.agenda_bg_texto_black.recife.mato-grosso-eng {
  padding-top: 27px;
}

.agenda_bg_texto_black.mato-grosso-spain {
  padding-top: 27px;
}

.agenda_bg_texto_black.mato-grosso-brazil {
  padding-top: 27px;
}

.middle_texto_color {
  color: #fc0;
}

.middle_texto_color.brazil_texto_color {
  color: #48c049;
}

.middle_texto_color.brazil_texto_color.europe_texto_color {
  color: #4a80f1;
}

.middle_texto_color.brazil_texto_color.europe_texto_color.usa_texto_color {
  color: #fe8292;
}

.middle_texto_color.brazil_texto_color.europe_texto_color.usa_texto_color.asia_texto_color {
  color: #e27b59;
}

.button_info_desktop {
  padding: 18px 50px 15px;
  border-radius: 8px;
  background-color: #272727;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  text-transform: uppercase;
}

.button_info_desktop:hover {
  background-color: #363636;
}

.logo_world_span {
  position: relative;
  width: 217px;
  height: 134px;
  margin-top: 59px;
  float: left;
  background-image: url('../images/logo_world_spain.png');
  background-position: 50% 50%;
  background-size: 217px;
  background-repeat: no-repeat;
}

.text_white_quote {
  color: #fff;
}

.video_bg {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: rgba(0, 0, 0, .2);
}

.video_bg.video_bg_2 {
  padding-top: 160px;
  background-color: rgba(0, 0, 0, .65);
}

.video_bg.video_bg_2.english {
  padding-top: 145px;
}

.navflags {
  width: 138px;
  float: none;
}

.pag_fortaleza {
  position: relative;
  display: inline-block;
  width: 119px;
  height: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
}
/*.layer{
  position: relative;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
     background-color: rgba(217, 217, 217, 0.5); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113%;
}*/

.map {
  width: 90px;
}

.learn {
  width: 90px;
}

.program_title {
  margin-bottom: 0px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  text-align: center;
}

.program_1 {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  line-height: 30px;
  text-align: center;
}

.title_program {
  margin-bottom: 20px;
  font-family: 'Microgramma d ot bold extended 30403', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: none;
}

.block-who {
  margin-top: 102px;
  margin-bottom: 50px;
  padding-right: 80px;
  padding-left: 80px;
}

.who-text {
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  text-align: center;
}

.title-who {
  margin-bottom: 20px;
  font-family: 'Microgramma d ot bold extended 30403', sans-serif;
  font-size: 30px;
  text-align: center;
}

.block_questions {
  text-align: center;
}

.questions_text {
  display: block;
  margin-top: 6px;
  float: none;
  clear: left;
  font-size: 18px;
  text-transform: uppercase;
}

.questions_text.curso_question {
  float: none;
  clear: none;
  text-align: right;
}

.questions_text.ano {
  display: block;
  float: none;
  clear: none;
  text-align: right;
}

.questions_text.ano.ano2 {
  margin-top: 24px;
}

.questions_text.comquem_form {
  margin-bottom: 14px;
}

.campo_questions1 {
  display: inline-block;
  width: 654px;
  margin-left: 0px;
  float: none;
}

.campo_questions1.ano_campo {
  display: block;
  width: 300px;
  margin-left: 0px;
}

.campo_questions1.consultorio_campo {
  display: block;
  width: 300px;
}

.campo_questions1.especialidades_form {
  height: 95px;
  text-align: center;
}

.campo_questions1.especialidades_form.name_campo {
  height: auto;
}

.question_sim {
  display: inline-block;
  margin-top: 9px;
  margin-left: 11px;
  float: none;
  clear: none;
}

.question_sim.cursos {
  display: block;
  float: left;
  clear: none;
  text-align: left;
}

.question_buttom {
  display: block;
  width: 141px;
  float: none;
  clear: none;
  border-radius: 3px;
  background-color: #157a15;
}

.form_questions {
  text-align: center;
}

.cursos_div_from {
  padding-right: 20px;
  padding-left: 20px;
}

.jafezcurso_div {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fcfcfc;
}

.respostasim_div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.curso_texto_form {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}

.curso_texto_form.comquem_form {
  margin-top: 6px;
  text-align: right;
}

.curso_texto_form.comquem_form._2 {
  margin-top: 6px;
}

.curso_texto_form.consultorio_form {
  margin-top: 6px;
  text-align: right;
}

.div_curso_form {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fcfcfc;
}

.consultorio_div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.consutlroio_row {
  padding-top: 20px;
}

.especialidade_block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fcfcfc;
}

.div_buttom {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 0px;
}

.block_name {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-comingsoon {
  height: 813px;
  padding-top: 65px;
  background-image: url('../images/Bg_comingsoon.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_logo_comingsoon {
  text-align: center;
}

.block_boder_coming {
  margin-top: 95px;
  margin-bottom: 75px;
  padding-right: 175px;
  padding-left: 175px;
}

.border_coming {
  padding: 90px;
  border: 2px solid #fff;
  text-align: center;
}

.coming-soon {
  margin-bottom: 0px;
  font-family: 'Microgramma d ot bold extended 30403', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.block_backsite {
  padding-right: 230px;
  padding-left: 265px;
}

.block_backsite.portugues_coming {
  padding-left: 245px;
}

.text_back {
  padding-top: 8px;
  font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.section_video_brasil {
  padding: 50px;
  background-image: url('../images/Black_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .header {
    height: 740px;
  }
  .header.header_middle {
    height: 740px;
  }
  .section.green.about {
    height: 824px;
    background-image: url('../images/Page_World_03.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    text-align: center;
  }
  .section.green.about.about_spain {
    height: 824px;
  }
  .section.green.footer {
    height: 640px;
  }
  .section.video_quote1.video_quote_black {
    padding-top: 100px;
    padding-bottom: 105px;
  }
  .section.video_quote2.video_quote_black2 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .navigation {
    right: 14px;
    margin-right: 0px;
  }
  .align-right {
    padding-right: 10px;
  }
  .foto_1 {
    height: 740px;
    background-size: cover;
  }
  .logo_world {
    margin-left: 25px;
    background-size: 180px;
  }
  .logo_world.logo_middle {
    width: 225px;
    margin-left: 0px;
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_spain {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_eng {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_europa_spain {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_brasil_spain {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_brazil.logo_brazil_eng {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_middle_spain {
    background-size: 180px;
  }
  .logo_world.logo_middle.logo_middle_eng {
    background-size: 180px;
  }
  .foto_2 {
    height: auto;
  }
  .foto_2.block_foto {
    height: auto;
    text-align: center;
  }
  .foto_about {
    margin-right: -200px;
  }
  .foto_about.foto_about_spain {
    height: 824px;
    margin-right: -250px;
  }
  .border_about {
    position: relative;
    display: block;
    margin-top: 145px;
    margin-right: auto;
    margin-left: 0px;
  }
  .border_about.border_about_world_spain {
    margin-top: 70px;
  }
  .border_about.border_about_brasil {
    width: 496px;
    margin-top: 125px;
  }
  .about_content {
    text-align: left;
  }
  .footer_info {
    margin-top: 70px;
  }
  .footer_info.footer_info2 {
    margin-top: -20px;
  }
  .social_text {
    position: static;
    display: block;
    margin-bottom: 8px;
    float: none;
    clear: none;
  }
  .site_text1 {
    margin-top: 0px;
    clear: none;
  }
  .site_column {
    margin-top: 19px;
    margin-bottom: -55px;
    padding-left: 0px;
    text-align: center;
  }
  .site_column.site_column_website {
    margin-top: -6px;
    margin-bottom: -42px;
  }
  .site_column.site_column_3 {
    margin-bottom: 0px;
  }
  .site_column.site_column_2 {
    margin-top: -15px;
    margin-bottom: -42px;
  }
  .rights_footer {
    margin-top: 50px;
  }
  .facebook {
    margin-left: 0px;
  }
  .banner_quote {
    padding-right: 150px;
    padding-left: 150px;
  }
  .banner_text1 {
    font-size: 18px;
  }
  .banner_text2 {
    font-size: 25px;
  }
  .date_date {
    font-size: 18px;
  }
  .button_back {
    margin-top: 0px;
  }
  .bg_video1 {
    padding-top: 100px;
  }
  .boder_quote_middle1 {
    margin-top: 0px;
  }
  .logo-test {
    width: 180px;
    height: 109px;
    background-size: 180px;
  }
  .nav-test {
    left: 315px;
    display: inline-block;
  }
  .nav-test-2 {
    left: 592px;
    display: inline-block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-test-3 {
    position: relative;
    left: 209px;
    display: inline-block;
  }
  .nav-content-test {
    padding-right: 0px;
  }
  .nave-bar-test {
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: visible;
    width: 183px;
    height: 149px;
  }
  .nave-test-bar {
    position: fixed;
  }
  .social_header_2 {
    position: relative;
    float: none;
    text-align: center;
  }
  .social_header_2.social_header_3 {
    margin-right: 0px;
  }
  .block_social_media1 {
    margin-bottom: 32px;
    color: #fff;
    text-align: center;
  }
  .block_social_media2 {
    margin-bottom: 8px;
    float: none;
    color: #fff;
    text-align: center;
  }
  .foote_social {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
  }
  .dsd_social {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .christian_social {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 92px;
    margin-right: auto;
    margin-left: auto;
  }
  .christian_site {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 184px;
    margin-right: auto;
    margin-left: auto;
  }
  .direitos {
    margin-top: 235px;
  }
  .block_direitos {
    margin-top: 238px;
  }
  .section_banner_world.program {
    height: 1955px;
  }
  .section_banner_world.program.ingles {
    height: 1935px;
  }
  .navbar_eng {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section_video.section_video_2.section_video_middle_east_2 {
    padding-top: 140px;
  }
  .section_video.middle_east {
    padding-top: 140px;
  }
  .border_quote.border_about_world {
    width: 503px;
    padding-right: 194px;
  }
  .section_about {
    background-position: 337px 0px, 50% 50%;
    background-size: contain, cover;
  }
  .section_about.section_about_spanish {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 366px 0px, 50% 50%;
    background-size: contain, cover;
  }
  .about_text {
    font-size: 15px;
    line-height: 25px;
  }
  .about_text.about_texto_spanish {
    font-size: 14px;
    line-height: 22px;
  }
  .section_sponsors_partners {
    text-align: center;
  }
  .partners_2 {
    padding: 0px;
  }
  .social_media_dsd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social_title {
    font-size: 12px;
  }
  .block_banner {
    padding-right: 150px;
    padding-left: 150px;
  }
  .logo.logo_middle_east.logo_middle_portugues.logo_world_span {
    background-image: url('../images/logo_middle_spain_1.png');
    background-size: 217px;
  }
  .menu_button {
    margin-top: 95px;
  }
  .drop_menu {
    width: 165px;
    margin-top: 89px;
    float: right;
  }
  .drop_menu.drop_menu_portugues {
    width: 170px;
  }
  .drop_menu.drop_menu_world_portugues_mobile {
    width: 170px;
  }
  .drop_menu.drop_menu_brasil_portugues {
    width: 170px;
  }
  .drop_menu.drop_menu_europe_portugues {
    width: 170px;
  }
  .drop_menu.drop_menu_usa_portugues {
    width: 170px;
  }
  .dropmenu_texto {
    padding-left: 23px;
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    text-transform: uppercase;
  }
  .dropmenu_texto.drop_eng {
    padding-left: 18px;
  }
  .dropmenu_texto.brazil_drop {
    padding-left: 32px;
  }
  .link_dropmenu {
    padding: 10px 10px 10px 8px;
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  }
  .link_dropmenu:hover {
    color: #fff;
  }
  .link_dropmenu.w--current {
    color: #fff;
  }
  .link_dropmenu.link_oriente_medio.w--current {
    color: #fff;
  }
  .link_dropmenu.link_brazil_brasil.w--current {
    color: #fff;
  }
  .link_dropmenu.link_europa.w--current {
    color: #fff;
  }
  .link_dropmenu.link_usa_usa.w--current {
    color: #fff;
  }
  .link_dropmenu.link_dsd_day.w--current {
    color: #b2926c;
  }
  .link_dropmenu.link_middle_east.w--current {
    color: #fff;
  }
  .link_dropmenu.link_midd.w--current {
    color: #fff;
  }
  .link_dropmenu.link_brazil_spain.w--current {
    color: #fff;
  }
  .link_dropmenu.link_euro.w--current {
    color: #fff;
  }
  .link_dropmenu.link_usa_1.w--current {
    color: #fff;
  }
  .link_dropmenu.middle.w--current {
    color: #fff;
  }
  .link_dropmenu.brasil.w--current {
    color: #fff;
  }
  .link_dropmenu.europa.w--current {
    color: #fff;
  }
  .link_dropmenu.usa_1.w--current {
    color: #fff;
  }
  .dropmenu_bg.w--open {
    background-color: hsla(0, 0%, 94%, .85);
  }
  .dropmenu_bg.dropmenu_color.w--open {
    background-color: rgba(229, 188, 25, .75);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.w--open {
    background-color: rgba(72, 192, 73, .75);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.w--open {
    background-color: rgba(74, 128, 241, .5);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.w--open {
    background-color: hsla(15, 70%, 64%, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.w--open {
    width: 125px;
    background-color: rgba(247, 72, 94, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.dropmenu_asia_portugues.w--open {
    background-color: rgba(226, 123, 89, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.dropmenu_asia_spain.dropmenu_asia_spanish.w--open {
    background-color: rgba(226, 123, 89, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_europe_portugues.w--open {
    width: 125px;
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_brasil_portugues.w--open {
    width: 125px;
  }
  .dropmenu_bg.dropmenu_color.dropmenu_portugues.w--open {
    width: 125px;
  }
  .dropmenu_bg.drop_menu_world_portugues.w--open {
    width: 125px;
  }
  .dropmenu_bg {
  	padding-bottom:20px;
  }
  .link_flags.brazil {
    margin-left: 0px;
  }
  .link_flags.usa {
    margin-left: 5px;
  }
  .link_flags.spain {
    margin-left: 5px;
  }
  .dropmenu_flags {
    width: 51px;
  }
  .icon {
    margin-top: 21px;
  }
  .data_texto.data_testo_white {
    font-size: 16px;
  }
  .agenda_title {
    font-size: 23px;
  }
  .agenda_bg_texto_black {
    height: 135px;
    padding-top: 59px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente {
    padding-top: 58px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente {
    padding-top: 25px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.button_block_dark {
    padding-top: 25px;
    background-color: rgba(0, 0, 0, .05);
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.brazil_transparente {
    padding-top: 7px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.mato-grosso-land {
    padding-top: 50px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.belohorizonte {
    padding-top: 47px;
  }
  .agenda_bg_texto_black.button_block {
    padding-top: 19px;
  }
  .agenda_bg_texto_black.button_block.agenda_bg_texto_transparente.cidade_1.cidade_mobile_white {
    padding-top: 25px;
  }
  .agenda_bg_texto_black.button_block.minas_mobile {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.uma_linha {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.tres_linhas {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.uma_linha_black {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.uma_linha_black.brazil_black {
    padding-top: 20px;
  }
  .agenda_bg_texto_black._3_lines {
    padding-top: 50px;
  }
  .agenda_bg_texto_black.minas {
    padding-top: 58px;
  }
  .agenda_bg_texto_black.riberao {
    padding-top: 59px;
  }
  .agenda_bg_texto_black.recife.mato-grosso-eng {
    padding-top: 47px;
  }
  .agenda_bg_texto_black.mato-grosso-spain {
    padding-top: 47px;
  }
  .agenda_bg_texto_black.mato-grosso-brazil {
    padding-top: 47px;
  }
  .middle_texto_color {
    font-size: 17px;
  }
  .button_info_desktop {
    padding-right: 30px;
    padding-left: 30px;
  }
  .video_bg.video_bg_2 {
    padding-top: 140px;
  }
  .video_bg.video_bg_2.english {
    padding-top: 140px;
  }
  .flags-mobile {
    text-align: center;
  }
  .pag_fortaleza {
    margin-top: 3px;
  }
  .map {
    width: 90px;
  }
  .learn {
    width: 90px;
  }
  .block-who {
    margin-top: 0px;
  }
  .campo_questions1.ano_campo {
    width: 203px;
  }
  .campo_questions1.consultorio_campo {
    width: 203px;
  }
  .campo_questions1.especialidades_form {
    width: 429px;
  }
  .bg-comingsoon {
    height: 739px;
  }
  .block_boder_coming {
    padding-right: 50px;
    padding-left: 50px;
  }
  .block_backsite.portugues_coming {
    padding-right: 100px;
    padding-left: 125px;
  }
  .section_video_brasil {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    background-attachment: scroll;
  }
  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .section.green.about {
    height: 483px;
    background-image: url('../images/Page_World_03.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .section.green.about.about_spain {
    height: 635px;
  }
  .section.green.footer {
    height: 931px;
  }
  .section.video_quote1 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .section.video_quote1.video_quote_black {
    padding-top: 80px;
    padding-bottom: 85px;
  }
  .section.video_quote2.sponsor {
    height: 304px;
  }
  .section.video_quote2.video_quote_black2 {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .navigation {
    position: static;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, .6);
    box-shadow: 0 0 0 1px transparent;
  }
  .align-right {
    text-align: left;
  }
  .thumbnail {
    margin-right: 14px;
    margin-bottom: 15px;
  }
  .logo_world {
    position: fixed;
    margin-left: 0px;
    background-size: 160px;
  }
  .logo_world.logo_middle {
    width: 228px;
    background-size: 150px;
  }
  .logo_world.logo_middle.logo_brazil {
    width: 228px;
    background-size: 150px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe {
    background-size: 150px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa {
    background-size: 150px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_spain {
    background-size: 150px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_eng {
    background-size: 150px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_europa_spain {
    background-size: 160px;
  }
  .logo_world.logo_middle.logo_brazil.logo_brasil_spain {
    background-size: 160px;
  }
  .logo_world.logo_middle.logo_brazil.logo_brazil_eng {
    background-size: 160px;
  }
  .logo_world.logo_middle.logo_middle_spain {
    background-size: 160px;
  }
  .logo_world.logo_middle.logo_middle_eng {
    background-size: 160px;
  }
  .logo_world.logo_world_portugues.w--current {
    background-size: 160px;
  }
  .foto_2 {
    height: 720px;
  }
  .foto_about {
    margin-right: -215px;
  }
  .border_about {
    width: 553px;
    margin-top: 65px;
  }
  .border_about.border_about_world_spain {
    margin-top: 70px;
  }
  .border_about.border_about_brasil {
    width: 568px;
    margin-top: 50px;
  }
  .about_content {
    text-align: center;
  }
  .logo_p1 {
    max-width: 66%;
    text-align: center;
  }
  .footer_info {
    margin-top: 40px;
  }
  .social_text {
    margin-left: 35px;
  }
  .site_text1 {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 120px;
    padding-right: 0px;
    clear: both;
    font-size: 18px;
  }
  .site_text1.site_text2 {
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 0px;
    padding-right: 0px;
    float: left;
    clear: none;
  }
  .rights_footer {
    height: 58px;
    margin-top: 40px;
    padding-top: 20px;
    float: none;
  }
  .site_column2 {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_logo1 {
    margin-bottom: 45px;
  }
  .menu_mobile {
    position: fixed;
    top: 0px;
    right: 0px;
  }
  .text_menu_mobile {
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
  }
  .menu_box_mobile {
    margin-top: 70px;
    margin-right: 15px;
  }
  .menu_box_mobile.w--open {
    margin-top: 70px;
    margin-right: 15px;
  }
  .link_middle {
    position: relative;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    text-align: center;
  }
  .link_middle:hover {
    background-image: none;
  }
  .link_brazil {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    text-align: center;
  }
  .link_brazil:hover {
    background-image: none;
  }
  .link_europe {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    text-align: center;
  }
  .link_europe:hover {
    background-image: none;
  }
  .link_usa {
    margin-bottom: 12px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    text-align: center;
  }
  .link_usa:hover {
    background-image: none;
  }
  .portflag_mobile {
    margin-left: 6px;
  }
  .engflag_mobile {
    margin-left: 6px;
  }
  .spainflag_mobile {
    margin-left: 6px;
  }
  .banner_quote {
    margin-top: 380px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .banner_quote.banner_quote_middle {
    margin-top: 320px;
  }
  .boder_banner {
    padding: 35px;
  }
  .quote_banner {
    line-height: 20px;
  }
  .banner_text1 {
    font-size: 16px;
    line-height: 23px;
  }
  .banner_text2 {
    font-size: 21px;
    line-height: 23px;
  }
  .world_link {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    text-align: center;
  }
  .world_link:hover {
    background-image: none;
  }
  .bg_video1 {
    padding-top: 82px;
  }
  .logo-test {
    width: 160px;
    height: 97px;
    background-size: 160px;
  }
  .nave-test-bar {
    position: fixed;
  }
  .bg_flags.w--open {
    padding-bottom: 12px;
    background-color: #f0f0f0;
  }
  .dsd_social {
    position: absolute;
    right: 0px;
  }
  .section_banner_world.program {
    height: 2295px;
  }
  .section_banner_world.program.portugues {
    height: 2225px;
  }
  .section_banner_world.program.ingles {
    height: 2190px;
  }
  .navbar_eng {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section_video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section_video.section_video_2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section_video.section_video_2.section_video_middle_east_2 {
    padding-top: 100px;
  }
  .section_video.middle_east {
    padding-top: 100px;
  }
  .border_quote {
    margin-right: 15px;
    margin-left: 15px;
  }
  .border_quote.border_about_world {
    width: 356px;
    margin-left: 15px;
    padding: 40px 100px 40px 40px;
  }
  .border_quote.border_about_world.border_about_world_spanish {
    padding: 20px 119px 20px 20px;
  }
  .quote_content_1 {
    font-size: 17px;
  }
  .section_about {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 271px 0px, 50% 50%;
  }
  .section_about.section_about_spanish {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 268px 0px, 50% 50%;
  }
  .about_text {
    font-size: 12px;
    line-height: 22px;
  }
  .about_text.about_texto_spanish {
    font-size: 12px;
    line-height: 19px;
  }
  .partners_2 {
    padding: 15px 15px 20px;
  }
  .social_title {
    font-size: 14px;
  }
  .block_banner {
    padding-right: 80px;
    padding-left: 80px;
  }
  .logo {
    width: 160px;
  }
  .logo.logo_middle_east.logo_middle_portugues.logo_world_span {
    background-size: 149px;
  }
  .logo.logo_portugues_world.w--current {
    background-size: contain;
  }
  .menu_button {
    margin-top: 90px;
  }
  .drop_menu {
    width: 165px;
    margin-top: 91px;
  }
  .drop_menu.drop_menu_portugues {
    width: 170px;
  }
  .drop_menu.drop_menu_world_portugues_mobile {
    width: 170px;
  }
  .drop_menu.drop_menu_brasil_portugues {
    width: 170px;
  }
  .drop_menu.drop_menu_europe_portugues {
    width: 170px;
  }
  .drop_menu.drop_menu_usa_portugues {
    width: 170px;
  }
  .dropmenu_texto {
    padding-left: 23px;
  }
  .dropmenu_texto.drop_eng {
    padding-left: 25px;
  }
  .dropmenu_texto.brazil_drop {
    padding-left: 32px;
  }
  .link_dropmenu {
    padding-left: 8px;
  }
  .link_dropmenu.w--current {
    color: #fff;
  }
  .link_dropmenu.w--current:hover {
    color: #fff;
  }
  .dropmenu_bg.dropmenu_color.w--open {
    background-color: rgba(229, 188, 25, .75);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.w--open {
    background-color: rgba(74, 128, 241, .85);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.w--open {
    background-color: hsla(15, 70%, 64%, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.w--open {
    background-color: rgba(247, 72, 95, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.dropmenu_asia_portugues.w--open {
    background-color: rgba(226, 123, 89, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.dropmenu_asia_spain.w--open {
    background-color: rgba(226, 123, 89, .9);
  }
  .icon {
    margin-top: 22.5px;
  }
  .data_texto {
    font-size: 17px;
  }
  .data_texto.data_testo_white {
    font-size: 15px;
  }
  .agenda_title {
    font-size: 17px;
  }
  .agenda_bg_texto_black {
    height: 231px;
    padding-top: 104px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente {
    height: 231px;
    padding-top: 104px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente {
    height: 231px;
    padding-top: 73px;
    padding-bottom: 25px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.button_block_dark {
    height: 179px;
    background-color: rgba(0, 0, 0, .05);
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.brazil_transparente {
    height: 231px;
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.cidade_mobile_2 {
    padding-top: 67px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.mato-grosso-land {
    padding-top: 50px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.belohorizonte {
    padding-top: 94px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.recife_pern {
    padding-top: 94px;
  }
  .agenda_bg_texto_black.button_block {
    height: 231px;
    padding-top: 73px;
    padding-bottom: 0px;
  }
  .agenda_bg_texto_black.button_block.agenda_bg_texto_transparente.cidade_1 {
    padding-top: 18px;
  }
  .agenda_bg_texto_black.button_block.minas_mobile {
    padding-top: 28px;
  }
  .agenda_bg_texto_black.button_block.minas_mobile.brazil_black {
    height: 231px;
  }
  .agenda_bg_texto_black.button_block.uma_linha {
    height: 179px;
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .agenda_bg_texto_black.button_block.uma_linha.brazil_black {
    height: 231px;
  }
  .agenda_bg_texto_black.button_block.tres_linhas {
    padding-top: 32px;
    padding-bottom: 18px;
  }
  .agenda_bg_texto_black.button_block.tres_linhas.brazil_black {
    height: 231px;
  }
  .agenda_bg_texto_black.button_block.uma_linha_black {
    padding-top: 28px;
  }
  .agenda_bg_texto_black.button_block.uma_linha_black.brazil_black {
    height: 231px;
  }
  .agenda_bg_texto_black.cidade {
    height: 179px;
    padding-top: 67px;
  }
  .agenda_bg_texto_black.cidade_2 {
    height: 179px;
    padding-top: 59px;
  }
  .agenda_bg_texto_black._3_lines {
    padding-top: 62px;
  }
  .agenda_bg_texto_black.minas {
    padding-top: 103px;
  }
  .agenda_bg_texto_black.riberao {
    padding-top: 104px;
  }
  .agenda_bg_texto_black.recife {
    padding-top: 98px;
  }
  .agenda_bg_texto_black.recife.mato-grosso-eng {
    height: 231px;
    padding-top: 83px;
  }
  .agenda_bg_texto_black.mato-grosso-spain {
    padding-top: 83px;
  }
  .agenda_bg_texto_black.mato-grosso-brazil {
    padding-top: 83px;
  }
  .button_info_desktop {
    padding: 16px 15px 13px;
    font-size: 12px;
  }
  .logo_world_span.w--current {
    width: 160px;
    background-size: 160px;
  }
  .title_program {
    font-size: 22px;
  }
  .block-who {
    margin-top: 0px;
  }
  .title-who.portugues_who {
    font-size: 26px;
  }
  .campo_questions1.ano_campo {
    width: 179px;
  }
  .campo_questions1.consultorio_campo {
    width: 179px;
  }
  .campo_questions1.especialidades_form {
    width: 385px;
  }
  .bg-comingsoon {
    height: 775px;
  }
  .border_coming.spain_coming {
    padding-left: 85px;
  }
  .block_backsite {
    padding-right: 50px;
    padding-left: 50px;
  }
  .block_backsite.portugues_coming {
    padding-right: 50px;
    padding-left: 50px;
  }
  .text_back {
    display: inline-block;
    text-align: center;
  }
  .icon_back {
    text-align: center;
  }
  .section_video_brasil {
    padding: 10px;
  }
}

@media (max-width: 479px) {
  .header {
    height: 605px;
  }
  .header.header_middle {
    height: 605px;
  }
  .section.green.about {
    height: auto;
  }
  .section.green.about.about_spain {
    height: 1111px;
  }
  .section.green.footer {
    height: 891px;
  }
  .section.video_quote1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section.video_quote1.video_quote_black {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .section.video_quote2.sponsor {
    height: 270px;
  }
  .section.video_quote2.video_quote_black2 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .navigation {
    position: static;
    overflow: visible;
  }
  .foto_1 {
    height: 699px;
    background-size: 990px;
  }
  .logo_world {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 115px;
    margin-top: 0px;
    margin-left: 15px;
    background-size: 118px;
  }
  .logo_world.logo_middle {
    width: 115px;
    height: 70px;
    margin-top: 10px;
    margin-left: 15px;
    background-size: 115px;
  }
  .logo_world.logo_middle.logo_brazil {
    width: 115px;
    background-size: 99px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe {
    background-size: 99px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa {
    background-size: 89px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_spain {
    background-size: 89px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_usa.logo_usa_eng {
    background-size: 89px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_europa_spain {
    background-size: 99px;
  }
  .logo_world.logo_middle.logo_brazil.logo_europe.logo_europa_eng {
    background-size: 99px;
  }
  .logo_world.logo_middle.logo_brazil.logo_brasil_spain {
    background-size: 99px;
  }
  .logo_world.logo_middle.logo_brazil.logo_brazil_eng {
    background-size: 99px;
  }
  .logo_world.logo_middle.logo_middle_spain {
    background-size: 115px;
  }
  .logo_world.logo_middle.logo_middle_eng {
    background-size: 115px;
  }
  .logo_world.logo_world_portugues.w--current {
    background-size: 118px;
  }
  .border_quote1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .border_quote1.border_quote1_middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .border_quote1.border_quote2_middle {
    margin-top: 35px;
    margin-bottom: 35px;
    border-color: #ffe47a;
  }
  .quote_content {
    font-size: 15px;
  }
  .foto_2 {
    height: auto;
  }
  .border_about {
    width: auto;
    margin: 65px auto;
  }
  .partners_content {
    margin-bottom: 30px;
  }
  .logo_p1 {
    padding-top: 0px;
  }
  .footer_info {
    margin-top: 0px;
    text-align: center;
  }
  .footer_info.footer_info2 {
    margin-top: -13px;
  }
  .social_text {
    margin-bottom: 15px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .site_text1 {
    margin-bottom: 15px;
    margin-left: 0px;
    float: none;
  }
  .site_column {
    position: static;
    margin-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .site_column.site_column_website {
    margin-top: 0px;
  }
  .site_column.site_column_3 {
    margin-bottom: 23px;
  }
  .rights_footer {
    height: 21px;
    margin-top: 38px;
    padding-top: 0px;
    background-image: none;
  }
  .facebook {
    margin-left: 0px;
  }
  .site_column2 {
    margin-top: 40px;
    text-align: center;
  }
  .footer_logo1 {
    margin-bottom: 45px;
  }
  .menu_box_mobile {
    margin-top: 15px;
  }
  .menu_box_mobile.w--open {
    margin-top: 15px;
  }
  .link_usa {
    margin-bottom: 12px;
  }
  .portflag_mobile {
    margin-left: 7px;
  }
  .engflag_mobile {
    margin-left: 6px;
  }
  .spainflag_mobile {
    margin-left: 6px;
  }
  .banner_quote {
    margin-top: 280px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner_quote.banner_quote_middle {
    margin-top: 280px;
  }
  .boder_banner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .banner_text1 {
    font-size: 13px;
  }
  .banner_text2 {
    font-size: 15px;
  }
  .bg_video1 {
    position: static;
    overflow: visible;
    height: 440px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .quote_1 {
    height: 540px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .boder_quote_middle1 {
    margin-top: 0px;
  }
  .boder_quote_middle1.border_quote1 {
    margin-bottom: 0px;
  }
  .video_test {
    overflow: visible;
  }
  .menu_mobile_test {
    background-color: transparent;
  }
  .test-bar {
    background-color: rgba(34, 158, 34, .37);
  }
  .logo-test {
    width: 99px;
    height: 61px;
    background-size: 99px;
  }
  .nave-test-bar {
    position: fixed;
  }
  .menu-button.w--open {
    background-color: rgba(76, 164, 77, .5);
  }
  .bar-menu-open {
    left: 93px;
    width: 111px;
    background-color: rgba(76, 164, 77, .5);
    text-align: left;
  }
  .bg_flags.w--open {
    padding-bottom: 12px;
    background-color: #f0f0f0;
  }
  .dsd_social {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .christian_social {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 305px;
  }
  .section_banner_world {
    height: 595px;
    margin-top: 96px;
    padding-top: 243px;
    background-size: 1150px, cover;
  }
  .section_banner_world.section_banner_middle {
    margin-top: 96px;
  }
  .section_banner_world.program {
    height: 2480px;
    margin-top: 137px;
    padding-top: 0px;
  }
  .section_banner_world.program.portugues {
    height: 2425px;
  }
  .section_banner_world.program.portugues.form_section {
    height: 1431px;
  }
  .section_banner_world.program.ingles {
    height: 2380px;
  }
  .navbar_eng {
    position: fixed;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(229, 188, 25, .9);
  }
  .navbar_eng.navbar_brazil {
    background-color: rgba(72, 192, 73, .9);
  }
  .navbar_eng.navbar_brazil.navbar_europe {
    background-color: rgba(74, 128, 241, .9);
  }
  .navbar_eng.navbar_brazil.navbar_europe.navbar_usa {
    background-color: rgba(204, 67, 84, .9);
  }
  .navbar_eng.navbar_brazil.navbar_europe.navbar_usa.navbar_asia {
    background-color: rgba(226, 123, 89, .9);
  }
  .navbar_eng.navbar_world {
    background-color: hsla(0, 0%, 95%, .85);
  }
  .section_video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section_video.section_video_2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .border_quote {
    padding: 30px;
  }
  .border_quote.border_about_world {
    width: auto;
    padding: 30px;
    text-align: center;
  }
  .border_quote.border_about_world.border_about_world_spanish {
    padding-right: 20px;
  }
  .section_about {
    background-image: url('../images/Page_World_03.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .section_about.section_agenda.section_agenda_brazil {
    background-size: cover;
  }
  .about_text {
    font-size: 14px;
    line-height: 25px;
  }
  .block_banner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .block_banner.block_program_2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner_texto {
    font-size: 15px;
    line-height: 25px;
  }
  .banner_texto_color1 {
    font-size: 18px;
  }
  .logo {
    width: 115px;
    height: 90px;
    margin-top: 6px;
    margin-left: 15px;
  }
  .logo.logo_middle_east.logo_middle_portugues.logo_world_span {
    background-size: contain;
  }
  .logo.logo_portugues_world.w--current {
    background-size: contain;
  }
  .logo.logo_portugues_world.spain_logo.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .menu_button {
    margin-top: 20px;
  }
  .drop_menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 158px;
    margin-top: 23px;
    margin-right: 11px;
  }
  .drop_menu.drop_menu_portugues {
    width: 170px;
    margin-right: 11px;
  }
  .drop_menu.drop_menu_world_portugues_mobile {
    width: 170px;
    margin-right: 11px;
  }
  .drop_menu.drop_menu_brasil_portugues {
    width: 170px;
    margin-right: 11px;
  }
  .drop_menu.drop_menu_europe_portugues {
    width: 170px;
    margin-right: 11px;
  }
  .drop_menu.drop_menu_usa_portugues {
    width: 170px;
    margin-right: 11px;
  }
  .dropmenu_texto {
    margin-bottom: 13px;
    padding-left: 23px;
  }
  .dropmenu_texto.drop_eng {
    display: block;
    padding-left: 14px;
  }
  .dropmenu_texto.brazil_drop {
    padding-left: 32px;
  }
  .link_dropmenu.w--current:hover {
    color: #fff;
  }
  .dropmenu_bg.dropmenu_color.w--open {
    background-color: rgba(229, 188, 25, .85);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.w--open {
    background-color: rgba(74, 128, 241, .85);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.w--open {
    background-color: rgba(247, 72, 94, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_usa_portugues.dropmenu_asia_portugues.w--open {
    background-color: rgba(226, 123, 89, .9);
  }
  .dropmenu_bg.dropmenu_color.dropmenu_brazil.dropmenu_europe.dropmenu_usa.dropmenu_asia.w--open {
    background-color: rgba(226, 123, 89, .9);
  }
  .icon {
    margin-top: 20.5px;
  }
  .agenda_title.agenda_mobile_title {
    font-size: 29px;
  }
  .agenda_title.agenda_mobile_title.agenda_mobile_title_white {
    color: #fff;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente {
    height: 198px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .agenda_bg_texto_black.agenda_bg_texto_transparente.button_block_transparente.brazil_transparente {
    height: 255px;
    padding-top: 18px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block {
    height: 198px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .agenda_bg_texto_black.button_block.agenda_bg_texto_transparente.cidade_1.cidade_mobile_white {
    padding-top: 0px;
  }
  .agenda_bg_texto_black.button_block.minas_mobile {
    height: 268px;
    padding-top: 40px;
    padding-bottom: 22px;
  }
  .agenda_bg_texto_black.button_block.minas_mobile.brazil_black {
    height: 275px;
    padding-top: 18px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.uma_linha {
    height: 255px;
    padding-top: 40px;
  }
  .agenda_bg_texto_black.button_block.uma_linha.brazil_black {
    height: 255px;
    padding-top: 18px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.tres_linhas {
    height: 275px;
    padding-top: 40px;
  }
  .agenda_bg_texto_black.button_block.tres_linhas.brazil_black {
    padding-top: 18px;
    padding-bottom: 7px;
  }
  .agenda_bg_texto_black.button_block.uma_linha_black {
    height: 258px;
    padding-top: 40px;
  }
  .agenda_bg_texto_black.button_block.uma_linha_black.brazil_black {
    height: 265px;
    padding-top: 18px;
  }
  .title_agenda_mobile {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    font-size: 18px;
  }
  .title_agenda_mobile.title_agenda_mobile_white {
    color: #fff;
    font-size: 16px;
  }
  .title_agenda_mobile.white {
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
  }
  .title_agenda_mobile.white.mato-grosso {
    font-size: 14px;
  }
  .data_agenda_mobile {
    margin-top: 20px;
    font-family: 'Microgramma d ot medium extended 30404', sans-serif;
    font-size: 20px;
  }
  .data_agenda_mobile.transparente {
    margin-top: 20px;
  }
  .data_agenda_mobile.transparente.white {
    color: #fff;
  }
  .data_agenda_mobile.data_agenda_mobile_white {
    margin-top: 20px;
    color: #fff;
  }
  .logo_world_span {
    width: 115px;
    height: 90px;
    margin-top: 6px;
    margin-left: 15px;
    padding-left: 10px;
    background-size: 115px;
  }
  .logo_world_span.w--current {
    width: 115px;
    height: 90px;
    margin-top: 6px;
    margin-left: 15px;
    padding-left: 10px;
    background-image: url('../images/logo_world_spain.png');
    background-position: 50% 50%;
    background-size: 115px;
    background-repeat: no-repeat;
  }
  .pag_fortaleza {
    margin-top: 5px;
  }
  .program_title {
    font-size: 30px;
  }
  .title_program {
    font-size: 22px;
  }
  .block-who {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-who {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .title-who.portugues_who {
    font-size: 19px;
  }
  .questions_text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .campo_questions1.ano_campo {
    width: 216px;
  }
  .campo_questions1.consultorio_campo {
    width: 216px;
  }
  .campo_questions1.especialidades_form {
    width: 216px;
  }
  .curso_texto_form.comquem_form {
    text-align: center;
  }
  .curso_texto_form.comquem_form._2 {
    text-align: center;
  }
  .curso_texto_form.consultorio_form {
    text-align: center;
  }
  .ano_coluna_form {
    display: block;
    text-align: center;
  }
  .logo_coming_eng {
    width: 240px;
  }
  .block_boder_coming {
    padding-right: 10px;
    padding-left: 10px;
  }
  .border_coming {
    padding-right: 30px;
    padding-left: 30px;
  }
  .border_coming.spain_coming {
    padding-right: 30px;
    padding-left: 30px;
  }
  .coming-soon {
    font-size: 28px;
  }
}
.info-line {
	font-size:18px;
	line-height:36px;
	display:inline-block;
	color:#fff;
	font-family: 'Microgramma d ot medium extended 30404', sans-serif;
}
.custom-col{
	width:20%;
}
.custom-col:first-of-type {
	margin-left:84px;
}
.custom-col .logos {
	padding: 20px 0;
}
.round-logo {
	background: #fff;
	width: 168px;
	height: 168px;
	line-height: 165px;
	display: block;
	padding: 40% 10% 10% 10%;
	border: 2px solid rgba(60, 80, 90, 0.2);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
.round-logo img {
	max-width: 100%;
	height:auto;
	display:inline-block;
}
.white-box-container{
	width:90%;
	max-width:480px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	color: #000;
	padding: 20px;
	border:2px solid #b2926c;
}
.white-box-container p{
	color:#555;
	font-size:16px;
	font-family: 'Microgramma d ot medium extended 30404', sans-serif;
}
.white-box-container span {
	margin-right:4px;
	color:#000;
	font-size:18px;
}
.white-box-container h2, .white-box-container h3{
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Microgramma d ot medium extended 30404', sans-serif;
}
.white-box-container{
	position:relative;
}
.white-box-container .fa-close {
	position:absolute;
	top:10px;
	right:10px;
	color:#000;
	cursor:pointer;
	z-index:9999;
}
.long-link {
	word-wrap:break-word;
}
@media (min-width: 767px) and (max-width: 1200px){
	.round-logo {
		height:100px;
		line-height:100px;
		-moz-border-radius: 0%;
		-webkit-border-radius: 0%;
		-khtml-border-radius: 0%;
		border-radius: 0%;
    padding: 18% 10% 10% 10%;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.custom-col{
		width:33% !important;
	}
	.logos {
		text-align:center;
	}
	.round-logo {
		height:100px;
		display:inline-block;
		padding:0 5px;
		line-height:100px;
		-moz-border-radius: 0%;
		-webkit-border-radius: 0%;
		-khtml-border-radius: 0%;
		border-radius: 0%;
    padding: 15% 10% 10% 10%;
	}
	.custom-col:first-of-type {
		margin-left:0;
	}
}
@media screen and (max-width: 480px){
	.custom-col{
		width:50% !important;
	}
	.logos {
		text-align:center;
	}
	.round-logo {
		padding:0 5px;
		display:inline-block;
		height:100px;
		line-height:100px;
		-moz-border-radius: 0%;
		-webkit-border-radius: 0%;
		-khtml-border-radius: 0%;
		border-radius: 0%;
    padding: 15% 10% 10% 10%;
	}
	.custom-col:first-of-type {
		margin-left:0;
	}
	.white-box-container{
		width:90%;
		max-width:480px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		color: #000;
		padding: 10px;
		border:2px solid #b2926c;
	}
	.white-box-container p{
		color:#555;
		font-size:12px;
		font-family: 'Microgramma d ot medium extended 30404', sans-serif;
	}
	.white-box-container span {
		margin-right:4px;
		color:#000;
		font-size:14px;
	}
	.white-box-container h2, .white-box-container h3{
		font-size:18px;
		text-transform:uppercase;
		font-weight:bold;
		font-family: 'Microgramma d ot medium extended 30404', sans-serif;
	}
	.white-box-container{
		position:relative;
	}
	.white-box-container .fa-close {
		position:absolute;
		top:10px;
		right:10px;
		color:#000;
		cursor:pointer;
		z-index:9999;
	}
}
@media screen and (max-width: 920px){
	.info-line {
		font-size:14px;
		line-height:18px;
	}
}

@font-face {
  font-family: 'Microgramma d ot bold extended 30403';
  src: url('../fonts/Microgramma-D-OT-Bold-Extended_30403.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Microgramma d ot medium extended 30404';
  src: url('../fonts/Microgramma-D-OT-Medium-Extended_30404.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
	font-family:'Font Awesome';
	src:url('../fonts/fontawesome-webfont');
	font-weight:normal;
	font-style:normal;
}