@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@100;200;300&display=swap');


* {
  box-sizing: border-box;
}
body {
  font-family: 'Merriweather Sans', sans-serif !important;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

header {
  background-color: #000033;
}

.layout_padding {
  padding: 0px 0px 60px 0px;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding3 {
  padding: 0px 0px 0px 0px;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          
          
}

.heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: bold;
    
    
}

.heading_container h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #f7444e;
    margin: 10px auto 10px;
    
}

.heading_container h2 span {
  color: #f7444e;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
  
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
  padding: 15px 0;
}
.header_section2 {
  padding: 1px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 12px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 14px;
    margin-top: 25px;
    
}

.custom_nav-container .navbar-nav .nav-item .dropdown-content a {
  text-align: left;
  padding-left: 20px; 
  padding-right: 10px;
  white-space: nowrap; 
}


.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg, .custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #ffffff;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.btn-custom {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  border-radius: 0 !important;
  padding: 8px 16px !important;
  font-weight: bold !important;
  background-color: #ffffff !important; /* Mantém a cor do Bootstrap */
  font-family: 'Merriweather Sans', sans-serif !important;
  color:  #002169!important;
  border: none !important;
}
.btn-custom:hover {
  background-color: #cadff5 !important;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */

.align-text-slider {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  width: 100%;
}

.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 90px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box h1 {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002c3e;
    line-height: 70px;
    
}

.slider_section .detail-box h1 span {
  color: #f7444e;
}

.slider_section .detail-box p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 1.5rem;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #f7444e;
    border: 1px solid #f7444e;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    font-weight: 700;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #f7444e;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #f7444e;
}



.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.product_section .heading_container {
  margin-bottom: 20px;
  
}

.product_section .box {
    position: relative;
    margin-top: 25px;
    padding: 35px 35px;
    background-color: #f7f8f9;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.2);
    border: solid #fff 10px;
}

.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 160px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_section .box .detail-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_section .box .detail-box h5 {
  font-size: 18px;
  margin-top: 10px;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #002c3e;
  font-weight: 600;
}

.product_section .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.arrival_section {
    background-color: #d4ced0;
}
.product_section .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.product_section .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 5px 0;
}

.product_section .options .option1 {
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
}

.product_section .options .option1:hover {
  background-color: transparent;
  color: #f7444e;
}

.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  color: #f7444e;
}

.arrival_section .heading_container {
  color: #002c3e;
  margin-bottom: 10px;
  
}

.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}

.arrival_section .arrival_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.arrival_section .arrival_bg_box img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}

.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrival_section a:hover {
  background-color: transparent;
  color: #f7444e;
}

.why_section .box {
    text-align: center;
    margin-top: 45px;
    background-color: #002c3e;
    padding: 45px 50px;
    border-radius: 5px;
    color: #ffffff;
}

.detail-box h5 {
    font-size: 23px;
    font-weight: 700;
}

.remove_line_bt h2::after {
    display: none;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}

.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #002c3e;
  
  
}

.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
  
}

.subscribe_section .subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section .subscribe_form form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 90px;
    outline: none;
    padding: 5px 25px;
    background-color: #ffffff;
    margin-top: 15px;
    text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f7444e;
  border: 1px solid #f7444e;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #f7444e;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.client_section .box .img_container .img-box {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #f7444e;
  border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev {
  left: 25%;
}

.client_section .carousel-control-next {
  right: 25%;
}

/* footer section*/
.footer_section {
  background-color: #002c3e;
  color: #ffffff;
  padding-top: 70px;
}

.footer_section {
    color: #ffffff;
    text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
    margin: 10px 0;
    color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #f7444e;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002c3e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #f7444e;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.heading_container.heading_center h3 {
  position: relative;
  margin-bottom: 15px;
  margin-left: -750px;
  font-size: 32px;
  color: #002169;
  font-family: 'Merriweather Sans', sans-serif !important;
  font-weight: 300 !important;
}

.heading_container2.heading_center2 h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 32px;
  color: #002169;
  font-family: 'Merriweather Sans', sans-serif !important;
  font-weight: 300 !important;
  display: inline-block;
}




.heading_container3 h3{
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif !important; 
  font-size: 33px;  
  color:#002169; 

}

.container-btn {
  text-align: center;
  margin-top: 20px;
}

.btn-noticias,
.btn-projetos {
  display: inline-block;
  padding: 10px 20px;
  background-color: #002169;
  border: 2px solid #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Merriweather', sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.btn-noticias:hover,
.btn-projetos:hover {
  color: #ffffff !important; 
  background-color: #000033; 
  border-color: #000000;
}

.heading_h3 {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-size: clamp(20px, 2vw, 32px); 
  color: #002169;
  max-width: 100%;
  display: block;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  padding: 60px 10px 20px 60px; /* top, right, bottom, left */
}

.heading_h4 {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-size: clamp(20px, 2vw, 25px); 
  color: #002169;
  max-width: 100%;
  display: block;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  text-transform: none !important;
  margin-left: 60px;

}

.heading_h3_projeto {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-size: clamp(20px, 2vw, 32px);
  color: #002169;
  max-width: 100%;
  display: block;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  padding: 60px 10px 20px 45px; /* top, right, bottom, left */
}

.noticia-title {
  font-family: 'Merriweather', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}

.noticia-description {
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.noticia-title {
  font-family: 'Merriweather', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}


.slider-title {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 30px;
}

.slider-description {
  font-weight: 100px;
}

.slider-description,
.slider-title {
  font-family: 'Merriweather', sans-serif, !important;
  color:white;
}


.heading2_h5 {
  font-size: 15px;
  font-weight: 400;
  padding-right: 35%;
  color: #060633;
}

.emailScroll{
  overflow-x:auto;
  overflow-y:hidden; 
  height:45px;  
  margin-left: 60px;
}

.emailScroll::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

.emailScroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 2px;
}

.emailScroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

li.nav-item ul {
    background: #fff;
    border: solid #000 2px;
    border-radius: 0;
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 4px 4px 0px 0 #000;
    width: 190px;
}

li.nav-item ul li {
    float: left;
    width: 100%;
    margin: 6px 0;
}

li.nav-item ul li a {
    color: #292321;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 10px;
    transition: ease all 0.5s;
}

.inner_page_head {
    background: #f7444e;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.inner_page_head h3 {
    font-size: 42px;
    font-weight: 800;
}

/** footer **/

footer {
  background: #000033;
  padding: 50px 0;
  color: white;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.footer-section {
  flex: 1;
  min-width: 150px;
  text-align: center;
}

.footer-section a[href="https://www.ipt.pt/"] .footer-logo {
    max-width: 180px !important;
    max-height: 130px !important; 
    width: 100% !important;
    height: auto !important;
}

.footer-section a[href="https://www.cienciavitae.pt/"] .footer-logo {
    max-width: 180px !important;
    max-height: 130px !important; 
    width: 100% !important;
    height: auto !important;
    margin-top: 30px !important;
}
.footer-logo {
  max-height: 80px;
  width: auto;
}
.social-icon {
  width: 30px;
  height: 30px;
}
.social-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}




.information_f p {
    margin-bottom: 1.2rem;
    line-height: 25px;
    font-size: 15px;
}

.widget_menu h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.widget_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_menu ul li {
    float: left;
    width: 100%;
}

.widget_menu ul li a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.field {
    display: flex;
}

.widget_menu {
    float: left;
    width: 100%;
}

div.form_sub .field input[type="email"], div.form_sub .field input[type="email"]:hover, div.form_sub .field input[type="email"]:focus {
    padding: 10px 110px 10px 15px;
    border-radius: 0;
    border: solid #ccc 1px;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    width: 100%;
    height: 48px;
}

.form_sub {
    position: relative;
}

.form_sub input[type="email"] + input[type="submit"] {
    position: absolute;
    right: 0;
    background: #f7444e;
    color: #fff;
    border: none;
    top: 0px;
    font-size: 14px;
    height: 48px;
    font-weight: 600;
    padding: 0 15px;
}

form input {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form textarea {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form input[type="submit"] {
    border: none;
    padding: 15px 45px;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    background: #333;
    color: #fff;
    font-weight: 600;
    transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #f7444e;
    color: #fff;
}

/** cpy **/

.cpy_ {
    background: #002169;
    text-align: center;
    
}

.cpy_ p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.cpy_ p a {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #3e64ff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center;
    top : 530px;
    position: relative; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }
  .owl-carousel.home-slider {
    position: relative;
    height: 650px;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      height: 600px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        opacity: .6; }
      .owl-carousel.home-slider .slider-item .slider-text {
        padding-left: 100px;
        height: 650px;
        width: 900px; }
        @media (max-width: 767.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 40px;
          color: #fff;
          line-height: 1.2;
          font-weight: 550;
          font-family: system-ui;;
         }
          .owl-carousel.home-slider .slider-item .slider-text h1 span {
            display: block; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px; } }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          font-size: 14px;

          color: white;
          letter-spacing: 2px; }
        .owl-carousel.home-slider .slider-item .slider-text p {
          color: rgba(255, 255, 255, 0.9); }
        .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 1px; }
          .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
            border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
            .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
              color: #fff; }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 100%;
      width: 100%; }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 60px;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 130px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        margin: 5px;
        border-radius: 50%;
        border: 2px solid #fff;;
        background: transparent; }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

          .testimony-section .owl-carousel {
            margin: 0; }
          .testimony-section .owl-carousel .owl-stage-outer {
            padding-top: 4em;
            padding-bottom: 2em;
            position: relative; }

            .hero-wrap .overlay {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              content: '';
              opacity: .3;
              background: #000000; }

              .ftco-consult .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: '';
                opacity: .8;
                background: #3e65ff;
                background: -moz-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
                background: -webkit-gradient(left bottom, right top, color-stop(0%, #3e65ff), color-stop(100%, #6881e6));
                background: -webkit-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
                background: -o-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
                background: -ms-linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
                background: linear-gradient(45deg, #3e65ff 0%, #6881e6 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e65ff', endColorstr='#6881e6', GradientType=1 ); }

                .container {
                  width: 100%;
                  padding-right: 15px;
                  padding-left: 15px;
                  margin-right: auto;
                  margin-left: auto; }
                  @media (min-width: 576px) {
                    .container {
                      max-width: 540px; } }
                  @media (min-width: 768px) {
                    .container {
                      max-width: 720px; } }
                  @media (min-width: 992px) {
                    .container {
                      max-width: 960px; } }
                  @media (min-width: 1200px) {
                    .container {
                      max-width: 1140px; } }

                 .row {
                 display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
               -ms-flex-wrap: wrap;
               flex-wrap: wrap;
               margin-right: -15px;
               margin-left: -15px; }
                      
             .no-gutters {
              margin-right: 0;
               margin-left: 0; }
              .no-gutters > .col,
              .no-gutters > [class*="col-"] {
              padding-right: 0;
              padding-left: 0; }
              .hero-wrap.hero-wrap-2 .slider-text {
                height: 300px; }
                .hero-wrap.hero-wrap-2 .slider-text .bread {
                  font-weight: 900;
                  color: #fff; }
                .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
                  text-transform: uppercase;
                  font-size: 13px;
                  letter-spacing: 1px; }
                  .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
                    color: #fff;
                    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
                    .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
                      color: #fff; }
                      .align-items-center {
                        -webkit-box-align: center !important;
                        -ms-flex-align: center !important;
                        align-items: center !important; }
                        .justify-content-start {
                          -webkit-box-pack: start !important;
                          -ms-flex-pack: start !important;
                          justify-content: flex-start !important; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
    .ftco-animate {
      opacity: 0;
      visibility: hidden; }
      .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
    .heading-section .subheading {

      font-size: 14px;
      display: block;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #3e64ff;
      position: relative; }
      .heading-section.heading-section-white .subheading {
        color: rgba(255, 255, 255, 0.7); }
        .mb-4,
        .my-4 {
          margin-bottom: 1.5rem !important;
          text-transform: uppercase; }

          .btn {
            display: inline-block;
            font-weight: 400;
            color: #212529;
            text-align: center;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
            @media (prefers-reduced-motion: reduce) {
              .btn {
                -webkit-transition: none;
                -o-transition: none;
                transition: none; } }
            .btn:hover {
              color: #212529;
              text-decoration: none; }
            .btn:focus, .btn.focus {
              outline: 0;
              -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
            .btn.disabled, .btn:disabled {
              opacity: 0.65; }
          
          a.btn.disabled,
          fieldset:disabled a.btn {
            pointer-events: none; }
          
          .btn-primary {
            color: #000000;
            background-color: #ffffff;
            border-color: #ffffff;
            border-radius: 30px;
            position: relative;
            left: 130px; }
            
            .btn-primary:hover {
              color: #000000;
              background-color: #ffffff;
              border-color: #ffffff; }
            .btn-primary:focus, .btn-primary.focus {
              -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
            .btn-primary.disabled, .btn-primary:disabled {
              color: #000000;
              background-color: #ffffff;
              border-color: #ffffff; }
            .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
            .show > .btn-primary.dropdown-toggle {
              color: #000000;
              background-color: #ffffff;
              border-color: #ffffff; }
              .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
              .show > .btn-primary.dropdown-toggle:focus {
                -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
                .pr-4,
                .px-4 {
                  padding-right: 1rem !important; }
                  .pl-4,
                  .px-4 {
                    padding-left: 1rem !important; }
                    .pt-3,
                    .py-3 {
                      padding-top: 0.5rem !important; }
                      .pb-3,
                      .py-3 {
                        padding-bottom: 0.5rem !important; }
                        .mt-3,
                        .my-3 {
                          margin-top: 1rem !important; }
                          
                          
                          .absoluto {
                            position: relative;
                            
                          }
                          
                          .text-block {
                            position: absolute;
                            font-family: system-ui;
                            bottom: 16px;
                            left: 16px;
                            color: white;
                            padding-left: 7px;
                            padding-right: 7px;
                              font-size: 40px;
                              z-index:3 
                          }

                          .image_default {
                            position: relative;
                            margin-right: 0.7rem;
                            margin-left: 0.7rem;
                            margin-bottom: 3rem;
                            color: white;
                            z-index:1;
                            display: flex;
                            justify-content: center;
                          }

                          .image_default::after{
                            content:"";
                            position:absolute;
                            background: linear-gradient(0deg,        rgba(39,38,42,1) 0%, rgba(255,255,255,0)     60%);
                            z-index:2;
                            height:100%;
                            width:100%;
                            top:0;
                            left:0;
                          }


                          #fateste {
                            padding-left: 5px;
                            padding-right: 2px;
                            padding-top: 2px;
                            font-size: 22px;
                            border-radius: 2px;
                            width: 25px;
                            text-align: center;
                            text-decoration: none;
                            color: #ffffff;
                          }
                          
                          .dropdown-content {
                            display: none;
                            position: absolute;
                            background-color: #f9f9f9;
                            min-width: 181px;
                            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                            z-index: 1;
                          }
                          
                          .dropdown-content a {
                            color: #000033;
                            padding: 12px 16px;
                            text-decoration: none;
                            display: block;
                            text-align: right;
                            font-size:13px;
                          }
                          
                          .dropdown-content a:hover {background-color: #002169; color:#ffffff;}
                          
                          .dropdown:hover .dropdown-content {
                            display: block;
                          }
                         

                          #nav_drop:hover {
                            color: #333F50;
                            background-color: #ffffff;
                          }

                          .centrar{
                            text-align:center;
                            position:relative;
                          }

                          .centrar img{
                            display:inline-block;
                            width:30%;
                            margin:0px 10px 0px 10px;
                          }

                          .centered {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                          }

                          .container22 {
                            position: relative;
                            text-align: center;
                            color: white;
                          }

                          .ml-4 {
                            position: relative;
                          }

                          .imgText.m-auto {
                            position: absolute;
                              width: 200px;
                              top: 87%;
                              left: 50%;
                              transform: translate(-50%, -50%);
                              z-index: 10;
                              color: #ffffff;
                              font-family: 'Merriweather Sans', sans-serif !important;
                              text-transform: uppercase;
                              font-size: 21px;
                              text-align: center;
                              font-weight: 600;

                              white-space: normal; 
                              overflow: hidden; 
                              line-height: 1.2em; 
                             
                          }
                          
                          .qualquer {
                            position: absolute;
                              width: 325px;
                              top: 87%;
                              left: 50%;
                              transform: translate(-50%, -50%);
                              z-index: 10;
                              color: #ffffff;
                              font-family: 'PT Sans', sans-serif;
                              text-transform: uppercase;
                              font-size: 23px;
                              text-align: center;
                              font-weight: 600;
                          }

                          .image2 {
                            position: relative;
                            margin-right: 1.4rem;
                            margin-bottom: 3rem;
                            color: white;
                            z-index:1;
                            display: flex;
                            justify-content: center;
                          }

                          .image2::after{
                            content:"";
                            position:absolute;
                            background: linear-gradient(0deg,        rgba(39,38,42,1) 0%, rgba(255,255,255,0)     60%);
                            z-index:2;
                            height:100%;
                            width:100%;
                            top:0;
                            left:0;
                          }

                          .image2:hover .qualquer {                          
                            top: 50%;
                            
                          }

                          .image2:before {
                            content: '';
                            display: block;
                            position: absolute;
                            height: 0%;
                            width: 100%;
                            bottom: 0;
                            transition: height 0.5s ease-out;
                            background: linear-gradient(to bottom, transparent 0%, black 100%);
                          }
                          
                          .image2:hover:before {
                            height: 100%;
                          }

                          .mybuttonoverlap{
                            position: absolute;
                            color: #000000;
                            background-color: #ffffff;
                            border-color: #ffffff;
                            border-radius: 30px;
                            top: 190px;
                            display: none;
                            z-index: 3;
                          }

                          .image2:hover .mybuttonoverlap{ 
                            display:block;
                           
                          }
                          
                          .infoCorpo {
                            width: 78%;
                            margin: 0 auto;
                          }

                          .textInfo {
                            font-size: 15px;
                            padding-right: 200px;
                            color: #060633;
                            padding-left: 50px;
                          }

                          .textInfo img {
                            max-width: 100%;
                            max-height: 100%;
                          }

                          .ck-content {
                            overflow: auto;
                          }

                          .ck-content .image {
                            clear: both;
                            display: table;
                            margin: 0.9em auto;
                            min-width: 50px;
                            text-align: center;
                          }

                          .ck-content .image-style-side {
                            margin-top: 0;
                            float: right;
                            max-width: 50%;
                          }

                          .publicaInv {
                            font-size: 16px;
                            padding-right: 200px;
                            color: #060633;
                            padding-left: 50px;
                          }
                          
                          .total {
                            width: 100%;
                            height: 850px;
                          }

                          .totall {
                            min-height: calc(100vh - 100px);
                            width: 100%;
                            height: auto;
                            display: flex;
                            flex-wrap: wrap;
                          }

                          .barraesquerda {
                            background-color: #dbdee1;
                            width: 22%;
                            position: relative;
                          }

                          .lastBtn {
                            margin-bottom: 350px;
                          }




                          .cormuda{
                            height: 30px;
                            color:#060633;
                          }
                          
                          .cormuda:hover{
                              color: #ffffff;
                              background-color: #333f50;
                          }

                          .nofinal {
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            font-size: 17px;
                            color: #060633;
                            padding-bottom: 45px;
                            margin-right: 20px;
                          }

                          .alinhado
                          {
                            display: inline-flex;
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            margin-right: 15px;
                          }

                          .link_externo{
                            height: 30px;
                            width: 30px;
                            background-size: 30px 30px;
                            display: block;
                            margin-right: 5px;
                            margin-bottom: 20px;
                          }

                          .ciencia_id{
                            background-image: url("../images/CienciaID.png");
                          }

                          .orcid{
                            background-image: url("../images/Orcid.png");
                          }

                          .research_gate{
                            background-image: url("../images/ResearchGate.png");
                          }

                          .site{
                            background-image: url("../images/site.png");
                          }

                          .facebook{
                            background-image: url("../images/facebook.png");
                          }

                          .dot, .dot2{
                            border-radius: 50%;
                          }


                          .divbotao{
                            width: 100%;
                            border: none;
                            background-color: #dbdee1;
                            color:#060633;
                            height: 40px;
                            display: table-cell;
                            vertical-align: middle;
                            border-color: #002169;
                            padding: 0px 0px 0px;

                          }

                          .divbotao:hover{
                            color: #ffffff;
                            background-color: #002169;
                          }

                          .innerButton{
                            font-family: 'Merriweather Sans', sans-serif;
                            font-size: 16px;
                            text-transform: uppercase; 
                            font-weight: 400;
                            position: relative;
                            float: right;
                            right: 30px;
                            height: 30px;
                          }

                          .flex-container {
                            display: flex;
                            padding-top: 30px;
                          }

                          .mobile_reverse {
                            flex-direction: row-reverse;
                          }
                          
                          .flex-left {
                            width: 30%;
                          }

                          .flex-left2 {
                            width: 30%;
                            font-family: 'Merriweather Sans', sans-serif;
                            font-size: 24px; 
                            color:#333f50; 
                            text-align: right; 
                            padding-right: 25px;
                          }
                          
                          .flex-right {
                            width: 70%;
                            padding-right: 40px;
                          }

                          figure {
                            display: inline-block;
                          }
                          figcaption {
                              margin: 10px 0 0 0;
                              font-family: 'Quicksand', sans-serif;
                              font-weight: bold;
                              text-align: center;
                          }

                          .hidden {
                            display: none;
                          }

                          .show {
                            display: inLine !important;
                          }
                          

.translationOption {
  color: #ffffff;
  padding-left: 2px;
}

.translationOption:hover {
  color: #5f5f5f;
}

.lang_nav {
  padding: 20px 12px 0px 0px;
  height: 40px;
  margin-top: 10px;
  z-index: 1;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#publications{
    overflow: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}





                          

                          


                          


