* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
}

body {
    font-family: "Trebuchet MS", sans-serif;
}

/* HERO SECTION */

.hero {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.mlk {
    position: absolute;
    top: 0;
}

.garoto {
    width: 500px;
}

.pinkCircle {
    position: relative;
    top: -80px;
    left: -90px;
}

.pink {
    height: 35rem;
    width: 44rem;
}

.button-group {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.outButton-group {
    width: 100%;
    display: flex;
    justify-content: center;
}

.outServices-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}
.button-group a {
    border-radius: 16px;
    color: black;
    padding: 10px;
    transition: all 200ms;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

.button-group:not(:last-child) {
    border-right: none;
    margin-right: none;
}

.tamanhoLink {
}

.button-group a:hover {
    background-color: palevioletred;
    color: white;
    border: none;
}

.button-group a:hover .svgs-button {
    fill: white;
}

@media (max-width: 375px) {
    .garoto {
        width: 450px;
    }

    .mlk {
        top: 2rem;
    }

    .button-group a {
        font-size: 0.7rem;
        font-weight: 500;
    }

    .button-group a .svgs-button {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 765px) {
    .pinkCircle {
        top: -60px;
        left: initial;
    }
    .pink {
        height: 25rem;
        width: 38rem;
    }
}

@media (min-width: 768px) {
    .garoto {
        width: 650px;
    }
    .mlk {
        right: 2rem;
        top: 1.7rem;
    }
    .pinkCircle {
        left: 0;
        right: 0rem;
        top: -8rem;
    }
    .pink {
        height: 37rem;
        width: 63rem;
    }
    .button-group {
        margin: 350px 180px 0;
    }
    .button-group a {
        font-size: 0.9rem;
    }
    .paw {
        display: block;
    }

    .tamanhoLink {
        font-size: 0.9;
    }
}

@media (min-width: 1100px) {
    .garoto {
        width: 700px;
    }
    .mlk {
        right: 12rem;
        top: 2.7rem;
    }
    .pinkCircle {
        left: 22rem;
        top: -5rem;
    }
    .pink {
        height: 37rem;
        width: 63rem;
    }
    .button-group {
        margin: 400px 300px 0;
    }
    .button-group a {
        font-size: 1.5rem;
    }
}

@media (min-width: 1366px) {
    .pinkCircle {
        right: -30rem;
        top: -5rem;
    }
}

@media (min-width: 1500px) {
    .pinkCircle {
        left: initial;
        right: -40rem;
    }
}

@media (min-width: 1919px) {
    .garoto {
        width: 800px;
    }
    .mlk {
        right: 20rem;
        top: 4rem;
    }
    .pinkCircle {
        right: -45rem;
        top: -7.4rem;
    }
    .pink {
        height: 45rem;
        width: 80rem;
    }
    .button-group {
        margin-top: 450px;
    }
    .button-group a {
        font-size: 2rem;
    }
}

@media (min-width: 2160px) {
    .garoto {
        width: 1000px;
    }
    .mlk {
        right: 20rem;
        top: 2.7rem;
    }
    .pinkCircle {
        right: -30rem;
        top: -15rem;
    }
    .pink {
        height: 60rem;
        width: 120rem;
    }
    .button-group {
        margin: 590px 700px 0;
    }
    .button-group a {
        font-size: 2rem;
    }
}

@media (min-width: 2560px) {
    .garoto {
        width: 1000px;
    }
    .mlk {
        left: initial;
        right: 10rem;
        top: 2.7rem;
    }
    .pinkCircle {
        right: -30rem;
        top: -15rem;
    }
    .pink {
        height: 60rem;
        width: 150rem;
    }
    .button-group {
        margin: 590px 700px 0;
    }
    .button-group a {
        font-size: 2rem;
    }
}

/* IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIISERVIÇOSIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII */
.our-services {
    height: 500px;
    overflow: hidden;
}

.cent {
    width: 80%;
    text-align: center;
    font-size: 1.5rem;
    margin: 50px auto;
}

.content {
    display: grid;
    grid-template-rows: 70px 150px 150px;
    gap: 2px;
}

.content h2 {
    display: flex;
    justify-content: center;
}

.content p {
    margin-top: 0;
    padding: 0 30px;
    margin-bottom: 0;
    color: black;
}

.content .services-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.content .services-buttons a {
    font-size: 1.3rem;
}

.content .services-buttons .serviceButton {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    display: inline-flex;

    border-radius: 16px;

    margin: 10px auto;
    height: 50px;
    width: 200px;
    border: none;

    background-color: white;
    color: black;
    transition: all 200ms;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

.content .services-buttons .serviceButton .chip,
.content .services-buttons .serviceButton .medic {
    width: 20px;
    height: 20px;
}

.content .services-buttons span {
    font-size: 10px;
}

.content .services-buttons .serviceButton:hover {
    background-color: palevioletred;
    color: white;
    fill: white;
}

.svgs-button {
    fill: palevioletred;
    margin-right: 5px;
}

.content .services-buttons .serviceButton:hover .svgs-button {
    fill: white;
}

@media (max-width: 375px) {
    .content .services-buttons {
        grid-template-columns: 1fr;
    }

    #adoptMe {
        margin-top: 15rem;
    }

    #adoptMe .title h2 {
        font-size: 1.7rem;
    }

    #lostDogs .title h2 {
        font-size: 1.7rem;
    }

    #lostDogs .buttonGroups a {
        font-size: 0.8rem;
        height: 50px;
        width: 130px;
    }

    #lostDogs .buttonGroups a:nth-child(2) {
        padding: 7px 0 0;
    }
}

@media (min-width: 768px) {
    .content {
        top: 33rem;
        margin: 0 90px;
    }
    .content p {
        font-size: 1rem;
    }
    .content .services-buttons {
        grid-template-columns: 1fr 1fr 1fr;
        font-size: 1rem;
    }
    .content .services-buttons .serviceButton {
        width: 220px;
        height: 50px;
        margin: 0 40px 0 0px;
    }
    .content .services-buttons .serviceButton .svgs-button {
        width: 44px;
        height: 44px;
    }
    .content .services-buttons .serviceButton .chip,
    .content .services-buttons .serviceButton .medic {
        width: 30px;
        height: 30px;
    }
    .content .services-buttons span {
        font-size: 1rem;
    }
}

@media (min-width: 1100px) {
    .green-svg {
        top: -13rem;
    }
    .green-svg img {
        height: 64rem;
        width: 100rem;
    }
    .content {
        top: 40rem;
        margin: 0 100px;
    }
    .content p {
        font-size: 1.5rem;
        font-weight: lighter;
    }
    .content .services-buttons {
        grid-template-columns: 1fr 1fr 1fr;
        font-size: 1.4rem;
    }

    .content .services-buttons a {
        font-size: 1.8rem;
    }

    .content .services-buttons .serviceButton {
        width: 300px;
        height: 75px;
        margin: 20px;
    }
    .content .services-buttons .serviceButton .svgs-button {
        width: 50px;
        height: 50px;
    }
    .content .services-buttons .serviceButton .chip,
    .content .services-buttons .serviceButton .medic {
        width: 40px;
        height: 40px;
    }

    .content .services-buttons .serviceButton .medic {
        margin-left: 25px;
    }

    .content .services-buttons span {
        text-align: center;
        font-size: 1.25rem;
    }
}

@media (min-width: 2160px) {
    .green-svg {
        top: -25rem;
        right: 0rem;
    }
    .green-svg img {
        height: 100rem;
        width: 200rem;
    }
    .content {
        top: 50rem;
        margin: 0 300px;
    }
    .content p {
        font-size: 2rem;
        font-weight: normal;
    }
}

@media (min-width: 2560px) {
    .green-svg {
        top: -25rem;
        right: -50rem;
    }
    .green-svg img {
        height: 100rem;
        width: 200rem;
    }
    .content {
        top: 50rem;
        margin: 0 300px;
    }
    .content p {
        font-size: 2rem;
        font-weight: normal;
    }
}

/* ADOPT ME */

#adoptMe {
    /* position: relative;
    top: 2rem; */
    margin-top: 2rem;
    background-color: var(--yellow-color);
}

.title,
.adopt-me .adoptButton,
#lastNews .newsButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.dog-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dog-card {
    margin: 20px 0;
    border-radius: 16px;
    background-color: white;
    display: grid;
    grid-template-rows: 2fr 1fr;
    padding: 20px 18px 0px;
}

.adopt-me .dog-card img {
    width: 240px;
    height: 175px;
    object-fit: cover;
}

.dog-card-separation {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dog-card-info h3 {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(68, 68, 68);
}

.dog-card-info h4 {
    font-size: 14px;
    color: rgb(68, 68, 68);
}

#adoptMe a {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    border: none;

    margin-top: 20px;
    margin-left: 30px;
    padding: 5px 10px;

    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: white;

    height: 35px;
    width: 90px;
    background-color: var(--pink-color);
    transition: all 200ms ease;
    border-radius: 16px;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

#adoptMe a:hover {
    background-color: rgb(235, 34, 101);
}

#adoptMe .adoptButton a {
    font-size: 20px;

    width: 200px;
    height: 50px;
    margin-bottom: 40px;
    padding: 10px 10px 10px 20px;

    background: white;
    color: black;
    transition: all 200ms;
}

#adoptMe .adoptButton a:hover {
    background: var(--pink-color);
    color: white;
}

@media (min-width: 1100px) {
    .dog-list {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 100px 0;
    }

    #adoptMe {
        margin-top: 5rem;
    }
}

/* ÚLTIMAS NOTÍCIAS */

.last-news {
    background-color: white;
    margin-top: 60px;
}

#lastNews .news-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lastNews .news-list .news-card {
    margin: 20px auto 40px;
    width: 360px;
    border-radius: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    background-color: white;

    display: grid;

    font-size: 12px;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

.last-news .news-list .news-card img {
    width: 360px;
    height: 210px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
}

#lastNews .news-list .news-card .news-info {
    text-align: center;
    padding: 10px 15px 15px;
}

#lastNews .news-list .news-card .news-info .author {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#lastNews .news-list .news-card .news-info a {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    border: none;

    padding: 5px 10px;

    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: white;

    height: 35px;
    width: 90px;
    background-color: var(--pink-color);
    border-radius: 16px;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

#lastNews .news-list .news-card .news-info a:hover {
    background-color: rgb(235, 34, 101);
}

#lastNews .newsButton a {
    font-size: 20px;
    border: none;

    width: 200px;
    height: 50px;
    margin-bottom: 40px;
    padding: 10px 10px 10px 50px;
    border-radius: 24px;
    text-transform: uppercase;

    background: var(--pink-color);
    color: white;
    font-weight: bold;

    transition: all 200ms;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

#lastNews .newsButton a:hover {
    background: rgb(235, 34, 101);
}

@media (min-width: 1100px) {
    #lastNews .news-list .news-card {
        width: 1000px;
        grid-template-columns: 1fr 2fr;
    }

    .last-news .news-list .news-card img {
        width: 300px;
        height: 200px;
        border: 16px;
        padding: 20px 0 0 10px;
    }

    #lastNews .news-list .news-card .news-info {
        text-align: start;
    }
}

/* CACHORROS PERDIDOS */

#lostDogs {
    background-color: var(--yellow-color);
    margin-top: 60px;
}

#lostDogs .dog-list .lost-card {
    border-radius: 16px;
    background-color: white;

    display: grid;
    grid-template-rows: 190px 30px;

    padding: 10px 15px 0px;
    margin-bottom: 30px;

    text-align: center;
    font-weight: bold;
}

#lostDogs .dog-list .lost-card img {
    width: 240px;
    height: 175px;
    object-fit: cover;
}

.lost {
    margin-bottom: 20px;
}

#lostDogs .buttonGroups {
    margin: 0px 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#lostDogs .buttonGroups a {
    font-size: 1rem;
    border: none;

    height: 70px;
    width: 150px;
    padding: 15px 5px 5px 5px;
    border-radius: 24px;
    text-transform: uppercase;
    text-align: center;

    background: var(--pink-color);
    color: white;
    font-weight: bold;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);

    transition: all 200ms;
}

#lostDogs .buttonGroups .listaCompleta {
    padding-top: 25px;
}

#lostDogs .buttonGroups a:hover {
    background: rgb(235, 34, 101);
}

@media (min-width: 425px) {
    #lostDogs .buttonGroups a {
        font-size: 0.8rem;
    }
}

@media (min-width: 1100px) {
    #lostDogs .buttonGroups {
        margin: 0px 350px;
    }

    #lostDogs .buttonGroups .listaCompleta {
        padding-top: 25px;
    }
}

/* GALERIA */

#gallery .item {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

#carouselExampleControls .carousel-inner img {
    margin: 20px auto 50px;
}

.galleryImg {
    width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#carouselExampleControls .carousel-caption {
    background-color: rgb(0, 0, 0, 0.3);
}

.galleryButtons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.galleryButtons a {
    font-size: 20px;
    border: none;

    width: 200px;
    height: 50px;
    margin-bottom: 40px;
    padding: 10px 10px 10px 50px;
    border-radius: 24px;
    text-transform: uppercase;

    background: var(--pink-color);
    color: white;
    font-weight: bold;

    transition: all 200ms;

    -webkit-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 18px 17px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 9px 17px -11px rgba(0, 0, 0, 0.75);
}

.galleryButtons a:hover {
    background: rgb(235, 34, 101);
    color: white;
    border: none;
}

@media (min-width: 1100px) {
    .galleryImg {
        width: 900px;
        height: 400px;
    }

    #carouselExampleControls .carousel-caption {
        width: 60%;
        margin-left: 70px;
    }
}

@media (min-width: 1440px) {
    .galleryImg {
        width: 1100px;
        height: 500px;
    }
}

/* ONGS PARCEIRAS  */

#ongs {
    background-color: var(--yellow-color);
    margin-top: 60px;
}

#ongs a {
    border: none;
}

#ongs .ongList {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ongCard {
    background-color: var(--blue-color);
    border-radius: 16px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 240px;
    height: 270px;
    margin: 0 auto 30px;
}

.ongCardImage {
    width: 150px;
    height: 150px;
    margin: 10px auto;
}

.ongCardImage img {
    width: 100%;
    height: 100%;
}

.ongCardLink a {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
}

@media (min-width: 1100px) {
    #ongs .ongList {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 100px 0;
    }
}

#stats .stat-items {
    margin-bottom: 40px;
}

/* Estilo dos Teses de Contadores  */

.container {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: auto;
}

.counters {
    background: #fff;
    color: rgb(68, 68, 68);
    padding: 40px 20px;
    border-top: 3px var(--pink-color) solid;
    border-bottom: 3px var(--pink-color) solid;
    text-align: center;
}

.counters .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.counters .container svg {
    margin-bottom: 20px;
}

.couunters .counter {
    font-size: 45px;
    margin: 10px 0px;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px var(--pink-color) solid;
        padding-bottom: 20px;
    }
}

/* Estilo da Agenda */

#agenda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

#agenda .agendaItem {
    background-color: rgba(150, 237, 250, 1);

    max-width: 80%;
    margin-bottom: 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

#agenda .agendaImage {
    height: 150px;
}

#agenda .agendaImage img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#agenda .agendaDate {
    height: 100px;
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: row;
    gap: 10px;

    justify-content: center;
    align-items: center;

    background: rgb(178, 207, 255);
    background: linear-gradient(
        180deg,
        rgba(178, 207, 255, 1) 0%,
        rgba(150, 237, 250, 1) 100%
    );

    font-family: Oswald, sans-serif;
}

#agenda .agendaDate::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 0;
    height: 0.5em;
    border-top: 1px solid white;
    width: 50%;
}

#agenda .agendaDateDia,
#agenda .agendaDateMes {
    font-size: 4rem;
}

#agenda .agendaText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#agenda .agendaTextLocale {
    margin: 0 20px;
    text-align: center;
}

#agenda .agendaTextTitle {
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#agenda .agendaTextDescription {
    margin: 10px 15px 40px;
    font-size: 0.8rem;
    /* margin-left: 30px; */
}

@media (min-width: 768px) {
    .content {
        margin-left: 20px;
    }

    #agenda .agendaItem {
        flex-direction: row;
        height: 200px;
    }

    #agenda .agendaImage {
        height: 100%;
        width: 250px;
    }

    #agenda .agendaDate {
        height: 100%;
        width: 30%;
        flex-direction: column;
        gap: 0;

        background: rgb(178, 207, 255);
        background: linear-gradient(
            90deg,
            rgba(178, 207, 255, 1) 69%,
            rgba(150, 237, 250, 1) 100%
        );
    }

    #agenda .agendaImage img {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }

    #agenda .agendaDate::after {
        content: none;
    }

    #agenda .agendaText {
        align-items: start;
    }

    #agenda .agendaTextLocale {
        margin: 0;
        text-align: start;
    }

    #agenda .agendaTextDescription {
        margin-left: 0;
        font-size: 1rem;
    }
}

@media (min-width: 1100px) {
    #agenda .agendaImage {
        height: 100%;
        width: 600px;
    }

    #agenda .agendaTextDescription {
        font-size: 1.1rem;
    }
}

/* Estilo diferente de cor para o footer  */

.footerDivider {
    background-color: var(--pink-color);
}

.footerBox {
    border-top: 5px solid var(--pink-color);
    color: var(--pink-color);
}

.footerRightAddress {
    color: white;
}

.copyright {
    background-color: var(--pink-color);
}

.copyright a {
    color: white;
}

.copyright a:hover {
    color: lightskyblue;
}

@media (max-width: 425px) {
    .button-group {
        margin: 305px 180px 0;
    }

    .our-services {
        height: 90vh;
    }
}

@media (max-width: 375px) {
    .our-services {
        height: 110vh;
    }
}
