 :root {
     --cor-1: #00adee;
     --cor-2: #05102C;
 }

 section#hero {
     color: #FFF;
     background-color: #020204;
 }

 section#hero p.graduacao {
     color: #FFF;
 }

 .scroll-down span {
     color: #0085BC;
 }



 .bloco-texto ul {
     list-style-position: inside;
     padding-left: 0;
 }

 .bloco-texto ul li {
     text-indent: -1.4em;
     padding-left: 1.4em;
 }

 .bloco-texto ul li:nth-child(1)::marker {
     content: "\2715\00A0";
     font-size: 1.5em;
     color: red;
 }

 .bloco-texto ul li:nth-child(2)::marker {
     content: "\2713\00A0";
     font-size: 1.5em;
     color: green;
 }



 section#bloco-form {
     background: radial-gradient(66% 359% at 48% 33%, color-mix(in srgb, #0085BC 80%, white 40%) 0%, #0085BC 53%);
 }

 .bloco-14449 {
     background-color: #C7E6FF;
 }

 /* section.bloco-14448 strong.h2 {
     color: var(--cor-2);
 } */


 /* .bloco-14448 div ul {
     min-height: 190px;
 }

 @media (min-width: 992px) {
     .bloco-14448 .col-lg-8 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
         margin-left: 16.666667%;
     }
 } */


 .bloco-foto-texto img {
     border-radius: 10px;
 }

 .bloco-14443 .conteudo {
     margin-top: -18px;
 }

 section.bloco-lista-foto-fixa ul li::marker {
     content: "\2713";
     font-size: 1.5em;
     color: green;
 }


 @media (max-width: 576px) {
     section#hero .imagem {
         background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 1) 95%);
     }
 }