/* Reset Css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* color: var(--main-text-color); */
    text-decoration: none;
    scroll-behavior: smooth;
}

*::selection {
    color: white;
    background-color: var(--btn-bg-color);
}

:root {
    --main-bg-color: #161F2C;
    --btn-bg-color: #F5821F;
    --main-text-color: lightgray;
    --main-nav-bg-color: rgb(0, 0, 0);
    --main-font-family: 'Poppins', sans-serif;
    --secondary-font-family: 'Open Sans', sans-serif;
    --secondary-text-color: #6c757d;
}


/* Header */

.connect-nav {
    background-color: var(--main-nav-bg-color);
}

.top-nav {
    width: 85%;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main-text-color);
}

.contact-detail {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
}

.contact-detail h2 {
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
}

.top-nav-icons abbr {
    margin: 0px 8px;
}

nav {
    background-color: var(--main-bg-color);
    width: 100%;
    color: var(--main-text-color);
}

.main-navbar {
    width: 85%;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: var(--main-text-color);
}

#logo h1 {
    font-size: 35px;
}

#logo h1 span {
    color: var(--btn-bg-color);
}

#navigation ul li {
    display: inline-block;
    padding: 0px 14px;
    font-size: 15.3px;
    transition: 0.3s;
    font-weight: 500;
    color: var(--main-text-color);
}

#navigation ul li:hover {
    color: var(--btn-bg-color);
}

#navigation ul .active {
    color: var(--btn-bg-color);
}

#menu {
    display: none;
    background-color: transparent; /* Make the menu transparent */
}


/* /Header */


/* Banner */

#banner-slider {
    background-image: url("../images/intro/background-new.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    width: 100%;
    height: 95vh;
    opacity: 99%;
    position: relative;
    background-color: rgb(228, 234, 235);

    animation: change 30s infinite ease-in-out;
}


/*@keyframes change{
    0%
    {
        background-image: url(../images/intro/banner-1-new8.png);
    }
    30%
    {
        background-image: url(../images/intro/banner-1-new4.png);
    }
    60%
    {
        background-image: url(../images/intro/banner-1-new5.png);
    }
    90%
    {
        background-image: url(../images/intro/banner-1-new7.png);
    }
    100%
    {
        background-image: url(../images/intro/banner-1-new8.png);
    }
}
    */


    /*parte antiga*/
.banner-text {
    position: absolute;
    top: 39%;
    transform: translateY(-48%);
    left: 8%; 
}

.banner-text h1 {
    font-size: 46px;
    /*color: var(--main-bg-color);*/
    color: white;
    text-shadow: 5px 4px  black;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    
}

.banner-text p {
    font-size: 19px;
    /*color: var(--main-nav-bg-color);*/
    color: white;
    text-shadow: 3px 3px black;
    font-weight: 550;
    margin: auto; /*12px 0px 10px 0px;*/
}

.banner-text .btn {
    padding: 5px 24px;
}

.btn {
    background-color: var(--btn-bg-color);
    color: white;
    border: 0;
    outline: 0;
    padding: 6px 19px;
    font-size: 16px;
    margin: 12px 0px 0px 0px;
    border-radius: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    letter-spacing: 1.2px;
}


/* /Banner*/

.containernew {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#solution-sectionnew {
    flex: 1;
    padding: 20px;
}

.video-containernew {
    flex: 1;
    padding: 20px;
    aspect-ratio: 16 / 9;
}

.video-containernew iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Services */

#services {
    width: 100%;
}

.services {
    display: grid;
    width: 85%;
    margin: auto;
    padding: 50px 0px 12px 0px;
    color: var(--main-bg-color);
}

.service-text {
    padding: 10px 0px;
    text-align: center;
    color: gray;
}

.service-text h1 h2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--main-text-color);
}

.service-text p {
    font-size: 18px;
    margin-bottom: 8px;
    color: #6c757d;
}

.service-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.service-box {
    width: 31%;
    height: fit-content;
    min-height: 480px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 40px 12px;
    margin: 48px auto 40px auto;
    border-radius: 10px;
    background-color: #eceff2;
    box-shadow: 5px 5px var(--main-text-color);
    
}

.service-box2 {
    width: 30%;
    height: fit-content;
    min-height: 500px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 40px 12px;
    margin: 48px auto 40px auto;
    border-radius: 10px;
    background-color: #eceff2;
    box-shadow: 5px 5px var(--main-text-color);
}

.service-box3 {
    width: 45%;
    height: fit-content;
    min-height: 450px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 40px 12px;
    margin: 48px auto 40px auto;
    border-radius: 10px;
    background-color: #eceff2;
    box-shadow: 5px 5px var(--main-text-color);
}

.icon {
    margin: 10px 0px;
}

.icon img {
    width: 90px;
}

.service-box h3 {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 14px;
    color: black;
    font-weight: 500;
}

.service-box2 h3 {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 14px;
    color: black;
    font-weight: 500;
}

.service-box3 h3 {
    font-size: 1.2rem;
    margin-top: 7px;
    margin-bottom: 14px;
    color: black;
    font-weight: 500;
}

.service-box p {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #6c757d !important;
    font-weight: 300;
}

.service-box2 p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #6c757d !important;
    font-weight: 300;
}

.service-box3 p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #6c757d !important;
    font-weight: 300;
}

.service-box .btn {
    margin-bottom: 2px;
    margin-top: 22px;
}


/* /Services */


/* Solution */

#solution-section {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}

#solution-section h1 {
    font-size: 43px;
    color: var(--main-bg-color);
    padding: 20px 0px 20px 0px;
}

#solution-section p {
    font-size: 16px;
    color: #6c757d;
    padding: 5px 0px 2px 0px;
}

#solution-section .btn {
    margin: 32px auto 10px auto;
    display: block;
}


/* Solution */


/* Consulting */

#Consulting {
    width: 100%;
}

.Consulting-boxes {
    width: 85%;
    margin: auto;
    padding: 95px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Consulting-text {
    width: 50%;
    text-align: center;
}

.con-icon {
    margin: 4px 0px 25px 0px;
}

.con-icon i {
    font-size: 63px;
    color: var(--btn-bg-color);
}

.Consulting-text h1 {
    color: var(--main-bg-color);
    font-size: 33px;
    padding: 20px 0px 8px 0px;
}

.Consulting-text p {
    padding: 10px 0px;
    color: var(--secondary-text-color);
    font-size: 16px;
}

.Consulting-text .btn {
    margin: 20px auto 10px auto;
}

.Consulting-img {
    width: 50%;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
}

.Consulting-img img {
    width: 100%;
    height: auto;
    
}

.Consulting-img2 {
    width: 50%;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-top: 1%;
}

.Consulting-img2 img {
    width: 50%;
    height: auto;
    
}
#consultancy-services {
    background-color: var(--main-bg-color);
    width: 100%;
}

.con-box {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 40px 0px;
}

.con-box h2 {
    font-size: 20px;
    color: white;
    margin: 0px 0px 5px;
    font-weight: 500;
}

.con-box p {
    font-size: 16px;
}


/* /Consulting */


/* Industry leader */

#Industry {
    width: 85%;
    display: flex;
    margin: auto;
    padding: 90px 0px;
    justify-content: center;
    align-items: center;
}

.ind-boxes {
    width: 50%;
}

.ind-boxes h1 {
    font-size: 35px;
    color: var(--main-bg-color);
    padding: 20px 0px 16px 0px;
}

.ind-boxes p {
    font-size: 14px;
    color: var(--secondary-text-color);
    padding: 10px 0px 11px 0px;
    width: 75%;
}

.ind-img {
    width: 50%;
}

.ind-img img {
    width: 100%;
}


/* /Industry leader */


/* Our Clients */

#Our-clients {
    width: 85%;
    margin: auto;
    padding: 41px 0px 95px 0px;
}

#Our-clients h1 {
    text-align: center;
    font-size: 41px;
    color: var(--main-bg-color);
    margin: 20px 0px 38px 0px;
}

.clints-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clints-img img {
    width: 120px;
    filter: grayscale(100%);
    transition: 0.1s;
}

.clints-img img:hover {
    filter: grayscale(0%);
}


/* /Our Clients */


/* footer */

#main-footer {
    background-color: var(--main-bg-color);
    width: 100%;
    padding: 60px 0px;
    color: var(--main-text-color);
}

.footer {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: var(--main-text-color);
}

#f-box h3 a{
    font-size: 20px;
    font-weight: 540;
    color: var(--main-text-color);
}

#f-box ul a{
    margin: 20px 0px;
    color: var(--main-text-color);
}

#f-box ul li {
    list-style: none;
    padding: 12px 0px;
    color: var(--main-text-color);
}

#f-box a:hover {
    text-decoration: underline;
    color: var(--btn-bg-color);
}

.site-links ul li a{
    padding: 10px 0px !important;
    color: var(--main-text-color);
}

.quick-links ul li a {
    padding: 7px 0px !important;
    color: var(--main-text-color);
}

.follow-us i {
    padding: 10px;
    color: white;
    font-size: 16px;
    margin: 14px 0px;
    cursor: pointer;
    transition: 0.1s;
    color: var(--main-text-color);
}

.follow-us i:hover {
    color: var(--btn-bg-color);
}


/* flex class */

.d-flex {
    display: flex;
    align-items: center !important;
    justify-content: center;
    padding: 45px 0px 0px 0px;
    color: var(--main-text-color);
}


/* /flex class */

#credits {
    background-color: rgb(36, 35, 35);
    color: white;
    text-align: center;
    padding: 5px 0px;
    color: var(--main-text-color);
}

#credits h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--main-text-color);
}


/* /footer */


/* ABOUT US CSS */

#about-us {
    width: 100%;
    background-color: #dee2e6;
    padding: 55px 0px;
}

.about-us-text {
    width: 85%;
    margin: auto;
    text-align: center;
}

.about-us-text img{
    width: 25%;
}

.about-us-text h1 {
    font-size: 40px;
    color: var(--main-bg-color);
    padding-bottom: 11px;
}

.about-us-text p {
    font-size: 16px;
    color: var(--secondary-text-color);
}


/* Industry leader */

.indutry-container {
    width: 85%;
    margin: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.industry-text {
    width: 50%;
}

.industry-text h3 {
    color: #F5821F;
    font-size: 16px;
}

.industry-text h1 {
    font-size: 35px;
    color: var(--main-bg-color);
    padding: 15px 0px;
}

.industry-text p {
    font-size: 16px;
    color: var(--secondary-text-color);
    padding: 8px 0;
    width: 80%;
}

.industry-img {
    width: 40%;
    
}

.industry-img img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}


/* /Industry leader */


/* Mission-section */

#mission-section {
    width: 85%;
    margin: auto;
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mission-left-img {
    width: 40%;
}

.left-img {
    width: 350px;
}

.left-img img {
    width: 100%;
    vertical-align: middle;
}

.mission-right-img {
    width: 60%;
}

.right-boxes {
    display: flex;
    align-items: center;
}

.img {
    width: 135px;
    margin: 40px 35px;
}

.img img {
    width: 100%;
}

.right-text h2 {
    color: black;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}

.right-text p {
    font-size: 16px;
    color: var(--secondary-text-color);
    padding: 5px 0px;
}


/* /Mission-section */


/* Our-team */

#our-team {
    width: 85%;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.our-text h1 {
    font-size: 41px;
    color: #014073;
}

.our-text p {
    padding: 10px 0 !important;
    color: var(--secondary-text-color);
    font-size: 16px;
}

.our-team-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container {
    width: 28%;
    margin: 40px 0 20px 0px;
    border: 1px solid rgb(236, 226, 226);
    margin-left: 7px;
    border-radius: 10px;
    transition: 0.5s !important;
    padding: 15px;
}

.img-container:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
}

.img-container img {
    width: 100%;
}

.img-container h3 {
    color: black;
    margin: 8px 0;
    font-weight: 510;
}

.img-container h5 {
    color: var(--btn-bg-color);
    margin: 8px 0;
    font-weight: 510;
}

.img-container img {
    width: 100%;
    border-radius: 10px;
}

.con-p {
    width: 78%;
    margin: auto;
}


/* /Our-team */


/* /ABOUT US CSS */


/* Services CSS */

#products {
    width: 85%;
    margin: auto;
    padding: 40px 0px;
}

.pro-head {
    text-align: center;
}

.pro-head h2 {
    color: var(--main-bg-color);
    font-size: 30px;
    padding-bottom: 15px;
}

.pro-head p {
    color: var(--secondary-text-color);
    font-size: 19px;
}

#product-section {
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin: 95px 0px 60px 0px;
}

.product-box img {
    width: 25%;
    align-items: center;
}

.product-box {
    width: 30%;
    margin: auto;

}

.product-box h4 {
    font-size: 20px;
    align-items: center;
    color: black;
    padding: 20px 0px 10px 0px;
    font-weight: 500;
}

.product-box p {
    font-size: 16px;
    color: var(--secondary-text-color);
    padding: 1px 0px;
    font-weight: 400;
}

.row {
    border-bottom: 1px solid rgb(224, 224, 224);
}

#best-deal {
    width: 100%;
    background-color: var(--main-bg-color);
    padding: 40px 0px;
}

.best-text-area {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.best-text {
    font-size: 20px;
    padding-right: 20px;
    font-weight: 600;
    border-right: 1px solid !important;
    color: #dae0e5;
}

.best-text {
    font-size: 20px;
    padding-right: 20px;
    font-weight: 600;
    border-right: 1px solid !important;
}

.para-text {
    padding-left: 19px;
    color: #dae0e5;
}

.best-text-area button {
    margin-top: 0px !important;
}

#best-section {
    width: 85%;
    padding: 90px 0 20px 0;
    margin: auto;
    text-align: center;
}

#best-section h1 {
    font-size: 43px;
    color: var(--main-bg-color);
    padding: 20px 0px 20px 0px;
}

#best-section p {
    font-size: 16px;
    color: #6c757d;
    padding: 5px 0px 2px 0px;
}


/* /Services CSS */


/* Blog-Css */

#blog-body {
    width: 85%;
    margin: auto;
    padding: 60px 0px;
    display: flex;
}


/* side-one */

.blog-body-side-one {
    width: 70%;
    margin-right: 30px;
    padding: 0px 2px;
}

.blog-text h1 {
    color: black;
    padding: 20px 0 15px 0;
    font-size: 27px;
    font-weight: 500;
    transition: 0.2s;
    cursor: pointer;
}

.blog-text h1:hover {
    color: var(--btn-bg-color);
}

.front {
    font-size: 13px;
    margin-left: 10px;
    background-color: rgb(238, 238, 238);
    border-radius: 25px;
    color: var(--secondary-text-color);
    padding: 8px 30px;
}

.date {
    font-size: 13px;
    color: var(--secondary-text-color);
    margin-left: 20px;
    font-style: italic;
}

.blog-text p {
    font-size: 16px;
    color: rgb(27, 27, 27);
    font-weight: 400;
    padding: 20px 0;
    line-height: 28px;
    border-bottom: 1px dotted lightgray;
}

.blog-two {
    margin: 45px 0px;
}

.blog-img img {
    border-radius: 4px;
    width: 100%;
}


/* pages-option */

.pages-option {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    align-items: center;
}

.pages-change {
    display: flex;
    align-items: center;
}

.pages-change h6 {
    font-size: 18px;
    color: var(--btn-bg-color);
    font-weight: 400;
}

.pages-change div {
    padding: 3px 12px;
    border: 1px solid rgb(223, 222, 222);
    font-size: 16px;
    cursor: pointer;
}

.pages-change div:hover {
    background-color: rgb(238, 238, 238);
}

.active-num {
    background: #f7b670 !important;
    color: white;
}

.active-num h6 {
    color: white;
}

.pre h5 {
    padding: 1px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--btn-bg-color);
}

.num h5 {
    padding: 1px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--btn-bg-color);
}

.pages-numbers h4 {
    font-size: 13px;
    color: rgb(31, 31, 31);
    font-weight: 400;
}


/* side-two */

.blog-body-side-two {
    width: 30%;
    padding: 0px 2px;
}

.blog-search input {
    width: 100%;
    padding: 6.4px 12px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid lightgray;
    border-radius: 4px;
    outline: 0;
    color: black;
    transition: 0.6s;
}

.blog-search input::placeholder {
    color: var(--secondary-text-color);
}

.blog-search input:focus {
    border-color: #f7b670;
    outline: 0;
    box-shadow: 0 0 1px .5px #f7b670;
}

.categories {
    margin-left: 2px;
}

.categories h3 {
    color: black;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}

.catogries-option {
    margin: 4px 0px 8px 0px;
}

.option-name {
    padding: 13px 20px;
    border: 1px solid lightgray;
    transition: 0.2s;
    cursor: pointer;
}

.option-name:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.option-name:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.option-name:hover {
    background-color: #dae0e5!important;
}

.option-name span {
    color: #ff9d34;
}

.latest-post {
    margin-top: 27px;
}

.latest-post>h3 {
    color: black;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}

.latest {
    display: flex;
    align-items: center;
    padding: 22px 0px 22px 17px;
}

.latest-post-img img {
    width: auto;
    border-radius: 4px;
}

.latest-text {
    margin-left: 20px;
}

.latest-text h3 {
    color: #ff9d34;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px 7px 0px;
}

.latest-text h5 {
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: 480;
}


/* /Blog-Css */


/* Contact Css */

#contact-icon {
    width: 85%;
    margin: auto;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.con-para {
    text-align: center;
    width: 70%;
    margin: auto;
    color: var(--secondary-text-color);
    font-size: 16px;
}

.icon-contact {
    margin: 70px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.messege-icon i {
    background: #ebebeb;
    padding: 32px;
    border-radius: 50%;
    color: var(--btn-bg-color);
    font-size: 34px;
    margin-bottom: 15px;
}

.messege-icon h3 {
    line-height: 1.6;
    font-weight: 500;
    color: black;
    margin-bottom: 8px;
}

.messege-icon p {
    color: black;
}

#contact-form {
    width: 85%;
    margin: auto;
    padding: 3rem 0px;
    text-align: center;
}

#contact-form h1 {
    color: var(--main-bg-color);
    font-size: 35px;
    padding-bottom: 20px;
}

#contact-form p {
    color: var(--secondary-text-color);
    font-size: 16px;
}

.contact-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0;
}

.map {
    width: 42%;
}

.map iframe {
    /*filter: invert(100%);*/
    height: 400px;
    border-radius: 3px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* input[type=number] {
    -moz-appearance: textfield;
}*/

.form {
    width: 56%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.form-input {
    margin: 10px 0px;
    padding: 10px;
}

.form-input input {
    padding: 10px 8px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid lightgray;
    font-size: 15px;
    color: black;
}

.form-input textarea {
    padding: 10px 8px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid lightgray;
    color: black;
}

.form-input input::placeholder {
    color: var(--secondary-text-color);
}

.form-input input:focus {
    border-color: #f7b670;
    outline: 0;
    box-shadow: 0 0 1px .5px #f7b670;
}

.form-input textarea::placeholder {
    color: var(--secondary-text-color);
}

.form-input textarea:focus {
    border-color: #f7b670;
    outline: 0;
    box-shadow: 0 0 1px .5px #f7b670;
}

.btn-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 8px;
}

.btn-div .btn {
    padding: 8px 14px !important;
    border-radius: 30px;
    font-size: 15px;
}

.product-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-box img {
    width: 60%; /* Ajuste a largura da imagem conforme necessário */
    height: auto; /* Mantém a proporção da imagem */
}

.product-box h4 {
    margin-top: 10px; /* Espaço acima do título */
}

.product-box p {
    margin-top: 5px; /* Espaço acima do parágrafo */
}

.responsive-logo {
    max-width: 50%; /* Faz a imagem nunca ser maior que o contêiner */
    height: auto; /* Mantém a proporção da imagem ajustando automaticamente a altura */
}

.banner-text {
    max-width: 50%;
    margin: auto;
    text-shadow: 1px ;
}

/* /Contact Css */
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh; /* Altura total da tela */
}

.iframe-container {
    position: relative;
    width: 50%; /* ou a porcentagem de largura desejada */
    padding-bottom: 28.125%; /* Isso mantém a proporção de aspecto do vídeo */
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Estilo básico para o contêiner e o iframe */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Media Query para dispositivos móveis */
@media (max-width: 767px) {
    .iframe-container {
        padding-bottom: 0;
        height: 100vh; /* Altura total da viewport */
    }
}

.dataConsent{
    color: gray
}

.privacy-tools-layout, .privacy-tools-layout * {
    color: black; /* Ou qualquer cor específica desejada */
}
