@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@300&display=swap');

/**{
    margin: 0;
    padding: 0;
}*/

body{
    /*background: #111111;*/
    background: #ffffff;
    
}



/* navbar css*/
.navbar{
    padding-bottom: 15px;
    box-shadow: 0px 4px 10px rgb(71, 71, 71) !important;
}

.navbar-nav{
    margin: 0 auto; /* centralizar*/
}


.navbar-nav, .dropdown-menu, .classeqlqr{
    
    text-align: center;
    


}

.navbar .navbar-brand .logo-nav{
    width: 205px;
}

.navbar-nav{
    font-size: 18px;
}

.menu-item{
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav .menu-item:hover{
    color: white;
    font-weight: bold;
    /*text-decoration: underline;*/
    text-shadow:  1px 1.275px #096bfff6;
    transition: .3s;
    
    
}

.navbar-nav .menu-item:focus{
    text-decoration: underline;
}

.navbar-nav .dropdown-menu .dropdown-item{

}

.navbar-nav .dropdown-menu{
    /*align-content: center;
    width: 60%;

    justify-self: center;
    */
}

.navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #096bfff6;
    font-size: 17.5px;

    
}

.navbar-nav .dropdown-menu .dropdown-item:focus{
    color: #ffffff;
}

.navbar-nav #whatsapp-menu-icon:hover{
    color: #00c700;
    transition: .4s;
}

.navbar-nav #instagram-menu-icon:hover{
    color: #ec00a5ec;
    transition: .4s;
}

/* carousel */

.carousel-div{
    padding-top: 70px;
    background: #111111; /* alterar modo dark */
    /*border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;*/    
    border-bottom: 3.75px solid #0d59fd;
}

.carousel-div .img-carousel{
    height: 80vh;
    opacity: 33%; /*alterar modo dark */
    
}

@media (max-width: 600px){
    .carousel-div .img-carousel{
        height: 70vh;
        opacity: 30%;
    }
}

@media (max-width: 500px){
    .carousel-div .img-carousel{
        height: 62.75vh;
        opacity: 26.5%;
    }
}


/*titulo carousel*/
.carousel-div .carousel-caption h1{
    font-family:Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    
}

.carousel-div .carousel-caption .caption-one{
    /*margin-bottom: 120px;*/
    margin-bottom: 120px;
    
}

@media (width: 1920px){
    .carousel-div .carousel-caption .caption-one{
        margin-bottom: 270px;
    }
}

/*
@media (max-width: 900px){
    .carousel-div .carousel-caption .caption-one{
        margin-bottom: 120px;
    }
}*/

@media (max-width: 600px){
    .carousel-div .carousel-caption .caption-one{
        margin-bottom: 80px;

    }
}

@media (max-width: 500px){
    .carousel-div .carousel-caption .caption-one{
        margin-bottom: 50px;
    }
}

@media (max-width: 340px){
    .carousel-div .carousel-caption .caption-one{
        margin-bottom: 30px;
    }
}
/*
@media (width: 1920px){
    .carousel-div .carousel-caption .caption-one{
        bottom: 270px;
    }
}*/
.carousel-div .carousel-caption h1:hover{
    color: white;
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
    text-shadow:  1px 1.275px #096bfff6;
    transition: .3s;
}

.carousel-div .carousel-caption button{
    border: 2px solid #0d6efd;
    border-radius: 1.5rem;
    width: 120px;
    height: 42.5px;
    margin-bottom: 30px;
    

    background: none;
}

.carousel-div .carousel-caption button:hover{
    /*background: whitesmoke;
    */

}

.carousel-div .carousel-caption a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    
}

.carousel-div .carousel-caption button:hover{
    
}















/* titulo carousel */


/* body css*/




.title{
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    /*color: white; alterar md dark*/
    color: #212529;
    display: flex;
    justify-content: center;

    
}


.text-info{
    color: #111111; 
}


#services .img-services{
   
    

    /*border: 3.5px solid #0d6efd;*/

    border-radius: 7.5%;
}


#services .card{
    background: #111112e8;
    color: white;



}







/* Formulário de contato */
.contact-title{
    padding: 80px 0 0 0;
}

.form-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.form-content .form-floating input, .form-content .form-floating textarea{
    width: 70vw;
}

@media (max-width: 700px) {
    .form-content .form-floating input, .form-content .form-floating textarea{
        width: 90vw;
    }
}

.contact-form .form-floating .form-control{
    /*background: #111111; alterar md dark*/
    background: #ffffff;
    /*color: white; alterar md dark*/
    color: #212529;
    border: 1px solid #212529;
    
}

.contact-form .form-floating textarea {
    height: 80px;

}

.form-floating label{
    /*color: white; alterar dark*/
    color: #212529;
}

.contact-form .form-check, .contact-form .form-send{
    display: flex;
    justify-content: center;
    justify-items: center;
}

.contact-form .form-check{
    
    color: white;
    font-size: 18px;
}

.contact-form .form-check label{
    padding: 0 7.5px;
    color: #212529;
}

.contact-form .send-button{
    font-size: 20px;
    width: 130px;
    border-radius: 30px;
    font-style: bold;
}

.row-cards-contact{
    margin: 0 auto;
}

.container .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.card{
    border: 2.5px solid #0d6efd;
    border-radius: 25px;
}


.card-contact{
    display: flex;
    
}

.card .img-card{
    width: 50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 2.75px solid white;

}

.card{
    overflow: hidden;

}


.card .img-card{
    
    width: 250px;
    height: 100%;
    -webkit-transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    
    
}


.card .img-card:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-bottom: 3px solid #0d6efd;
    

    
}






/* footer css */

/*footer{
    background: black/*#0d6efd;*/

   /*
}*/
/*
footer .footer-logo{
    width: 150px;
    
}


footer p{
    margin: 0;
    padding: 0;
}*/

#myFooter{
    padding-top: 32px;
    background: #212529;
}

#myFooter .container{
    text-align: center;
}

#myFooter .footer-logo{
    width: 20%;
    margin-bottom: 25px;
}
#myFooter .footer-copyright{
    margin-bottom: 35px;
    text-align: center;
    color: #777;
}

#myFooter ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 18px;
}

#myFooter a{
    color: #dfdfdf;
    text-decoration: none;
    text-transform: uppercase;
}

#myFooter li{
    /*display: inline-block;*/
    margin: 0px 15px;
    line-height: 2;
}

#myFooter .footer-social{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #212529;
}

#myFooter svg{
    font-size: 36px;
    margin-right: 15px;
    margin-left: 20px;
    /*background-color: white;*/
    color: white;/*#292828;
    border-radius: 51%;*/
    padding: 10px;
    
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 43px;
    text-decoration: none;
    transition: color 0.2s;


}


#myFooter .bi-whatsapp:hover{
    /*color: #2b55ff;*/
    color: rgb(0, 199, 0);

 }
 
 #myFooter .bi-whatsapp:focus{
    /*color: #2b55ff;*/     
    color: rgb(0, 199, 0);

 }
 
 #myFooter .bi-instagram:hover{
    color: rgba(236, 0, 165, 0.925);
 }
 
 #myFooter .bi-instagram:focus{
    color: rgba(236, 0, 165, 0.925);
 }
 
 #myFooter .bi-facebook:hover{
    color: #2b55ff;
 }
 
 #myFooter .bi-facebook:focus{
    color: #2b55ff;
 }
 
 #myFooter .fa-twitter:hover{
     color: #00aced;
 
 }
 
 #myFooter .fa-twitter:focus{
     color:#00aced;
 }
 