/* Estilos Generales */
body,
html {
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    display: flex;
    flex-direction: column;
    scroll-snap-type: y proximity;
    overflow-y: scroll;
}
body {
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}
main {
    padding-top: 64px;
    min-height: 60vh;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    font-family: "Roboto";
    text-align: left;
    background-color: #000;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: orange;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    height: 40px;
    z-index: 999;
}
footer > a {
    border-radius: 40px;
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 35%;
    text-decoration: none;
}
footer > a > p {
    width: 65px;
    height: 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
ul {
    list-style: none;
}
/* Encabezado fijo */
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    height: 64px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.sticky-header > svg {
    width: 40%;
    margin-right: 40%;
}
.menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
}

/* Menú Modal */
.modal-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
}

.modal-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 10px;
}

.section-cta-block {
    height: 20vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4vh;
    margin-top: 4vh;
    margin-left: 32px;
    margin-right: 32px;
}

.section-cta-block > img {
    height: 22vh;
    width: 18vh;
}

.section-cta-block > img:first-child {
    height: 16vh;
}

section {
    padding-top: 16px;
    color: #fff;
    min-height: 60vh;
    scroll-snap-align: start;
}
section.inicio {
    min-height: 90vh;
}

section.inicio > h1 {
    padding: 0px 16px;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}
section.inicio > h2 {
    padding: 0px 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.fondo-difuminado {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url('https://www.hostinger.com/tutorials/wp-content/uploads/sites/2/2023/11/Web-hosting_in-text-banner.webp'); Reemplaza con la URL de tu imagen
    background-size: cover; */
    background-position: center;
    /* filter: blur(8px); */
    z-index: 1;
}

section.sobre-nosotros {
    z-index: 2;
    max-height: 90vh;
    min-height: 90vh;
}
section.sobre-nosotros > h3 {
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffa800;
    padding-left: 32px;
    margin-right: 2vh;
}

div.instrumentos > h3 {
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffa800;
    padding-left: 32px;
    margin-right: 2vh;
}

div.instrumentos > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 32px;
    padding-right: 16px;
}
section.sobre-nosotros > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 32px;
    padding-right: 16px;
}

section.sobre-nosotros > buttom {
    width: 345px;
    height: 156px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 32px;
}

button.button-cta {
    font-family: "Roboto";
    background: fff;
    border: none;
    padding: 16px 24px;
    margin-left: 16px;
    color: black;
    cursor: pointer;
    border-radius: 39px;
    max-height: 48px;
    font-weight: bold;
}

button.button-cta-orange {
    background: #ffa800;
    border: none;
    padding: 16px 24px;
    /* color: #fff; */
    cursor: pointer;
}

img.portada-image {
    height: 100%;
    width: 100%;
}

.swiper-slide-active {
    display: flex;
    justify-content: center;
}

img.instrumento {
    max-height: 50vh;
    max-width: 40vh;
}
section:last-of-type {
    /* Estilos que quieras aplicar al último 'section' */
    margin-top: 48px; /* Ejemplo de estilo */
}

.contacto {
    padding-top: 64px;
}

.contacto-social-media-list__media-list {
    display: flex;
    flex-direction: row;
    gap: 10vh;
    justify-content: start;
}

.contacto-social-media-location {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contacto-social-media-location > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.contacto-social-media-location > a > p {
    padding-left: 16px;
}

.contacto-social-media-instruments__title {
    color: #ffa800;
}

.contacto-social-media-instruments__lists {
    display: flex;
    flex-direction: column;
}

.contacto-social-media-instruments__elements {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 10px;
}

.contacto-social-media-list__logo {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}

.productos > div > h2,
p {
    padding-left: 16px;
    padding-right: 16px;
}
.productos > div > h2 {
    color: #ffa800;
}
a {
    text-decoration: none;
    color: #000;
}

swiper-container {
    max-height: 320px;
}

.swiper-pagination {
    display: none;
}

@media (max-width: 380px) {
    section.inicio > h2 {
        display: none;
    }
    section.sobre-nosotros > p.second-text {
        display: none;
    }
    .section-cta-block > img:first-child {
        height: 21vh;
    }
    .section-cta-block > img {
        height: 26vh;
        width: 22vh;
    }
}
