html, body {
    color: #333;
} 

#lg-outer { 
    background-color: rgba(0,0,0,0.7);
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

ul {
    padding-left: 25px;
}

li {
    list-style: disc;
}
 
body {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    color: #023C51;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 20px 0;
}
 
h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
} 

h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover { 
    color: inherit;
}

b {
    font-weight: bold;
}

p {
    margin: 12px 0;
}

.menu a {
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid transparent;
    border: 2px solid transparent;
    padding: 19px 13px 19px;
}

.menu a:hover:not(.selected) { 
    background-color: #ffffff33;
} 
.menu a.selected {
    background-color: #ffffff33;
}

input, select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9; 
    color: #333333;
    font-size: 14px;
    border-radius: 2px;
    font-family: Poppins;
    height: 28px;
}

.inputtext {
    padding: 6px 10px; 
    resize: none;
    transition: all 0.5s ease-in-out 0s;
    width: 100%; 
    margin-bottom: 7px;
    font-family: Poppins;
}

.inputtext option {
    
}

.inputtext:focus {
    background-color: rgba(30, 45, 111, 0.14);
    border: 1px solid #1a3bdc;
    box-shadow: 0 0 3px rgba(30, 45, 111, 0.14);
}



.box {
    position: relative;
    width: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1*/
}

.ratio2_1:before {
    padding-top: 50%;
}

.ratio1_2:before {
    padding-top: 200%;
}

.ratio4_3:before {
    padding-top: 75%;
} 

.ratio16_9:before {
    padding-top: 56.25%;
}

.btChangeBg .mainBt {
    background-color: #F2BB3A !important;
}

.button-outline, .button-outline:hover{
    border: 1px solid #FFFFFF;
    border-radius: 19px;
    font-size: 13px;
    padding: 8px 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:  all 0.2s;
}

.button-outline svg{
    transition:  all 0.2s;
    fill: white; 
}


/* .button-outline:hover{
    background:white;
   transform: scale(1.1);
    color: black; 
    transition:  all 0.2s;
} */

.button-outline:hover svg{
    transition:  all 0.2s;
    fill: #038318; 
}



.list-quality{
    display: flex;
    flex-flow: wrap;
}
.list-quality li{
    background: #5a5f643b;
    backdrop-filter: blur(10px);
    list-style: none;
    display: block;
    padding: 14px 20px;
    border-radius: 20px;
    margin: 10px;
    width: 45%;
    border:1px solid rgb(255 255 255 / 10%)
}

.spline-banner{
    position: relative;
    height: 500px;
}
.hide-spline{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 57px;
    background-color: black;
    z-index: 100;
}

.text-spline {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: auto;
    color: white;
    display: block;
    z-index: 199;
    bottom: 33px;
    text-align: center;
    width: 100%;
}

ul.card-servicos{
    display: flex;
}
ul.card-servicos li{
    height: 680px;
    width: calc(100% / 3);
    list-style: none;
    margin: auto;
    color: #ffffff;
    background: #383838;
    border: 1px solid #4B4B4B;
    font-size: 17px;

}
#lightgallery{
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
}

#lightgallery a{
    display: block;
    padding: 0;
    margin: 5px;
    width: 210px;
    height:200px;
    border: 1px solid rgb(255 255 255 / 10%);
    overflow: hidden;
}
#lightgallery img{
    width: 100%;

}
    