@import url(colors.css); @import url(fonts.css);
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;;
}

a {
  color: inherit;
  text-decoration: none;
}

h1{
  font-size: 34px;
}

.header {
  width: 100%;
  text-align: center;
}

.top-header{
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}


.header-list{
  display: flex;
  align-items: center;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
}





.top-content { padding: 120px 0 120px 0; background-color:#000000; }

.top-content .text { padding-top: 20px; color: #fff; }
.top-content .text h1 { color: #fff; }

.top-content .description { margin: 20px 0 20px 0; }
.top-content .description p { opacity: 0.8; }


.input-set {   
	padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.r-form-1-top {
	padding: 25px 25px 15px 25px; background: #444; background: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 40px 0 0 0; -webkit-border-radius: 40px 0 0 0; border-radius: 40px 0 0 0;
}
.r-form-1-top h3 { margin-top: 0; color: #fff; }
.r-form-1-bottom { padding: 25px; background: #444; background: rgba(0, 0, 0, 0.3); text-align: left; }
.r-form-1-bottom .terms { margin: 15px 0 0 0; opacity: 0.8; color: #fff; }
.r-form-1-bottom .terms a:hover,
.r-form-1-bottom .terms a:focus { outline: 0; border-bottom: 1px dotted #d42027; }

.r-form-1-box input[type="text"], 
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control {
	height: 46px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 46px;
    color: #888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box textarea, 
.r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.r-form-1-box input[type="text"]:focus, 
.r-form-1-box textarea:focus, 
.r-form-1-box textarea.form-control:focus {
	outline: 0; background: #fff; border: 3px solid #d42027;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.r-form-1-box input[type="text"]::-moz-placeholder, 
.r-form-1-box textarea::-moz-placeholder, 
.r-form-1-box textarea.form-control::-moz-placeholder { color: #888; }

.r-form-1-box input[type="text"]:-ms-input-placeholder, 
.r-form-1-box textarea:-ms-input-placeholder, 
.r-form-1-box textarea.form-control:-ms-input-placeholder { color: #888; }

.r-form-1-box input[type="text"]::-webkit-input-placeholder, 
.r-form-1-box textarea::-webkit-input-placeholder, 
.r-form-1-box textarea.form-control::-webkit-input-placeholder { color: #888; }

.r-form-1-box button.btn {
	width: 100%;
	height: 46px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #d42027;
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box button.btn:hover { opacity: 0.6; color: #fff; }
.r-form-1-box button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.r-form-1-box button.btn:focus { outline: 0; opacity: 0.6; background: #d42027; color: #fff; }
.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; opacity: 0.6; background: #d42027; color: #fff; }



@media screen and (max-width: 768px) {
  .top-header{
    flex-direction: column-reverse;
  }
  .header-list{
    margin-top: 10px;
    justify-content: space-around;
  }
}

.button {
  display: inline-block;
  padding: 30px 36px;
  background-color: green;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

@keyframes translateY {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-8px) scale(1.1);
  }
}
.header-button {
  border: 1px solid #FFF;
  padding: 8px 24px;
  border-radius: 4px;
  color: #FFF;
  background-color: transparent;
  transition: background-color 0.8s;
}

.logo {
  max-width: 250px;
  height: auto; 
  margin-bottom: 20px;
}


.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8px;
}

.bg-home {
  margin-bottom: 100px;
  height: 95vh;
  overflow: hidden;
  position: relative;
}

.bg-home::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/hero.png");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  opacity: 0.9;
}

.initial {
  color: #FFF;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  margin-top: 7%;
}

.initial h1 {
  text-align: center;
  line-height: 150%;
  max-width: 940px;
  font-size: 46px;
}
.initial p {
  text-align: center;
  margin: 14px 0;
  font-size: 20px;
}

.button-contact {
  padding: 28px 42px;
  color: #FFF;
  background-color: green;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0;
  border-radius: 10px;
}

.button-contact:hover {
  animation: scaleButton 0.8s alternate infinite;
}

@keyframes scaleButton {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 768px) {
  .initial {
    min-height: 75vh;
  }
  .initial h1 {
    font-size: 32px;
    padding: 0 14px;
    width: 100%;
  }
  .initial p {
    font-size: 16px;
  }
  .button-contact{
    padding: 20px 34px;
  }
}

.section {
  text-align: center;
  
}

.services{
  padding: 40px 0 100px;
}

.services h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: rgba(3, 56, 97, 0.86);
}

.services p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #666;
}

.services-grid {
  display: grid;
  max-width: 1200px;
  margin: 20px auto;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  justify-items: center;
}

.card {
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.card img {
  max-width: 60px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: rgba(3, 56, 97, 0.86);
}

.card p {
  color: #666;
  font-size: 1em;
}

.card:hover {
  transform: translateY(-5px);
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimony{
  background-color: var(--blue);
  padding: 100px 20px;
}

.testimony h2 {
  font-size: 2.5em;
  margin-bottom: 50px;
  color: #f9f9f9
}

.testimony p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--platinum);
}

.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 350px;
}

.testimonial-card p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-card h4 {
  font-size: 18px;
  color: #004080;
  font-weight: bold;
}

.testimonial-card .logo {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}

.agreement {
  text-align: center;
  padding: 80px 0;
  background-color: #f8f8f6;
  
}


.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 25%;
}

.grid-item {
  flex: 1 0 150px;
  max-width: 200px;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.grid-item img {
  max-width: 100%;
  height: auto;
}

.contact-prompt {
  text-align: center;
  margin-top: 50px;
  color: #004080;
}

.cta {
  background-color: #004080;
  padding: 80px 20px;
  text-align: center;
}

.cta h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.cta p {
  font-size: 18px;
  color: #f9f9f9;
  margin-bottom: 20px;
}

.footer {
  background-color: var(--blue);
  padding: 20px 25%;
  color: var(--platinum);
  font-size: 20px;
}

.footer a:hover{
  text-decoration: underline;
}

.footer-top{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
  gap: 30px
}

.social-list {
  display: flex;
  list-style-type: none;
  color: white;
  gap: 25px;
}


.footer-list-title{
  font-size: 25px;
  text-align: center;
}

.social-link {
  font-size: 35px;
}

.footer-bottom {
  border-block-start: 1px solid rgb(1, 196, 255);
  padding: 10px 0 0 0;
}

.footer-brand{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.termos {
  display: flex;
  justify-content: space-evenly;
  border-block-start: 1px solid rgb(3, 184, 255);
  text-align: center;
  padding: 18px 0px;
}

.termos a{
  text-decoration: underline;
}

.copyright {
  text-align: center;
  font-size: 20px;
}

.btn-whatsapp {
  position: fixed;
  bottom: 14px;
  right: 24px;
  z-index: 99;
}
.btn-whatsapp img {
  max-width: 74px;
  transition: transform 0.4s;
}
.btn-whatsapp img:hover {
  transform: scale(1.1);
}

.btn-whatsapp .tooltip-text {
  visibility: hidden;
  position: absolute;
  width: 120px;
  top: 8px;
  left: -144px;
  padding: 6px;
  border-radius: 8px;
  text-align: center;
  background-color: #232224;
  color: #FFF;
  opacity: 0;
  transition: opacity 0.4s;
}

.btn-whatsapp:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btn-whatsapp img {
    max-width: 64px;
  }
  .footer{
    padding: 30px 0;
  }
  .termos{
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

}