body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #f2f2f2;
  background-image: url("../images/Logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  background-attachment: fixed;
}

@media only screen and (max-width: 768px) {
  body {
    background-color: rgb(255, 255, 255);
    background-image: none;
    overflow: hidden;
  }
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 1000px;
  height: 5px;
  background-color: #ffffff;
  /*-webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
}

.s-header__logo .logo img {
  width: 70%
}

/*header section*/
.hero_area {
  background-size: 100%;
  background-repeat: no-repeat;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #13533a;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 5px 30px;
  padding: 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 18px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
}

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;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*NAVBAR BAIXO*/

#menu-h ul {
  display: grid;
  grid-template-columns: repeat(9, 1fr);  /* 9 cells in the grid, of same width */
  gap: 1rem;  /* gap between 2 cells of the grid */

  max-width: 1600px;
  min-height: 57px;
  list-style: none;
  padding: 0;
  margin: auto;
  background-color: rgb(204, 204, 204);
}

#menu-h ul li {
  display: flex;
  justify-content: center;  /* align the box of <a> horizontally */
  align-items: center; /* align the box of <a> vertically */
  text-align: center; /* alithe the text of <a> */
}

#menu-h ul li a {
  text-decoration: none;
  color: #483e3e;
}

#menu-h ul li:hover {   /* hover of <li> so that the effect is performed on the cell of the grid */
  background-color: rgb(166, 232, 57);
  border-radius: 10px;
  color: white;
  border-bottom-color: rgb(19, 83, 57);
}



@media (max-width: 600px) {
  #menu-h ul{
    display: none;
  }
}

#menu-h1 ul {
  display: none;
  grid-template-columns: repeat(9, 1fr);  /* 9 cells in the grid, of same width */
  gap: 1rem;  /* gap between 2 cells of the grid */

  max-width: 1600px;
  min-height: 57px;
  list-style: none;
  padding: 0;
  margin: auto;
  background-color: rgb(204, 204, 204);
}

#menu-h1 ul li {
  display: flex;
  justify-content: center;  /* align the box of <a> horizontally */
  align-items: center; /* align the box of <a> vertically */
  text-align: center; /* alithe the text of <a> */
}

#menu-h1 ul li a {
  text-decoration: none;
  color: #483e3e;
}

#menu-h1 ul li:hover {   /* hover of <li> so that the effect is performed on the cell of the grid */
  background-color: rgb(166, 232, 57);
  border-radius: 10px;
  color: white;
  border-bottom-color: rgb(19, 83, 57);
}



@media (max-width: 600px) {
  #menu-h1 ul{
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: center;
  }
  #menu-h1 ul li {
    margin-bottom: 15px;
  }
}

/*NAVBAR BAIXO*/

/*Social*/
.u-screen-reader-text {
  clip             : rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path        : inset(50%);
  height           : 1px;
  width            : 1px;
  margin           : -1px;
  overflow         : hidden;
  padding          : 0;
  border           : 0;
  position         : absolute;
  word-wrap        : normal !important;
}

.s-header__social {
  display    : flex;
  list-style : none;
  line-height: 1;
  margin     : 0;
}

.s-header__social li {
  padding-left: 0;
  margin-right: 0.8rem;
}

.s-header__social li:last-child {
  margin-right: 0;
}

.s-header__social a {
  display: block;
}

.s-header__social svg {
  height: var(--vspace-0_75);
  width : var(--vspace-0_75);
}

.s-header__social svg path {
  fill: white;
}


    /*Fim Social*/


   .Destaque{
      color: #13533A;
      position: absolute;
      right: 36.5rem;
      bottom: -200px;
      font-size: 40px;
    }



    /*social footer*/

    .s-contactos__social {
      display    : flex;
      list-style : none;
      line-height: 1;
      margin     : 0;
    }
    
    .s-contactos__social li {
      padding-left: 0;
      margin-right: 0.8rem;
    }
    
    .s-contactos__social li:last-child {
      margin-right: 0;
    }
    
    .s-contactos__social a {
      display: block;
    }
    
    .s-contactos__social svg {
      height: var(--vspace-0_75);
      width : var(--vspace-0_75);
    }
    
    .s-contactos__social svg path {
      fill: #13533A;
    }

    /*Social Footer fim*/


    /* EMPRESA.html */

    .mvv-container {
      max-width: 90%;
      margin: 50px auto 0;
      padding: 50px;
    }

    .mvv-container .mvv-block {
      margin-bottom: 50px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .mvv-container .mvv-block .image {
      flex: 0 0 auto;
      width: 600px;
      height: 300px;
      overflow: hidden;
      border-radius: 5px;
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
      line-height: 0;
    }

    .mvv-container .mvv-block .image img {
      transition: .3s;
      transform: scale(1);
    }

    .mvv-container .mvv-block .image:hover img {
      transform: scale(1.05);
    }

    .mvv-container .mvv-block .content12{
      flex: 0 0 auto;
      width: clac(100% - 400px); 
      box-sizing: border-box;
      align-self: center;
    }

    .mvv-container .mvv-block .content12 p {
      font-weight: 700;
      font-size: 19px;
      color: #13533A;
      margin-bottom: 10px;
      text-align:  justify;
      max-width: 600px;
    }
    
    @media screen and (min-width: 1024px) {
      .mvv-container .mvv-block:nth-child(odd) .image{
        order:1;
      }
      .mvv-container .mvv-block:nth-child(even) .image{
        order:2;
      } 
      .mvv-container .mvv-block:nth-child(odd) .content12{
        order:2;
        padding-left: 30px;
      }
      .mvv-container .mvv-block:nth-child(even) .content12{
        order:1;
        padding-right: 30px;
      } 
    }



    /* EMPRESA.html*/


/*SLIDER*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1600px;
  height: 500px;
  position: relative;
  margin: auto;
  user-select: none ;
}

/* Hide the images by default */
.mySlides {
  display: none;
  user-select: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */
/*.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #13533A;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}*/ 

.active1, .dot:hover {
  background-color: #eaeaea;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 10s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 600px) {
  .slideshow-container {
    max-width: 600px;
    max-height: 300px;
  height: 20px;
  position: relative;
  margin: auto;
  user-select: none ;
  }
  .prev, .next {
    display: none;
}
  }

/*FIM SLIDER*/


.how_section .how_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lead-destaque,
.attention-getter {
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8333;
    color:#000000 ;
}
.lead-destaque1   ,
.attention-getter {
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 35px;
    line-height: 1.8333;
    color:#000000 ;
}

.lead-destaque1   ,
.attention-getter {
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 35px;
    line-height: 1.8333;
    color:#000000 ;
}


.message{
  text-align: center;
  background: #f9eded;
  padding: 15px 0px;
  border:1px solid #13533a;
  border-radius: 5px;
  margin-bottom: 10px;
  color: red;
}

/*muda coisas entre caixas*/
.how_section .how_container .box {
  text-align: center;
  margin: 10px;
  min-width: 200px;
  width: 325px;
}

/*muda as caixas*/
.how_section .how_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background-color: #f6f5f7;
}

/*tamanho dos SVG (dentro da caixa)*/
.how_section .how_container .box .img-box svg {
  width: 90px;
  height: auto;
}

.how_section .how_container .box .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box .detail-box h5 {
  font-weight: bold;
  position: center;
}


/*muda a cor do texto quando não esta selecionado*/
.how_section .how_container .box .detail-box p {
  color: #000000;
  line-height: 170%;
  text-rendering: optimizeLegibility;
  text-align: start;
}

/*afasta a caixa do texto*/
.how_section .how_container .box:hover .detail-box {
  margin-top: 15px;
}


.text-display-title {
  font-size     : 30px;
  line-height   : 1.1844;
  letter-spacing: -0.015em;
  color         : #286439;
  margin-top    : 0;
}

.lead,
.attention-getter {
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8333;
    color:#286439 ;
    margin-left: 150px;
    margin-right: 150px;
}

.how_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.how_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.about_section {
  text-align: center;
}



.about_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.about_section .container{
position: relative;
top: 20px;
}


section.app_section {
  color: #ffffff;
  background: #13533a;
  position: relative;
  top: -10px;
}

section.app_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

section.app_section .detail-box .download_box {
  margin-top: 55px;
  max-width: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box .download_box h5 {
  margin-right: 25px;
}

section.app_section .detail-box .download_box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.app_section .detail-box .download_box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

section.app_section .detail-box .download_box .btn-box a img {
  max-width: 100%;
}

section.app_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.07) translateY(-14px);
          transform: scale(1.07) translateY(-14px);
}

section.app_section .img-box img {
  width: 50%;
  position: center  ;
}

.auto_section {
  text-align: center;
}

.auto_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;
}

.auto_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.auto_section .box .img-box img {
  max-width: 100%;
}

/* STYLE TEXTO POLITICAS*/

.container .politica h4 {
  font-weight: 700;
  /*font-style: bold;*/
  font-size: 17px;
  color: #13533A;
}
.container .politica h5 {
  font-weight: 900;
  font-style: initial;
  font-size: 22px;
  color: #13533A;
}

.container .politica h3 {
  font-weight: 600;
  font-style: bold;
  font-size: 16px;
  color: #13533A;
}

.container .politica p {
      font-weight: 300;
      font-size: 14,5px;
      color: #13533A;
      margin-bottom: 10px;
      text-align:  justify;
}

/* STYLE TEXTO POLITICAS*/


.auto_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auto_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.auto_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}


/*DESTAQUE MENSAL */

:root {
  --primary: #ffffff;
  /* --primary: #fff; */
  --secondary: #13533A;
  --bg: #0e1523;
  /* --bg: #f5f5f5; */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  /*background-color: var(--bg);*/
  overflow-x: hidden;
}

@media screen and (max-width: 600px) {
  .body {
      overflow: hidden;
  }
}


.slider {
  /*background-color: var(--bg);*/
  padding: 1rem;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  top: 100px;
  justify-content: center;
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  grid-gap: 2rem;*/

 /* font: normal 1rem sans-serif;*/
}

.card {
  position: relative;
  left: 0;
  min-width: 17rem;
  height: 23rem;
  background-color: var(--primary);
  color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid var(--secondary);
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem #0003;
}

@media screen and (max-width: 768px) {
  .card {
      min-width: 21rem;
  }
}

.card:not(:first-child) {
  margin-left: 2rem;
}

.card:first-child {
  margin-left: 0.4rem;
}

.card:hover {
  border: 0.2rem solid var(--secondary);
  transform: none;
}

.card .card-top-img{
  margin-top: 2rem;
}

.card::before, .card::after {
  position: absolute;
 /* content: "";
  background-color: var(--secondary);
  border-radius: 50%;
  transition: .5s ease-in-out;*/
  z-index: 100;
}

.card::before {
  top: -6%;
  right: -6%;
  width: 9rem;
  height: 9rem;
}

.card::after {
  bottom: -6%;
  left: -6%;
  width: 5rem;
  height: 5rem;
}

.card:hover::before {
  transform: scale(1.8);
}

.card:hover::after {
  transform: scale(0);
}

.card-content {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 200;
}

.card-content img {
  margin-top: 2rem;
}

.card-img, 
.card-title {
  transform: none;
  transition: none;
  color: #13533A;
  font-size: 18px;
  text-align: center;
}

.card-img {
  width: auto;
  height: 9.5rem;
}

.card-title {
  color: #13533A;
  font-size: 18px;
  text-align: center;
}

.card-body, 
.card-footer {
  /*transform: translateY(10rem);*/
  padding: 0;
  transition: .5s ease-in-out;
}

.card-body {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card:hover .card-img,
.card:hover .card-title,
.card:hover .card-body,
.card:hover .card-footer {
  /*transform: translateY(0);*/
}

.card-footer {
  transition-delay: .3s;
}

.button-slider {
  width: max-content;
  padding: 1rem 1rem;
  text-wrap: nowrap;
  font-size: 0.8rem;
}

.slider-footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.card-body p {
  margin-bottom: 0;
  color: #111;
}


.card-price {
  font: bolder 1.5rem sans-serif;
}

.btn {
  padding: 1rem 2rem;
  background-color: unset;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
}

.btn-success {
  background-color: var(--secondary);
}

.btn-border {
  border: .1rem solid var(--secondary);
}

.arrow{
  position: absolute;
  /* top: 50%; */
  align-self: center;
  /* transform: translateY(-50%); */

  width: 3rem;
  height: 3rem;
  background-color: #fff;
  color: #000;

  border-radius: 50%;
  font: 800 1.5rem sans-serif;
  text-align: center;
  line-height: 3rem;
  user-select: none;
  
  cursor: pointer;
  z-index: 300;
}

.arrow:active {
  background-color: #ddd;
}

.left{
  left: 1rem;
}

.right{
  right: 1rem;
}

.shop_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -10px;
}

.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #13533a;
  color: #ffffff;
  border: 1px solid #171717;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #171717;
}



/* DESTAQUES MENSAIS*/

/* Full-width inputs */
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #13533A;
  box-sizing: border-box;
}

input[type=password]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #13533A;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #13533A;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #13533a;
  color: #ffffff;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}



  .botao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  
  .botao a {
    display: inline-block;
    padding: 10px 100px;
    background-color: #13533a;
    color: #ffffff;
    border: 1px solid #171717;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .botao a:hover {
    background-color: transparent;
    color: #171717;
  }
  

  .botao1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  
  .botao1 a {
    display: inline-block;
    padding: 10px 100px;
    background-color: #13533a;
    color: #ffffff;
    border: 1px solid #171717;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .botao1 a:hover {
    background-color: transparent;
    color: #171717;
  }


/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #13533A;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  
}

input[type=submit] {
  background-color: #13533A;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.containerc {
  border-radius: 5px;
  background-color: #f2f2f200;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.containerc a {
  color: #13533A;
  font-size: 18px;
}

.containerc a:hover {
  color:#87B136
}

.containerc .img-box img {
  width: 3.5%;
}


/*MAPA*/

.mapa{
  border-style: solid;
  border-radius: 10px;
  border-color: #13533a;
  border-width: 2px;
}

/*MAPA*/


/*ZONA DE BAIXO*/

.info_container .container .logo_baixo img{
  width: 250px;
  position: relative;
  top: 40px;
  left: -50px;
}

/* info section */
.info_section {
  position: relative;
  background-color: #2d2d2d;
  color: #ffffff;
  margin: 0 45px 45px;
  /*top: -120px;*/
}

.info_section .social_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.info_section .social_container .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .social_container .social_box a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
}

.info_section .info_form form input[type="email"] {
  outline: none;
  width: 100%;
  padding: 5px 10px;
}
.info_section .info_form form button[type="submit"] {
  width: 100%;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #171717;
  margin-top: 15px;
  text-transform: uppercase;
}
.info_section .info_form .term{display: block;margin-top: 20px;color: #fff;}
.info_section .info_form .term a{text-decoration: none;}
.info_section .info_form form input[type="checkbox"]{
  margin-right: 5px;
}

.info_section .info_form form button:disabled {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #888888;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .row > div {
  margin-top: 25px;
}

.info_section a {
  text-transform: none;
}

.info_section h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}

.info_section p {
  color: #cbc9c9;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}

/*ZONA DE BAIXO*/




/* footer section*/
.footer_section {
  background-color: #171717;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  padding: 10px;
  color: #636363;
  margin: auto ;
  text-align: center;
}

.footer_section a {
  color: #121212;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

.slider-sub {
  /*background-color: var(--bg);*/
  padding: 1rem;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  top: 100px;
  justify-content: center;
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  grid-gap: 2rem;*/

 /* font: normal 1rem sans-serif;*/
}

.title-sub{
  font-family: 'poppins';
  margin: auto;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}



