/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     background: #fff;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     color: #fff;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     margin: 0;
     overflow-x: hidden !important; 
}


.container {
     max-width: 1172px;
}

.ro{
    margin-left:100px ;
}

 
 .links{
     margin-right: -15px ;
 }
 
.relatos-image {
     max-width: 500px;
     height: auto;
     padding-left: 60px;
     margin-right: -60px;
 }



a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     transition: all .3s ease-in-out;
}

aa {
     color: #ca8971;
     width: 40px;
     height: 40px;
     float: left;
     text-align: center;
     line-height: 40px;
     border-radius: 100%;
     font-size: 22px;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     line-height: normal;
     color: #fff;
     margin: 0;
}

h1 {
     font-size: 24px;
     font-family: 'Raleway', sans-serif;
     
}

h2 {
     font-size: 30px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px;
}

h5 {
     font-size: 14px;
}

h6 {
     font-size: 13px;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 15px;
     line-height: 24px;
}

img {
     max-width: 100%;
     height: auto;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 50%;
     float: left;
     margin: 0;
     padding: 0;
     margin-left: 240px;
}

/*-- header area --*/

.navigation.navbar {
     float: right;
     padding-top: 12px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     margin: 0 23px;
     color: #030000;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     padding: 0 0 3px 0;
     position: relative;
}

/*--.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fbca47;
     border-bottom: #fbca47 solid 1px;
}--*/

.nav-link.btn {
     display: inline-block;
     align-items: center;
     justify-content: center;
     padding: 10px 20px; 
     font-weight: 500;
     color: #fff;
     background-color: #022626;
     border: none;
     border-radius: 40px;
     cursor: pointer;
     transition: ease-in all 0.5s;
     max-width: 217px;
     width: 190px;
     height: 30px;
     margin-top: -16px !important;
     margin-bottom: -10px !important;
     line-height: 1.5;
 }
 
 .nav-link.btn i {
     margin-right: 8px; /* Space between icon and text */
 }
 

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #ca8971;
     border-bottom: #ca8971 solid 1px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.le_co i {
     color: #ca8971 !important;
}

.white_bg {
     background: #fff;
     border-radius: 10px;
     opacity: 10;
     padding: 20px 15px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     color: #fff;
     line-height: 40px;
}

.divider {
     border-top: 1px solid #dcdcdc;
     margin: 20px 0;
}

.specialties {
     display: flex;
     justify-content: center;
}

.specialtiesrow {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     margin-right: 0;
}

.specialties h2 {
     font-size: 20px;
     font-weight: bold;
     color: #022626;
     margin: 0;
     margin-top: 25px;
}

.specialties .row .col img {
     max-width: 40px;
     margin-bottom: 10px;
}

.specialties .row .col p {
     font-size: 14px;
     color: #666;
     margin: 0;
}

.text-md-right {
     text-align: right;
}

.text-center {
     text-align: center;
}

.titlepage {
     text-align: start;
     padding-bottom: 6px;
     margin-left: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #202020;
     line-height: 40px;
     font-weight: normal;
     padding: 27px 20px 20px 0;
}

.titlepage h6 {
     font-size: 40px;
     color: #202020;
     line-height: 40px;
     font-weight: normal;
     padding: 27px 20px 20px 0;
}

.yellow {
     display: flex;
     color: #022626;
     font-size: 60px;
     line-height: 50px;
     font-weight: bold;
}
.titlepage p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
}

/** services section **/

.services {
     background: #fff;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 70px 0 60px 0;
     margin-top: -60px;
}

.services .titlepage {
     text-align: left;
}

.services .titlepage h2 {
     color: #022626;
}
.services .atuacao h2 {
     color: #022626;
     margin-left: 76px;
}
.col-md-teste-imagem {
     flex: 0 0 40%;
     max-width: 40%;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 2;
     object-fit: cover;
}

.col-md-teste {
     flex: 0 0 60%;
     max-width: 60%;
     z-index: 10;
     object-fit: scale-down;
}

.col-00 {
     display: flex;
     justify-content: center;
}

.col-01 {
     position: absolute;
     right: 0;
     padding-left: 70%;
}

.col-md-00 {
     justify-self: left;
     position: absolute;
     min-width: auto;
     display: flow;
     z-index: 10;
     left: -200px;
     padding-left: 22%;
     padding-right: 13%;
}
.md-0 {
     padding-left: 30px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-evenly;
}

.rowteste {
     display: flex;
     flex-wrap: wrap;
     margin-right: 60px;
     margin-left: -200px;

}

.conexoes {
     display: flex;
     justify-content: center;
 }


.rowtextheader {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }

 .services_main {
     text-align: center;
     margin-top: 30px;
     margin-bottom: 30px;
     padding: 20px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     border-radius: 5px;
     background-color: #fff;
     height: 80%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     object-fit: scale-down;
}


.services_main img.ho {
     margin-bottom: 20px;
}

.services_main .ho {
     width: 100px;
     height: 100px;
     object-fit: cover;
     margin: 0 auto;
}

.services_main_atuacao .ho {
     height: 100px;
     object-fit: cover;
     margin: 0 auto;
}


.services_main h3 {
     color: #022626;
     font-size: 30px;
     line-height: 25px;
     font-weight: bold;
     padding-bottom: 10px;
     padding-top: 30px;
     transition: ease-in all 0.5s;
}

.services_main p {
     font-size: 17px;
     line-height: 30px;
     color: #022626;
     margin-bottom: 30px;
     flex-grow: 1;
}

.learn-more strong {
     font-weight: bold; /* Aplica negrito ao texto */
 }
 


.custom-container-service {
     margin-left: 0 !important;
     margin-right: 0 !important;
}

/** conexões virtuais section **/

.custom-container-conexoes {
     margin-left: 0 !important;
     margin-right: 0 !important;
}


.col-md-2-conexoes {
     max-width: 40%;
     display: flex;
     z-index: 1;
     position: relative;
     margin-left: -6%;
}

.col-md-10-conexoes {
     flex: 0 0 60%;
     max-width: 60%;
     z-index: 2;
     position: relative;
     margin-left: -6%;
}

.col-md-10-header {
     flex: 0 0 60%;
     max-width: 60%;
     z-index: 2;
     position: relative;
     margin-left: -6%;
}

.service-text {
     text-align: center; 
     margin-top: 10px; 
     font-size: 24px; 
     color: #333;
 }
 

.text-section-header {
     padding: 40px;
     max-width: 400px;
}

.text-section-familia {
     max-width: 550px;
 }

 .text-section-familia h1 {
     font-size: 24px;
     color: #333;
}

.text-section-familia h2 {
     font-size: 32px;
     color: #333;
     margin-top: 10px;
}

.text-section-familia h3 {
     font-size: 24px;
     color: #ca8971;
}

.text-section-familia h4 {
     font-size: 50px;
     color: #fff;
     font-weight: bold;
     margin-top: 10px;
}

.text-section-familia h5 {
     font-size: 24px;
     color: #fff;
     margin-top: 10px;
}

.text-section-familia h6 {
     font-size: 32px;
     color: #fff;
     margin-top: 10px;
}


.text-section-familia p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
}

.text-section-familia .first-paragraph {
     font-size: 16px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
 }
 
.text-section-familia .second-paragraph {
     font-size: 18px;
     color: #fff;
     margin-top: 20px;
     line-height: 1.5;
 } 


.text-section-familia button {
     margin-top: 20px;
    padding: 13px 50px;
    font-size: 18px;
    font-weight: 700;
    color: #022626;
    background-color: #fff;
    border: none;
    border-radius: 65px;
    cursor: pointer;
}

.text-section-sobmedida {
     max-width: 10000px;
 }

.text-section-sobmedida h1 {
     font-size: 24px;
     color: #333;
     margin-left: 489px;
 }

 .text-section-sobmedida h2 {
     font-size: 32px;
     color: #333;
     margin-top: 10px;
     margin-left: 500px;
 }

 .text-section-sobmedida p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
 }

 .text-section-facilidade {
     max-width: 10000px;
 }

 .text-section-facilidade h1 {
     font-size: 24px;
     color: #333;
     margin-left: 20px;
 }

 .text-section-facilidade h2 {
     font-size: 32px;
     color: #333;
     margin-top: 10px;
     margin-left: 20px;
 }

 .text-section-facilidade p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
     margin-left: 20px;
 }

 .text-section-desenvolvimento {
     max-width: 700px;
 }

 .text-section-desenvolvimento h1 {
     font-size: 24px;
     color: #333;
 }

 .text-section-desenvolvimento h2 {
     font-size: 32px;
     color: #333;
     margin-top: 10px;
 }

 .text-section-desenvolvimento p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
 }

.text-section-header h1 {
     font-size: 24px;
     color: #333;
}

.text-section-header h2 {
     font-size: 32px;
     color: #333;
     margin-top: 10px;
}

.text-section-header h3 {
     font-size: 24px;
     color: #ca8971;
}

.text-section-header h4 {
     font-size: 50px;
     color: #fff;
     font-weight: bold;
     margin-top: 10px;
}

.text-section-header h5 {
     font-size: 24px;
     color: #fff;
     margin-top: 10px;
}

.text-section-header h6 {
     font-size: 32px;
     color: #fff;
     margin-top: 10px;
}


.text-section-header p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
}

.text-section-header .first-paragraph {
     font-size: 16px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
 }
 
.text-section-header .second-paragraph {
     font-size: 16px;
     color: #fff;
     margin-top: 20px;
     line-height: 1.5;
 } 


.text-section-header button {
     margin-top: 20px;
     padding: 10px 20px;
     font-size: 16px;
     color: #022626;
     background-color: #fff;
     border: none;
     border-radius: 5px;
     cursor: pointer;
}

.text-section {
     max-width: 400px;
}

.text-section h1 {
     font-size: 24px;
     color: #333;
}

.text-section h2 {
     font-size: 32px;
     color: #333;
     margin-top: 10px;
}

.text-section h3 {
     font-size: 24px;
     color: #ca8971;
}

.text-section h4 {
     font-size: 50px;
     color: #fff;
     font-weight: bold;
     margin-top: 10px;
}

.text-section h5 {
     font-size: 24px;
     color: #fff;
     margin-top: 10px;
}

.text-section h6 {
     font-size: 32px;
     color: #fff;
     margin-top: 10px;
}


.text-section p {
     font-size: 20px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
}

.text-section .first-paragraph {
     font-size: 16px;
     color: #022626;
     margin-top: 20px;
     line-height: 1.5;
 }
 
 .text-section .second-paragraph {
     font-size: 16px;
     color: #fff;
     margin-top: 20px;
     line-height: 1.5;
 } 


.text-section button {
     margin-top: 20px;
     padding: 10px 20px;
     font-size: 16px;
     color: #022626;
     background-color: #fff;
     border: none;
     border-radius: 5px;
     cursor: pointer;
}

.second-button {
     margin-top: 20px;
     padding: 10px 20px;
     margin-left: 20px;
     font-size: 16px;
     color: #fff;
     background-color: #022626;
     border: none;
     border-radius: 50px;
     cursor: pointer;
}

/** ecos de mudança section **/

.quote {
     display: none; /* Esconde todas as citações por padrão */
     background-color: #f9f9f9;
     padding: 20px;
     border-radius: 10px;
     margin-top: 20px;
     position: relative;
     text-align: center;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     max-width: 90%;
     margin: 20px auto;
 }
 
 .quote.active {
     display: block; /* Mostra a citação ativa */
 }
 

.quote:before {
     content: "“";
     font-size: 4em;
     color: #ca8971;
     position: absolute;
     top: -20px;
     left: 20px;
}

.quote:after {
     content: "”";
     font-size: 4em;
     color: #ca8971;
     position: absolute;
     bottom: -40px;
     right: 2px;
}

.quote p {
     font-size: 18px;
     color: #333;
     line-height: 1.5;
     margin: 0;
}

.navigation {
     text-align: center;
     margin-top: 20px;
}

.navigation button {
     background-color: #ca8971;
     color: #fff;
     border: none;
     padding: 10px 20px;
     margin: 0 5px;
     border-radius: 5px;
     cursor: pointer;
}

/** contact section **/

.contact {
     position: relative;
     padding-top: 70px;
     background: #fff;
 }

 .contac_form .contac_control {
     padding: 0 30px;
     margin-bottom: 14px;
     width: 130%;
     height: 57px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     border: #ccc8da solid 1px;
     border-radius: 10px;
}

.image-container {
     position: absolute;
     bottom: -150px;
     right: 0;
     z-index: 2;
}

.custom-container-contact {
     margin-left: 0 !important;
     margin-right: 0 !important;
     display: flex;
     justify-content: flex-end;
}

.row-01{
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 0px;
     margin-left: -40px ;
     margin-right: 60px;
}

.row-contact {
     display: flex;
     flex-wrap: wrap;
     margin-right: -150px;
     margin-left: 400px;
     position: relative;
}

.col-md-2-contact {
     flex: 0 0 40%;
     max-width: 40%;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 1;
     position: relative;
     margin-left: -6%;
}

.col-md-10-contact {
     flex: 0 0 60%;
     max-width: 60%;
     z-index: 2;
     position: relative;
     margin-left: -6%;
}

.contac_form .textarea {
     padding: 0 30px;
     margin-bottom: 10px;
     width: 130%;
     background: transparent;
     color: #ccc8da;
     font-size: 18px;
     font-weight: normal;
     border: #ccc8da solid 1px;
     height: 150px;
     padding-top: 60px;
     border-radius: 10px;
}

.contac_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #022626;
     color: #fff;
     padding: 5px 0px;
     border-radius: 20px;
     width: 130%;
     display: block;
     margin-top: 7px !important;
     font-weight: 500;
     margin: 0 auto;
}

#contac_form *::placeholder {
     color: #cecece;
     opacity: 1;
}

.contact-photo {
     width: 300px; /* Defina a largura que melhor se adapta ao seu layout */
     height: auto;
}

/** footer **/

.footer {
    position: relative;
    background-color: #022626;
    text-align: center;
    padding-top: 90px;
    z-index: 1;
    margin-top: 650px;
}

.custom-container-footer {
     margin-left: 0 !important;
     margin-right: 0 !important;
}

.row-footer {
     display: flex;
     flex-wrap: wrap;
     margin-right: -150px;
     margin-left: 400px;
     position: relative;
}

.logo2 {
     float: left;
     padding-bottom: 15px;
     max-width: 75%;
     padding-top:15px;
}

.footer h3 {
     color: #fff;
     font-weight: 400;
     font-size: 30px;
     line-height: 40px;
     text-align: left;
     margin-bottom: 19px;
     margin-top: 9px;
     text-transform: uppercase;
}

ul.location_icon li {
     font-size: 18px;
     line-height: 30px;
     color: #fff;
     text-align: left;
     padding-bottom: 26px;
     float: left;
     display: flex;
     align-items: center;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 16px;
     float: left;
}

ul.location_icon li a:hover {
     color: #ca8971;
}

.follow {
     text-align: left;
}

.follow p {
     color: #fff;
     font-size: 17px;
     display: inline-block;
}

ul.social_icon {
     padding-top: 20px;
     float: left;
}

ul.social_icon li {
     float: left;
     height: 60px;
     padding-right: 7px;
}

ul.social_icon li:last-child {
     padding-right: 0px;
}

ul.social_icon li a {
     color: #ca8971;
     width: 40px;
     height: 40px;
     background: #fff;
     float: left;
     text-align: center;
     line-height: 40px;
     border-radius: 100%;
     font-size: 22px;
}

ul.social_icon li a:hover {
     background: #ca8971;
     color: #000;
}

.copyright {
     margin-top: 70px;
     padding: 0px 0px 50px 80px;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: left;
     padding-top: 25px;
     margin-left: 2px;
}

