@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

figcaption{
    display: none;
}

.productNameInformation{
    display: none;
}

*{
    margin: 0;
    padding: 0;    
}
/*
.amarelo{
    position: relative;
    background-color: yellow;
    width: 200px;
    height: 200px;
}

.vermelho{
    background-color: red;
    width: 180px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    top: 50px;
}

.azul{
    background-color: blue;
    width: 50px;
    height: 40px;
    position: absolute;
    left: 50px;
    top: 40px;

    animation-name: slide;
    animation-duration: 1s;
    animation-fill-mode: forwards;
} 
*/


body{
    font-family: "Montserrat", "system-ui",
            "-apple-system",
            "Segoe UI",
            "Roboto",
            "Helvetica Neue",
            "Noto Sans",
            "Liberation Sans",
            "Arial",
            "sans-serif",
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji";

}

.divListaProdutos{
    max-width: 990px;
    margin: 0 auto;
    padding-bottom: 4rem;
    /* background-color: rgb(252, 252, 252); */
}

.divGroupProducts{
    background-color: rgb(255, 255, 255);
    padding: 1.2rem;
    margin-top: 2rem;
}

.rowProduct{
    padding-bottom: 2rem;
}

.containerProduct{
    background-color: rgb(249, 249, 249);
}

#tIllustrativePicture{
    font-style: italic;
}

@keyframes slide{
    to
    {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }
}

.tBannerText{
    font-size: 2rem;
    position: absolute;
    text-align: center;
    font-weight: 800;

    animation-name: slide;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translateX(-50%) translateY(50%);
}

.tBannerTextFirst{
    color: white;
    left: 65%;
    top: 50%;
    text-shadow: .1px .1px 1px grey;
}

.tBannerTextSecond{
    color: white;
    left: 50%;
    top: 30%;
}

.tBannerTextThird{
    color: white;
    left: 50%;
    top: 25%;
    max-width: 100%;
}

@media (max-width: 992px) { 
    .tBannerText{
        font-size: 1.7rem;
    }

    .tBannerTextFirst{
        left: 50%;
        top: 40%;
    }
    
}

@media (max-width: 768px) { 
    .tBannerText{
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {     
    .tBannerText{
        font-size: 1rem;
    }
    .mMenuItem{
        font-size: 0.85rem;
    }
}


.mAnima{
    position: relative;
}

.mAnima::after{
    content: " ";
    width: 0;
    height: 3px;
    background-color: rgb(245, 224, 101);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in-out;
}

.mAnima:hover::after{
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto""Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
}

h1, .font1 {
    font-size: 1.8rem;
}

h2, .font2 {
    font-size: 1.5rem;
}

h3, .font3 {
    font-size: 1.2rem;
}

h4, .font4 , figcaption, .tGeneralFeatures, .tMachineDetails {
    font-size: .9rem;
}

h5 , .font5{
    font-size: .6rem;
}

h6, .font6 {
    font-size: .3rem;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 1.5em;
}

.navbar-button {
    background-color: #f5e065;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.dropdown-menu{
    border: 0;
    background-color: rgb(245, 224, 101);
}

.navbar-toggler {
    border: 0px;
}

.header {
    background-color: rgb(245, 224, 101);     
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.js-scroll {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
    transition: .3s;
}

.js-scroll.ativo {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#floatingContactMessage{
    height: 100px;
}

#contactProductName{
    color: #2114A8;
    font-size: 1.1rem;
    text-align:center;
}

#divContactProductName{
    text-align: center;
}

.btnInformation {
    font-size: smaller;
}

.btnDefault {
    background-color: rgb(245, 223, 101);
}

.btnDefault:active, 
.btnDefault:hover, 
.btnDefault.focus, 
.btnDefault.active {
    background-color: rgb(210, 190, 80) !important;
    border-color: rgb(210, 190, 80) !important;
}

.g-recaptcha{
    display: inline-block;
}

#formContactMessage.Err{
    color: red;
}

#formContactMessage.Ok{
    color: green;
}

/* .language {
    display: flex;
    justify-content: flex-end;
    align-items: end;
} */

.imgLanguage, .imgEmail, .imgWhatsapp{
    height: 26px;
}

.teste{
    border-color: red;
}

.imgLogo{
    height: 40px;
}

.imgMissionVisionValues{
    height: 50px;
}


.CardMissionVisionValues{
    transition: .3s;
}

.CardMissionVisionValues:hover{
    transform:scale(1.5);
    -ms-transform:scale(1.02); /* IE 9 */
    -moz-transform:scale(1.02); /* Firefox */
    -webkit-transform:scale(1.02); /* Safari and Chrome */
    -o-transform:scale(1.02); /* Opera */
    transition: .3s;
}

.imgLanguage:hover {
    cursor: pointer;
}
/*
.email,
.whatsapp {
    padding-top: 30px;
}
*/
.card {
    border: 0;
}

.card-model {
    background-color: #f9f9f9
}

.product-container {
    padding: 30px 0 30px 0;
}

.product-container-title {
    padding: 30px;
}

.welcome-container{
    background-color: rgba(245, 224, 101, 0.5);
    /* background-color: rgba(240, 240, 150, 0.8); */
    padding: 60px 0 60px 0;
}

.contact-container{
    background-color: rgba(245, 224, 101, 0.5);
    padding: 60px 0 0 0;
}
/*
.contact-text-group{
    padding: 80px 0 0 0;
}

.welcome-card-item {
    min-height: 330px;        
}
*/

@media (max-width: 576px) {     
    .g-recaptcha{
        display: inline-block;
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media (min-width: 768px) {
    .welcome-card-item {
        min-height: 280px;
    }
    .service-card-item {
        min-height: 530px;
    }

}

@media (min-width: 992px) {
    .welcome-card-item {
        min-height: 430px;
    }
    .service-card-item {
        min-height: 430px;
    }
}

@media (min-width: 1200px) {
    .welcome-card-item {
        min-height: 380px;
    }
    .service-card-item {
        min-height: 350px;
    }
}

@media (min-width: 1400px) {
    .welcome-card-item {
        min-height: 350px;
    }
    .service-card-item {
        min-height: 350px;
    }
}


.row-Welcome{
    padding-bottom: 40px;
}

.about-container{
    padding: 50px 0 50px 0;
    background-image: url('./img/fundoPretoBranco.jpg');
    background-color: rgba(255, 255, 255, 0.93);
    background-blend-mode: lighten;
    background-position: center;}
    

.service-container {
    padding-top: 30px;    
    padding-bottom: 40px;
}

.service-card-item{
    background-color: rgb(250, 250, 250);
    padding: 30px;
    transition: .3s;
} 

.service-card-item:hover{
    background-color: rgba(245, 224, 101, 0.5);
} 

.welcomeImage {
    display: inline-block;
    overflow: hidden;
    transition: .3s;
}

.welcomeImage:hover{
    transform:scale(1.02);
    -ms-transform:scale(1.02); /* IE 9 */
    -moz-transform:scale(1.02); /* Firefox */
    -webkit-transform:scale(1.02); /* Safari and Chrome */
    -o-transform:scale(1.02); /* Opera */
    transition: .3s;
}


.productImage {
    display: inline-block;
    overflow: hidden;
    transition: .3s;
}

.productImage:hover{
    transform:scale(1.07);
    -ms-transform:scale(1.07); /* IE 9 */
    -moz-transform:scale(1.07); /* Firefox */
    -webkit-transform:scale(1.07); /* Safari and Chrome */
    -o-transform:scale(1.07); /* Opera */
    transition: .3s;
}



.product-name{
    margin: 30px 0 30px 0;
    font-size: 1.4rem;
}

.product-sub-name{
    margin: 30px 0 30px 0;
    font-size: 1.2rem;
}

.product-title {
    padding: 40px;
    background-color: #f5df66;
    
}

/* f5df66 */

/* .tGeneralFeatures, .tMachineDetails{
    color: #2114A8;
}
 */
.product-model{
    color: #2114A8;
    font-size: 1.1rem;
}


/* .product-item {
    width: 280px;
    height: 250px;
    border: 1px solid grey;
    margin: 10px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    
} */
/*
.banner{
    padding-left: 0;
    padding-right: 0;
}
*/
.product-item-img {
    width: 80px;
}


.footer {
    /* background-color: rgb(245, 224, 101); */
    /* background-color: rgba(240, 240, 150, 0.8); */
    background-color: rgb(245, 245, 245); 
    /* height: 250px; */
    padding: 40px;
}

.imgGao {
    height: 100px;
}

.footerCopyright {
    background-color: black;
    height: 45px;
}

.copyright {
    color: white;    

}

.tServiceH3{
    padding: 30px 0 10px 0;
    color: #236e46;
}