﻿/*
 Theme Name:     ATLRC
 Theme URI:      
 Description:    
 Author:         Variograma/Choice
 Author URI:     
 Template:   	Divi    
 Version:        
*/

@import url("/2024/wp-content/themes/Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
html,
body {
  font-family: Gotham, "Medium" !important;
  font-weight: 400;
  text-rendering: geometricPrecision;

  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
  padding-top: 0px !important;
}

/* cores */
.azul,
.azul1 {
  color: #0099b5; /* 0099b5 */
}

.azul2 {
  color: #00718f; /* #00607d */
}

.azul3 {
  color: #0099b5; /* #0088B */
}

.bgcinza {
  background-color: #e5eeef; /* f3f3f3 */
}

.bgcinza2branco {
  background: transparent
    linear-gradient(180deg, #f3f3f3 0%, #dbdbdbb5 50%, #ffffffff 100%) 0% 0%
    no-repeat padding-box;
}

.bgazul1 {
  background-color: #0099b5;
}

.bgazul2 {
  background-color: #00607d;
}

/******************* webfonts ******************/
@font-face {
  font-family: "Gotham";
  font-weight: 100;
  /*font-style: Normal;	*/
  src: url("/2024/wp-content/themes/atlrc/fonts/Gotham-Thin.otf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 300;
  /*font-style: Normal;	*/
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamLight.eot");
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamLight.eot") format("embedded-opentype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamLight.woff") format("woff"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamLight.ttf") format("truetype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamLight.svg") format("svg");
}

@font-face {
  font-family: "GothamCondensed";
  font-weight: bold;
  /*font-style: Normal;	*/
  src: url("/2024/wp-content/themes/atlrc/fonts/GothamCond-Bold_Web.woff2");
  src: url("/2024/wp-content/themes/atlrc/fonts/GothamCond-Bold_Web.woff") format("woff");
}

@font-face {
  font-family: "Gotham";
  font-weight: Normal;
  /*font-style: Normal;	*/
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBook.eot");
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBook.eot") format("embedded-opentype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBook.woff") format("woff"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBook.ttf") format("truetype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBook.svg") format("svg");
}

@font-face {
  font-family: "Gotham";
  font-weight: 500;
  /*font-style: Normal;	*/
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamMedium.eot");
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamMedium.eot") format("embedded-opentype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamMedium.woff") format("woff"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamMedium.ttf") format("truetype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamMedium.svg") format("svg");
}

@font-face {
  font-family: "Gotham";
  font-weight: 700;
  /*font-style: Normal;	*/
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBold.eot");
  src: url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBold.eot") format("embedded-opentype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBold.woff") format("woff"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBold.ttf") format("truetype"),
    url("/2024/wp-content/themes/atlrc/fonts/ws/GothamBold.svg") format("svg");
}

/******************* /webfonts ******************/

.wide {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
}

/* o border da caixa tem só o gradiente para encher de azul a parte de baixo */
.caixaBorder {
  background-color: #f4f7fc;

  /* background como imagem */
  background-image: linear-gradient(90deg, #2ca7bb 0%, #6ee2f5 99%);

  background-repeat: no-repeat;
  background-position: bottom center;

  /* altura do background, 75px sempre, largura 100% */
  background-size: 100% 75px;

  /*  box-shadow: 0px 0px 10px #00000029; */
  box-shadow: -17px 16px 9px 0px #00000033;

  border-radius: 75px;
  z-index: -1;
}

/* elemento "virtual": basicamente um DIV branco que fica por cima do .caixaBorder, e dá a ilusão que o gradiente do .caixaBorder é um border (quando não é)*/
.caixaBorder::before {
  content: " ";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background-color: white;
  border-radius: 75px;
  z-index: 0;
}

/* para que todo o conteúdo do caixaBorder fique por cima do ::before */
.caixaBorder * {
  z-index: 2;
}

.caixaDestaquePresi {
  border-radius: 75px;
  padding: 35px;
  box-sizing: content-box;
  /* box-shadow: 0px 0px 10px #00000029; */
  opacity: 1;
}

.caixaDestaquePresi h2 {
  color: #00718f;
  font-weight: bold;
  font-size: 25px;
}

#scrolldown {
  width: 36px;
  height: 47px;
  position: fixed;

  margin-left: -18px;
  right: 47.5%;

  bottom: 2%;
  opacity: 1;
  transition: all ease-out 0.55s;
  z-index: 10000;

  fill: red;
}

#scrolldown2 {
  width: 36px;
  height: 47px;
  position: fixed;

  margin-left: -18px;
  right: 5%;

  bottom: 5%;
  opacity: 1;
  transition: all ease-out 0.55s;
  z-index: 10000;

  fill: red;
}

.hidescroll {
  opacity: 0 !important;
  transform: translateY(200px);
}

.hscrollHolder {
  overflow-x: scroll;
  overflow-y: hidden;
}

.et_pb_side_nav {
  background: transparent !important;
  margin-right: 2%;
  /*mix-blend-mode: difference;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  /*filter: saturate(0);*/
}

ul.et_pb_side_nav .side_nav_item {
  padding-left: 0 !important;
  padding-right: 0px !important;
  position: relative;
  transition: all linear 0.2s;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.corAzul a:after {
  color: #00718f !important;
  text-shadow: 0px 0px 6px rgba(255, 244, 244, 202.719) !important;
}

/*
ul.et_pb_side_nav .side_nav_item:first-child:after {
   content:' ';
    display: block;
    background-color: #0099b5;
    position: absolute;
    width: 3px;
    height: 32px;
    left: 11.5px;
    top: -24px;
    z-index: -1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; 


}

ul.et_pb_side_nav .side_nav_item::after {
     content:' ';
    display: block;
    background-color: #0099b5;
    position: absolute;
    width: 3px;
    height: 12px;
    left: 11.5px;
    top: -4px;
    z-index: -1; 

}


ul.et_pb_side_nav .side_nav_item::before {
    content:' ';
    display: block;
    background-color:  #0099b5;
    position: absolute;
    width: 3px;
    height: 12px;
    left: 11.5px;
    top: 16px;
    z-index: -1;

    filter: saturate(0%); 

}

ul.et_pb_side_nav .side_nav_item:last-child::before {
     content:' ';
    display: block;
    background-color:  #0099b5;
    position: absolute;
    width: 3px;
    height: 32px;
    left: 11.5px;
    top: 16px;
    z-index: -1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

    filter: saturate(0%); 
}
*/

ul.et_pb_side_nav .side_nav_item:hover a {
  background: transparent !important;
  background-image: url(/2024/files/menu-lateral_barra-ativa.svg) !important;
}

ul.et_pb_side_nav .side_nav_item a.active {
  background: transparent !important;
  background-image: url(/2024/files/menu-lateral_barra-ativa.svg) !important;
  width: 50px;
  /*height: 90px;*/
}

ul.et_pb_side_nav .side_nav_item a {
  display: block;
  position: relative;
  width: 38px;
  height: 4px;
  background: #0099b5 !important;
  /* height: 3px;
    background: transparent !important;
    background-image: url(/2024/files/menu-lateral_barra-inativa.svg) !important; */
  float: right;
  margin-bottom: 7px;
  margin-top: 7px;
}

/*.side_nav_item:nth-child(1) a::after {
     text-indent: -9999px !important;
    line-height: 0; 
    color: #0099b5;
}*/
.side_nav_item_id_0 {
  content: "Bem-vindo!" !important;
}

ul.et_pb_side_nav .side_nav_item a::after {
  position: absolute;
  font-size: 12px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  transform: translateX(20px);
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  display: block;
  /*left: -300px;*/
  right: 58px;
  top: -14px;
  text-align: right;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}

/* ul.et_pb_side_nav .side_nav_item:nth-child(2) a:after {
    color: #78D2DE !important; 
} */

/* ul.et_pb_side_nav .side_nav_item.white-bg a::after {
    color: rgb(255, 0, 0); 
}
 */

ul.et_pb_side_nav .side_nav_item a.active:after,
ul.et_pb_side_nav .side_nav_item:hover a:after {
  opacity: 1;
  transform: translateX(0px);
  transition: all ease-in-out 0.2s;
}

.header-content {
  width: 100% !important;
}

ul.et_pb_side_nav .side_nav_item a.active:after {
  opacity: 0;
}

/*** banners ***/
.homehead {
  background: transparent
    linear-gradient(
      127deg,
      #ffffff 4%,
      #f9f9fa 26%,
      #e9eaee 53%,
      #cfd2d9 84%,
      #bec2cc 100%
    )
    0% 0% no-repeat padding-box;
  /* min-height: 100vh; */
  position: relative;
}

.et_pb_fullwidth_header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: url(/2024/files/linhas-do-fundo.png),
    linear-gradient(130deg, #00e9eb 0%, #0099b5 35%, #0099b5 65%, #1ac5db 100%)
      0% 0% no-repeat padding-box !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
}

.button-link {
  width: 128px;
  height: 44px;
  padding-top: 6px;
  position: absolute;
  bottom: -40px;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  background: transparent
    linear-gradient(90deg, #78d2de 0%, #4dbecf 52%, #0099b5 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 2px 3px #00000029;
  border: 1px solid #ffffff;
  border-radius: 28px;
  opacity: 1;
  cursor: pointer;
}

.button-linkEn {
  width: 128px;
  height: 44px;
  padding-top: 6px;
  position: absolute;
  bottom: -40px;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  background: transparent
    linear-gradient(90deg, #78d2de 0%, #4dbecf 52%, #0099b5 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 2px 3px #00000029;
  border: 1px solid #ffffff;
  border-radius: 28px;
  opacity: 1;
  cursor: pointer;
}

/*btn do banner*/
.btnBanner {
  /*    width: 102px;
    height: 35px;
    position: absolute;
    bottom: -40px;
    font-weight: 400;
    color: #ffffff;

    background: transparent linear-gradient(90deg, #78D2DE 0%, #4DBECF 52%, #0099B5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    opacity: 1;
    cursor: pointer; */
  display: inline-block;
  position: absolute;
  bottom: -40px;
  width: 176px;
  height: 65px;
  background-image: url("/2024/files/botao-saiba-mais.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent;
}

.btnBanner:hover {
  background-image: url("/2024/files/botao-saiba-mais-hover-state.svg");
}

.btnBannerEn {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  width: 176px;
  height: 65px;
  background-image: url("/2024/files/botao-saiba-mais-Eng.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent;
}
.btnBannerEn:hover {
  background-image: url("/2024/files/botao-saiba-mais-hover-state-Eng.svg");
}

.btnBanner_left,
.btnBannerEn_left {
  /* left: 5vw; */
}

.btnBanner_right,
.btnBannerEn_right {
  /* right: 20vw; */
  right: 0vw;
}

.textbanners {
  position: absolute;
  left: 62vw;
  bottom: 10vh;
}
.titlebanners {
  position: absolute;
  left: 112vh;
  bottom: 25vh;
}

.textbanners_right,
.titlebanners_right {
  text-align: right;
}
.textbanners_left,
.titlebanners_left {
  text-align: left;
}

.tituloBanner {
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0px;
  color: #00718f;
}

.btnBannerMobile {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  width: 176px;
  height: 65px;
  margin-top: 20px;
  background-image: url("/2024/files/botao-saiba-mais.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent;
}

.btnBannerMobile:hover {
  background-image: url("/2024/files/botao-saiba-mais-hover-state.svg");
}
.btnBannerMobileEn {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  width: 125px;
  height: 40px;
  margin-top: 20px;
  background-image: url("/2024/files/botao-saiba-mais-Eng.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent;
}
.btnBannerMobileEn:hover {
  background-image: url("/2024/files/botao-saiba-mais-hover-state-Eng.svg");
}
.banner {
  /* min-height: 100vh !important; */
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*padding-top: 87px; /* evitar o menu */
}

.banner_home {
  padding-top: 0px;
}

.banner_mobile img,
.banner_mainpic {
  display: block;
}
.banner_mainpic {
  width: 100% !important;
}

.bannernr3d {
  width: 100px;
  /* height:150px; */
  vertical-align: middle;
}

.banner_mobile {
  display: none;
  background: #ededed;
}

/* .btnBannerMobile_right{
    width: 120px !important;
    margin-left: 94px;
}
.btnBannerMobileEn_right{
    margin-left: 90px;
} */

.banner_mobile_text {
  padding: 10vw;
  padding-top: 8vw;
  /* padding-right: 30%; */
  color: #1b9cb3;
  font-weight: 400;
  font-size: 120%;
  /*   border-top: 2px solid #1B9CB3; */
}

.banner_mobile_text h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.banner-mobile img {
  width: 100%;
}

#dlbtn,
#dlbtn2 {
  display: none !important;
}

.menutb a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 13px;
  line-height: 14px;
  font-family: Gotham;
  color: #0099b5;
}

.prefooter {
  position: relative;
  background-color: #ededed;
  box-shadow: 0 0px 23px #73808a67;
  margin-top: 12px;
}

.prefooter a {
  font-size: 15px;
  color: #0099b5;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 500;
}

#main-footer {
  position: relative;
  background: #ededed;
}

#menubtn {
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  padding-left: 0px;
  height: 38px;
  vertical-align: bottom;
  padding-top: 11.5px;
}

#menutop {
  cursor: pointer;
  padding: 0px;
  padding-left: 0px;
  height: 38px;
  vertical-align: bottom;
  padding-top: 4px;
  fill: #17a1ba;
}

#langbtn {
  color: #ffffff;
}

#menuclose {
  cursor: pointer;
  padding: 0px;
  padding-left: 0px;
  height: 38px;
  vertical-align: bottom;
  padding-top: 0px;
  fill: #0099b5;
}

#menuclose img {
  width: 79px;
  height: 38px;
}

.showMenu {
  color: #0099b5;
}

#mainmenu {
  display: none;
  z-index: 100000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

#mainmenushade {
  transition: all linear 1s;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 400px;
  left: -3px;
  /* background-color: rgba(0, 153, 181, 0.5); */
  background-color: rgba(120, 210, 222, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#mainmenustage {
  position: fixed;
  overflow-y: hidden;
  top: 0px;
  right: 0px;
  width: 440px;
  bottom: 0px;
  background-color: #ffffff;
}

#mainmenuopts {
  position: absolute;
  top: 80px;
  bottom: 0px;
  width: 400px;
  right: 0px;
  overflow-y: auto;
}

#head {
  transition: all ease-in-out 0.7s;
  box-shadow: 0px 1px 8px rgb(204 204 204);

  height: 86px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  opacity: 0.9;
  background: #0099b5;
  /*  backdrop-filter: blur(5px); */
}

.homestart {
  background: linear-gradient(90deg, #78d2de 15%, #0099b5 40%) 0% 0% no-repeat
    padding-box;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}

#logotop {
  transition: all ease-in-out 0.4s;
}

#logobox {
  display: block;
  position: absolute !important;
  top: 25px;
  width: 160px;
  height: 36px;
  left: 50%;
  margin-left: -80px;
}

#logotop {
  width: 160px;
  height: 36px;
  fill: #0099b5;
}

#logotop .logotopFill {
  fill: #fff !important;
}

#logotop2 {
  width: 160px;
  height: 36px;
  fill: #fff;
}

.menutb {
  position: absolute;
  top: 22px;
  right: 90px;
  z-index: 10001;
}

.mfp-bg {
  background-color: rgba(0, 153, 181, 0.5);
  backdrop-filter: blur(5px);

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  overflow: hidden;
  position: fixed;
  opacity: 0.8;
}

.showMenu {
  display: block !important;
}

#sharebox {
  padding-top: 15px;
  padding-bottom: 25px;
  width: 50%;
  position: relative;
}

#sharebox2 {
  padding-top: 15px;
  padding-bottom: 25px;
  width: 50%;
  position: relative;
}

#sharebox::after {
  display: block;
  content: " ";
  position: absolute;
  right: 0px;
  top: 25px;
  bottom: 25px;
  background-color: #0099b5;
  width: 5px;
}

.sociallinks a {
  margin-right: 50px;
}

.hbody h1.number {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 25px !important;
  position: relative;
  width: 350px;
  height: 44px;
  margin-top: -30px !important;
}

.hbody h1.number img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hbody h1.number div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hbody h1.number div span {
  display: block;
  font-size: 95px;
  line-height: 95px;
  font-weight: 500 !important;
  /*border: 1px solid red;*/
  letter-spacing: -3px;
}

.hbody .htitle {
  text-transform: uppercase;
  font-size: 40px;
  color: #0099b5;
}

.hbody p {
  color: #0099b5;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: -1px;
}

.hbody p a {
  /*background: transparent linear-gradient(289deg, #FCFCFC 0%, #E6E6E6 100%) 0% 0% no-repeat padding-box;*/
  /*background: linear-gradient(289deg, #FCFCFC 50%, #E6e6e6 100%) 0% 0% no-repeat padding-box;*/
  background: linear-gradient(90deg, #78d2de 25%, #4dbecf 50%, #0099b5 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 2px 4px 4px #00000029;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 18px;
  color: white !important;
  font-size: 14px;
}

.hbody p a:hover {
  background: linear-gradient(90deg, #39c3dd, #00718f) !important;
}

#dlbox {
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #ededed;
  padding-left: 150px;
  /* background-image: url(/2024/files/icon-download-grande.svg); */
  background-position: 75% center;
  background-repeat: no-repeat;
  background-size: 157.69px 142.87px;
}

#dlbox h4 {
  color: #0099b5;
}

#dlbox p {
  width: 189px;
  height: 75px;
}

.hbody {
  margin: 3%;
  margin-right: 15%;
  width: 25%;
}

.himgleft {
  margin: 0%;

  position: relative;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  width: 50vw;
  height: 50vw;
}

.himgright {
  margin: 0%;

  position: relative;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  width: 50vw;
  height: 50vw;
}

.jimg {
  top: 10%;
  margin-left: -32px;
  position: absolute;
}

.atlcomboholder {
  position: relative;
  height: 69px;
  border: 3px solid white !important;
  border-radius: 10px;
  box-shadow: 0px 0px 15px white;
  background-color: #178baf;
  color: white !important;
}

.atlcomboholder::before {
  content: "\33";
  font-size: 23px;
  line-height: 71px;
  padding-right: 5px;
  text-align: right;
  font-family: ETmodules;
  vertical-align: bottom;
  color: white;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 25px;
  /*border-left: 1px solid #0099b5;*/
  /*background-image: linear-gradient(to right, rgba(23,139,175,0.1), rgba(23,139,175,1.0));*/
  z-index: 1;
}

.atlcombo {
  /*background-color: #f5f5f5;*/
  background: transparent;
  background-position: 8px center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  background-repeat: no-repeat;
  color: white !important;
  border: none;
  width: 100%;
  padding: 22px;
  padding-right: 30px;
  text-overflow: ellipsis;

  /* padding-left: 65px; */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.5;
  cursor: pointer !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
}

.atlcombo option {
  color: black;
}

.atl_item {
  color: white;
  font-size: 17px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.5;
}

.atlcombo option {
  padding: 22px;
}

.atlcombo::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

.iconDownloadGrande {
  display: inline;
  position: relative;
  left: 293px;
  top: -168px;
}

.prefooter h4 {
  font-size: 24px !important;
  font-family: "Gotham" !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.71 !important;
  letter-spacing: -0.6px !important;
  text-align: left !important;
  color: #0099b5 !important;
  text-transform: none !important;
}

.prefooter p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #0099b5;
  height: 70px;
}

.prefooter p.p1 {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4e4e4f;
  height: 60px;
}

#footer-widgets {
  padding-top: 31px !important;
}

.copyright {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 215px;
}

.mobilecontainerfooteren .copyright {
  font-weight: 400 !important;
}

.footercont {
  padding-top: 40px !important;
  padding-bottom: 25px !important;
  display: flex;
  align-items: flex-start;
}

.containerfooterpt {
  background-image: url("/2024/files/footer-rodelas-1.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 84vh !important;
  background-position: left;
  background-color: #00c5d5;
}

.containerfooteren {
  background-image: url("/2024/files/footer-rodelas-1.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 84vh !important;
  background-position: left;
  background-color: #00c5d5;
}

.mobilecontainerfooterpt {
  background-image: url("/2024/files/footer-rodelas-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*   background-size: 120vh;*/
  background-position: left;
  background-color: #00c5d5;
}

.mobilecontainerfooteren {
  background-image: url("/2024/files/footer-rodelas-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 120vh;*/
  background-position: left;
  background-color: #00c5d5;
}

.fimage {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 36vw;
}

.ftitle {
  width: 33%;
  /* padding-top: 40px; */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  /* white-space: nowrap; */
}

.ftitle p {
  color: #ffffff;
  text-align: start;
  /*  padding-top: 30px; */
  padding-left: 40px;
  padding-right: 21px;
}

.ftitle img {
  width: 33%;
  margin-left: 52%;
  position: relative;
  /* bottom: 12px; */
  vertical-align: middle;
}

.fitem {
  /*   flex-grow: 1;
    padding-top: 35px; 
    padding-top: 6px;
    max-width: 15vw;
    line-height: 15px;
    font-weight: bold;
    padding-right: 12px; */
  flex-grow: 1;
  padding-top: 60px;
  /* max-width: 15vw; */
  line-height: 15px;
  position: relative;
  left: 35px;
  font-weight: 400;
}

.fitemmob {
  display: none;
}

.flogo {
  width: 70px;
  padding-bottom: -10px;
}

.footlink {
  padding-bottom: 4px;
  font-size: 15px;
  letter-spacing: -0.16px;
  color: #ffffff;
  line-height: 18px;
  text-transform: none;
}

.whiteround,
.whiteroundsm {
  letter-spacing: -0.68px;
  color: #0099b5;
  background-color: white;
  font-size: 27px;

  padding: 56px !important;

  position: relative;

  border-left: none;
  border-radius: 60px;
}

.whiteroundsm {
  padding: 28px !important;
}

.greyround,
.greyroundsm,
.greyroundsm1,
.greyroundsm2 {
  letter-spacing: -0.68px;
  background: transparent
    linear-gradient(
      90deg,
      #cccccc26 0%,
      #cccccc26 53%,
      #cccccc5b 66%,
      #cccccc2e 100%
    )
    0% 0% no-repeat padding-box;
  font-size: 27px;
  padding: 58px !important;
  position: relative;
  border-left: none;
  border-radius: 60px;
}

.greyroundsm,
.greyroundsm2 {
  padding: 28px !important;
}

.greyroundsm2 {
  border-radius: 25px;
}

.greyroundsm1,
.greyroundsm2 {
  background: #cccccc4d;
}

.charttitle {
  display: inline-block;
  border-bottom: 1px solid #0099b5;
  color: #0099b5;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 0;
  margin-bottom: 15px;
}

.chartlegend {
  margin-top: 15px;
  color: #959595 !important;
  font-size: 13px !important;
}

h3 {
  text-transform: uppercase !important;
  letter-spacing: -1px;
  font-size: 40px !important;
  font-weight: bold;
  margin-bottom: 27px;
  padding: 0;
}

p {
  color: #4e4e4f;
  letter-spacing: -0.45px;
  font-size: 18px;
  line-height: 27px;
}

.et_pb_toggle {
  background: transparent;
  border: none;
  border-bottom: 1px solid #00718f;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.et_pb_toggle:last-child {
  border-bottom: none;
}

.et_pb_toggle h6,
.et_pb_toggle h4 {
  font-size: 18px;
  font-weight: 500;
  margin-left: 60px;
  margin-bottom: 20px;
  margin-top: -30px;
  padding-bottom: 0px;
  border-bottom: none !important;
  margin-right: 35px;
}

.et_pb_toggle_title:before {
  left: 0 !important;
  right: auto !important;
  margin-top: -25px;
  color: #52dcf8 !important;
  font-size: 45px;
  content: "\33";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\32" !important;
}

.notaPopup h6 {
  font-size: 35px;
}

.mfp-hide {
  display: none !important;
}

.mfp-close {
  cursor: pointer !important;
  color: #4e4e4e !important;
  opacity: 0.9 !important;
  width: 44px !important;
  height: 44px !important;
  position: absolute;
}

.mfp-close {
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-title {
  color: #4e4e4e !important;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-title {
  color: #4e4e4e !important;
}

.mfp-wrap .mfp-container button:hover {
}

.mfp-content {
  padding: 50px;
  width: auto !important;
  min-width: 480px;
  background-color: white;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  /* top: 35%; */
}

.mfp-image-holder .mfp-content {
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
}

.mfp-img {
  border-radius: 12px; 
  padding: 0 !important;
  /*background-color: #0099B5;*/
  background-color: #ececec;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.soclinks {
  margin-left: 1vh;
  margin-top: 7vh;
  /* margin-bottom: 30px; */
}

.soclinks a {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.soclinks a:hover {
  opacity: 0.8;
}

.current-menu-item a,
#lemenu li a:hover {
  color: #00718f;
}

.imgMenuIcon {
  width: 54px;
  height: 89px;
  padding-top: 9px;
}

/* .atlmenuopt {
    display: block;
    margin-right: 39px;
    margin-top: 11px;
    padding: 15px 14px;
    background-color: #f1f2f3;
} */

.atlmenuopt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 37px;
  margin-top: 8px;
  padding: 15px;
  padding-right: 26px;
  background-color: #f1f2f3;
  text-decoration: none;
}

/* .atlmenuopt i {

    padding-bottom: 7px;
    display: block;
    height: 85px;
    margin-bottom: -20px;
    margin-left: -5px;
    background-image: url(/2024/files/bolacap85.png);
    width: 85px;
    position: relative;

} */

.menunum {
  width: 65px;
  height: 65px;
  line-height: 67px;
  top: 0;
  left: 0;
  letter-spacing: -0.23px;
  font-weight: 500 !important;
  font-size: 25px;
  text-align: center;
  color: white;
  font-style: normal;
}

.atlmenuopt b {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  padding-right: 10px;
}

.logotext {
  color: #0099b5;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
}

.seta-menu {
  width: 13px;
  height: 23px;
  margin-left: 10px;
}

/* QUERIES */
@media all and (max-width: 2560px) {
  .presi_mra {
    margin-left: 153px !important;
  }
}

@media all and (max-width: 1920px) {
  .presi_mra {
    margin-left: 80px !important;
  }
}
@media all and (max-width: 1790px) {
  .presi_mra {
    margin-left: 42px !important;
  }
  .socpopup img {
    margin-top: 40.5vw !important;
  }
}
@media all and (max-width: 1440px) {
  .presi_mra {
    margin-left: -15px !important;
  }

  .socpopup img {
    margin-top: 37vw !important;
    width: 224px !important;
    max-width: 224px !important;
    left: 54% !important;
  }
}
/* @media all and (max-width: 1450px){
    .prefooter a{
        font-size: 11px !important;
    }
} */
@media all and (max-width: 1400px) {
  .socpopup img {
    margin-top: 38vw !important;
    width: 212px !important;
    max-width: 224px !important;
    left: 59% !important;
  }
}
@media all and (max-width: 1300px) {
  .socpopup img {
    margin-top: 36vw !important;
    width: 212px !important;
    max-width: 224px !important;
    left: 59% !important;
  }
}
@media all and (max-width: 1284px) {
  .socpopup img {
    margin-top: 36vw !important;
    width: 212px !important;
    max-width: 224px !important;
    left: 59% !important;
  }
}
@media all and (max-width: 1280px) {
  .presi_mra {
    margin-left: -13px;
  }
  .btnBannerEn {
    /*   height: 35px;
        bottom: 26px; */
  }

  .socpopup img {
    margin-top: 36vw !important;
    width: 212px !important;
    max-width: 224px !important;
    left: 59% !important;
  }
}
@media all and (max-width: 1200px) {
  .socpopup img {
    margin-top: 34vw !important;
    width: 212px !important;
    max-width: 224px !important;
    left: 60% !important;
  }
}

@media all and (max-width: 1140px) {
  .socpopup img {
    margin-top: 36vw !important;
    width: 190px !important;
    max-width: 190px !important;
    left: 68% !important;
  }
}

@media all and (max-width: 1085px) {
  .socpopup img {
    margin-top: 34vw !important;
    width: 190px !important;
    max-width: 190px !important;
    left: 69% !important;
  }
}

@media all and (max-width: 1050px) {
  .socpopup img {
    margin-top: 33vw !important;
    width: 190px !important;
    max-width: 190px !important;
    left: 69% !important;
  }
}

@media all and (max-width: 960px) {
  .socpopup img {
    margin-top: 30vw !important;
    width: 190px !important;
    max-width: 190px !important;
    left: 71% !important;
  }
}

@media all and (max-width: 800px) {
  .socpopup img {
    margin-top: 33vw !important;
    width: 150px !important;
    max-width: 150px !important;
    left: 96% !important;
  }

  .caixaDestaque {
    padding: 0px 0px 0px 0px !important;
    margin-top: -12px;
  }

  .caixaDestaque h6 {
    margin-top: 41px;
    font-size: 14px;
  }

  .caixaDestaque h3 {
    margin-top: 45px;
    font-size: 45px !important;
  }
}

@media all and (max-width: 540px) {
  .presi_mra {
    margin-left: -68px;
  }

  .socpopup img {
    margin-top: 33vw !important;
    width: 150px !important;
    max-width: 150px !important;
    left: 96% !important;
  }
}
@media all and (max-width: 425px) {
  .presi_mra {
    margin-left: -68px;
  }

  .missao_txt_1 {
    margin-top: 40vh;
    font-size: 14px !important;
  }

  .visaotxt1 {
    margin-top: 40vh;
    font-size: 14px !important;
  }

  .missao_bigbox_mobile {
    background-image: url("/2024/files/forma-quadrada.png");
    height: 227px;
    width: 100%;
  }
}

@media all and (min-width: 981px) {
  /* caixa com espaço á direita */
  .spaceright {
  }

  .spaceright .greyroundsm {
    padding-right: 130px !important;
    margin-right: -130px !important;
  }

  .spaceright .greyroundsm1 {
    padding-right: 130px !important;
    margin-right: -130px !important;
  }

  /* caixa com espaço á esquerda */
  .spaceleft {
  }

  .spaceleft .greyroundsm {
    padding-left: 130px !important;
    margin-left: -130px !important;
  }
}

@media all and (max-width: 1260px) {
  #dlbox {
    background-image: none;
  }
}

@media all and (max-width: 1244px) {
  /*  .containerfooterpt {
        background-position-x: -50px;
    }
    .containerfooteren {
        background-position-x: -50px;
    } */
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 1024px) {
  .containerfooterpt {
    /*  background-position-x: -49px;
        background-position-y: 15px;
        background-size: 239px; */
    background-position-x: -584px;
  }
  .containerfooteren {
    /*     background-position-x: -49px;
        background-position-y: 15px;
        background-size: 239px; */
  }

  .ftitle p {
    padding-left: 0px;
  }

  .btnBanner,
  .btnBannerEn {
    display: none;
    /*   bottom: -44px;
    width: 135px;*/
  }

  .banner_mobile {
    display: block;
  }

  .banner_mainpic {
    display: none;
  }

  .hbody .htitle {
    font-size: 30px;
  }

  .hbody p {
    font-size: 16px;
  }

  .hbody {
    width: 35%;
  }

  .himgleft {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;

    margin: 0;

    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;

    border-radius: 0px;
    width: auto;
    height: auto;
    opacity: 0.1 !important;
    z-index: -1;
    filter: saturate(25%);
  }

  .himgright {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;

    margin: 0;

    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;

    border-radius: 0px;
    width: auto;
    height: auto;
    opacity: 0.1 !important;
    z-index: -1;
    filter: saturate(25%);
  }

  .himgleft::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background: linear-gradient(289deg, #0099ff 50%, #e6e6e6 100%) 0% 0%
      no-repeat padding-box;
    z-index: 100;
  }

  .himgright::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background: linear-gradient(289deg, #0099ff 50%, #e6e6e6 100%) 0% 0%
      no-repeat padding-box;
    z-index: 100;
  }

  .jimg {
    display: none;
  }

  .card {
    padding: 0px !important;
  }

  .imgholder {
    max-width: 80vw;
  }

  .ftitle {
    padding-bottom: 0px;
    width: 60%;
  }

  .ftitle img {
    max-width: 100px;
    max-height: 100px;
  }

  .ftitle img {
    width: 100%;
  }

  .fitem {
    display: none;
    white-space: nowrap;
  }

  .flogo {
    width: 40%;
  }

  .flogo img {
    float: right;
    width: 50%;
    max-width: 70px;
  }

  .fitemmob {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: nowrap;
  }

  .copyright {
    font-weight: 100;
    padding-left: 0px;
  }

  #dlbox {
    background-image: none;
    padding-left: 75px;
  }

  .txtBanner {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    margin-right: -25px;
  }
  .txtBannerRight {
    margin-left: -100px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
  }
  .tituloBanner {
    font-size: 27px;
  }
  .banners_home {
    padding-bottom: 90px;
  }
}

@media all and (max-width: 1140px) {
  #dlbox {
    padding-left: 75px !important;
  }
}
@media all and (max-width: 1024px) {
  .mobilecontainerfooterpt {
    /*   background-size: 18vw !important;
        background-position-x: 50px;
        background-position-y: 15px; */
  }

  .mobilecontainerfooteren {
    /*   background-size: 18vw !important;
        background-position-x: 50px;
        background-position-y: 15px; */
  }
}

@media all and (max-width: 990px) {
  #dlbox {
    padding-left: 20px !important;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .presi_aaa {
    margin-left: 87px !important;
  }

  .presi_mra {
    margin-left: -57px !important;
  }

  .caixaDestaquePresi {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 885px) {
  .wide h2 {
    padding-right: 54px;
  }
  .iconDownloadGrande {
    display: none;
  }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 680px) {
  .wide h2 {
    padding-left: 9px !important;
    padding-right: 162px !important;
  }
  .numPerc {
    padding-left: 13px !important;
  }
  .numMais {
    padding-left: 3px !important;
    font-size: 44px !important;
  }
  .presi_mra {
    margin-left: -157px !important;
  }
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 770px) {
  .presi_mra {
    margin-left: -19px !important;
  }
  .presi_aaa {
    margin-left: 77px !important;
  }

  /* img phi final */
  .wp-image-7640 {
    margin-top: -61px;
  }
  .wide h2 {
    padding-left: 9px !important;
    padding-right: 86px;
  }

  .mobilecontainerfooterpt {
    font-weight: 400 !important;
    /*  background-size: 20vw !important;
        background-position-x: 50px;
        background-position-y: 15px; */
  }
  .mobilecontainerfooteren {
    /* background-size: 18vw !important;
        background-position-x: 50px;
        background-position-y: 15px; */
  }

  p {
    font-size: 16px !important;
  }

  .hbody .htitle {
    font-size: 25px;
  }

  .hbody {
    width: 40%;
  }

  .sepboxes {
    display: none;
  }

  #logobox {
    left: 22px;
    margin-left: 0;
  }

  .menutb {
    right: 22px;
  }

  .imgholder {
    text-align: center;
    display: block;
    max-width: 80vw;
    margin: 0 auto;
  }

  #sharebox {
    width: 100% !important;
    position: unset;
  }

  #sharebox2 {
    width: 100% !important;
    position: unset;
  }

  #sharebox::after {
    width: 100% !important;
    position: unset;
  }

  .presi_aaa {
    margin-left: 87px !important;
  }

  .presi_mra {
    margin-left: -180px !important;
  }

  #dlbox {
    width: 100% !important;
    padding-left: 0px;
    position: unset;
    background-image: none;
  }

  #dlbox div {
    width: 80%;
    margin: 0px auto;
  }

  .ftitle {
    padding-bottom: 0px;
    width: 60%;
  }

  .ftitle img {
    width: 100%;
  }

  .fitem {
    display: none;
    white-space: nowrap;
  }

  .flogo {
    width: 50%;
    margin-left: 25%;
  }

  .flogo img {
    display: none;
    float: right;
    width: 25%;
    max-width: 70px;
  }

  .fitemmob {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: nowrap;
  }

  .copyright {
    font-weight: 200;
  }

  .et-pb-slider-arrows {
    color: #666;
  }

  .et-pb-slider-arrows a {
    background-color: white;
    color: #666;
    border-radius: 0px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 100 !important;
    line-height: 25px;
    color: white;
    box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.24);
  }

  .et-pb-controllers {
    bottom: -20px;
  }

  .et-pb-controllers a {
    border: 1px solid white !important;
    width: 25px;
    height: 4px;
    background: none !important;
  }

  .et-pb-controllers a.et-pb-active-control {
    border: 1px solid #0099b5 !important;
    width: 25px;
    height: 4px;
    background: #0099b5 !important;
  }

  .et-pb-slider-arrows {
    color: #666;
  }

  .et-pb-slider-arrows a {
    background-color: white;
    color: #666;
    border-radius: 0px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 100 !important;
    line-height: 25px;
    color: white;
    box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.24);
  }
}

@media all and (max-width: 540px) {
  .presi_mra {
    margin-left: -142px !important;
  }
  .presi_aaa {
    margin-left: 51px !important;
  }
  .btnBanner {
    width: 101px;
    height: 42px;
    left: 159px;
    top: 514px;
  }
  .btnBannerEn {
    width: 101px;
    height: 42px;
    left: 159px;
    top: 514px;
  }
  .wide h1 {
    padding-left: 0px !important;
  }
  .wide {
    width: 115px !important;
  }
  .wide h2 {
    text-align: center;
    padding-left: 1px !important;
  }
  .clnts h1 {
    font-size: 30px !important;
  }
  /* .presi_mra{
        left: -70px;
    }
    .presi_aaa{
        left: 26px;
    } */
  .mobilecontainerfooterpt {
    font-weight: 400 !important;
    /*  background-position-y: 85px; */
  }

  .hbody .htitle {
    font-size: 28px !important;
  }

  .hbody {
    width: 50%;
  }

  .hbody p {
    font-size: 13px;
  }

  #logobox {
    margin-left: 0px;
    left: 5%;
  }

  .menutb {
    right: 5%;
  }

  #sharebox {
    width: 100% !important;
    position: unset;
  }

  #dlbox {
    /*background-image: url(/2024/files/dlcenter_tablet_mob.jpg);*/
    width: 100% !important;
    padding-left: 0px;
    position: unset;
  }

  #dlbox div {
    width: 80%;
    margin: 0px auto;
  }

  .ftitle {
    width: 25%;
  }

  .flogo {
    margin-left: 35%;
  }

  .greyroundsm1 {
    padding: 15px !important;
  }

  .centrado {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .azul {
    font-size: 30px !important;
  }

  h3 {
    font-size: 30px !important;
  }
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  .presi_mra {
    margin-left: -114px !important;
  }
  .socpopup img {
    margin-top: 19vw !important;
    width: 150px !important;
    max-width: 150px !important;
    left: 86% !important;
  }

  .btnBanner {
    width: 81px;
    height: 36px;
    font-size: 12px;
    left: 141px;
    top: 380px;
  }
  .btnBannerEn {
    width: 81px;
    height: 36px;
    font-size: 12px;
    left: 141px;
    top: 380px;
  }

  #mainmenustage {
    left: 0px;
    width: auto;
  }

  #mainmenuopts {
    left: 0px;
    right: 0px;
    width: auto;
  }

  .hbody {
    max-width: 85vw !important;
    width: 100%;
    margin-right: 50px !important;
    margin-left: 5%;
    padding-right: 25px;
  }

  .chartholder {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .hbody h1 {
    font-size: 25px !important;
  }

  .hbody h1.number div {
    width: 60%;
    height: 60%;
  }

  .hbody h1.number div span {
    font-size: 57px;
    padding-top: 72px;
  }

  .whiteround {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }

  .greyroundsm {
    padding: 20px !important;
  }

  .ftitle {
    width: 40%;
    margin-left: -5%;
    font-size: 12px;
  }

  .ftitle img {
    width: 60%;
    vertical-align: middle;
  }

  .footlink {
    font-size: 12px;
    letter-spacing: -0.5px;
  }

  .copyright {
    font-size: 10px;
  }

  .mfp-content {
    min-width: 320px;
  }

  .sociallinks a {
    margin-right: 25px;
  }

  .caixaDestaquePresi {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}
@media all and (max-width: 390px) {
  
   .banner_mobile_text h2 {
  font-size: 22px;
}
}
@media all and (max-width: 391px) {
  .presi_mra {
    margin-left: -68px !important;
  }
  .wide h2 {
    margin-right: -255px !important;
  }
  .wide h1 {
    padding-left: 0px !important;
    margin-right: -125px !important;
  }
  .numPerc {
    left: 43px;
  }
  .socpopup img {
    margin-top: 32vw !important;
    width: 200px !important;
    max-width: 200px !important;
    left: 109% !important;
  }
   .banner_mobile_text h2 {
  font-size: 22px;
}
.txtPercmobile{
  position: relative;
    top: -20px;
}
.txtKzmobile{
      position: relative;
    top: -40px;
}
.txtKztitulomobile{
  position: relative;
  top: -20px;
}
}

/*** Responsive Styles Small Smartphone Portrait ***/
@media all and (max-width: 350px) {
  .socpopup img {
    margin-top: 27vw !important;
    width: 150px !important;
    max-width: 150px !important;
    left: 128% !important;
  }
  .btnBanner {
    width: 81px;
    height: 36px;
    font-size: 12px;
    left: 141px;
    top: 328px;
  }
  .btnBannerEn {
    width: 81px;
    height: 36px;
    font-size: 12px;
    left: 141px;
    top: 328px;
  }
  h6 {
    font-size: 14px !important;
  }

  .wide h2 {
    font-size: 14px !important;
  }
  .numPerc {
    font-size: 37px !important;
  }
  .numMais {
    font-size: 25px !important;
  }
  .clnts h1 {
    font-size: 19px !important;
  }

  #langbtn {
  /*   display: none; */
  }

  .menutb a {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #logobox {
    margin-left: 0px;
    left: 2%;
  }

  .menutb {
    right: 2%;
  }

  .ftitle {
    width: 40%;
    margin-left: -5%;
    font-size: 10px;
  }

  .ftitle img {
    width: 60%;
    vertical-align: middle;
  }

  .footlink {
    font-size: 10px;
    letter-spacing: -0.5px;
  }

  .hbody {
    max-width: 85vw !important;
    width: 100%;
    margin-right: 20px !important;
    margin-left: 10%;
    padding-right: 40px;
  }

  .hbody .htitle {
    font-size: 18px !important;
  }

  .hbody p {
    font-size: 12px !important;
    padding-right: 20px;
  }

  .hbody h1 {
    font-size: 22px !important;
    margin-right: 20px;
  }

  .azul {
    font-size: 24px !important;
  }

  .mfp-content {
    min-width: 260px;
  }

  .missao_bigbox_mobile {
    background-image: url("/2024/files/forma-quadrada.png");
    height: 227px;
    width: 100%;
  }
  .banner_mobile_text h2 {
  font-size: 22px;
}
.txtPercmobile{
  position: relative;
    top: -20px;
}
.txtKzmobile{
      position: relative;
    top: -40px;
}
.txtKztitulomobile{
  position: relative;
  top: -20px;
}
}

@media all and (max-width: 320px) {
  .wide h2 {
    padding-right: 210px !important;
  }
  .presi_mra {
    margin-left: -68px !important;
  }
  .socpopup img {
    margin-top: 26vw !important;
    width: 150px !important;
    max-width: 150px !important;
    left: 50% !important;
  }
  .banner_mobile_text h2 {
  font-size: 22px;
}
.txtPercmobile{
  position: relative;
    top: -20px;
}
.txtKzmobile{
      position: relative;
    top: -40px;
}
.txtKztitulomobile{
  position: relative;
  top: -20px;
}
}

/* remover em produção: styles do globais do ano anterior 
@import url("/2024/wp-content/themes/atlrc/style_prev.css");
*/
