

:root {
    --color1: #253877; /* Define a variável de cor verde */
    --color2: #525255; /* Define a variável de cor verde */
    --color3: #adadbd; /* Define a variável de cor verde */
    --tabela1: #444496; /* Define a variável de cor verde */
  }

.navbar {
	background-color: var(--color1) !important;
    
}


body{
    /*background-image: url("../images/sertaozinho-sp.jpg") !important;
    background-repeat: no-repeat  !important;
    background-attachment: fixed  !important;
    background-position: center  !important;
    background-size: cover;*/
    background-color: #9c9ca3;

}


@media (max-width:760px) { 
}

.text-title {
	color: #19254d;
    font-size: 20px;

}
.border-double {
	box-shadow:
	0 0 0 1px #00009C,
	0 0 0 2px #FFFFFF,
	0 0 0 3px #00009C;
}
.rodape {
	font-size: 0.8em;
	background-color: #253877 !important;
    color: #d3d6d3;
}
.hoverzoom {
    position: relative;
}
.hoverzoom img {
    border-radius: 2px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.avisoCpf{
    width:100%;
    position: absolute !important;
    z-index: 9999;
    margin-left:auto;
  
    /*font-weight: bold !important;*/
    
}
.fecharDivAvisoCpf{
    top: 0;
    cursor: pointer;
    text-align: right;
    float: right;
}

.form-mod1{
    background-color: rgb(239, 243, 245);
    box-shadow: 1px 3px 5px #3d3c3c;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight:300;
    padding: 10px !important;
    border:solid 1px #a39d9d;


}

.iconCard {
    width: 50px; /* Tamanho inicial do ícone */
    height: 50px; /* Tamanho inicial do ícone */
    transition: transform 0.3s ease; /* Transição suave */
  }

  .iconCard:hover {
    transform: scale(1.2); /* Aumenta o ícone em 50% */
    color: #174480;

  }

a, a:hover, a:focus, a:active, a:visited{
    color: var(--color2);
    text-decoration: none;
    font-size: 20px;
}


input[type="text"], input[type="email"], input[type="password"], select, textarea{
    border: 0px;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    border:solid 1px #a39d9d !important;
    box-shadow: inset 2px 2px 2px #363131;
    color: #000 !important;
  
}

label{
    font-weight: bold;
}

.cor-whatsapp{
    color: #52c165;
}

.sair{
    color: #80c786 !important;
}


/* Define a animação de piscar */
@keyframes blink {
    50% {
      opacity: 10;
    }
  }
  
  /* Aplica a animação no ícone */
  .icone-local {
    animation: blink 1s linear infinite;
    color: rgb(226, 44, 44);
  }



 