
/* Imagens e Animacoes --------------------------------------------- */

img {border-radius: 10px;}
img.img-horizontal-fixed-size{width: 600px; height: 450px; object-fit: cover; }


/* Zoom de 10%--------------------------------------------- */
.zoom-image {border-radius: 10px;transition: transform 0.3s;}
.zoom-image:hover {transform: scale(1.1);}
.zoom-image-02 {transition: transform 0.3s;}
.zoom-image-02:hover {transform: scale(1.07);}
/* Zoom de 10%--------------------------------------------- */



/* img-home-card --------------------------------------------------------------------------------------*/
.img-home-card{margin-top: 10px;margin-bottom: 50px;align-items: center;justify-content: center;padding: 5px;height: 400px;display: grid;grid-template-columns: 1fr 1fr 1fr;}
.img-home-cd{padding-top: 20px;padding: 5px;border-radius: 10px;width: 300px;height: auto;}
.img-home-hover{transition: 0.3s;}
.img-home-hover:hover{  background-color: #d6d6d6;border-radius: 10px;transform: scale(1.01);}
.img-home-cd>picture>img{border-radius: 5px;}


.img-sobre-01{height: 350px;width: 600px;object-fit: cover;border-radius: 5px;}


.img-banner-fixed{width: 100%; height: 700px; object-fit: cover; }
.img-banner-fixed-h400{width: 100%; height: 400px; object-fit: cover; }


.img-banner-100{width: 100%; height:auto; max-width: 1200px;}


.slide {padding: 0px;flex: 0 0 auto;scroll-snap-align: start;}
.img-slide {padding: 5px;max-width: auto;height: 500px;border-radius: 8px;}







@media screen and (max-width: 768px) {

img {width: 100%;height: auto;}
/*------------------------------- tag simples ---------------------------------------------------------------*/

.img-banner-fixed{width: 100%; height: 300px; object-fit: cover; }
.img-banner-fixed-h400{width: 100%; height: 300px; object-fit: cover; }

img.img-horizontal-fixed-size{width: 100%; height: auto; object-fit: contain; }




.img-card-container{h1{color: #F2B705;} overflow: hidden; margin: 0 auto; border-radius: 10px; padding: 0px; width: 100%;background-color: #0d0d0d;margin-bottom: 20px;}
.slide-container {width: 100%;gap: 5px;}

.img-sobre-01{height: 150px;object-fit: cover;width: 100%;border-radius: 5px;margin-bottom: 20px;}

.banner-principal-01{h1{color: #F2B705; font-weight: 900;}}
.banner-home {margin: 5px;position: relative;background-image: url("imgs/img-home-banners/img-home-banner.jpg");background-size: cover;background-position: center;height: 450px;width: 100%;border-radius: 5px;overflow: hidden;}

/* img-home-card --------------------------------------------------------------------------------------*/
.img-home-card{overflow: hidden;height: 500px;display: grid;grid-template-columns: 1fr 1fr 1fr;}
.img-home-card-img>picture {width: 50px;height: auto;}

.img-slide {padding: 5px;max-width: auto;height: 300px;}

.zoom-image {border-radius: 10px;transition: transform 0.3s;}
.zoom-image:hover {transform: scale(1.1); /* Zoom de 10% */}
.zoom-image-02 {transition: transform 0.3s;}
.zoom-image-02:hover {transform: scale(1.02); /* Zoom de 10% */}
}



