@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

header {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(93, 93, 93, 0.5), rgba(234, 145, 218, 0.1)), url('FONDO.jpg');
    background-size: cover;
    position: relative;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s, padding 0.3s;
    background-color: transparent;
}

.navbar.scrolled {
    background-color: #bc7dbbe6; 
    padding: 5px 20px;
}

.logo img {
    height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #FCF8FB;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ddd;
}

/* Menú Hamburguesa */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 3px 0;
}

/* Responsive - pantallas pequeñas */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #f496dd;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-links li {
        text-align: center;
        margin: 15px 0;
    }

    .nav-links a {
        font-size: 18px;
        padding: 12px 20px;
    }
}


.llamanos a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background: rgb(248, 143, 227);
    border-radius: 5px;
}

.h-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    text-align: center;
    color: #FFF;
}

.h-text span {
    letter-spacing: 5px;
}

.h-text h1 {
    font-size: 3.5rem;
}

.h-text a {
    text-decoration: none;
    background: #f496dd;
    color: #FCF8FB;
    padding: 10px 20px;
    letter-spacing: 3px;
    border-radius: 5px;
    transition: background 0.3s, border 0.3s;
}

.h-text a:hover {
    background: transparent;
    border: 2px solid #f496dd;
    color: #f496dd;
}
.boton {
    display: inline-block;
    background-color:transparent;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 20px;
}

.carousel {
    position: relative;
    max-width: 80%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.styles-section {
    text-align: center;
    margin: 10px 0;
}

.styles-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.styles-images {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.h-text span{
    letter-spacing: 5px;
}
    
.h-text h1{
    font-size: 3.5rem;
}
.h-text a{
    text-decoration: none;
    background: #f496dd;
    color: #FCF8FB;
    padding: 10px 20px;
    letter-spacing: 3px;
    border-radius: 5px;
}
.h-text a:hover{
    border: 2px solid #f496dd;
    background: transparent;
    border-radius: 5px;
}

.abrigos {
    padding: 50px 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.abrigos h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

.container-abrigos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tarjeta {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.tarjeta:hover {
    transform: translateY(-10px);
}

.tarjeta img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.tarjeta-info {
    padding: 15px;
}

.tarjeta-info h4 {
    font-size: 20px;
    color: #333;
}

.tarjeta-info p {
    font-size: 16px;
    color: #555;
}



/* Tarjetas de estilo */
.style-card {
    border-radius: 15px;
    overflow: hidden;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.style-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.style-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease;
    margin: 0 auto;
    display: block;
}

.style-card img:hover {
    transform: scale(1.05);
}

/* Estilos generales para la tarjeta */
.tarjeta-alargada {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 50px;
    width: 100%;
    margin-top: 20px;
}

.contenido-tarjeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    max-width: 900px;
    background-color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #ddd;
}

#logo {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    object-fit: cover;
}

.descripcion h3 {
    font-size: 22px;
    color: #ffffff;
}

.descripcion p {
    font-size: 16px;
    color: #ffffff;
}

/* Media Query para pantallas pequeñas */
@media (max-width: 768px) {
    .tarjeta-alargada {
        padding: 30px;
    }

    .contenido-tarjeta {
        flex-direction: column; /* Cambiar la disposición a columna en pantallas pequeñas */
        align-items: center; /* Centrar los elementos */
        padding: 15px; /* Reducir el padding */
    }

    #logo {
        width: 120px; /* Reducir el tamaño de la imagen */
        height: 120px;
        margin-right: 0;
        margin-bottom: 15px; /* Añadir margen inferior */
    }

    .descripcion h3 {
        font-size: 20px; /* Ajustar tamaño de texto */
    }

    .descripcion p {
        font-size: 14px; /* Ajustar tamaño de texto */
        text-align: center; /* Centrar el texto en pantallas pequeñas */
    }
}

/* Media Query para pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
    .tarjeta-alargada {
        padding: 20px;
    }

    .contenido-tarjeta {
        width: 90%; /* Reducir el ancho de la tarjeta */
        padding: 10px;
    }

    #logo {
        width: 100px; /* Reducir aún más el tamaño de la imagen */
        height: 100px;
    }

    .descripcion h3 {
        font-size: 18px; /* Ajustar tamaño de texto */
    }

    .descripcion p {
        font-size: 12px; /* Ajustar tamaño de texto */
    }
}


.social-icons {
    display: flex;              
    justify-content: center;
    gap: 20px;           
    padding: 20px 0;      
}

.social-icons a {
    font-size: 50px;      
    color: #bc7dbb;             
    text-decoration: none;    
    transition: color 0.3s;    
}

.social-icons a:hover {
    color: #bc7dbb;              
}







