@font-face {
    font-family: "MuseoBold";
    src: url("/Tipografia/MUSEOSANSCYRL_0.OTF") format("opentype");
}

@font-face {
    font-family: "MuseoRegular";
    src: url("/Tipografia/MUSEOSANSCYRL_1.OTF") format("opentype");
}

@font-face {
    font-family: "MuseoLight";
    src: url("/Tipografia/MUSEOSANSCYRL_3.OTF") format("opentype");
}

a {
    text-decoration: none !important;
}

body,
html {
    overflow-x: hidden !important;
}

.web {
    display: block !important;
}

.responsivo {
    display: none !important;
}

.dis {
    visibility: hidden !important;
}

.dis2 {
    visibility: visible !important;
}

.a-navbar {
    color: black;
    font-family: 'MuseoLight';
}

.a-navbar:hover {
    color: black;
}

.a-img-navbar {
    margin-left: 10px;
    margin-right: 10px;
}

.barnav {
    background-color: rgba(255, 255, 255, 0.75) !important;
    margin-top: 20px;
    z-index: 9999;
    position: absolute;
}

.footer {
    background-color: #99D6F6;
}

.a-footer {
    font-size: 13px;
    text-decoration: underline !important;
    font-family: 'MuseoLight';
    color: black;
}

.a-footer:hover {
    color: black;
}

.p-footer {
    color: #4E4D4D;
    font-family: 'MuseoLight';
    font-size: 15px;
    margin: 0px;
}

.p-footer2 {
    color: #4E4D4D;
    font-family: 'MuseoBold';
    margin: 0px;
    font-size: 14px;
}

.hr-footer {
    height: 30px !important;
    width: 1px;
    background-color: black;
    margin: 0px 5px;
    opacity: 1;
}

.a-footer2 {
    color: black;
    font-family: 'MuseoLight';
    margin: 5px 0px;
}

.a-footer2:hover {
    color: black;
}

.boton-amarillo {
    color: black;
    font-size: 14px;
    background-color: #EDBC1C;
    padding: 10px 25px;
    font-family: 'MuseoRegular';
}

.boton-amarillo:hover {
    color: black;
}

.banner-inicio {
    padding: 240px 50px 150px 50px;
    background-image: url('/Fotos/Inicio/inicio-04.png');
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}

.titulo-inicio {
    color: white;
    font-family: 'MuseoBold';
}

.titulo-inicio2 {
    color: #4E4D4D;
    font-family: 'MuseoBold';
    margin: 0px;
}

.p-inicio2 {
    font-family: 'MuseoLight';
    color: white;
    margin: 0px;
}

.p-inicio3 {
    font-family: 'MuseoRegular';
    color: white;
    margin: 0px;
}

.p-inicio4 {
    font-family: 'MuseoRegular';
    color: #4E4D4D;
    margin: 0px;
}

.p-inicio5 {
    font-family: 'MuseoLight';
    color: #4E4D4D;
    margin: 0px;
}

.p-inicio6{
    font-family: 'MuseoBold';
    color: #4E4D4D;
    font-size: 15px;
    margin-bottom: 5px;
}

.p-inicio7 {
    font-family: 'MuseoLight';
    color: #4E4D4D;
    margin: 0px;
    font-size: 15px;
}

.img-inicio {
    width: 60px;
}

.img-inicio2 {
    width: 50px;
}

.altura {
    height: 60px;
}

.altura2 {
    height: 80px;
}

.fondo-azul {
    background-color: #99D6F6;
}

.fondo-amarillo{
    background-color: #EDBC1C;
}

.fondo-gris {
    background-color: #F1F1F1;
}

.fondo-blanco{
    background-color: white;
}

.p-inicio {
    font-size: 14px;
    font-family: 'MuseoRegular';
    margin: 0px;
}

.btn-azul {
    background-color: #99D6F6;
    color: black;
    padding: 10px 30px;
    font-family: 'MuseoRegular';
}

.btn-azul:hover {
    color: black;
}

.defensa-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 52px;
}

.defensa-track {
    display: flex;
    gap: 42px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.defensa-item {
    flex: 0 0 auto;
    width: 210px;
    text-align: center;
}

.defensa-circle {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
}

.defensa-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.defensa-label {
    margin-top: 10px;
    font-weight: 600;
    color: #4E4D4D;
    font-size: 14px;
}

.defensa-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #fff;
    font-size: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.defensa-arrow.left {
    left: 10px;
}

.defensa-arrow.right {
    right: 10px;
}

.defensa-arrow:disabled {
    opacity: .35;
    cursor: not-allowed;
}

@media (max-width: 992px) {
    .defensa-item {
        width: 190px;
    }

    .defensa-circle {
        width: 170px;
        height: 170px;
    }

    .defensa-track {
        gap: 28px;
    }
}

@media (max-width: 576px) {
    .defensa-carousel {
        padding: 10px 44px;
    }

    .defensa-item {
        width: 170px;
    }

    .defensa-circle {
        width: 150px;
        height: 150px;
    }
}

.tile {
    max-width: 100%;
    background: #F1F1F1;
    padding: 12px;
}

.tile__frame {
    background: #F1F1F1;
    border: 2px solid #99D6F6;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
}

.tile__icon {
    width: 50%;
    height: auto;
    display: block;
    margin-bottom: 14px;
}

.tile__text {
    margin: 0;
    color: #4E4D4D;
    line-height: 1.05;
    font-size: clamp(18px, 2.2vw, 26px);
    font-family: 'MuseoBold';
}

/*----- NOSOTROS -----*/

.banner-nosotros {
    height: 500px;
    background-image: url('/Fotos/Nosotros/Nosotros1.png');
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}

.titulo-nosotros{
    color: #4E4D4D;
    font-family: 'MuseoBold';
    margin: 0px;
}

.p-nosotros{
    color: #4E4D4D;
    font-family: 'MuseoLight';
}

.p-nosotros2{
    color: #4E4D4D;
    font-family: 'MuseoBold';
    margin: 0px;
}

.circulo-azul{
    width: 40px;
    height: 40px;
    background-color: #99D6F6;
    border-radius: 50%;
}

/*----- CATALOGO -----*/

.banner-catalogo {
    padding: 150px 15px 30px 15px;
    background-image: url();
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}

.titulo-catalogo{
    color: #4E4D4D;
    font-family: 'MuseoBold';
    margin: 0px;

}

.titulo-catalogo2{
    color: #4E4D4D;
    font-family: 'MuseoLight';
    margin: 0px;

}

.cat-card {
    position: relative;
    height: 500px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.cat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.cat-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
}

.btn-azul2 {
    background-color: #99D6F6;
    border: 1px solid #99D6F6;
    color: black;
    padding: 10px 40px;
    font-size: 18px;
    margin-right: 10px;
}

.btn-transparente {
    border: 1px solid #99D6F6;
    background-color: transparent;
    color: black;
    padding: 10px 40px;
    font-size: 18px;
    margin-left: 10px;
}

.btn-transparente:hover,
.btn-transparente2:hover,
.btn-transparente3:hover,
.btn-azul2:hover,
.btn-azul3:hover{
    color: black;
}

.btn-azul3 {
    background-color: #99D6F6;
    border: 1px solid #99D6F6;
    color: black;
    padding: 10px 40px;
    font-size: 18px;
    width: fit-content;
}

.btn-transparente2 {
    border: 1px solid #99D6F6;
    background-color: transparent;
    color: black;
    padding: 10px 40px;
    font-size: 18px;
    width: fit-content;
}

.btn-transparente3 {
    border: 1px solid #99D6F6;
    background-color: white;
    color: black;
    padding: 10px 40px;
    font-size: 18px;
    width: fit-content;
}

.producto-descripcion{
    font-family: 'MuseoRegular';
    color: #4E4D4D;
    margin: 0px;
}

/*----- CONTACTO -----*/

.banner-contacto {
    padding: 150px 15px 30px 15px;
    background-image: url('/Fotos/Contacto/Contacto.png');
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}

.titulo-contacto{
    font-family: 'MuseoBold';
    color: white;
    margin: 0px;
}
/* ===== Sección Contacto ===== */
.contacto-wrap {
    background: #99D6F6;
    /* azul clarito */
    padding: 60px 20px;
}

.contacto-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Left */
.contacto-title {
    margin: 0 0 12px 0;
    color: #4E4D4D;
    font-family: 'MuseoBold';
    font-size: 34px;
    line-height: 1.15;
}

.contacto-subtitle {
    margin: 0 0 26px 0;
    color: #4E4D4D;
    font-family: 'MuseoLight';
    font-size: 14px;
    line-height: 1.5;
}

.contacto-info {
    display: grid;
    gap: 22px;
}

.contacto-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.contacto-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #EDBC1C;
    display: grid;
    place-items: center;
    color: #ffffff;
    flex: 0 0 42px;
}

.contacto-icon-img{
    width: 42px;
}

.contacto-label {
    color: #4E4D4D;
    font-family: 'MuseoBold';
    font-size: 14px;
    margin-bottom: 4px;
}

.contacto-text {
    color: #4E4D4D;
    font-family: 'MuseoLight';
    font-size: 13px;
    line-height: 1.35;
}

/* Right (form) */
.contacto-right {
    padding-top: 6px;
}

.contacto-form {
    width: 100%;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 14px;
}

.field label {
    display: block;
    color: #4E4D4D;
    font-family: 'MuseoLight';
    font-size: 12px;
    margin: 0 0 6px 0;
}

.field input,
.field textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #ffffff;
    padding: 12px 12px;
    border-radius: 2px;
    font-size: 14px;
    color: #3f3f3f;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}

.field textarea {
    resize: vertical;
}

.btn-enviar {
    margin-top: 14px;
    background: #EDBC1C;
    border: 0;
    padding: 10px 34px;
    border-radius: 2px;
    font-family: 'MuseoRegular';
    cursor: pointer;
}

.btn-enviar:hover {
    filter: brightness(0.95);
}

/* Alerts */
.contacto-alert {
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
    font-size: 14px;
}

.contacto-alert.success {
    background: rgba(46, 204, 113, 0.18);
    color: #1e7e34;
}

.contacto-alert.error {
    background: rgba(231, 76, 60, 0.18);
    color: #a7281c;
}

.contacto-alert ul {
    margin: 8px 0 0 18px;
}

/* Responsive */
@media (max-width: 992px) {
    .contacto-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }

    .contacto-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 0px) {

    /*----- GENERAL -----*/
    .web {
        display: none !important;
    }

    .responsivo {
        display: block !important;
    }

    .a-footer2 {
        color: black;
        margin: 0px 5px;
    }

    .altura {
        height: auto !important;
    }

    .altura2 {
        height: auto !important;
        display: block !important;
    }
}