.my-border {
    /* border: solid 2px darkorange; */
}

p {
    padding: 0px 0px;
}

hr { background-color: #707070; height: 1px; border: 0; }

a { 
    color:#FFFFFF;
    text-decoration: none; 
}
a:hover { color:#5F5F5F; }

@font-face {
    font-family: 'MyWebFont';
    src: url('../fonts/itcavantgardestd-bk.otf') format('truetype');
}

#test-section-container{
    background-image: url("../images/ryoji-hayasaka-gkbAYJIMVDA-unsplash\ greenish.jpg");
    background-size: cover;
    background-attachment: fixed;
}

#second-main-image{
    background-image: url("../images/ryoji-hayasaka-gkbAYJIMVDA-unsplash.jpg");
    background-size: cover;
}

.my-input-style {
    height: 30px;
    width: 674px;
}

.my_scroll_div {
    overflow:scroll;
    overflow-x:hidden;
}

.removeScroll {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.removeScroll::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}


.services-container h5 {
    font-size: 18px;
}

.services-container p {
    font-size: 16px;
}

footer{
    background-color: #5F5F5F;
}

textarea{
    border: 0.3px solid #707070;
    width: 100%; 
    height: 200px; 
    width: 812px; 
    resize: none;
}

input {
    border: none;
    border: 0.3px solid #707070;
}

input:focus-visible {
	outline-color: #2BC1B6;
}

.my-titles-input{
    color: #000000;
    font-size: 18px;
	margin-bottom: 36px;
}

.contact-form .row{
	margin-bottom: 16px;
}
#dados-container p {
    font-size: 16px;
}

.form-label-1{
    font-size: 18px;
}

.v-button {
    background-color: #F5F5F5;
    border: solid 2px #29C2B6;
    color: #29C2B6;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    height: fit-content;
}

.v-button:hover{
    background-color: #29C2B6;
    color: #F5F5F5;
}

.form-button {
    background-color: #29C2B6;
    border: none;
    color: #F5F5F5;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    width: 121px;
}

.form-button:hover{
	background-color: #5F5F5F;
}


#ul-custom-1 {
    list-style: none;
    /* Remove default bullets */
}

#ul-custom-1>li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #27AAA0;
    /* Change the color */
    font-weight: bold;
    font-size: 24px;
	/* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
	
}

.top-info {
    /*d-flex flex-row justify-content-evenly align-items-center*/
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 20px;
}

li {
    padding: 0px;
}

.BEF-text {
    font-size: 65px;
    color: white;
}

.GDR-text {
    font-size: 26px;
    color: white;
}

#servicos-text{
    font-size: 16px;
}

.circle1 {
    background-color: #F5F5F5;
    height: 140px;
    width: 140px;
}

#main-img {
    margin-top: 300px;
    width: 1500px;
    filter: sepia(100%) saturate(200%) brightness(70%) hue-rotate(130deg);
}

.my_scroll_div{
    overflow-y: auto;
    max-height: 100%;
}

.form-element {
    width: fit-content;
    max-width: 812px;
}

.sub-input-field {
    height: 30px;
    width: 122px;
}

.main-img2 {
    max-height: 700px;
    filter: sepia(100%) saturate(200%) brightness(70%) hue-rotate(130deg);
}

body {
    font-family: 'MyWebFont';
    scroll-behavior: smooth;
}

h1 {
    white-space: nowrap;
}

.img-logo {
    width: 359px;
}

.servicos-img {
    width: 120px;
    top: -22px;
    left: 20px;
}

.dados-img {
    width: 50%;
    top: 12px;
    left: 25px;
}

header {
    background-color: #29C2B6;
    color: white;
    font-size: 14px;
}

body {
    /* height: fit-content; */
    height: 2000px;
    color: #5F5F5F;
}

.products-container div {
    width: 200px;
    word-wrap: break-word;
    margin-right: 15px;
}


#main-title {
    font-size: 25px;
}


#main-img-div {
    height: 600px;
}

/*
#main-img-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(47, 206, 197, 0.3);
}
*/


.vantagens-img {
    width: 100%;
}

.vantagens-img-div {
    height: 700px;
}

footer {
    color: #fff;
    background-color: #5F5F5F;
}

footer a:hover{
	color: #29C2B6;
}

.roupa-item div {
    color: black;

}

.last-label {
    font-size: 10px;
}

/* #phone{
    background-color: forestgreen;
}

#help{
    background-color: darkcyan;
} */


.form-check-input:checked{
  background-color: #29C2B6;
  border-color: #29C2B6;
}

.form-check-input:focus{
	box-shadow: none;
	border-color: #29C2B6;
}

.img-thumbnail{
	border: none;
}