*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    font-family: 'Roboto', serif;
}

nav.navbar {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    z-index: 1000;
}

nav.navbar a.nav-link {
    margin-right: 30px;
}

nav.navbar span{
    margin-right: 30px;

}

.adjuster{
    margin-right: 0 !important;
}

.hero-img{
    width: 100%;
}

.container{
    max-width: 90%;
    padding-bottom: 60px;
}

/* Sección 1 */
.feature-section {
    padding: 20px;
}

.feature-box {
    display: flex;
    background-color: #8E2433;
    text-align: left;
    align-items: center;
    color: white;
    padding: 20px;
    border-radius: 40px;
    margin: 10px;
}

.feature-box img {
    max-width: 50%;
    height: auto;
    border-radius: 50%;
}

.feature-box p{
    margin-bottom: 0;
}

/* Sección 2 */
.new-section2 {
    padding: 30px;
}

.new-section2 p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
}

.new-section2 h2 {
    font-family: 'Circe', sans-serif;
    font-size: 3em;
}

.new-section2 h3 {
    font-family: 'Single Day', sans-serif;
    font-size: 10em;
}

.new-section2 h2, .new-section2 h3{
    text-align: left;
}

.new-section2 h3, .grid-item i {
    color: #8E2433;
}

.btn-primary {
    font-size: 1.2em;
    display: block;
    margin: 0 auto; /* Center the button */
    background-color: #005BA7;
    border: none; /* Remove the border */
    border-radius: 40px; /* Adjust the radius as needed */
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-weight: 600;
}

.croqueta{
    width: 70%;
}

/* Sección 3 */
.new-section3 p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
}

.new-section3 h2,h3{
    font-family: 'Circe', sans-serif;
    font-size: 3em;
}

.new-section3 h3{
    color: #8E2433;
}

.new-section3 .col-md-3 {
    margin-bottom: 20px;
}

.new-section3 .col-md-3 p {
    text-align: center;
}

.perrogato{
    width: 80%;
}

/* sección 4 */
.new-section4 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-section4 h4 {
    text-align: left;
    font-family: 'Circe', sans-serif;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.card {
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.card-img-top {
    border-radius: 0px;
    width: 100%;
    height: auto;
}

.card-body {
    padding: 20px;
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    text-align: left;
}

/* seccion footer */
.footer {
    font-family: 'Lato', sans-serif;
    font-size: large;
    padding-left: 15%;
    padding-right: 15%;
    background-color: #8E2433;
    color: #fff;
}

.footer-segment {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
}

.ftr-padding{
    padding-top: 2%;
    padding-bottom: 4%;
}

.logo img {
    max-width: 200px;
    height: auto;
}

.social-icons {
    display: flex;
    font-size: 4em;
    gap: 20px;
}

.social-icons a {
    color: #ffffff;
}

.footer-buttons{
    display: flex;
    gap: 50px;
}

.footer-buttons button {
    font-size: 1em;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
}

/* productos seccion 1 */
.new-section1 {
    padding: 30px;
}

.new-section1 h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 3em;
}

.box-container {
    display: flex;
    justify-content: left;
    margin-right: 50%;
}

.color-box {
    background-color: #8E2433;
    text-align: center;
    color: white;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 15px 10px 15px;
}

.color-box img {
    max-width: 40%;
}

.cat_img{
    width: 100px;
    padding-right: 10px;
}

/* productos sección 2 */
.new-section2 {
    padding: 30px;
}

.new-section2 h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 3em;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-item {
    text-align: center;
    flex: 1;
    padding-bottom: 40px;
}

.product-item img{
    max-width: 80%;
    padding-bottom: 20px;
}

.product-item p {
    font-size: 1em;
    margin-bottom: 0;
    text-align: left;
    padding: 0 10% 0 10%;
}

.redtext{
    color:#8E2433;
}

.paging {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
}

.alignicon{
    display: flex;
    align-items: center;
}

.alignicon i{
    padding: 0 20px 0 10px;
    font-size: 2em;
}

.btn_left{
    margin: 0;
}

.text-center{
    text-align: center;
}

.img-smaller{
    width: 60%;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
}

.centerflex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertibox{
    display: flex;
    flex-direction: column;
}

.vertibox h2{
    font-size: 1.2em;
}

.vertibox p{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.smallerh2{
    font-size: 2em !important;
}

.redlarge{
    font-size: 2.1em;
    color: #8E2433;
}

.large{
    font-size: 2.1em;
}

.card-section2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.card2 {
    background-color: #E1E1E1;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 150px;
}

.card2 i {
    font-size: 3em;
    color: black;
}

.card2 h3 {
    font-size: 1.2em;
    color: #923B46;
    margin-top: 10px;
}

.card2 p {
    color: #333;
}

.equipo{
    display: flex;
    justify-content: center;
}

.equipo h4{
    color: #8E2433;
}

.scrollable-images-section {
    padding: 30px;
    overflow-x: auto; /* Enable horizontal scrolling */
}

.scrollable-images-container {
    display: flex;
    gap: 20px; /* Adjust the gap between images */
}

.scrollable-images-container img {
    max-width: 100%; /* Ensure images are responsive */
    height: auto;
}

.fondologinregistro{
    height: 100vh;
    background-image:url(../imagenes/perritos01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.loginregistro{
    padding-top: 20vh;
    padding-right: 30%;
    width: 100%;
}

.mobilepadding{
    padding-top: 20vh;
}

.unhidemobile{
    display: none;
}

@media (max-width: 1100px) {
    nav.navbar a.nav-link {
        margin-right: 10px;
    }
    
    nav.navbar span{
        margin-right: 10px;
    
    }

    .croqueta{
        width: 90%;
    }
}

@media (max-width: 991px) {
    .hide{
        display: none !important;
    }

    .feature-box{
        font-size: .7em;
    }

    body p{
        font-size: 1em !important;
    }
    .container{
        padding-bottom: 50px;
    }

    .croqueta{
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hidemobile{
        display: none;
    }
    
    .unhidemobile{
        display: block;
    }

    .fondologinregistro{
        height: 100vh;
        background-image:url(../imagenes/mobilperritos.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .midimgonmobile{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .smallerimgonmobile{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30%;
        margin: 0 auto;
    }

    .mobiletext{
        font-size: 1.5em !important;
    }

    .mobilesmalltext{
        font-size: 0.8em !important;
    }

    h1{
        text-align: center !important;
    }

    h2{
        text-align: center !important;
    }

    h3{
        text-align: center !important;
    }

    h4{
        text-align: center !important;
    }

    iframe{
        width: 300px;
    }

    .mid_image{
        width: 100%;
    }
}