   @media screen and (max-width: 780px) {
     .centralizado {
       padding: 30px;
     }
   }

   @media screen and (max-width: 360px) {

     .img-fluid {
       width: 70%;
     }

     .titulo-cargo {
       text-align: center;
     }


   }

   .cards-atencao .card {
     height: 250px;
     display: flex;
     justify-content: center;
     /* Alinha o conteúdo horizontalmente ao centro */
     align-items: center;
     /* Alinha o conteúdo verticalmente ao centro */
     text-align: center;
   }

   .titulo-frente {
     font-size: 16px;
     font-weight: 600;
     color: var(--azul-cboo);
     margin: 0;
   }

   .sub-titulo-frente {
     font-size: 13px;
     margin: 0;
     color: black;

   }

   .banner-img {
     width: 100%;
     /* Ocupa 100% da largura da página */
     height: 500px;
     /* Altura de 300px */
     object-fit: cover;
     /* Redimensiona a imagem mantendo a proporção e cortando o excesso */
   }

   .card-banner {
     position: absolute;
     top: 50%;
     left: 25%;
     transform: translate(-50%, 50%);
     text-align: left;
     background: blue;
     padding: 30px;
   }

   @media screen and (max-width: 1100px) {
     .card-banner {
       left: 27%;


     }
   }

   @media screen and (max-width: 950px) {
     .card-banner {
       left: 30%;


     }
   }

   @media screen and (max-width: 850px) {
     .card-banner {
       left: 35%;


     }

   }

   @media screen and (max-width: 850px) {
     .card-banner {
       left: 32%;


     }

     .card-banner h2 {
       font-size: 1.5rem;
     }

     .card-banner p {
       font-size: 1rem;
     }
   }

   @media screen and (max-width: 680px) {
     .card-banner {
       left: 32%;


     }

     .card-banner h2 {
       font-size: 1rem;
     }

     .card-banner p {
       font-size: 0.8rem;
     }
   }

   @media screen and (max-width: 600px) {
     .cards-visao h4 {
       margin-bottom: 20px;
       font-size: 1.3rem;
       text-align: center;
     }

     .cards-visao p {
       font-size: 1rem;
       text-align: justify;
     }

     .cards-visao .card {
       height: 250px !important;

     }

     .titulo-frente {
       text-align: center;
       font-size: 1.8rem;
     }

     .sub-titulo-frente {
       text-align: center;
       font-size: 1.2rem;
     }

     .optometria-numeros p,
     label {
       text-align: left;
     }

     .optometria-numeros iconify-icon {
       width: 50px;
       height: 50px;

     }


   }

   @media screen and (max-width: 400px) {
     .cards-visao h4 {
       margin-bottom: 20px;
       font-size: 1rem;
       text-align: center;
     }

     .cards-visao p {
       font-size: 0.8rem;
       text-align: justify;
     }

     .cards-visao .card {
       height: 290px !important;

     }
   }