/* Fuentes y Color base*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Inter', sans-serif;
    color: #333333;
}


/* Modificaciones Bootstrap */

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    transition: all 0.2s ease-out;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(2px);
}

.btn {
    padding: 0.525rem 1.3rem;
    font-weight: 500;
}

.btn-light {
    color: #5B49FE;
    background-color: #fff;
    border-color: #5B49FE;
    border: 1px solid #5B49FE;
    transition: all 0.2s ease-out;
}

.btn-light:hover {
    color: #fff;
    background-color: #4F3BFF;
    border-color: #4F3BFF;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #5B49FE80;
}

.form-control {
    border: 1px solid #5B49FE80;
    border-left: 0px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(79 59 255 / 66%);
}


/* Clases propias */

#mainNav button.btn {
    margin-top: 2rem;
}

#hero {
    background: linear-gradient(73.24deg, #CFF37D 0%, #7DE88C 100%);
    overflow: hidden;
}

#hero h1 {
    padding-top: 7rem;
    font-weight: 800;
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1.75rem;
}

#hero h1>span {
    color: #fff;
}

#hero p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

#hero #buscarPet {
    width: 100%;
    z-index: 10;
    margin-bottom: 1rem;
}

#hero input {
    padding: .75rem 1rem;
}

#hero #imgs {
    margin-top: 2rem;
    position: relative;
    min-height: 250px;
}

#hero .garabato {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 40px;
}

#hero .heroDog {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 105px;
}

#main h2 {
    font-weight: 800;
    font-size: 2.2rem;
    font-family: 'Poppins', sans-serif;
    margin: 2.5rem 0;
}

#main .card {
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(130, 130, 130, 0.73);
    box-shadow: 0px 1px 5px 0px rgba(130, 130, 130, 0.73);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
}

#main .card:hover {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(85, 85, 85, 0.95);
    box-shadow: 0px 2px 7px 0px rgba(85, 85, 85, 0.95);
}

#main .card .card-img-top {
    height: 115px;
    overflow: hidden;
}


/*class="h-100 mx-auto d-block img-fluid"*/

#main .card img {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease-in-out;
}

#main .card:hover img {
    transform: scale(1.1);
}

#main .card .card-body>.row {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main .card h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0;
}

#main .card .card-text {
    font-weight: 400;
    font-size: .85rem;
    color: #263238;
    opacity: 0.54;
}

#main .card .card-icons {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main .card .card-icons>span:first-child {
    margin-bottom: .35rem;
}

#main .card .card-icons .male {
    background-image: url('/images/icons/icon_male.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#main .card .card-icons .female {
    background-image: url('/images/icons/icon_female.svg');
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
}

#main .card .card-icons .cat {
    background-image: url('/images/icons/icon_cat.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

#main .card .card-icons .dog {
    background-image: url('/images/icons/icon_dog.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
}

#actions {
    background: linear-gradient(180deg, #CFF37D 0%, #7DE88C 100%);
}

#actions div.row {
    justify-content: center;
    padding: 3rem 0 0 0;
}

#actions div.col-6 {
    margin-bottom: 2.5rem;
}

#actions a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

#actions a:hover {
    text-decoration: none;
    color: #392bb7
}

#actions a img {
    transition: all 0.3s ease-in-out;
}

#actions a:hover img {
    transform: scale(1.1);
}

#actions .icon {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    transition: all 0.3s ease-in-out;
}

#actions a:hover .icon {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(85, 85, 85, 0.95);
    box-shadow: 0px 2px 7px 0px rgba(85, 85, 85, 0.95);
}

#actions h4 {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0;
    letter-spacing: -0.015em;
}

#actions .content {
    text-align: center;
    letter-spacing: -0.015em;
}

footer {
    background: #5B49FE;
    padding: 1.5rem 0;
    font-weight: 500;
}

footer span {
    padding: .5rem 1rem;
}

footer ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
}

footer .nav-link {
    color: #fff;
}

footer .nav-link:focus,
footer .nav-link:hover {
    color: #B1EF83;
}


/*Cards Colors*/

#main #animal_01 {
    background-color: #FFD25F;
}

#main #animal_02 {
    background-color: #F584FF;
}

#main #animal_03 {
    background-color: #66EDC4;
}

#main #animal_04 {
    background-color: #FEBACE;
}

#main #animal_05 {
    background-color: #4ADAEE;
}

#main #animal_06 {
    background-color: #7FF38B;
}

#main #animal_07 {
    background-color: #BAD9FE;
}

#main #animal_08 {
    background-color: #535AFF;
}

#main #animal_09 {
    background-color: #FF7A7A;
}

#main #animal_10 {
    background-color: #4AC7EE;
}

#main #animal_11 {
    background-color: #FEDABA;
}

#main #animal_12 {
    background-color: #F4E134;
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    #hero .garabato {
        right: -185px;
        bottom: -40px;
    }
    #hero .heroDog {
        right: -20px;
    }
    #hero #buscarPet {
        margin-bottom: 3rem;
    }
    #main .card .card-img-top {
        height: 130px;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
    .navbar-collapse {
        padding: 0;
        background-color: transparent;
        backdrop-filter: blur(0px);
    }
    #mainNav button.btn {
        margin-top: 0;
    }
    #hero h1 {
        padding-top: 10rem;
        font-size: 3.5rem;
    }
    #hero input {
        padding: 1rem 2rem;
    }
    #hero #imgs {
        min-height: 500px;
    }
    #hero .garabato {
        right: -125px;
        bottom: 0;
    }
    #hero .heroDog {
        right: 30px;
        bottom: 0;
    }
    #main h2 {
        margin: 3.5rem 0;
    }
    #main .card {
        margin-bottom: 2.75rem;
    }
    #main .card .card-img-top {
        height: 145px;
    }
    #main .card .card-icons {
        flex-direction: row;
        justify-content: center;
    }
    #main .card .card-icons>span:first-child {
        margin-bottom: 0;
        margin-right: .55rem;
    }
    #actions div.row {
        justify-content: space-between;
        padding: 3rem 0;
    }
    #actions div.col-6 {
        margin-bottom: 0;
    }
    footer ul {
        flex-direction: row;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 1200px) {
    #hero .garabato {
        right: 0;
    }
    #hero .heroDog {
        right: 125px;
    }
    #main .card .card-img-top {
        height: 190px;
    }
}