/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/
.navbar-brand > img {
    
    max-height: 116px;
}



.header {
    background:none;!important;
}

.bemvindo {
	background: ;
}

.bemvindo h1{ text-align: center; color: green; }

.bemvindo p{text-align: center;}




     /* Seção Principal */
      .bemvindo  .main-content {
            padding: 40px;
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        }

     .bemvindo   .main-content h2 {
            font-size: 2rem;
            color: #009639;
            margin-bottom: 20px;
        }

      .bemvindo  .main-content p {
            line-height: 1.6;
          
            color: #555;
        }

        /* Seção de imagens */
      .bemvindo  .image-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

       .bemvindo .image-gallery img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

       .bemvindo .image-gallery img:hover {
            transform: scale(1.05);
        }


@media (max-width: 800px){

    .foslide .mae .slidereservado .swiper {
    width: 339px!important;
    height: 216px!important;
}


.prolol .espacodefoto {width: 333px!important;
    height: 222px!important;}

    .bgvva .escrita .imagem {    width: 320px!important;}

.foslide .mae {
    height: 173px!important;}

.cabtitulo h1{
    font-size: 18px!important;
}


.foslide .maesegunda h2 {font-size: 18px!important};



}
