@import url('../font/font-awesome/css/all.min.css');


@import url('boot.css');

@import url('../plugins/bootstrap/css/bootstrap.min.css');





@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



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

a {
  transition: all 0.3s ease;
}

button {
    transition: all 0.3s ease;
}

button:focus, input:focus, select:focus {
    outline: none !important;
  box-shadow: none !important;
}


html{

    font-size: 15px;

    width: 100%;

    height: 100%;

    scroll-behavior: smooth;

    position: relative;

    background: transparent;



}
html:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    background: url("../img/dashboard.jpg") center center no-repeat;
    background-size: cover;
}

html:after{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;    
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    backdrop-filter: blur(5px);
}


p, ul li {
    font-family: 'Inter', sans-serif;
    /*font-size: var( --font-normal) !important;
    line-height: 1.6;*/
    font-weight: var(--weight-normal); 
}




:target {

    scroll-margin-top: 78px !important;

}



body{

    background-color: transparent;

    color: #353535;

   font-family: "Poppins", sans-serif;

    font-size: 1rem;

    line-height: 1.2rem;

    height: 100%;

    font-weight: 300 !important;

    z-index: 0;

    position: relative;

}



h1, h2, h3, h4, h5, h6{

    font-family: "Poppins", sans-serif;

}



/*REMOVE AS MARGINS NO MOBILE*/

@media (max-width: 576px) {

    .mobile-no-margin {

        margin-right: -1rem !important;

        margin-left: -1rem !important;

        border-radius: 0px !important;

        border-left: 0px !important;

        border-right: 0px !important;

    }

}





.max-line-3 {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

/*Separando fonte de titulo e texto*/
    font-family: 'Inter';
    line-height: 1.4em;
/*Fim Separando fonte de titulo e texto*/

}

.max-line-2 {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    /*Separando fonte de titulo e texto*/
    font-family: 'Inter';
    line-height: 1.4em;
/*Fim Separando fonte de titulo e texto*/

}

.max-line-1 {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    /*Separando fonte de titulo e texto*/
    font-family: 'Inter';
    line-height: 1.4em;
/*Fim Separando fonte de titulo e texto*/

}



.galeria-fotos-pinterest .fotos {

}
