/* GLOBAL */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --ff-primary: "Nunito", sans-serif;
    --ff-accent: "Antonio", sans-serif;

    --fw-light: 200;
    --fw-regular: 400;
    --fw-bold: 700;

    --clr-cta: #78b5a6;
    --clr-cta-hover: #add1c8;
    --clr-dark: #404552;
    --clr-light: #fef9f5;
    --clr-accent: #f7ba8f;
    --clr-bg: #fef5ee;
}

html {
    scroll-behavior: smooth;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--clr-bg);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--clr-accent);
}

body {
    background-color: var(--clr-light);
    color: var(--clr-dark);
}

.subtitle {
    width: fit-content;
    font-size: 2.5em;
    font-family: var(--ff-accent);
    font-weight: var(--fw-bold);
    margin-bottom: 1em;
    color: var(--clr-dark);
    transform: translateX(65px);
    width: fit-content;
}

@media (max-width: 550px) {
    .subtitle {
        transform: translate(45px);
    }
}

.button-grande {
    font-family: var(--ff-accent);
    background-color: var(--clr-cta);
    padding: 0.8em 2em;
    border-radius: 5px;
    text-decoration: none;
    color: var(--clr-light);
    transition: 0.4s !important;
    filter: drop-shadow(1px 1px 4px rgba(29, 29, 29, 0.5));
}

/* NAV */

.logo {
    /* width: 100%; */
    height: 50px;
}

.menu-titulo {
    font-family: var(--ff-accent);
    margin: 0 17px;
}

.li-menu {
    font-family: var(--ff-accent);
    margin: 0 17px;
}

.li-boton {
    color: var(--clr-light) !important;
    font-family: var(--ff-accent);
    background: var(--clr-cta) !important;
    border-radius: 10px;
    cursor: pointer;
    width: 110px;
    text-align: center;
    margin-left: 210px;
    transition: 0.4s !important;
}

@media (max-width: 1200px) {
    .li-boton {
        margin-left: 100px;
    }
}

@media (max-width: 992px) {
    .li-boton {
        margin-top: 20px;
        margin-left: 10px;
    }
}

/* NOSOTROS */

.header-nosotros,
.header-colabora {
    background-color: var(--clr-bg);
}

.header-nosotros h1,
.header-colabora h1 {
    color: var(--clr-dark);
    text-align: center;
    font-family: var(--ff-accent);
    font-size: 2.5rem;
    padding-block: 1rem 2rem;
    margin-block: 0;
}

.carousel-nosotros {
    padding-bottom: 3.5rem !important;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: var(--clr-accent) !important;
    margin-inline: 0.5rem !important;
}

/* quienes somos */
.container-quienes-somos {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5rem;
    padding-inline: 6rem;
    padding-top: 3rem;
    background-image: url("../images/left-shape-nosotros.png"),
        url("../images/right-shape-nosotros.png");
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: top left, center right;
}

.container-quienes-somos figure img {
    max-width: 100%;
    border-radius: 20px;
}

.container-quienes-somos h2 {
    font-family: var(--ff-accent);
    color: var(--clr-dark);
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.container-quienes-somos h3 {
    font-family: var(--ff-accent);
    color: var(--clr-dark);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.container-quienes-somos p {
    font-family: var(--ff-primary);
    color: var(--clr-dark);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    max-width: 500px;
}
/* slogan */
.container-slogan {
    padding-inline: 8rem;
    padding-block: 3rem;
    background-image: url("../images/left-paw-nosotros.png"),
        url("../images/right-paw-nosotros.png");
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center left, center right;
}
.container-slogan h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--ff-accent);
    font-weight: var(--fw-bold);
    color: var(--clr-dark);
}

@media (max-width: 768px) {
    .container-quienes-somos {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-inline: 1rem;
        padding-top: 1.5rem;
    }
    .container-quienes-somos figure img {
        max-width: 60%;
    }
    .container-quienes-somos figure {
        display: flex;
        justify-content: center;
    }

    .container-slogan {
        padding-inline: 1rem;
        padding-block: 3rem;
        background-image: none;
    }
}
@media (min-width: 1440px) {
    .container-quienes-somos {
        column-gap: 1rem;
        padding-inline: 15rem;
    }
    .container-slogan {
        background-size: 6%;
    }
}

/* COLABORAR */
.container-opciones-colaborar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-inline: 6rem;
    margin-top: 2rem;
    background-image: url("../images/left-paw-colaborar.png"),
        url("../images/left-shape-colaborar.png"),
        url("../images/right-paw-colaborar.png"),
        url("../images/right-shape-colaborar.png");
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: bottom 200px left, top left, top right, center right;
}
.opciones-colaborar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    column-gap: 2rem;
}

.opciones-colaborar img {
    max-width: 100%;
    height: auto;
}

.opciones-colaborar h2 {
    color: var(--clr-dark);
    font-family: var(--ff-accent);
    font-size: 2.2rem;
}

.opciones-colaborar p {
    color: var(--clr-dark);
    font-family: var(--ff-primary);
    font-size: 1.1rem;
    max-width: 600px;
}

.adopta-colaborar,
.transita-colaborar,
.dona-colaborar,
.apadrina-colaborar {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top right;
}

.adopta-colaborar {
    background-image: url("../images/bg-adopta-colaborar.png");
}
.transita-colaborar {
    background-image: url("../images/bg-transita-colaborar.png");
}
.dona-colaborar {
    background-image: url("../images/bg-dona-colaborar.png");
}
.apadrina-colaborar {
    background-image: url("../images/bg-apadrina-colaborar.png");
}

@media (max-width: 768px) {
    .container-opciones-colaborar {
        padding-inline: 1rem;
    }
    .container-opciones-colaborar {
        background-image: none;
    }
    .opciones-colaborar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .flip-opciones {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .container-opciones-colaborar {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-inline: 12rem;
        margin-top: 2rem;
    }
    .opciones-colaborar {
        justify-content: center;
        column-gap: 5rem;
    }

    .opciones-colaborar p {
        color: var(--clr-dark);
        font-family: var(--ff-primary);
        font-size: 1.1rem;
    }
}

/* HOME */

.home {
    background-color: #fff2e8;
    min-height: 100dvh;
    background-image: url("../images/home-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.home-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: var(--ff-primary);
    padding: 0 2em;
}

.home-container-left {
    margin-top: 4em;
    width: 40%;
}

.home-container-right {
    margin-top: 7em;
    width: 53.5%;
}

.home-title {
    font-family: var(--ff-accent);
    font-weight: var(--fw-bold);
    font-size: 4em;
}

.home-title span {
    color: var(--clr-accent);
}

.home-line1 {
    font-weight: var(--fw-bold);
}

.home-line2 {
    font-size: 0.9em;
    margin-top: 1.2em;
    margin-bottom: 1.7em;
}

.home-container img {
    width: 100%;
}
.home-container a {
    display: inline-block;
}

@media screen and (min-width: 1600px) {
    .home-title {
        font-size: 6em;
    }

    .home-line1 {
        font-size: 3em;
    }

    .home-line2 {
        font-size: 2em;
    }
    .subtitle {
        font-size: 4em;
    }

    .button-grande {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 650px) {
    .home-container {
        flex-direction: column;
    }
    .home-container-left {
        margin-top: 4em;
        width: 90%;
    }

    .home-container-right {
        width: 90%;
    }
}

.nosotros {
    padding: 3em 4em 5em 4em;
    background-image: url("../images/path26.png"), url("../images/garrita1.png");
    background-repeat: no-repeat;
    background-position: top 25px right 250px, bottom 40px right;
}

.nosotros-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nosotros-container-img {
    width: 40%;
}

.nosotros-container img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 11px 11px 20px -14px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 11px 20px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 11px 20px -14px rgba(0, 0, 0, 0.75);
}

.contenido-nosotros {
    width: 40%;
}

.contenido-nosotros h3 {
    font-family: var(--ff-accent);
    font-weight: bolder;
    font-size: 2em;
}

.contenido-nosotros p {
    font-size: 0.9em;
    margin: 1em 0;
}

.contenido-nosotros a {
    display: inline-block;
}

@media screen and (min-width: 1600px) {
    .contenido-nosotros h3 {
        font-size: 3em;
    }

    .contenido-nosotros p {
        font-size: 1.5em;
    }
}

@media (max-width: 650px) {
    .nosotros {
        padding: 4em 0.5em;
    }
    .nosotros-container {
        flex-direction: column-reverse;
        width: 100%;
        gap: 2em;
    }

    .nosotros-container-img,
    .contenido-nosotros {
        width: 80%;
    }
}

/* COLABORA */

.colaborar {
    background-color: var(--clr-bg);
    padding: 3em 4em 2em 4em;
}

.colaborar-container {
    display: flex;
    justify-content: space-between;
    margin: 0 2.2em;
}

.colaborar-container :nth-child(1).colaborar-card {
    background-image: url("../images/casita.png");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.colaborar-container :nth-child(2).colaborar-card {
    background-image: url("../images/caja.png");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.colaborar-container :nth-child(3).colaborar-card {
    background-image: url("../images/plato.png");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.colaborar-container :nth-child(4).colaborar-card {
    background-image: url("../images/hueso.png");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.colaborar-card {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.colaborar-container h3 {
    font-family: var(--ff-accent);
    font-weight: bolder;
    font-size: 2em;
}

.colaborar-container p {
    font-size: 0.9em;
}

.colaborar-card .sabe-mas {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.colaborar-card .sabe-mas div {
    width: 50%;
    height: 0.5px;
    background-color: #404552;
    opacity: 0.3;
}

.colaborar-card a {
    display: inline-block;
    padding: 0.3em 0.7em;
    background-color: var(--clr-cta);
    font-family: var(--ff-accent);
    color: var(--clr-light);
    text-decoration: none;
    border-radius: 10px;
    transition: 0.4s !important;
}

@media screen and (min-width: 1600px) {
    .colaborar {
        padding: 3em 8em;
    }

    .colaborar-container p {
        font-size: 1.2em;
    }
}

@media (max-width: 950px) {
    .colaborar {
        padding: 2em;
    }
}

@media (max-width: 650px) {
    .colaborar {
        padding: 2em 0.5em;
    }
    .colaborar-container {
        flex-direction: column;
    }

    .colaborar-container :nth-child(1).colaborar-card,
    .colaborar-container :nth-child(2).colaborar-card,
    .colaborar-container :nth-child(3).colaborar-card,
    .colaborar-container :nth-child(4).colaborar-card {
        background-size: 25%;
    }

    .colaborar-card {
        width: 90%;
        margin: 1em 0;
    }
}

/* ANTES Y DESPUES */

.antesdespues {
    padding: 3em 4em 0 4em;
    background-image: url("../images/path16.png"), url("../images/path17.png"),
        url("../images/path32.png");
    background-repeat: no-repeat;
    background-position: top 30px right, bottom 20px left,
        bottom 40px right 50px;
}

.antesdespues p {
    margin-left: 3.5em;
}

.historias {
    display: flex;
    justify-content: space-around;
}

.historia {
    width: 27%;
    height: fit-content;
}

.historia div {
    margin: 1em 0;
    transition: all 1s ease-in-out;
    height: 350px;
}

.historia div:hover {
    transform: scale(1.1);
}
.historia a {
    display: block;
    width: 100%;
    height: 100%;
}

.historia div img {
    width: 100%;
    height: 100%;
    border-radius: 2em;
    object-fit: cover;
}

.historia h4 {
    font-family: var(--ff-accent);
}

.historia p {
    margin-left: 0;
}
@media screen and (min-width: 1600px) {
    .antesdespues p,
    .historia p {
        font-size: 1.2em;
    }
}

.seguinos {
    height: 270px;
    position: relative;
}

.seguinos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.seguinos .social-media {
    justify-content: center;
    position: absolute;
    top: 50%;
    left: calc(50% - 167.258px);
}

.social-media h5 {
    font-family: var(--ff-accent);
    font-size: 2.4em;
    font-weight: var(--fw-bold);
    color: var(--clr-light);
    letter-spacing: 1px;
    filter: drop-shadow(1px 2px 3px #000);
}

.ver-mas {
    text-align: right;
    margin-top: 0.5em;
    margin-bottom: 2em;
}

.ver-mas a {
    color: var(--clr-dark);
    text-decoration: none;
    font-family: var(--ff-accent);
}

@media (max-width: 650px) {
    .antesdespues {
        padding: 2em 0.5em;
        overflow-x: hidden;
    }

    .historias {
        width: 1000px;
        justify-content: space-evenly;
        gap: 2em;
        margin-left: 2em;
    }

    .historia {
        width: 100%;
    }
    .historia div {
        height: 450px;
    }
}

/* TESTIMONIOS */

.testimonios {
    padding: 5em;
    background-image: url("../images/garrita3.png"),
        url("../images/garrita2.png");
    background-repeat: no-repeat;
    background-position: top 40px right, bottom 40px left;
}

.testimonio {
    display: flex;
    align-items: center;
    margin: 4em 2em;
    gap: 3em;
}

.testimonio:nth-child(3) {
    flex-direction: row-reverse;
}

.testimonio div {
    width: 40%;
}

.testimonio img {
    width: 100%;
    border-radius: 2em;
    background-color: #dbdcdd;
}

.testimonio span {
    display: block;
    margin-top: 1em;
    font-weight: var(--fw-bold);
}

.testimonio p {
    width: 50%;
}

.testimonio p .comillas {
    margin: 0;
    line-height: 0.5;
    font-size: 3em;
    font-family: sans-serif;
}

.testimonio p .comillas-bottom {
    text-align: right;
}

@media screen and (min-width: 1600px) {
    .testimonio p {
        font-size: 2em;
    }
    .testimonio img {
        width: 80%;
    }
}

@media (max-width: 650px) {
    .testimonios {
        padding: 2em 0.5em;
    }

    .testimonio,
    .testimonio:nth-child(3) {
        flex-direction: column;
    }

    .testimonio div {
        width: 80%;
    }
    .testimonio p {
        width: 80%;
    }
}

/* FOOTER */

.container-footer {
    background-color: var(--clr-dark);
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 1rem;
}

.footer-logo img {
    max-width: 150px;
    transform: translateX(-15px);
}

.contact-container {
    display: flex;
    flex-direction: column;
}

.contact-container div {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.contact-container div img {
    max-width: 3rem;
}

.contact-container div p {
    font-family: var(--ff-accent);
    font-weight: var(--fw-regular);
    color: var(--clr-light);
    margin: 0;
    margin-left: 1.2rem;
}

.second-links-social h4,
.contact-container h4 {
    font-family: var(--ff-accent);
    font-weight: 400;
    color: var(--clr-light);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.second-links {
    padding: 0;
}

.second-links li {
    list-style: none;
}

.second-links li a {
    color: var(--clr-light);
    font-family: var(--ff-accent);
    font-weight: var(--fw-light);
    text-decoration: none;
}

.social-media {
    display: flex;
    column-gap: 1rem;
}

.social-media img {
    max-width: 3rem;
}

.copyright-footer {
    background-color: var(--clr-accent);
    width: 100%;
    text-align: center;
}
.copyright-footer p {
    color: var(--clr-dark);
    font-family: var(--ff-accent);
    font-weight: var(--fw-regular);
    padding: 0;
    padding-block: 0.4rem;
    margin-bottom: 0;
}
.hr-footer {
    display: none;
}

/* INTRO ADOPTAR */
#intro-adoptar {
    background: var(--clr-bg);
}

#contenedor-adopta-soplito {
    background: url("../images/garrita3.png"), url("../images/path26.png");
    background-repeat: no-repeat;
    background-size: 7%, 6%;
    background-position: center right, center left;
}

.adopta-soplito {
    color: var(--clr-dark);
    font-family: var(--ff-accent);
    font-size: 2.5rem;
    font-weight: var(--fw-bold);
}

.texto-adoptar {
    color: var(--clr-dark);
    font-family: var(--ff-primary);
    padding: 0 20%;
    margin-bottom: 0;
}

#section-adoptar {
    background: var(--clr-light);
    background: url("../images/left-shape-colaborar.png"),
        url("../images/right-shape-colaborar.png");
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: center left, bottom right;
}

/* ADOPTAR UN */
.titulo-adoptar {
    padding-top: 25px;
    font-family: var(--ff-accent);
    font-weight: var(--fw-bold);
    color: var(--clr-dark);
}

.h3-adoptar {
    font-family: var(--ff-accent);
    color: var(--clr-dark);
    font-weight: var(--fw-regular);
    transition: 0.4s !important;
}

.h3-adoptar:hover {
    transform: translateY(3px);
    color: #656d83;
}

#card-conocer {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    height: 380px;
    padding: 10px;
    width: 300px;
    margin-bottom: 50px;
    background-image: url("../images/balto.jpg") !important;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#card-conocer::before {
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        180deg,
        rgba(240, 240, 240, 0.01) 0%,
        rgba(0, 0, 0, 0.73) 79.69%
    );
}

#card-conocer h3 {
    font-family: var(--ff-accent);
    color: var(--clr-light);
    z-index: 10;
}

#card-conocer p {
    z-index: 10;
    color: var(--clr-light);
    font-family: var(--ff-primary);
}

.btn-conocer {
    z-index: 10;
    text-decoration: none;
    color: var(--clr-light) !important;
    font-family: var(--ff-accent);
    background: var(--clr-cta) !important;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 3px;
    text-align: center;
    transition: 0.4s !important;
}

.btn-conocer:hover {
    background: var(--clr-cta-hover) !important;
}

@media (max-width: 1200px) {
    .titulo-adoptar {
        font-size: 2rem;
    }

    .h3-adoptar {
        font-size: 1.9rem;
    }

    .texto-adoptar {
        padding: 10px;
    }

    #card-conocer {
        width: 250px;
    }

    .justify-titulo-conocer {
        justify-content: space-around !important;
    }

    .justify-titulo-conocer img {
        display: none !important;
    }

    .justify-card-conocer {
        justify-content: space-around !important;
    }
}

.li-boton:hover,
.button-grande:hover,
.colaborar-card a:hover {
    transform: translateY(5px);
    box-shadow: 0px 8px 25px -11px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0px 8px 25px -11px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 8px 25px -11px rgba(0, 0, 0, 0.46);
}

/* SOY ??? */
#intro-soplito {
    background: var(--clr-bg);
}

#soy-soplito {
    background: var(--clr-bg);
    background: url("../images/left-paw-colaborar.png"),
        url("../images/right-shape-nosotros.png");
    background-repeat: no-repeat;
    background-size: 7%, 5%;
    background-position: bottom left, center right;
}

.divSoy {
    margin: 0 !important;
    height: 80vh;
}

.titulo-soplito {
    font-family: var(--ff-accent);
    color: var(--clr-dark);
    text-transform: uppercase;
    font-weight: var(--fw-regular);
}

.sobre-soplito {
    font-family: var(--ff-primary);
    color: var(--clr-dark);
}

.titulo-extras {
    font-family: var(--ff-accent);
    color: var(--clr-dark);
    text-transform: uppercase;
}

.btn-soplito {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--clr-light) !important;
    font-family: var(--ff-accent);
    background: var(--clr-cta) !important;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 3px;
    text-align: center;
    transition: 0.4s !important;
}

.btn-soplito:hover {
    background: var(--clr-cta-hover) !important;
}

@media (max-width: 992px) {
    .divSoy {
        height: auto;
    }
}

  @media (max-width: 495px) {

    .nosotros{
        background-size: 46%, 25%;
    }

    .testimonios{
        background-size: 25%;
    }
    .divSoy {
        height: auto;
    }

    .margen-soplito-titulo {
        margin-top: 10px;
    }

    .container-footer {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-logo {
        display: none;
    }
    .second-links-social h4,
    .contact-container h4 {
        display: none;
    }
    .second-links {
        display: none;
    }
    .social-media {
        padding-bottom: 1rem;
    }
    .hr-footer {
        display: block;
        color: var(--clr-light);
        width: 50%;
    }

    .container-quienes-somos {
        background-image: none;
    }
    .container-quienes-somos figure img {
        max-width: 100% !important;
        background-image: none;
    }
}
