/* DEFAULTS */

/*BOTOES */

#conceitual_tecnologia  {
  background-image: url('../img/bg2.png');
  background-size: cover;
  background-position: center;
}

#conceitual_tecnologia .saiba-mais-green, #aboutus_02 .saiba-mais-green {
  font-weight: 600;
  font-size: 18px;
  background: var(--whatsapp-bg);
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 30px;
}

.btn-primary {
  font-weight: 600;
  font-size: 18px;
  background: var(--color-primary);
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  display: block;
  border: none;
}

#conceitual_tecnologia  .btn-primary {
  margin-top: 10px;
}


/* TOP HEADER */
#topheader-01{
  background: #1c306e; 
}

.list-top-header-2 {
  padding-right: 0px; margin-bottom: 0px;
}

#topheader-01 ul li i {
  margin-right: 7px;
}

#topheader-01 ul li {
  display: inline-block; 
  line-height: 36px; 
  padding-left: 20px; 
  position: relative;    
  font-size: var(--tophead-fs);    
  color: var(--tophead-fc);  
  float: right;
}

#topheader-01 ul li a {
  color: var(--tophead-fc);
}

#topheader-01 p { 
  font-size: var(--tophead-fs);  
  color: var(--tophead-fc); 
  line-height: 34px;  
  margin-bottom: 0px;   
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/*MENU TOP */
#header_01 .dropdown-toggle::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-weight: 700;
  border-top: 0;
  vertical-align: middle;
  margin-left: 1px;
  padding-left: 0;
  border: 0;
  font-size: 14px;
}

#header_01 .dropdown:hover .dropdown-toggle::after, #header_01 .dropdown:hover .nav-link {
  color: var(--color-secondary);
  transition: all 0.2s;
}

#header_01.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

#header_01.navbar {
  background: var(--header-background);
  padding: 5px 0;
  border-bottom: 1px solid #cccccc6e;
}

#header_01 .navbar-brand img {
  max-height: 65px;
}

#header_01 .navbar-nav .nav-link {
  color: var(--header-text);
  font-size: var(--header-fs);
  text-transform: var(--header-tt);
  font-weight: var(--header-fw);
  padding: 0.9rem 0.5rem;
}

#header_01 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 8px 14px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 15px;
}
#header_01 .whatsapp small, #header_01 .emergencia24 small {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
}

#header_01 .emergencia24 {
  font-size: var(--header-fs);
  background: red;
  color: var(--whatsapp-color);
  padding: 8px 14px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 15px;
  font-weight: 700;
}

#header_01.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#header_01 .whatsapp i {
    margin-right: 5px;
}

#header_01 .dropdown:hover > .dropdown-menu, #header_01 .dropdown-submenu:hover > #header_01 .dropdown-menu {
  display: block;
  margin-top: 0;
  -webkit-animation-name: slideInDownMenu;
  -moz-animation-name: slideInDownMenu;
  -o-animation-name: slideInDownMenu;
  animation-name: slideInDownMenu;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

#header_01 .dropdown-menu {
  padding: 0.9rem;
  min-width: 240px;
  background: #FFF;
  margin: 0;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

#header_01 .dropdown-menu > li > a, #header_01  .megamenu-content-wrap ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  margin: 1px 0;
  transition: none;
}

#header_01 .dropdown-menu a, #header_01  .dropdown-menu li > a {
  font-size: 1rem;
  padding: 5px 15px 5px 35px;
  text-transform: capitalize;
  text-decoration: none;
}

#header_01 .dropdown-menu > li > a::before, #header_01 .megamenu-content-wrap ul li a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: var(--color-secondary);
  width: 14px;
  height: 14px;
  left: 10px;
}

#header_01 .dropdown-item.active, #header_01 .dropdown-item:focus, #header_01 .dropdown-item:hover, #header_01 .dropdown-item:active, #header_01 .dropdown-menu > li.show > a {
  color: #ffF;
  text-decoration: none;
  background-color: var(--color-secondary);
  border-radius: 200px;
}

#header_01 .dropdown-menu > li > a:hover:before, #header_01 .dropdown-menu > li.show > a:before, #header_01 .megamenu-content-wrap ul li a:hover::before {
  background-color: #FFF;
}

#header_01 .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #FFF transparent;
}

#header_01 .navbar-toggler {
  background: transparent;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0px;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon {
  width: 40px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon::before,
#header_01 .navbar-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  background: var(--color-primary);
  transition: all .1s ease-in-out;
}

#header_01 .navbar-toggler .navbar-toggler-icon::before {
  transform: translateY(-12px);
}

#header_01 .navbar-toggler .navbar-toggler-icon::after {
  transform: translateY(12px);
}

/* ANIMATION  MENU HAMBURGER*/
#header_01 .navbar-toggler.open .navbar-toggler-icon {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

#header_01 .navbar-toggler.open .navbar-toggler-icon::before {
  transform: rotate(45deg) translate(35px, -35px);
}

#header_01 .navbar-toggler.open .navbar-toggler-icon::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

#header_01 .navbar-toggler:focus, #header_01 .navbar-toggler:active, #header_01 .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	#header_01 .dropdown-menu li{ position: relative; 	}
	#header_01 .nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; 
    top:-15px;
	}
	#header_01 .nav-item .submenu-left{ 
		right:100%; 
    left:auto;
	}

  #header_01 .submenu:after {
    display: none;
  }

  #header_01 .dropdown-menu > li:hover > a::before {
    background: #fff;
  }

  #header_01 .dropdown-menu > li:hover > a {
    color: #fff;
  }

	#header_01 .dropdown-menu > li:hover{     
    color: #fff;
    text-decoration: none;
    background-color: var(--color-secondary);
    border-radius: 200px;
  }

	#header_01 .dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  #header_01 .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

@media only screen and (max-width : 992px) {
  #header_01 .navbar-toggler  {
    display: flex;
  }
}

@media only screen and (max-width : 768px) {
  #header_01 .whatsapp {
    display: none;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
      order: 6!important;
  }
}


/* CONCEITUAL SITE */
/* BANNER TECNOLOGIA */
#conceitual_tecnologia h2 {
  color: var(--color-secondary);
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 25px;
}

#conceitual_tecnologia h1, #video_area h2, #reviews h2 {
  color: var(--color-primary);
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 25px;
}

.bold {
  font-weight: 600;
}

#conceitual_tecnologia .padding {
  padding: 0 50px;
  text-align: center;
}

#conceitual_tecnologia h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

#conceitual_tecnologia .subtitle {
  text-align: center;
  margin: 5px 0;
}

#conceitual_tecnologia .form-group {
display: inline-flex;
width: 49.5%;
}

#conceitual_tecnologia .form-group-100 {
  display: inline-flex;
  width: 99%;
  }

.form-group {
  padding: 7px 4px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-primary) !important;
  background-color: #e8e8e8;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select, option {
  color: var(--color-primary) !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-primary) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color-primary) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color-primary) !important;
}


/* BANNER DEFAULT DIVIA */
#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  background: initial;
  border: 0;
}

#banner-2 .form_banner {
  position: absolute; 
  right: 5%; 
  top: 180px;  
  z-index: 9; 
  padding: 30px 40px 10px; 
  width: 400px;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #525e6c;
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 3px;
}

#banner-2 .form_banner h4, .form_interna h4 {
  color: #FFF;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

#banner-2 .form_banner p, .form_interna p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 14px;
  line-height: 10px;
}

#banner-2 .form_banner .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0px;
}

#banner-2 .form_banner .form-control, .form_interna .form-control {
  background: #ffffff;
  border-color: #ffffff;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#banner-2  .form_banner .btn, .form_interna .form_banner .btn {
  background: #FFF;
  border-color: #FFF;
  display: inline-block;
  width: 100%;
  color: var(--color-primary);
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#banner-2 .btn_whats_form  {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin: 0 -15px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}

#banner-2 .btn_whats_form a, .form_interna .btn_whats_form a {
  color: #fff;
}

#banner-2 .btn_whats_form:hover, .form_interna .btn_whats_form:hover {
  opacity: 0.9;
}

#banner-2 .form_banner .btn_send, .form_interna .btn_send {
  background: var(--color-secondary);
  color: #FFF;
  border-color: var(--color-secondary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
}

/* FORM INTERNAS*/ 
.form_interna {
  z-index: 9; 
  padding: 30px 20px 10px; 
  width: 100%;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #525e6c;
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 3px;
}


.form_interna .btn_whats_form {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}


#banner-2 .carousel-control-next, #banner-2 .carousel-control-prev {
  width: 5%;
}

@media screen and (max-width: 991px) {
  #banner-2  .form_banner {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
    }
}


.divider::after {
  width: 70px;
  background: var(--color-secondary);
  position: relative;
  content: '';
  height: 3px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.divider2::after {
  width: 70px;
  background: var(--color-primary);
  position: relative;
  content: '';
  height: 3px;
  display: block;
  margin-top: 10px;
}

.sub-cta-default {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

/* FEATURES 05*/

#features-5 .single-services {
  margin-bottom: 30px;
  background-color: #fcfafa;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #fcfafa;
  padding: 50px 20px;
}

#features-5 .single-services .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#features-5 .single-services h3 {
  margin-top: 25px;
  margin-bottom: 0;
  margin-bottom: 15px;
  font-size: 19px;
}

#features-5 .text {
  min-height: 120px;
  font-size: 15px;
}

#features-5 .single-services .item img, #features-5 .single-services .item svg {
  width: 70px;
  height: 70px;
}

.saiba-mais {
background: #ffff;
font-weight: 700;
padding: 4px 20px;
border-radius: 30px;
}

/* BENEFITS 04*/
#benefits_04 .card-body .card-title {
  font-size: 28px;
}

#benefits_04 .card-body {
  padding-left: 0;
}

#benefits_04 .saiba-mais {
  font-weight: 600;
  font-size: 16px;
  background: var(--color-secondary);
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 5px;
}

#benefits_04 .saiba-mais i {
  font-size: 11px;
}



/* BENEFITS 05*/
#benefits_05 .icon-box-with-img {
  position: relative;
  padding: 1.8rem;
  background: #FFF;
  margin-top: 5rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  -moz-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#benefits_05 .icon-box-with-img .img {
  margin-top: -5rem;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 6px;
  border-color: #ebebeb;
}

#benefits_05 .saiba-mais {
  font-weight: 600;
  font-size: 16px;
  background: var(--color-secondary);
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 5px;
}


#media_02 .photo-gallery-item {
  overflow: hidden;
  position: relative;
}

#media_02 .photo-gallery-item a img {
  -webkit-transition: .9s;
  transition: .9s;
}

#media_02 .photo-gallery-item:hover a img, #media_02 .photo-gallery-item:focus a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/* ABOUTS US 01 */
#aboutus_01 .about-home-one-img {
  background: url(../img/bg_about.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
}

#aboutus_01 .about-home-one {
  width: 85%;
  padding: 2rem 0rem 2rem 3rem;
  position: relative;
}

#aboutus_01 .about-home-one-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(39, 48, 75, 0.5);
}

#aboutus_01.bg-about {
  background-color: var(--color-primary);
}

#aboutus_01 .about-home-one .about-video a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -96px;
  padding: 2rem 2rem 1.5rem 2rem;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #FFF;
  background: var(--color-primary);
}

#aboutus_01 .about-home-one .about-video a i {
  font-size: 3rem;
  margin-right: 1rem;
  border-radius: 75px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}


#aboutus_01 .about-home-one .about-video a i {
  margin-right: 0;
}

#aboutus_01 .about-home-one .about-video a i {
  font-size: 3rem;
  margin-right: 1rem;
  border-radius: 75px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}



/* ABOUT US 01 */
#aboutus_02 ul {

}

#aboutus_02 ul li {
  display: inline-flex;
  width: 49%;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#aboutus_02 ul li i::before {
font-size: 12px;
background: var(--color-secondary);
color: #fff;
border-radius: 50px;
padding: 3px;
margin-right: 5px;
}


/* DATA 01 */
#data_01.counter-bg-curve {
  position: relative;
  color: #FFF;
  font-weight: 700;
  z-index: 1;
  background: #003922;
}

#data_01.counter-bg-curve:before {
  background-position: center bottom;
  top: -121px;
  background-image: url(../img/h5_wave_up.png);
}

#data_01.counter-bg-curve:after {
  background-position: center bottom;
  bottom: -121px;
  background-image: url(../img/h5_wave_down.png);
}

#data_01.wide-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#data_01.counter-bg-curve:before, #data_01.counter-bg-curve:after {
  position: absolute;
  content: "";
  left: 0;
  height: 122px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: cover;
}

#data_01 .icon-box-3 {
  text-align: center;
}

#data_01 .icon-box-3 img {
  max-width: 40%;
  display: block;
  margin:auto;
  margin-bottom: 1.5rem;
}

#data_01.counter-bg-curve .counter-txt {
  color: #fff;
  line-height: 1;
  font-size: 2.75rem;
  font-family: 'Changa', sans-serif;
  position: relative;
  padding: 20px 0 0 0;
}

#data_01.counter-bg-curve .counter-txt:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 40px;
  background: #FFF;
  transform: translateX(-50%);
}

#data_01.counter-bg-curve .counter-txt {
  color: var(--primary-color);
  line-height: 1;
  font-size: 2.75rem;
  font-family: 'Changa', sans-serif;
  position: relative;
  padding: 20px 0 0 0;
}


.bg-light {
    background-color: #f8f9fc !important;
}


.lead {
    font-size: 17px;
}


/* SLIDER BLOG */
#slider_01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

#carrousel_01 .owl-carousel .owl-nav button.owl-next, #carrousel_01 .owl-carousel .owl-nav button.owl-prev  {
  margin: 0 0.75em;
  background: var(--color-primary);
  color: #fff;
  padding: 4px 7px !important;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
  -moz-box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
   box-shadow: 0px 0px 16px 0px rgb(131 131 131 / 57%);
} 

#carrousel_01 .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 40%;
left: -65px;
}

#carrousel_01 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: -65px;
}

/* BLOG ITEM */
#blog_list_01 .blog_box.type_two.type_three {
  padding: 15px;
  box-shadow: 0 5px 22px 0px rgba(15 ,53 ,103 , 0.05);
  border-radius: 20px;
}

#blog_list_01 .blog_box.type_two .image_box img {
  position: relative;
  border-radius: 10px;
}

#blog_list_01 .blog_box.type_two.type_three .content {
  padding: 30px 15px 15px;
}

#blog_list_01 h3 {
  font-size: unset;
  line-height: unset;
  margin-bottom: 0px;
}

#blog_list_01 .blog_box.type_two .content h3 a {
  margin-bottom: 15px;
}

#blog_list_01 .blog_box.type_two .content p {
  margin-bottom: 20px;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet {
  padding-top: 24px;
  margin-top: 23px;
  border-top: 1px solid var(--color-set-one-bg-2);
  justify-content: space-between;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet .authour {
  margin: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  min-width: 172px;
}

#blog_list_01 .blog_box.type_two .content .authour {
  position: relative;
  margin-bottom: 15px;
}

#blog_list_01 .blog_box.type_two.type_three .content .bottm_contet .rd_more {
  color: var(--heading-color-one);
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

#blog_list_01 .avatar {
  max-width: 30px;
  margin-right: 5px;
  border-radius: 50px;
}


/* PAGINATION */
.page-item.active .page-link {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.pagination .page-link:focus {
  box-shadow: none;
}

.page-link:focus {
  color: var(--color-primary);
}


/* SERVICE DETAIL 01 */
#service-data .img-service {
  border-radius: 20px !important;
}

#service-data h2 {
  color: var(--color-primary) !important;
    margin-bottom: 5px;
    margin-top: 40px;
    font-size: 28px;
}

#service-data .data-content p {
  color: var(--fc-p) !important;
  font-size: var(--fs-p) !important;
  margin-bottom: 15px;
}

#service-data ul li {
  font-size: var(--fs-p) !important;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#service-data ul {
  padding-left: 15px;
}

#service-data ul li {
  list-style: none;
}   

#service-data ul li::before {
  content: '\F135' !important;
  font-family: 'bootstrap-icons' !important;
  padding: 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--color-secondary);
  color: #fff;
}


/* SIDEBAR INTERNA */
#service-data .list_service {
  background: #e3e3e3;
  border-radius: 5px;
  padding: 25px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
}

#service-data .list_service h3::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 26px;
  background: var(--color-secondary);
  border-radius: 30px;
  top: 1px;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#service-data .list_service ul {
  padding-left: 0px;
}


#service-data .list_service h3 {
  color: var(--color-primary);
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

#service-data .list_service ul li {
list-style: none;
font-size: 16px;
font-weight: 400;
background: #fff;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
align-items: center;
position: relative;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
-o-transition: all linear .3s;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}

#service-data .list_service ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: 'bootstrap-icons';
  font-weight: 600;
  top: 14px;
  left: 20px;
  font-size: 12px;
  color: var(--paraColor);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}


/* FAQ */
#faq_02 {
  background: #f3f3f3;
}

#faq_02 .accordion-item {
  border: none;
  margin: 20px 0;
  background: transparent;
}

#faq_02 .accordion-item .accordion-button {
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 700;
  background: #dfdbdb;
}

#faq_02 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#faq_02 .accordion-button:focus {
  border: none;
  box-shadow: none;
}

#faq_02 .accordion-button::after {
  background: #FFF;
  border-radius: 5px;
}

#faq_02 .accordion-button:not(.collapsed) {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
}

/* BLOG DETAIL 01 */
#blog_detail_01 .img-blog-detail {
  border-radius: 20px;
}

#blog_detail_01 h2 {
  color: var(--color-primary) !important;
  margin-bottom: 20px;
  margin-top: 40px;
}

#blog_detail_01 p {
  color: var(--fc-p) !important;
  font-size: var(--fs-p) !important;
  margin-bottom: 15px;
}

#aboutus_02 ul li {
  font-size: var(--fs-p) !important;
  color: var(--fs-p) !important;
  line-height: 30px;
}

#blog_detail_01 ul {
  padding-left: 15px;
}

#blog_detail_01 ul li {
  list-style: none;
}   

#blog_detail_01 ul li::before {
  content: '\F135' !important;
  font-family: 'bootstrap-icons' !important;
  padding: 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 50px;
  background: var(--color-secondary);
  color: #fff;
}

#blog_detail_01 .img-blog-detail {
  border-radius: 20px;
}

/* EQUIPE */
#team_01 .item .text-wrap {
  padding: 15px;
}

/* PAG. CONTATO */ 
#contact-list-01 .pq-contact-box {
  margin: 0px 0px 0px 0px;
  padding: 60px 30px 60px 30px;
  background-color: var(--color-primary);
  border-radius: 3px 3px 3px 3px;
}

#contact-list-01 .pq-contact-box-icon {
  text-align: center;
}

#contact-list-01 .pq-contact-box-icon i {
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: var(--color-secondary);
  display: inline-block;
  border-radius: 3px;
  height: 80px;
  background: #fff;
}

#contact-list-01 .pq-contact-box-info {
  text-align: center;
  margin-top: 30px;
}

#contact-list-01 h4 {
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  color: #fff;
}

#contact-list-01 p {
  color: #fff;
  min-height: 50px;
}


#contact-page-01 .pq-form-box {
  width: 70%;
  padding: 60px 45px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -60px;
  background: #fff;
  position: relative;
  z-index: 1;
}

#contact-page-01 .pq-section.pq-style-1 .pq-section-sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #d3e9fb;
  padding: 4px 8px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contact-page-01 input, #contact-page-01 textarea, #contact-page-01 input.form-control {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 3px;
}

#contact-page-01 textarea {
  margin-bottom: 30px;
  height: 150px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  width: 100%;
  float: left;
  padding: 10px 15px;
  outline: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

#contact-page-01 .pq-button {
  position: relative;
  width: auto;
  background: var(--color-primary);
  color:#fff;
  letter-spacing: 0.04em;
   font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 2;
  vertical-align: middle;
  border: none;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



/*
#brand-1 {
  background: #e5e5e5;
}

#brand-1 .sub-cta-default, #brand-1 h2, #brand-1 p {
  color: #fff;
}
*/
#team_01 .wprt-image-box.style-1 .item .title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}


/* DEPOIMENTOS */




#testimonial-3 {
  background: #1d3270;
}

#testimonial-3 .sub-cta-default, #testimonial-3 h2, #testimonial-3 p {
  color: #fff;
}


#testimonial-3 .owl-carousel .item {
  padding: 2em 1em;
  -webkit-box-shadow: 0 0 0 1px rgb(20 20 60 / 8%), 0 0.75em 1em -0.24em rgb(0 0 0 / 25%);
  box-shadow: 0 0 0 1px rgb(20 20 60 / 8%), 0 0.75em 1em -0.24em rgb(0 0 0 / 25%);
  border-radius: 1.5em;
  margin: 25px 5px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

#testimonial-3 .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

#testimonial-3 .logo {
  width: auto !important;
  margin: auto;
}

#testimonial-3 h5 {
  margin-top: 20px;
}

#testimonial-3 .owl-carousel .owl-nav button.owl-next, #testimonial-3 .owl-carousel .owl-nav button.owl-prev  {
  margin: 0 0.75em;
  background: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  padding: 6px 10px !important;
  border-radius: 8px;
  font-size: 24px;
  cursor: pointer;
} 
  
  #testimonial-3 .owl-carousel .item .quote {
      width: auto;
      margin: auto;
      margin-bottom: 30px;
  }
  
  #testimonial-3 .owl-carousel .item .logo {
      width: 35%;
      margin: auto;
  }
  
  #testimonial-3 .item p {
      font-size: 15px;
      margin-bottom: 0px;
      min-height: 160px;
      color: var(--fc-p);
  }

@media screen and (max-width: 768px) {
  #header_01.navbar-expand-lg .whats-right {
      justify-content: center;
      width: 100%;
  }
}

/* YOUTUBE VIDEO MODAL */
#video_modal_01 .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  top: 20%;
}

#video_modal_01 .modal-body {
  position:relative;
  padding:0px;
}
#video_modal_01 .btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

#subheader_01 .breadcrumb-item {
  color: #fff;
  text-decoration: underline;
}

#subheader_01 .breadcrumb-item a {
  color: #fff;
}

#subheader_01 .breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
}

#subheader_01 .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

#data-404 img {
  margin: 40px 0;
}

/* FOOTER */
.footer .logo-footer {
  max-width: 200px;
  margin-bottom: 15px;
}

.spamtext .footer-dog {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.footer .social-links li:first-child {
  padding-left: 0px;
}

.footer .social-links li {
  padding: 5px 15px;
}

.footer p {
    font-size: 13px;
}

.justificar {
    justify-content: center;
}

.footer {
  background: var(--color-primary);
  margin-top: 0px;
  padding: 50px 0;
}

.footer h2 {
  font-size: 20px;
  color: #fff;
}

.footer ul {
  padding: 0;
}


.footer ul li  {
  list-style: none;
  padding: 0;
}

.footer ul li a {
  color: #fff !important;
  font-size: 14px;
  line-height: 30px;
}

.footer ul li a:hover {
  color: var(--color-secondary)
}

.footer .line_1 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0 0 0;
}

.footer .line_1 img {
  max-height: 42px;
}

.footer .line_1 p  {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 64px;
}

.footer .line_1 p span {
  margin: 0 15px;
  color: #fff;
}

.footer .line_1 p a {
  color: #fff  !Important;
}

.footer .line_1 p a:hover {
  color: var(--color-secondary)
}
  
  
  .spamtext {
    background: rgb(245, 245, 245);
    text-align: center;
    color: var(--color-primary);
    position: relative;
  }
  
  .spamtext .container {
    border-top: 1px solid #DCDCDC;
    padding: 40px;
    text-align: justify;
  }
  
  .spamtext p {
    font-size: 12px;
  }


/* MOBILE */

@media only screen and (max-width : 991px) {
  /* TOP HEADER */
  #topheader-01 .mobile_none {
    display: none;
  }

  #topheader-01 p { 
    text-align: center;
  }


  /* MENU PRINCIPAL */
  #header_01 .emergencia24 {
    margin-left: 0px;
  }

  #header_01 .navbar-brand img {
    max-height: 75px;
  }


  /* ABOUT US */
  #aboutus_01 .about-home-one {
    width: 100%;
    padding: 15px;
  }
  #aboutus_01.ptb-75 {
    padding-top: 0px;
  }

  #aboutus_01 .about-home-one .about-video a {
    top: -20%;
    left: 0%;
    width: 100%;
    background: transparent;
  }

  #aboutus_01 .about-home-one .about-video a i {
    border-radius: 50px;
    padding: 18px 30px 13px 30px;
    background: var(--color-secondary);
  }

  #aboutus_02 ul li {
    width: 100%;
  }

  /* CENTRALIZAÇÃO ARROWS BLOG */
  #carrousel_01 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #carrousel_01 .owl-carousel .owl-nav button.owl-prev {
      position: relative;
      top: unset;
      left: unset;
      }
      
  #carrousel_01 .owl-carousel .owl-nav button.owl-next {
      position: relative;
      top: unset;
      right: unset; 
  }

  /* FOOTER */
  .footer {
    text-align: center;
  }
  
  .footer ul {
    width: 100%;
    justify-content: center;
}

  .spamtext .footer-dog {
    position: absolute;
    bottom: 100%;
    z-index: 1;
    left: 0;
  }

  .spamtext .footer-dog img {
    max-width: 130px;
  }

  #sticky_area .sticky_data {
    margin-top: 0px !important;
  }

  #service-data .siderbar_interna {
    margin-top: 15px !important;
  }

  #subheader_01 {
    text-align: center;
  }

  #subheader_01 .breadcrumb {
    justify-content: center;
  }

  #subheader_01 h1 {
    margin: 20px 0 0 0;
  }

  .divider2::after {
    margin: auto;
    margin-top: 20px;
  }

  .siderbar_interna .list_service {
    display: none;
  }
  
  #assinatura {
    text-align: center;
  }

  #contact-page-01 .pq-form-box {
    width: 100%;
  }
}
