body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden; 
    width: 100%;
}
.banner-full{ 
  -webkit-box-shadow: 0px 2px 17px -5px rgba(0,0,0,1);
-moz-box-shadow: 0px 2px 17px -5px rgba(0,0,0,1);
box-shadow: 0px 2px 17px -5px rgba(0,0,0,1);
  
  min-height: auto; background: var(--color-primary); background-size: contain;  background-position: bottom right;  background-repeat: no-repeat;  color: #fff;
    text-align: left;
    padding-left: 3vw;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
 
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
  
 

  }
 

 
    .banner-full .container-fluid{ position: relative; z-index: 3;}
    /*.banner-full::before{ content: ""; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0;}*/


a{ color: #000; text-decoration: none;}
    .testimonial-card{ border: 1px solid #ccc; padding: 15px; border-radius: 15px; }
    .testimonial-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
      }
      .testimonial-header > div{ width: 100%;}
      .testimonial-header h3 {
        font-size: 1.3em;
        margin: 0;
        font-weight: 600;
        text-align: left;
      }
      .testimonial-header .testimonial-date {
        font-size: 1em;
        color: #757575;
        margin-top: 0;
      }

      .contact-form{ background: #F5F5F5; padding: 15px; border-radius: 5px;  }
 section{ padding-bottom: 100px; width:100% !important; }
 .section-title{  margin-bottom: 50px; text-align: center;}
 .box-border{ border: 1px solid #ccc; padding: 15px 15px; border-radius: 5px;     -webkit-box-shadow: 0px 0px 17px -10px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 17px -10px rgba(0,0,0,1);
  box-shadow: 0px 0px 17px -10px rgba(0,0,0,1);}
 .accordion-item{ margin-bottom: 5px; border-radius: 5px;}
 .accordion-button{ background: transparent;}
 a.accordion-button{ text-decoration: none !important;}
 .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  .rating {
    color: #f39c12;
    font-size: 1.7em;
    margin-bottom: 10px;
  }

  .feature-item {
    text-align: center;
    
    padding: 1.8em;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin: 0.8vw;
    width: 100%;
    float: left;
  }
  .feature-item h4{ margin-top: 15px; margin-bottom: 15px;}
 .faq-section h2.section-title { color: #fff;}
 .faq-section {
 
    box-sizing: border-box;
   background: var(--color-primary);
  }
 footer{background: #E4E4E4; 
    padding: 1.25em;
    width: 100%;}

    .whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #28a745;
        color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }
    .whatsapp-button:hover {
        background: #20b955;
    }

    .btn {
        background: var(--color-primary);
        color: #fff;
        border: none;
        padding: 0.5em 1em;
        text-decoration: none;
        display: inline-flex;
        gap: 0.5em;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease-in-out;
      }

      .btn:hover {
        background: var(--color-primary);
        color: #fff;
      }
      

 @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1420px;
    }
  }
  @media (max-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 100%;
    }
  }
  @media (max-height: 1000px) {
 header.banner-full { padding-bottom: 250px; min-height: auto !important;}
  }
  .crop {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .container-text-banner{ padding-top: 30px; padding-bottom: 30px;}
  .container-text-banner .titulo-principal{ display: table;   position: relative; margin-top: 50px; margin-bottom: 30px; }
 .container-text-banner .titulo-principal::before{ position: absolute; bottom: -10px; content: ""; width: 55px; height: 3px; background:  var(--color-secondary);}


  .container-text-banner h1, .container-text-banner p{
    display:inline;
    background-color:var(--color-primary);
    color:#fff;
  }
  .section-contato h2,.about-us h2{ position: relative;}

 .section-contato h2::before,.about-us h2::before{ position: absolute; bottom: -13px; content: ""; width: 55px; height: 6px; background:  var(--color-primary);  border-left: 5px solid var(--color-secondary)}

  .required label::after{ content: " *"; color: red;}
  .required.error label{color: red;}
  .required.error input,  .required.error textarea{ border-color: red;}

  .municipios-section{background: #eee; padding: 30px 15px; font-size: 13px; }
  .municipios-section ul{  line-height: 23px;}
  .municipios-section ul li{ margin-right: 0px !important;}
  .municipios-section ul li::after{ content: ",";}
  .municipios-section ul li:last-child::after {
    content: ".";
  }
  .btn-whatsapp{ background: #28a745 url("assets/img/whatsapp.png"); background-position: 7px center; padding-left: 35px; background-repeat: no-repeat; font-weight: bold;  
    animation: pulse 1s infinite;
    position: relative; }

 

 
  .btn-whatsapp:hover {
   /* animation: none;*/
   background: #28a745 url("assets/img/whatsapp.png"); background-position: 6px center !important;   background-position: 7px center; padding-left: 35px; background-repeat: no-repeat; 
  }

  .section-contato{ background: #eee; color: #000; padding-top: 50px; padding-bottom: 50px; margin-bottom: 50px;  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 2px rgba(40, 167, 69, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
  }
  
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
      box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
    }
    70% {
      -moz-box-shadow: 0 0 0 2px rgba(40, 167, 69, 0);
      box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
      box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
  }
   

  
.field {
	display: flex;
 
	justify-content: space-around;
	 
  position: absolute;
  bottom: 30px;
 
 margin-inline: auto; 
 left: 50%;
 transform: translate(-50%, 0);
 z-index: 9999999;
 
}

.mouse {
	width: 50px;
	height: 90px;
	border: 3px solid #fff;
	border-radius: 60px;
	position: relative;
	&::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

.scroll {
	width: 50px;
	height: 50px;
   z-index: 9999;
  background: var(--color-primary);
  opacity: 0.5;
	border: 2px solid var(--color-secondary);
	border-radius: 50%;
	position: relative;
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
	&::before {
		content: '';
		position: absolute;
		top: 13px;
		left: 16px;
		width: 14px;
		height: 14px;
		border-left: 2px solid var(--color-secondary);
  	border-bottom: 2px solid var(--color-secondary);
		transform: rotate(-45deg);
	}
  
}

@keyframes down {
	0% {
		transform: translate(0);
    
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

.arrow {
	width: 0;
	height: 40px;
	border: 1px solid var(--color-secondary);
	position: relative;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
	&::after {
		content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
		
	 
    border-top: 10px solid var(--color-secondary);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	}
}

@keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}

@-webkit-keyframes scroll {
	0% {
		height: 40px;
	}
	30% {
		height: 70px;
	}
	60% {
		height: 40px;
	}
}

header{ width: 100%; background: #eee;  }
.box-home{ border: 1px solid #ccc; padding: 15px;}
#page-head{ background: var(--color-primary); padding: 0; color: #fff !important; padding-top: 40px; padding-bottom: 0px; margin-bottom: 40px;} 
#page-head a{ color: #fff !important;} 
 .navbar-expand-sm .navbar-nav .nav-link{ font-size: 20px; font-weight: bold; text-transform: uppercase; color: var(--color-primary);  margin-right: 10px; margin-left: 10px; }
  .navbar-expand-sm .navbar-nav .nav-link.active{ color: var(--color-secondary); position: relative;}
    .navbar-expand-sm .navbar-nav .nav-link.active::before{ content: ""; border: 3px solid var(--color-primary); bottom: -5px; width: 100%; left: 0%; right: 0%; position: absolute; } 
 .botao-lateral a{ background: var(--color-primary);  text-align: center; padding-top: 6px; border-radius: 100%; font-size: 20px; color: #fff; width: 40px; height: 40px; float: left;}

 .box-input.error input{ border: 1px solid red;}
 .box-input.error .icon{ background: red; color: #fff;}
 .whatsbutton-form-input{ padding-left: 5px;}
*:focus {
    outline: none;
}
.bt-whatsApp{ cursor: pointer;}
.imgem-banner{    border-radius:90% 0 0 90%;  z-index: 1;  }
 
@media (max-width: 912px) {
 .imgem-banner{    max-width: 100% !important; border-radius:90% 0 0 90%;  z-index: 1;  }
}

/* Desktop */
.elemento-titulo h2 {
  font-size: 24px;
}

.elemento-titulo h3,
.elemento-titulo h4,
.elemento-titulo h5,
.elemento-titulo h6 {
  font-size: 20px;
}

/* Mobile */
@media (max-width: 767px) {
 
.imgem-banner{   width: 100% !important; border-radius:0% 0 0 0%;    z-index: 1;   }
.banner-full { padding-left: 0;}
  .elemento-titulo h2 {
    font-size: 20px;
  }

  .elemento-titulo h3,
  .elemento-titulo h4,
  .elemento-titulo h5,
  .elemento-titulo h6 {
    font-size: 18px;
  }

}