@font-face {
    font-family: FontSRD;
    src: url(fonts/CaviarDreams.ttf);
  }
  

:root{

   --color-white: #fff;
   --color-white2: rgba(255, 255, 255, 0.226);
   --color-dark: #000000;
   --color-dark4: #1c1c1c71;
   --color-orange: #E56C09;
   --color-red: #A2312D;


}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
body{
 font-family: Arial, Helvetica, sans-serif;
 background-color: #ffffff;
 color: #fff;
}

.img_logo_header {
    width: 60px;
}

.header,
.navigation_header{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header{
    background-color:#E56C09;
    box-shadow: 1px 1px 4px var(--color-dark4);
    height: 3.5em;
    justify-content: space-between;
    padding: 0 10%;
}

.navigation_header{
    gap: 3em;
    z-index: 2;
 }

 .navigation_header a{
    text-decoration: none;
    color: var(--color-white);
    transition: 1s;
    font-weight: bold;
    font-family: FontSRD;
    padding: 7px 20px;
}


.navigation_header a:hover{
   background-color: #a2312dbe;
   color: #ffffff;
   font-family: FontSRD;
   border-radius: 10px;
}

.navigation{
    background-color: var(--color-white2);
    padding: 7px 20px;
    border-radius: 10px;
 }

 .content {
    text-align: center;
    padding-top: 5em;
    height: 100vh;
    transition: 1s;
    top: 1020%;
    color: var(--color-orange);
}

.btn_icon_header {
    background-color: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: none;
  
}

p.text-center {
    font-family: FontSRD;
    font-size: 25px;
    color: #E56C09;
}

a.linkadoption {
    color: var(--color-red);
}

h4.text-center {
 
    font-size: 17px;
    color: #E56C09;
}


@media screen and (max-width: 768px) {
    .btn_icon_header{
        display: block;
    }

    .navigation_header a:hover{
        background-color: #ffffff42;
        color: #ffffff;
        font-family: FontSRD;
        border-radius: 10px;
    }
    .navigation_header{
        position: absolute;
        flex-direction: column !important;
        top: 0;
        background: var(--color-red);
        height: 100%;
        width: 35vw;
        padding: 1em;
        animation-duration: 1s;
        margin-left: -100vw;
    }
}

@keyframes showSidebar {
    from {margin-left: -100vw;}
    to {margin-left: -10vw;}
}

.carrousel-item img{
    margin: 0;
    padding: 0;
}

.separa5l{
	height:5px;
}

.separa15l{
	height: 15px;
}

.separa30l{
	height:30px;
}

/* -- titulos -- */

.titlematilha {
    position: relative;
}

.titlematilha img {
    position: absolute;
    width: 75px;
    height: 75px;
    margin-top: -45px;
    margin-left: 150px;
}

h3.title1 {
    font-family: FontSRD;
    font-size: 25px;
    color: var(--color-red);
    margin-left: 200px;
}

.red {
    color: var(--color-orange);
}

/* -- textos --*/
.texIntrodution {
    color: #000000;
    border-radius: 1000px;
    margin-left: 200px;
    margin-right: 200px;
    text-align: justify;
}

/* Estilos para tablets (telas entre 768px e 1024px) */
@media (max-width: 1024px) {
    .titlematilha img {
        width: 60px;
        height: 60px;
        margin-top: -40px;
        margin-left: 120px;
    }

    h3.title1 {
        font-size: 22px;
        margin-left: 150px;
    }

    .texIntrodution {
        margin-left: 150px;
        margin-right: 150px;
    }
}

/* Estilos para celulares (telas com largura máxima de 767px) */
@media (max-width: 767px) {
    .titlematilha img {
        width: 50px;
        height: 50px;
        margin-top: -35px;
        margin-left: 20px;
    }

    h3.title1 {
        font-size: 20px;
        margin-left: 40px;
    }

    .texIntrodution {
        margin-left: 40px;
        margin-right: 40px;
    }

    .centered-image {
        width: 80%;
        margin-left: 40px;
        margin-right: 40px;
        min-height: 200px;
    }
}


.centered-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px; /* ou outro valor adequado para limitar a altura */
}



.resgateicon,
.abrigadosicon,
.ajudadosicon {
    height: 50px;
    width: 50px; 
}

.numerosMatilha {
    display: flex;
    justify-content: space-between;
    border-radius: 50rem;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 200px;
    margin-right: 200px;
    gap: 10px;
}

.iconsmatilha {
    width: 32%;
    color: #000000;
    box-sizing: border-box;
    place-items: center;
}

.titleicon {
    color: #A2312D;
}

/* Estilos para telas de tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .numerosMatilha {
        margin-left: 100px;
        margin-right: 100px;
        gap: 3px;
    }
    
    .resgateicon,
    .abrigadosicon,
    .ajudadosicon {
        height: 60px;
        width: 60px;
    }
    
    .titleicon {
        font-size: calc(1.25rem - 3px);
    }
}

/* Estilos para telas de celular (máximo de 767px) */
@media (max-width: 767px) {
    .numerosMatilha {
        flex-direction: column;
        margin: 0 20px;
        text-align: center;
    }
    
    .iconsmatilha {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .resgateicon,
    .abrigadosicon,
    .ajudadosicon {
        height: 75px;
        width: 75px;
    }
    
    .titleicon {
        font-size: calc(2em - 10px);
    }
}
    /*Card Slider */
    @font-face {
        font-family: FontSRD;
        src: url(fonts/CaviarDreams.ttf);
      }
      
      .bbody {
        display: flex;
        padding: 0 35px;
        align-items: center;
        justify-content: center;
        min-height: 50vh;
        
      }

      .wrapper {
        max-width: 1100px;
        width: 100%;
        position: relative;
      }
      .wrapper i {
        top: 50%;
        height: 50px;
        width: 50px;
        cursor: pointer;
        font-size: 1.25rem;
        position: absolute;
        text-align: center;
        line-height: 50px;
        background: #a2312d;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0,0,0,0.23);
        transform: translateY(-50%);
        transition: transform 0.1s linear;
        z-index: 2;
      }
      .wrapper i:active{
        transform: translateY(-50%) scale(0.85);
      }
      .wrapper i:first-child{
        left: -22px;
      }
      .wrapper i:last-child{
        right: -22px;
      }
      .wrapper .passa{
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 3) - 12px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
      }
      .passa::-webkit-scrollbar {
        display: none;
      }
      .passa.no-transition {
        scroll-behavior: auto;
      }
      .passa.dragging {
        scroll-snap-type: none;
        scroll-behavior: auto;
      }
      .passa.dragging .card {
        cursor: grab;
        user-select: none;
      }
      .passa :where(.card, .img) {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .passa .card {
        scroll-snap-align: start;
        height: 342px;
        list-style: none;
        background: linear-gradient(to right top, #ED952D, #E56C09);
        cursor: pointer;
        padding-bottom: 10px;
        flex-direction: column;
        border-radius: 8px;
      }
      .passa .card .img {
        background: #A2312D;
        height: 148px;
        width: 148px;
        border-radius: 50%;
      }
      .card .img img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        object-fit: cover;
      
      }
      .passa .card h2 {
        font-weight: 500;
        font-size: 1.56rem;
        margin: 30px 0 5px;
      }
      .passa .card span {
          color: #a2312dbd;
        font-size: 1.31rem;
      }
      @media screen and (max-width: 900px) {
        .wrapper .passa {
          grid-auto-columns: calc((100% / 2) - 9px);
        }
      }
      @media screen and (max-width: 600px) {
        .wrapper .passa {
          grid-auto-columns: 100%;
        }
      }



/* Estilo do Footer para Desktop */
footer {
    background: linear-gradient(to right top, #333333, #202020);
    padding-top: 50px;
    margin: auto;
}

.contpage {
    display: inline-flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 40px;
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
}

#img_cont {
    height: 151px;
    width: auto;
}

.footer-content {
    width: 230px;
    display: block;
}

.footer-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    font-family: FontSRD;
    color: #fff;
}

.footer-content p {
    width: 190px;
    margin: auto;
    padding: 7px;
    color: #fff;
}

.footer-content ul {
    text-align: center;
}

.list {
    padding: 0;
    color: #fff;
}

.list li {
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 7px;
    position: relative;

}

.list li::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: #f18930;
    transition-duration: .5s;
}

.list li:hover::before {
    width: 70px;
}

.social-icons {
    text-align: center;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.social-icons i {
    color: white;
    font-size: 25px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    color: #f18930;
    text-decoration: none;
}

.social-icons i:hover {
    color: #f18930;
}

.bottom-bar{
    background: var(--color-red);
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}

.bottom-bar p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    padding: 7px;
}

/* Estilo do Footer para Telas Menores */
@media (max-width: 768px) {
    .contpage {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 0;
    }

    .footer-content {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    #img_cont {
        height: 100px;
        width: auto;
    }

    .footer-content h3 {
        font-size: 24px;
    }

    .bottom-bar p {
        font-size: 14px;
    }
}


.parceiras {
    display: flex;
    justify-content: center;
    gap: 150px; /* Espaçamento entre as imagens */
    align-items: center;
  }
  
  .parceiras > div {
    display: flex;
    flex-direction: column;  /* Alinha imagem e span na vertical */
    align-items: center;  /* Alinha o conteúdo no centro (imagem e span) */
  }
  
  .logodelas {
    max-width: 200px; /* Ajuste o tamanho conforme necessário */
    max-height: 200px;
  }
  
  /* Quando a largura da tela for menor ou igual a 600px */
  @media (max-width: 600px) {
    .parceiras {
      flex-direction: column; /* Alinha as imagens em coluna */
      gap: 10px; /* Reduz o espaçamento entre as imagens */
    }
  
    .parceiras > div {
      align-items: center;  /* Garante que o conteúdo continue centralizado */
    }
  }
  
html {
    scroll-behavior: smooth;
  }