/* root */ 

:root {
    --bs-dark-rgb: #F1F1F1;
    --fundo-elementos: #212121;
    --footer-cor: #700597;
    --marquee-fundo: #700597;
    --marquee-color: #fff;
    --fundo-vermelho-elementos: #D9D9D9;
    --fundo-vermelho-elementos-dark: #8b8b8b;
    --fundo-vermelho-elementos-backdrop: #0f0101e0;
    --titulo-footer-cor: #B5B5B5;
    --texto-cor: #000;
    --footer-texto-cor: #fff;
    --vermelho: #700597;
    --vermelho-25: #f713134d;
    --bs-navbar-active-color: var(--vermelho) !important;
    --bs-navbar-color: rgb(255, 255, 255) !important;
    --nav-color: #fff !important;
    --bs-nav-link-color: var(--bs-navbar-color) !important;
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-body-bg: #0F0101;
    --bs-body-color: var(--texto-cor);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
}

body {
    background-color: var(--bs-dark-rgb);
    overflow-x: hidden;
    color: var(--texto-cor);
    font-size: 18px;
    
}

header {
   background-color: var(--footer-cor);
   color: var(--titulo-footer-cor);
}

ul:not(.ul-dots) {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--texto-cor);
}

footer a {

    color: var(--footer-texto-cor);
}

.text-link {
    color: var(--vermelho);
    position: relative;
}

.text-link:hover::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--vermelho)0.4%, rgba(247, 19, 20, 0) 101.81%);
    position: absolute;
    left: 0;
    bottom: 0;
    will-change: transform;
    animation: line-grow 1s;
    transform: scaleX(0);
}

main {
    margin: 20px auto;
}

.produto__div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/*
main::-webkit-scrollbar{
    display: none;
}*/

.produto {
    width: 420px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto__info {
    cursor: pointer;
}

.produto__info h3 {
    margin: 0;
}

.produto__price {
    color: var(--vermelho);
    font-weight: bold;
    border-bottom: 1px solid var(--vermelho);
    display: inline;
}

.produto__ball {
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 350px;
    aspect-ratio: 1;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planos__assessoria {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 64px;
    justify-content: center;
    position: relative;
    margin: 0 1em;
}

.info__mobile__text {
    margin: 20px 1em;
    text-align: right;
    color: var(--fundo-vermelho-elementos-dark)
}

.assessoria:hover {
    transform: scale(1.01);
    transition: all 1s;
}

.planos__assessoria:before {
    content: "";
    background-image: url('../media/lobo-side.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 1000px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.assessoria {
    background-color: #D9D9D9;
    border-radius: 10px;
    position: relative;
    filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.25));
    transition: all 1s;
}

.asessoria__container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.assessoria__ball {
    background-color: black;
    width: 180px;
    height: 280px;
    border-radius: 10px 220px 220px 10px;
    display: inline-block;
    position: relative;
}

.assessoria__ball__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.assessoria__ball--light {
    background-color: #999999;
}

.assessoria__text {
    padding-right: 20px;
}

.assessoria__text p{
    color: var(--vermelho);
}

.assessoria__plano {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-weight: bolder;
}

.produto__ball__img {
}

.produto__ball__img:hover {
    transform: scale(1.1);
    transition: all 1s;
}

#grupo-img {
    max-width: 442px !important;
    width: 100%;
}


.card {
    --bs-card-border-width: 2px;
    --bs-card-border-color: var(--vermelho);
    
}

.card.carac {
    --bs-card-border-color: #fff;
}

.card {
    border-radius: 5px;
}

.card-img, .card-img-bottom, .card-img-top {
    width: auto;
    margin: 0 auto;
}

.card-img-top.card-img-feed {
    margin-top: -70px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--vermelho);
}

.card-title {
    position: relative;
    color: var(--vermelho);
    padding-bottom: 5px;
}

.card-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--vermelho) 0.4%, rgba(247, 19, 20, 0) 101.81%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.card-body {
    padding: 0;
}

.card {
    width: 100%;
    box-shadow: 0px, 2px, 5px, var(--vermelho);
}

.card.feed {
    margin: 80px auto !important;
    width: 80%;
}


/* classes */ 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-weight: 600;
    position: relative;
}

.nav-link {
    position: relative;
    min-width: 170px;
    text-align: center;
    color: var(--nav-color);
}

.nav-link:not(.nav-link.active):hover::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--bs-navbar-hover-color)0.4%, rgba(247, 19, 20, 0) 101.81%);
    position: absolute;
    left: 0;
    bottom: 0;
    will-change: transform;
    animation: line-grow 1s;
    transform: scaleX(0);
}

.nav-link.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--footer-texto-cor) 0.4%, rgba(247, 19, 20, 0) 101.81%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.line {
    width: 100%;
    height: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.96);
    background: linear-gradient(90deg, var(--vermelho) 0.4%, rgba(247, 19, 20, 0) 101.81%);
    display: block;
}

.line.rotate {
    transform: rotate(-180deg);
}

.line-vertical {
    width: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.96);
    background: linear-gradient(180deg, var(--vermelho) 0.4%, rgba(247, 19, 20, 0) 101.81%);
    margin-right: 10px;
}


/* ids */

/*#carouselHero {
    height: 630px;
}*/

.marquee-dog {
    width: 100%;
    height: 72px;
    background-color: var(--marquee-fundo);
    color: var(--marquee-color);
    font-weight: 700;
    display: flex;
    overflow: hidden;
}
  
.marquee-dog.footer {
    height: auto;
}

.marquee-dog-text {
    display: inline-flex;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 1rem;
    margin-left: 1em;
    font-size: 32px;
    -webkit-animation: backward-infinite 30s linear infinite;
    animation: backward-infinite 30s linear infinite;
    animation-play-state: running;
    font-weight: bold;
}

.marquee-dog-text.footer {
    -webkit-animation: frontward-infinite 30s linear infinite;
    animation: frontward-infinite 30s linear infinite;
}

.marquee-dog-text.footer {
    line-height: 30px;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.marquee-dog-1:before {
    content: attr(data-marquee-text);
    display: block;
    font-weight: bold;
    margin-right: 1em;
}

.marquee-dog-2:after {
    content: attr(data-marquee-text);
    display: block;
    font-weight: bold;
    margin-left: 1em;
}

.slogan {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: var(--vermelho);
    display: inline;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
}


.slogan::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--vermelho) 0.4%, rgba(247, 19, 20, 0) 101.81%);
    display: block;
    will-change: transform;
    animation: line-grow1 3s ease-in-out;
    transform: scaleX(1);
}

#dog-mark::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.96);
    background: linear-gradient(90deg, var(--footer-texto-cor) 0.4%, rgba(255, 255, 255, 0) 101.81%);
    display: block;
}

/* animations */

@keyframes backward-infinite {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(calc(-100% - 1em), 0); }
}

@keyframes frontward-infinite {
    0%   { transform: translate(calc(-100% - 1em), 0); }
    100% { transform: translate(0, 0); }
}

@keyframes line-grow {
    0% {
        transform-origin:left;
        transform: scaleX(0);
    }

    45% {
        transform-origin: left;
        transform: scaleX(1);
    }

    55% {
        transform-origin: right;
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
        transform-origin:right;
    }
}

@keyframes line-grow1 {
    0% {
        transform-origin:left;
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
        transform-origin:left;
    }
}

/* footer */

footer {
    background: var(--footer-cor);
    min-height: 50vh;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 18px;
    line-height: 19px;
}

#dog-mark {
    position: relative;
    color: var(--footer-texto-cor);
    font-size: 1.2em;
    font-weight: 900;
    padding-bottom: 10px;
}

#reset-logo {
    transition: all 1s;
}

#reset-logo:hover {
    transform: scale(1.1);
    transition: all 1s;
}

#zmd {
    font-size: 16px;
    color: var(--footer-texto-cor);
    transition: all 1s;
}


.footer-title {
    
    font-weight: 900;
    color: var(--footer-texto-cor);
    margin-bottom: 15px;
}

.footer-elemento {
    font-weight: 400;
    color: var(--footer-texto-cor);
    width: 100%;
}

.c-scrollbar_thumb {
    background-color: var(--vermelho);
    width: 3px;
}

/* width */
::-webkit-scrollbar {
width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
background: var(--fundo-vermelho-elementos);
}

/* Handle */
::-webkit-scrollbar-thumb {
background: var(--vermelho);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--vermelho-25);
}

/* slogan */

#slogan-section {
    position: relative;
}

#slogan-arrow {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
    opacity: 0.5;
}

/* apresnetacao */

#apresentacao {
    width: 100%;
    position: relative;
    padding: 20px;
}

#apresentacao::before {
    content: "";
    position: absolute;
    background: var(--fundo-vermelho-elementos);
    border-top: 1px solid var(--vermelho);
    border-bottom: 1px solid var(--vermelho);
    /*width: 120vw;*/
    width: 100vw;
    height: 100%;
    z-index: -1;
    /*transform: rotate(3deg);
    left: -10vw;*/
    left: 0;
    top: 0;
}

#apresentacao-texto {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--texto-cor);
    width: 100%;
    margin-bottom: 0;
}

#apresentacao-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#apresentacao-img {
}

#apresentacao-img img {
    max-width: 100%;
}

#caracteristicas {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    position: relative;
}

#caracteristicas:before {
    content: "";
    background-image: url('../media/Dogao.svg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 1000px;
    background-size: contain;
    position: absolute;
    opacity: 0.03;
    left: 0;
    top: 0;
    z-index: -1;
}

#david {
    position: relative;
    background: var(--fundo-vermelho-elementos);
    border-top: 1px solid var(--vermelho);
    border-bottom: 1px solid var(--vermelho);
}

#david-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
}

#david-texto {
    display: flex;
    width: 100%;
    padding: 20px;
    min-height: 193.19px;
}

#david-content p {
    margin-bottom: 0;
    font-family: 'Lato';
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 30px;
    
}

#david-author {
    font-size: 20px !important;
    line-height: 38px !important;
    color: var(--vermelho);
    font-weight: 900;
}

#david-content img {
    border-radius: 0px 50px 0px 20px;
    border: 1px solid var(--vermelho);
    margin-top: -40px;
}

#david-fundo {
    top: 0;
    margin-top: 50px;
    position: absolute;
    width: 100%;
    background-color: var(--fundo-vermelho-elementos);
    border-top: 1px solid var(--vermelho);
    border-bottom: 1px solid var(--vermelho);
    height: 400px;
    z-index: -1;
}

/*#perspectiva-img {
    perspective: 100px;
}

#perspectiva-img img {
    max-width: 100%;
}*/


/* botão primario */

.btn-outline-primary {
    --bs-btn-color: var(--vermelho);
    --bs-btn-border-color: var(--vermelho);
    --bs-btn-hover-color: var(--vermelho);
    --bs-btn-hover-bg: var(--fundo-vermelho-elementos);
    --bs-btn-hover-border-color: var(--vermelho);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--vermelho);
    --bs-btn-active-border-color: var(--vermelho);
    --bs-btn-active-shadow: inset 0 3px 5px var(--fundo-vermelho-elementos);
    --bs-btn-disabled-color: gray;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--fundo-vermelho-elementos);
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: var(--texto-cor);
    --bs-btn-bg: var(--fundo-vermelho-elementos);
    --bs-btn-border-color: var(--vermelho-25);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--fundo-vermelho-elementos);
    --bs-btn-hover-border-color: var(--vermelho);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--vermelho);
    --bs-btn-active-bg: var(--fundo-vermelho-elementos);
    --bs-btn-active-border-color: var(--vermelho-25);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--vermelho-25);
    --bs-btn-disabled-border-color: var(--vermelho);
}

.btn {
    padding: 20px 40px;
    border-radius: 5px 5px 20px 5px;
    transition: all 0.5s;
    font-size: 1.3em;
    box-shadow: 0px 0px 4px 1px var(--vermelho);
}

.btn:hover {
    transform: scale(1.02, 1.02) !important;
    transition: all 1s;
}

.btn.btn-text {
    padding: 5px;
    font-size: 1em;
    color: var(--vermelho);
    margin: 3px;
    border-radius: 5px;
}

/* feedbacks */

#feedback {
    position: relative;
}

#feedback:before {
    content: "";
    background-image: url('../media/linhas.svg');
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 545px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


#loader {
    width: 100vw;
    height: 100vh;
    background-color: var(--fundo-vermelho-elementos);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-top: 1px solid var(--vermelho);
    border-bottom: 1px solid var(--vermelho);
}

#loader.fade-out {
    animation: fadeOut 2s ease-out;
    opacity: 0;
    
}

@keyframes fadeOut {
    0%   { opacity: 1; }
    100% { opacity: 0;}
}

#loading-progress {
      /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    border-radius: 2px;
    background-color: var(--fundo-vermelho-elementos);
}

#loading-progress[value]::-webkit-progress-value {
    background-color: var(--vermelho);
}

.carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-title {
    font-size: 2em;
    margin-bottom: 0;
}

.bg-section {
    background-color: var(--fundo-vermelho-elementos);
    border-top: 1px solid var(--vermelho);
    border-bottom: 1px solid var(--vermelho);
}

#missao-pai {
    gap: 20px;
}


.section-textos {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: var(--texto-cor);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.quem-somos-textos {
    font-size: 18px;
}

#quem-somos-david {
    position: relative;
}

#quem-somos-accordion {
    position: absolute;
    width: 100%;
    top: 100%;
}

#quem-somos-img {
    transform: scaleX(-1);
    border-radius: 50px 0 0 0;
    width: 100%;
    border-left: 1px solid var(--vermelho);
    border-top: 1px solid var(--vermelho);
    box-shadow: 0px 2px 5px var(--vermelho);
}

#missao-content img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    border-radius: 0 50px 0 20px;
    margin-top: -50px;
}

.img-desc {
    text-align: center;
    color: var(--vermelho);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    margin-bottom: 0;
}

.accordion {
    --bs-accordion-color: var(--vermelho);
    --bs-accordion-bg: var(--fundo-elementos);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--vermelho);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--vermelho);
    --bs-accordion-btn-bg: var(--fundo-elementos);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f71314'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f71314'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: var(--vermelho);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.1rem var(--vermelho-25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-item {
    color: var(--texto-cor);
    background-color: var(--bs-accordion-bg);
    border-bottom: var(--bs-accordion-border-width) solid var(--vermelho); 
    border: none;
    border-radius: 1px;
}

.accordion-button {
    border-bottom: 1px solid var(--vermelho);
    border-left: 1px solid var(--vermelho);
    border-right: 1px solid var(--vermelho);
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--texto-cor);
    background-color: var(--fundo-vermelho-elementos);
    /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */

}
.accordion-button:focus {
    border: none;
}

.accordion-body {
    border: 1px solid var(--vermelho);
    font-size: 16px;
}

#quem-somos-img-title {
    background-color: var(--fundo-elementos);
    padding: 5px;
    border: 1px solid var(--vermelho);
}

#nossa-missao {
    position: relative;
    z-index: -1;
}

#missao-texto {
    font-size: 24px;
    padding-bottom: 10px;
}

.modal {
    --bs-modal-bg: transparent;
}

.modal .slogan {
    font-size: 20px;
    line-height: unset;
}

.btn-close {
    background-color: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--vermelho-25);
    opacity: var(--bs-btn-close-focus-opacity);
}

.modal-fundo-dog {
}

.modal-fundo-dog:before {
    content: "";
    background-image: url(../media/Dogao.svg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 1000px;
    background-size: contain;
    position: absolute;
    opacity: 0.03;
    left: 0;
    top: 0;
    z-index: -1;
} 

#carouselHero {
    font-size: 20px !important;
}

.heroContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#hero-bg-texto {
    backdrop-filter: blur(3px) saturate(200%);
    -webkit-backdrop-filter: blur(3px) saturate(200%);
    background-color: rgba(17, 25, 40, 0.49);
    padding: 15px;
    border-radius: 5px 5px 20px 5px;
}

#hero-bg-texto:hover {
    backdrop-filter: drop-shadow(2px 4px 6px black);
    -webkit-backdrop-filter: unset;
}

#hero-mobile {
    min-height: 373px;
    max-height: 373px;
    object-fit: cover;
}

#hero-mobile-quem-somos {
    min-height: 373px;
    max-height: 373px;
    object-fit: cover;
}

#carouselHero .carousel-title {
    font-size: 20px;
}

#carouselHero .btn {
    font-size: 20px;
    padding: 15px 30px;
}

#carouselHero .btn-primary {
    backdrop-filter: blur(3px) saturate(200%);
    -webkit-backdrop-filter: blur(3px) saturate(200%);
    background-color: var(--fundo-vermelho-elementos-backdrop)
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F71314'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    /* url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f71314'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F71314'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.iframe-play {
    position: absolute;
}


.iframe-button {
    width: 100px;
    height: 50px;
    background-color: var(--vermelho);
    transition: all 1s;
    border-radius: 10px;
}

.iframe-button:hover {
    transform: scale(1.1);
    transition: all 1s;
}

#sadrack-image {
    border: 1px solid var(--vermelho);
    max-width: 100%;
    width: 100%;
    height: auto;
}

.image-fix {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* media queries */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    /*#perspectiva-img img {
        transform-style: preserve-3d;
        transform: rotateY(-2deg);
    }*/

    .card.carac {
        width: calc(50% - 4rem);
    }

    .card.carac:nth-child(1) {
        border-radius: 0px 20px 50px 0;
    }

    .card.carac:nth-child(2) {
        border-radius: 20px 0px 0px 50px;
    }

    .card.carac:nth-child(3) {
        border-radius: 0px 50px 20px 0;
    }

    .card.carac:nth-child(4) {
        border-radius: 50px 0px 0px 20px;
    }

    .btn {
        font-size: 1.3em;
    }

    .footer-elemento {
        width: auto;
    }

    #david-texto {
        margin-left: 3em;
        max-width: calc(100% - 370px);
    }
    
    .card.feed {
        max-width: 465px;
    }

    #hero-mobile {
        max-height: 500px;
        object-fit: cover;
    }

    #hero-mobile-quem-somos {
        max-height: 500px;
        object-fit: cover;
    }
    
    .info__mobile {
        display: none;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    #david-content img {
        margin-top: 0px;
    }


    #david-content {
        margin-left: 50px;
        justify-content: flex-start;
    } 

    #david {
        background: none;
        border: none;
    }

    #david-fundo {
        display: block !important;
        height: 200px;
    }

    .heroContent {
        max-width: 50%;
        right: 0;
    }

    #quemSomos-btn {
        max-width: 100%;
    }

    #carouselHero .carousel-title {
        font-size: 36px;
    }

    #hero-bg-texto {
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        background: none;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .slogan {
        font-size: 40px;
    }

    #apresentacao-texto {
        max-width: 50%;
        font-size: 24px;
    }
    
    .section-textos {
        max-width: 50%;
    }

    .quem-somos-textos {
        max-width: fit-content;
    }

    #quem-somos-texto {
        max-width: 50%;
    }

    #quem-somos-pai {
        column-gap: 20px;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #apresentacao-img {
        /*margin-top: 50px;*/
    }
 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }