@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
:root {
  --azul: #21305D;
  --laranja: #FF6600;
  --azul-claro: #009ef9;
}
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #6a6a6a;
  font-size: 16px;
  background-color: #f0f0f0; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.contact-info {
	display: flex;
	position: absolute;
	top: 10px;
	right: 120px;
	z-index: 5;
	color: #333333;
	font-size: 0.8em!important;
	font-weight: 500; }
	
	.contact-info i, .contact-info a {
		color: var(--azul);
    font-size: 1.1em;
		text-decoration: none; }

.custom-navbar {
  font-size: 18px;
  background: #f0f0f0 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    background: #f0f0f0;
    border-radius: 10px;
	font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    background: var(--azul);
    color: #fff!important;
	border-color: transparent;
	margin-left: 40%; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  
  @media (max-width: 1366px) {
        .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px !important;
        padding-right: .3rem !important;
        padding-left: .3rem !important;
    } }
  
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li, .custom-navbar .custom-navbar-cta li {
      margin-left: 15px;
      /*margin-right: 15px;*/ } }
      
  .custom-navbar .custom-navbar-nav li a, .custom-navbar .custom-navbar-cta li a {
    font-weight: 500;
    color: #333333!important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li .nav-link:before, .custom-navbar .custom-navbar-cta li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: var(--azul)!important;
        height: 5px;
        color: var(--azul)!important;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; 
      } 
      .active-nav {
        color: var(--azul)!important;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; 
      } 
      }
    .custom-navbar .custom-navbar-nav li a:hover, .custom-navbar .custom-navbar-cta li a:hover {
      color: var(--azul)!important;
    }
      .custom-navbar .custom-navbar-nav li a:hover:before, .custom-navbar .custom-navbar-cta li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a, .custom-navbar .custom-navbar-cta li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before, .custom-navbar .custom-navbar-cta li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }
		
	
	.custom-navbar .dropdown ul {
	  list-style: none;
	  display: block;
	  position: absolute;
	  left: -20px;
	  top: calc(100% + 30px);
	  margin: 0;
	  padding: 5px 0;
	  z-index: 99999;
	  opacity: 0;
	  visibility: hidden;
	  background: #fff;
	  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	  transition: 0.3s;
	}

	.custom-navbar .dropdown ul li {
	  min-width: 220px;
	  padding: 5px 0;
	}

	.custom-navbar .dropdown ul a {
	  padding: 10px 10px;
	  font-size: 14px;
	  font-weight: 500;
	  text-transform: none;
	  color: #333333 !important;
	  border: none;
	  text-decoration: none;
	}
	.custom-navbar .dropdown ul a:hover {
    color: #333333 !important;
  }
	.custom-navbar .dropdown ul a i {
	  font-size: 12px;
	}

	.custom-navbar .dropdown ul a:hover, .custom-navbar .dropdown ul .active:hover, .custom-navbar .dropdown ul li:hover > a {
	  color: #1977cc;
	}

	.custom-navbar .dropdown:hover > ul {
	  opacity: 1;
	  top: 100%;
	  visibility: visible;
	}

	.custom-navbar .dropdown .dropdown ul {
	  top: 0;
	  left: calc(100% - 30px);
	  visibility: hidden;
	}

	.custom-navbar .dropdown .dropdown:hover > ul {
	  top: 0;
	  left: 100%;
	  visibility: visible;
	}
	
	
	
	
	.custom-navbar .custom-navbar-cta .dropdown ul {
	  list-style: none;
	  display: block;
	  position: absolute;
	  left: -20px;
	  top: calc(100% + 30px);
	  margin: 0;
	  padding: 5px 0;
	  z-index: 99999;
	  opacity: 0;
	  visibility: hidden;
	  background: #fff;
	  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	  transition: 0.3s;
	}

	.custom-navbar .custom-navbar-cta .dropdown ul li {
	  min-width: 220px;
	  padding: 5px 0;
	}

	.custom-navbar .custom-navbar-cta .dropdown ul a {
	  padding: 10px 10px;
	  font-size: 14px;
	  font-weight: 500;
	  text-transform: none;
	  color: #333333;
	  border: none;
	  text-decoration: none;
	}

	.custom-navbar .custom-navbar-cta .dropdown ul a i {
	  font-size: 12px;
	}

	.custom-navbar .custom-navbar-cta .dropdown ul a:hover, .custom-navbar .custom-navbar-cta .dropdown ul .active:hover, .custom-navbar .custom-navbar-cta .dropdown ul li:hover > a {
	  color: #1977cc;
	}

	.custom-navbar .custom-navbar-cta .dropdown:hover > ul {
	  opacity: 1;
	  top: 100%;
	  visibility: visible;
	}

	.custom-navbar .custom-navbar-cta .dropdown .dropdown ul {
	  top: 0;
	  left: calc(100% - 30px);
	  visibility: hidden;
	}

	.custom-navbar .custom-navbar-cta .dropdown .dropdown:hover > ul {
	  top: 0;
	  left: 100%;
	  visibility: visible;
	}
	
	
	
	
	.btn-login {
		padding: 10px 20px!important;
	}
	
	.btn.btn-secondary, .btn-sm.btn-secondary {
    color: #1d3166;
    background: var(--azul)!important;
	border: 0;	}
	
	.nav-link {
		color: #fff!important;
	}
	#header-btn-login {
    color: #fff !important;
    width: 7.5rem;
  }

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 4rem;
    height: 4rem; }

.conteudos-internos {
	padding: 0 0 250px 0!important; }

.bg-white {
	border-radius: 20px; }

.hero2 {
    background: #1d3166 !important;
    background-image: linear-gradient(180deg, #1d3166, #009ef9) !important;
    padding: calc(4rem - 30px) 0 0rem 0;

}
.hero {
  /*background: #f0f0f0;*/
  /* background-image: linear-gradient(180deg, #1d3166, #009ef9); */
  padding: calc(4rem - 30px) 0 0rem 0; }
  
  .bg-inicial {
	  background: url(../images/bg-hero.jpg) no-repeat!important;
  }
  
  @media (max-width: 1367px) {
	  .navbar-brand {
        margin-top: 2rem!important; } }
		
	@media (max-width: 1024px) {
	  .navbar-brand {
        margin-top: 2rem; } }
  
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 1rem 0; } }
  @media (min-width: 992px) {
    .hero {
      /*padding: calc(6rem - 30px) 0 6rem 0;*/ } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
	  .hero .intro-excerpt {
        max-width: 450px; } }
	
	@media (min-width: 768px) and (max-width: 992px) {
		.navbar-toggler {
			background: #f1b6af;
			color: #fff !important;
			}
		
		.custom-navbar .dropdown ul {
			left: 0!important;
		}
		
		.navbar-brand {
			width: 270px; }
		
		.hero #slider {
			padding-bottom: 20px!important;
		}
		
		.hero .btn-secondary {
			margin-bottom: 10px!important; }
	
		.contact-info {
			display: none!important; }

		.product-section, .we-help-section {
			padding: 3rem 0 9em 0!important }
			
		.why-choose-section {
			padding: 1rem 0!important; }
			
		.why-choose-section .img-wrap {
			top: 150px;
		}
		
		.why-choose-section .img-wrap:before {
			transform: translate(-40%, -20%)!important; }
		
		.telsvg {
			width: 50px; }

		.rede-section {
				margin-top: 30px!important; }
		
		.rede-section .section-title {
			font-size: 1.4em!important;
		}
		
		.rede-section .hero {
			padding: 40px 20px!important;
		}
		
		.footer-logo-wrap {
			margin-top: 60px; } }
			
	@media (max-width: 767px) {
      .btnboleto {
		  display: block!important;
	  }
	  
	  .navbar-toggler {
			background: #f1b6af;
			color: #fff !important;
			}
			
			.custom-navbar .dropdown ul {
			left: 0!important;
		}
		.navbar-brand {
			/*width: 270px;*/ }
		.contact-info {
		display: none!important; }
		
		.hero .btn-secondary {
			margin-bottom: 10px!important; }
		
		.hero #slider {
			padding-bottom: 20px!important;
		}
		
		.conteudos-internos {
			background: url(../images/bg-conteudos-internos.jpg) no-repeat top -120px right -320px!important;
		}
    .conteudos-internos p{
      font-size: 18px;
    }
		.product-section, .we-help-section {
			padding: 3rem 0 1em 0!important }
		
		.we-help-section {
			padding: 3rem 0 7em 0!important }
		
		.why-choose-section {
			padding: 1rem 0!important; }
			
		.why-choose-section .img-wrap {
			top: 70px;
		}
		
		.why-choose-section .img-wrap:before {
			transform: translate(-40%, -20%)!important; }
			
		.telsvg {
			width: 50px; }
			
			.product-section .diferenciais .section-description {
		  font-size: 1.8rem!important;
	  }
			
		.rede-section {
			margin-top: 80px!important; }
		
		.rede-section .section-title {
			font-size: 1.4em!important;
		}
		
		.rede-section .hero {
			padding: 40px 20px!important;
		}
		
		.footer-logo-wrap {
			margin-top: 60px; } }
	
  .hero h1 {
    font-weight: 700;
    color: var(--azul);
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 48px; } }
  .hero p {
    color: #333333;
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero #slider img {
	  border-radius: 20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; }

		.navbar-expand-md .navbar-nav .nav-link {
			font-size: 14px;
			padding-right: .3rem;
			padding-left: .3rem; }}
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -40px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -40px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }



@media only screen and (max-width: 768px) {
  .hide {
    display: none !important;
  }
}
/*..................*/

#hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #1d3166;
    border-color: #1d3166; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary, .btn-sm.btn-secondary {
    color: #fff;
    background: #f1b6af;
	border: 0;	}
    .btn.btn-secondary:hover {
      background: #2fb3fe; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: #616161d3;
    color: #616161d3 !important;
  }
    .btn.btn-white-outline:hover {
      border-color: #333333;
      color: #333333 !important; }

.section-title {
  color: #2eb2ff; }

.product-section {
  padding: 7rem 0; }
  
  .product-section .diferenciais {
	  border-radius: 20px;
  }
  
  .product-section .diferenciais .product-item {
	  background: #d61e26;
	  border-radius: 20px;
  }
  
  .product-section img {
	  border-radius: 20px;
  }
  
  .product-section .diferenciais .product-item h3, .product-section .product-item strong {
	  color: #fff!important;
  }
  
  .product-section .diferenciais .product-item strong {
	  font-weight: bold!important;
	  font-size: 2.1rem!important;
  }
  
  .product-section .diferenciais p {
	  color: #fff;
  }
  
  .product-section .diferenciais hr {
	  color: #fff;
  }
  
  .product-section .diferenciais .beneficios {
	  font-size: 1.2em;
  }
  
  .product-section .diferenciais .beneficios .feature {
	  margin-bottom: 5px!important;
  }
  
  .product-section .diferenciais p a {
	  font-weight: bold;
	  color: #fff;
	  font-size: 1.1rem;
  }
  
  .product-section .diferenciais p a.text-white-bold {
	  font-weight: bold;
	  color: #fff;
	  text-decoration: none;
	  font-size: 1.1rem!important;
  }
  
  .product-section .diferenciais .section-title {
	  color: #fff;
  }
  
  .product-section .diferenciais .product-item strong {
	  color: #fff!important;
  }
  
  .product-section .diferenciais .section-description {
	  color: #fff;
	  font-size: 2rem;
	  line-height: 1;
  }
  
  .product-section .product-item i {
	  background: #d61e26;
	  color: #fff;
	  padding: 30px;
	  margin-bottom: 20px;
	  border-radius: 50%;
	  font-size: 2.5em;
  }
  
  .product-section .product-item .product-title {
	  font-size: 1.2em;
	  color: #2eb2ff;
	  margin-bottom: 10px;
  }
  
  .product-section .product-item {
	  line-height: 22px;
	  font-size: 14px;
  }
  
  .product-section .product-item {
	text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 20px 20px;
    cursor: pointer; 
    /*height: 60vh;*/
  }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: -15px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      color: #2f2f2f!important;
	  font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #f1b6af;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #fff;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: 0px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 15px;
	  background: #d61e26;	}
    .product-section .product-item:hover:before {
      height: 70%; }

.conteudos-internos {
	background: url(../images/bg-conteudos-internos.jpg) no-repeat top -50px right;
}

.conteudos-internos .product-section {
  padding: 7rem 0; }
  
  .conteudos-internos .diferenciais {
	  background: #009ef9;
	  background-image: linear-gradient(180deg, #009ef9, #1d3166);
	  border-radius: 20px;
	  padding: 20px 20px;
  }
  
  .conteudos-internos .light {
    background: rgb(247,194,115);
    background: linear-gradient(180deg, #ffcc00 0%, #e28801 100%);
	  border-radius: 20px;
	  padding: 20px 20px;
  }
  .conteudos-internos .ideal {
    background: rgb(240,145,142);
    background: linear-gradient(180deg, rgba(240,145,142,1) 0%, rgba(237,104,102,1) 100%);
	  border-radius: 20px;
	  padding: 20px 20px;
  }
  
  .conteudos-internos img {
	  border-radius: 20px;
  }
  
  .conteudos-internos .diferenciais p {
	  color: #fff;
  }
  
  .conteudos-internos .diferenciais hr {
	  color: #fff;
  }
  
  .conteudos-internos .diferenciais .beneficios {
	  font-size: 1.2em;
  }
  
  .conteudos-internos .diferenciais p a {
	  font-weight: bold;
	  color: #fff;
	  font-size: 1.2rem;
  }
  
  .conteudos-internos .diferenciais p a.text-white-bold {
	  font-weight: bold;
	  color: #fff;
	  text-decoration: none;
	  font-size: 1.3rem;
  }
  
  .conteudos-internos .diferenciais .section-title, .conteudos-internos .coberturas table {
	  color: #fff!important;
  }
  
  .conteudos-internos .diferenciais .section-description {
	  color: #fff;
	  font-size: 2.2rem;
	  line-height: 1.2;
  }
  
  .conteudos-internos i.nomePlano {
	  color: #1d3166;
  }
  
  .link-azul {
    color: #2eb2ff;
  }
  .small, small {
    font-size: .9em !important;
}
  .conteudos-internos i {
	  color: #009ef9;
	  margin-bottom: 5px;
	  border-radius: 50%;
	  font-size: 1em;
  }

  .conteudos-internos p{
	  font-size: 18px;
  }
  
  .conteudos-internos .planos i {
	  color: #ffffff;
	  margin-bottom: 5px;
	  border-radius: 50%;
	  font-size: 1em;
  }
  
  .conteudos-internos .diferenciais .btn-secondary {
	  background: #d61e26!important;
  }
  
.contato-section a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	color: #d61e26;
}

.why-choose-section {
  padding: 7rem 0; }
  
  .why-choose-section .feature a {
	  text-decoration: none;
  }
  
  .why-choose-section .section-title i {
	  color: var(--azul); }
  
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-red.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.rede-section {
	margin-top: -80px;
	padding-bottom: 40px;
}

.rede-section h3.section-title {
	color: #fff;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
}

.rede-section .section-title {
	color: #fff;
	font-size: 2em;
	line-height: 1.2;
	font-weight: 500;
}
.lista-valores {
  list-style: none;
  font-size: 18px;
}
.lista-valores li{
  padding: 5px 0;
}
ul.lista {
  padding: 0;
  margin: 20px 5px 20px 5px;
  list-style-image: url(../img/bullet_blue.png) !important;
  list-style-position: inside;
}
ul.lista li {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
ul.lista li a{
  text-decoration: none;
  color: var(--azul);
}
.rede-section .hero {
	border-radius: 20px;
	padding: calc(4rem - 10px) 0 4rem 0;
}

.section-idss a{
  color: #009ef9;
  text-decoration: none;
}
.btn-sm {
  text-decoration: none;
  padding: 10px;
  border-radius: 20px;
}
.rede-section .btn.btn-secondary{
    font-size: 1.2em;
	color: #fff;
    background: var(--azul)!important;
	padding: 20px 35px;
	border: 0;	}
.btn.btn-claro{
	color: #fff;
    background: var(--azul-claro)!important;
	border: 0;	}
.link-verde, .link-azul {
  text-decoration: none;
}
.link-azul {
  color: #0070c0;
}
.link-verde {
  color: #00b050;
}
.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
	.feature .icon i {
	color: #1d3166;
	font-size: 2em;
	position: relative;
	z-index: 1;	}
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: #f1b6af;
      border-radius: 50%;
      right: -18px;
      bottom: 0; }
  .feature h3 {
    font-size: 16px;
    color: #1d3166; }
    .feature h3 a{
      font-size: 16px;
      color: #1d3166; }
  .feature p {
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  
  .we-help-section .section-title {
	  font-size: 1.3em;  }
	  
  .we-help-section .section-title i {
	  color: var(--azul); }
  
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-red.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
		.we-help-section .thumbnail {
			margin: 10px 0;
		}
		.we-help-section .thumbnail img {
			border-radius: 20px;
		}

.banner-farmep {
	margin-top: 60px;
}

.banner-farmep img {
	border-radius: 20px;
}

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #1d3166;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  background: #fff;
  padding: 3rem 0 7rem 0; }
  
  .testimonial-section .section-title i {
	  color: var(--azul); }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
	  .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    color: #d61e26;
	font-size: 2.5em;
	margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
	  .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #1d3166;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #1d3166; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .section-title i {
	  color: var(--azul); }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3.section-title a {
	  font-size: 0.8em;
	  color: #2eb2ff;
	  margin-bottom: 10px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 400; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section i {
	  color: var(--azul); }
  .footer-section a {
    text-decoration: none;
    color: #1d3166;
	font-weight: bold;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: var(--azul); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #1d3166; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #1d3166;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .plano-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    @media (max-width: 600px) {
      .footer-section .plano-img {
        position: static;
        top: auto; /* Redefinindo top e left */
        left: auto; /* Redefinindo top e left */
      }
      .footer-section .plano-img img {
        max-width: 340px !important;
      }
    }
    .footer-section .plano-img img {
      border-radius: 20px;
	  max-width: 480px; }
  .footer-section .links-wrap {
    margin-top: 0px;
	font-size: 15px!important;	}
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #1d3166; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: var(--azul);
      color: #fff;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #1d3166;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1d3166;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1d3166;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #1d3166 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #1d3166 !important; }

#btn-cotacao, #btn-consulta {
  background-color: var(--laranja) !important;
}
.thankyou-icon {
  position: relative;
  color: #1d3166; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
    .lista-servicos {
      list-style: none;
    }
    .lista-servicos li{
      padding: 10px 0;
    }
    .lista-servicos li a {
      text-decoration: none;
      font-size: 18px;
      color: var(--azul) !important;
    }

    .link-imprimir{
      color: var(--azul);
      font-size: 24px;
      text-decoration: none;
    }

    .campoTabela {
      background-color:var(--azul) !important;
      color: #FFF !important;
  }
  .accordion-button {
    color: #FFF;
    background-color: var(--azul);
}
.azul-escuro {
  color: var(--azul);
}
.azul-claro {
  color: var(--azul-claro);
}

