@charset "UTF-8";

.corpo {
    background-color: #B3FFFF;
}

.zap {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 60px !important;
    height: 60px !important;
    z-index: 9999 !important;
}

.ban {
    align-items: center;
    background-color: #024959;
}

.imgban {
    width: 120px;
    height: 120px;
}

.text1 {
    font-size: 40px;
    font-family: helvetica;
    font-weight: 700;
    color: white;
}

.a {
    align-items: center;
}
.imgban{
	width: 120px; height: 120px;
}
h2{
	font-size: 24px;
}
p{
	text-indent: 25px;
	font-weight: 500;
}
.rodape{
 background-color: #024959;
}
.modal-content {
 background-image: url('../_imgs/fundotransp.png');
 background-size: cover; /* Ajusta a imagem para cobrir todo o modal */
 background-repeat: no-repeat; /* Evita a repetição da imagem */
 background-position: center; /* Centraliza a imagem */
}

/***********************************************/
/* media queries */
/* orientação horizontal (quando o celular ou tablet estão deitados)*/
@media (orientation: landscape) {

     
}  
/*** extra pequenos ***/
@media (max-width: 576px) { ... }


/*** pequenos ***/
@media (min-width: 576px) and (max-width: 767.98px) { ... }


/*** medios ***/
@media (min-width: 768px) and (max-width: 991.98px) { ... }


/*** grandes  ***/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }


/*** extra grandes  ***/
@media (min-width: 1200px) and (max-width: 1399.98px) { ... }


/*** extra grandes  ***/
@media (min-width: 1400px) { ... }



                               


        