@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
  font-family: 'Montserrat', sans-serif;
} @media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

ol, ul {
  padding-left: 0px !important  ;
}

.hidden {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(-100%);
    transition: opacity 1s ease-in-out, visibility 0.5s ease-in-out;
} @media (prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.header-menu {
    background-image: url('../images/banner-safe-global-principal.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 110vh;
} @media (max-width: 576px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 768px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1270px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1280px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1325px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1475px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1700px) {
    .header-menu {
        height: fit-content;
    }
}

.navbar {
  background-color: #fff;
  height: 135px;
} @media (max-width: 768px) {
  .navbar {
    height: fit-content;
  }
}

.navbar-brand img {
    max-width: 85%;
    padding-top: 15px;
    padding-bottom: 15px;
} @media (max-width: 1180px) {
    .navbar-brand img {
        max-width: 100%;
    }
}

.navbar-brand span {
    color: #012257;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
} @media (max-width: 576px) {
    .navbar-nav .nav-link {
        padding-left: 50px;
        text-align: center;
    }
}

.navbar-nav .nav-link:hover {
    color: #000;
    border-bottom: 2px solid #000;
} @media (max-width: 768px) {
    .navbar-nav .nav-link:hover {
        color: #fff;
        border-bottom: none;
    }
}

.navbar-nav .nav-item {
    padding-right: 40px;
}

.home .container h1 {
    font-size: 90px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    font-family: 'Bebas Neue', sans-serif;
} @media (max-width: 576px) {
    .home .container h1 {
        font-size: 46px;
        text-align: center;
        margin-top: 30px;
        padding: 0;
    }
}

.home .container p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    margin: 10px;
} @media (max-width: 576px) {
    .home .container p {
        padding: 10px;
        text-align: center;
    }
}

#title-obrigado, #text-obrigado {
    margin-right: 0px;
    text-align: center;
}

.home .titulo-form h2 {
    color: #70b4ce;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

.home .titulo-form p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}

#formulario {
    margin-top: 120px;
    width: 30rem;
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #335763;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    border: #335763;
} @media (max-width: 576px) {
    #formulario {
        margin-top: 20px;
        margin-bottom: 30px;
        width: fit-content;
    }
} @media (max-width: 1270px) {
    #formulario {
        width: fit-content;
    }
} @media (max-width: 1280px) {
    #formulario {
        width: fit-content;
    }
} @media (max-width: 1550px) {
    #formulario {
        width: 100%;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#form-whatsapp {
    background: linear-gradient(45deg, #18b936, #4ad664);
    margin: 10px 0 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 4px; 
}

#form-whatsapp:hover {
      background-color: #29a740;
      border-color: #29a740; 
}

#form-whatsapp i {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-right: 5px;
}
  
#form-whatsapp-texto {
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.botão {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #70b4ce;
    border-color: #70b4ce;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.botão:hover {
    background-color: #70b4ce;
    border-color: #70b4ce;
}

.btn-destaque {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #0E0E0E;
    border: 2px solid #0E0E0E;
    border-radius: 4px;
    transition: 0.5s;
}

.btn-destaque:hover {
    border: 2px solid #0E0E0E;
    background-color: #0E0E0E;
} @media (max-width: 768px) {
    #btn-destaque-mobile {
        width: 100%;
        margin-top: 50px;
        margin-left: 10px;
    }
}

/** Seção Hospítais Parceiros **/

.section-hospitais {
  background-image: url(../images/banner-safe-global-textura.jpg);
  padding: 20px;
}

.section-hospitais h2 {
  color: #70b4ce;
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  padding-bottom: 20px;
}

.section-hospitais .hospitais-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
}

@media (max-width: 768px) {
  .section-hospitais {
    padding: 10px;
  }

  .section-hospitais h2 {
    font-size: 38px;
    margin-top: 20px;
    } 

  .section-hospitais .hospitais-img {
    flex-direction: column;
  }
}

/** Fim Seção Hospítais Parceiros **/

/** Seção Diferenciais **/

.section-diferenciais {
  background-color: #fff;
  padding: 20px;
}

.section-diferenciais h2 {
  color: #335763;
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  padding-bottom: 20px;
}

.section-diferenciais img {
  max-width: 30%;
  margin-bottom: 20px;
}

.section-diferenciais h3 {
  color: #70b4ce;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.section-diferenciais p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .section-diferenciais {
    padding: 10px;
  }

  .section-diferenciais img {
    max-width: 20%;
  }

  .section-diferenciais h2 {
    font-size: 38px;
    margin-top: 20px;
  }
  
  .section-diferenciais h3 {
    font-size: 22px;
  }

  .section-diferenciais p {
    font: 14px;
  }

  .section-diferenciais .col {
    flex: 0 0 100%;
  }
}

/** Seção Diferenciais **/

/** Seção Planos **/

.section-planos {
  background-image: url(../images/banner-safe-global-claro.jpg);
  padding: 30px;
}

.section-planos h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}

.wrapper-plans .card h2 {
  text-transform: none;
  text-align: left;
}

.wrapper-plans .card {
  background-color: #fff;
  padding: 40px;
  margin: 30px 15px;
  border-radius: 4px;
  height: 650px;
}

.wrapper-plans .card h3 {
  color: #335763;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.wrapper-plans .card h2 {
  margin-bottom: 10px;
  color: #335763;
  font-size: 2.5rem;
}

.wrapper-plans .card p {
  margin: 0px 0px 20px;
  color: #674885;
  font-size: 14px;
  line-height: 1.5;
}

.wrapper-plans .card ul {
  padding-left: 4px;
}

.wrapper-plans .card ul li {
  list-style: none;
}

.wrapper-plans .card ul li i {
  padding-right: 5px;
}

.wrapper-plans .card .wrapper-btn {
  display: flex;
  align-items: left;
  justify-content: left;
}

.wrapper-plans .card .wrapper-btn a {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 0 10px 0;
  margin-top: 25px;
  background-color: #70b4ce;
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .section-planos {
    padding: 10px;
  }

  .section-planos h2 {
    margin-top: 20px;
  }

  .wrapper-plans .card {
    padding: 10px;
    padding-bottom: 20px;
    margin: 0px;
    margin-top: 20px;
    height: fit-content;
  }
}

/** Fim Seção Planos **/

/** CTA **/

.cta-bloco {
  padding-bottom: 30px !important;
  text-align: center;
}

.cta-bkg {
  background: url('../images/banner-safe-global-escuro.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-titulo {
  color: #fff;
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  margin-top: 15px;
  margin-bottom: 20px;
}

.cta-texto {
  color: #fff;
  padding-bottom: 10px;
}

.btn-cta {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #70b4ce;
  border: 2px solid #70b4ce;
  border-radius: 4px;
  width: 40%;
  text-transform: uppercase;
  transition: 0.6s;
  padding: 10px;
} @media (max-width: 768px) {
  .btn-cta {
      width: 80%;
  }
}

.btn-cta:hover {
  background-color: #70b4ce;
  border: 2px solid #70b4ce;
}

@media (max-width: 768px) {
  .cta-titulo {
    font-size: 38px;
  }
}

/** Fim CTA **/

/** Seção Quem Somos **/

.section-quem-somos {
  background-color: #fff;
  padding: 20px;
}

.section-quem-somos h2 {
  color: #335763;
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  padding-bottom: 20px;
  margin-top: 50px;
}

.section-quem-somos p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .section-quem-somos h2 {
    text-align: center;
    margin-top: 20px;
  }

  .section-quem-somos p {
    text-align: center;
  }
}

/** Seção Quem Somos **/

/** Footer **/

footer {
  color: #161616;
  background-color: #fff;
  width: 100%;
}

ol, ul {
  padding-left: 0px !important  ;
}

footer ul li {
  padding-left: 0px;
}

footer span {
  color: #161616;
  padding-left: 14px;
}

.footer-link {
  text-decoration: none;
}

#footer_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 50px 20px 0px 50px;
}

#footer_content>#footer_contacts>h1>img {
  max-width: 60%;
}

#footer_contacts h1 {
  margin-bottom: 0.75rem;
}

#footer_social_media {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  #footer_social_media {
      align-items: center;
      justify-content: center;
  }
}

#footer_social_media .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}

#footer_social_media .footer-link i {
  color: #fff;
  font-size: 1.25rem;
}

#footer_social_media .footer-link:hover {
  opacity: 0.8;
}

#instagram {
  background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
  background-color: #4267b3;
}

#whatsapp-footer {
  background-color: #25d366;
}

#youtube {
  background-color: #FF0000;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}

.footer-list h3 {
  color: #161616;
  font-size: 24px;
  font-weight: 700;
  gap: 100px;
}

.footer-list .footer-link {
  color: #161616;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}

.footer-list .footer-link:hover {
  color: #161616;
  border-bottom: 2px solid #161616;
}


#footer_copyright {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  padding: 1.5rem;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  #footer_content {
      text-align: center;
      grid-template-columns: repeat(1, 1fr);
      gap: 2rem;
  }
}

@media screen and (max-width: 426px) {
  #footer_content {
      grid-template-columns: repeat(1, 1fr);
      padding: 3rem 2rem;
  }
}

/** Footer **/

/** Botão do Whatsapp **/

.float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 40px;
  right: 40px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 100;
  transition: 0.5s;
}

.float:hover {
  transform: scale(1.1);
}

.my-float {
  margin-top: 15px;
  margin-left: 4px;
}

/** Botão do Whatsapp **/