﻿body{
    font-family: "Montserrat", sans-serif;
}

.cintillo{
    background: #0b0a61;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cintillo a{
    color: white;
}


header{
    padding-top: 30px;
    padding-bottom: 30px;
}


.logotipo img{
    width: 100%;
}

.leyenda{
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
}


.btn-whatsapp {
    --wsp-start: #25D366;
    --wsp-end: #128C7E;
    --wsp-shadow: rgba(18, 140, 126, .45);
    background: linear-gradient(135deg, var(--wsp-start), var(--wsp-end));
    color: #fff !important;
    border: 0;
    border-radius: 9999px;
    padding: .75rem 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    box-shadow: 0 10px 20px -8px var(--wsp-shadow);
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.btn-whatsapp:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px -10px var(--wsp-shadow);
    filter: brightness(1.03);
}
.btn-whatsapp:active {
    transform: translateY(0);
    box-shadow: 0 8px 16px -10px var(--wsp-shadow);
}
.btn-whatsapp:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .45);
    outline-offset: 2px;
}
.btn-whatsapp .wsp-badge {
    background: rgba(255,255,255,.15);
    padding: .15rem .5rem;
    border-radius: 9999px;
    font-size: .75rem;
    line-height: 1;
}



.menuSup{
    background: #1e1e1e;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: white;
    padding: 8px 20px;
    cursor: pointer;
}
.menu:hover{
    font-weight: bold;
}

.menuUno{
    padding: 22px 0;
}



.efecto{
    padding: 0;
}


.cuadros{
    padding-top: 70px;
    padding-bottom: 70px;
}

.cuadro img{
    width: 100%;
}

.cuadro strong{
    width: 100%;
    text-align: center;
    color: #0b0a61;
    display: inline-block;
}


.linea{
    background: #1e1e1e;
    text-align: center;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.linea strong{
    font-size: 32px;
}



.mapa iframe{
    width: 100%;
}


.productos{
    padding-top: 30px;
    padding-bottom: 30px;
}


.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 50px;
}


.pro{
    margin-bottom: 70px;
}
.pro img{
    width: 100%;
}
.pro strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}
.pro p{
    font-size: 18px;
}




:root{
    --footer-bg:#151515;
    --footer-panel:#1c1c1c;
    --footer-text:#dcdcdc;
    --muted:#a7a7a7;
    --divider:#2a2a2a;
    --brand-blue:#0b2a8a;      /* barra inferior y botón */
    --heading:#ffffff;
    --accent:#0b2a8a;
}
.site-footer a{
    color: white;
}
.site-footer{
    color:var(--footer-text);
    background:var(--footer-bg);
    position:relative;
}
.site-footer .footer-inner{
    padding:60px 0 40px;
}
.site-footer .brand-block p{
    color:var(--muted);
    margin:14px 0 20px;
    max-width:32ch;
}
.site-footer .btn-contact{
    background:var(--brand-blue);
    border:0;
    border-radius:.4rem;
    padding:.8rem 1.5rem;
    color:#fff;
    font-weight:700;
    letter-spacing:.4px;
    transition:transform .15s ease, box-shadow .2s ease, filter .2s ease;
    box-shadow:0 12px 24px -12px rgba(11,42,138,.35);
}
.site-footer .btn-contact:hover{
    transform:translateY(-1px);
    filter:brightness(1.03);
    box-shadow:0 16px 28px -14px rgba(11,42,138,.45);
}

.footer-title{
    font-weight:800;
    color:var(--heading);
    font-size:1.1rem;
    letter-spacing:.6px;
    margin-bottom:18px;
    padding:10px 14px;
    display:inline-block;
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(255,255,255,.06) 0 6px,
            rgba(255,255,255,0) 6px 12px
        );
    border-radius:.35rem;
}

.footer-list{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-list li{
    padding:8px 0;
    border-bottom:1px dashed rgba(255,255,255,.06);
}
.footer-list a{
    color:var(--footer-text);
    text-decoration:none;
}
.footer-list a:hover{
    color:#fff;
}

/* columnas y separadores */
@media (min-width:992px){
    .footer-col + .footer-col{
        border-left:1px solid var(--divider);
    }
    .footer-col{
        padding-left:28px;
    }
}

.contact-item{
    display:flex;
    gap:.75rem;
    align-items:flex-start;
    color:var(--footer-text);
    margin-bottom:18px;
    padding-bottom:16px;
    border-bottom:1px solid var(--divider);
}
.contact-item:last-child{ border-bottom:0; }
.contact-item svg{
    flex:0 0 22px;
    margin-top:2px;
    opacity:.9;
}
.contact-item strong{ color:#fff; }

/* barra inferior */
.footer-bottom{
    background:var(--brand-blue);
    color:#fff;
    padding:14px 0;
    font-size:.95rem;
}
.footer-bottom a{ color:#fff; text-decoration:none; }
.footer-bottom a:hover{ text-decoration:underline; }

/* logo demo */
.footer-logo{
    width:180px;
    height:48px;
    background:linear-gradient(90deg,#ffffff, #d9d9d9);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="320" height="90" viewBox="0 0 320 90"><text x="0" y="65" font-family="Montserrat, Arial" font-size="60" font-weight="700">Carpetas en Curpiel</text></svg>') center/contain no-repeat;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="320" height="90" viewBox="0 0 320 90"><text x="0" y="65" font-family="Montserrat, Arial" font-size="60" font-weight="700">Carpetas en Curpiel</text></svg>') center/contain no-repeat;
    margin-bottom:16px;
}





@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    .site-footer .footer-inner {
        padding: 40px 30px 30px; /* arriba, lados, abajo */
    }

    .site-footer .footer-col {
        padding-left: 0 !important;  /* quita sangría lateral */
        padding-right: 0 !important;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}