/* ========================================
   FUENTES
======================================== */
@font-face {
    font-family: 'Hanson-Bold';
    src: url('Fonts/Hanson-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'The Foregen Regular';
    src: url('Fonts/The Foregen Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ========================================
   RESET Y BASE
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica', sans-serif;
}

/* Fix para iOS zoom en inputs */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

@supports (-webkit-touch-callout: none) {
    body {
        -webkit-overflow-scrolling: touch;
    }
}

/* ========================================
   TIPOGRAFÍA
======================================== */
h1 {
    font-family: 'The Foregen Regular', sans-serif;
    font-size: 2.2em;            
    color: white;
    margin-bottom: 10px;
}

h2 {
    font-family: 'Hanson-Bold', sans-serif; 
    font-size: 5em;
    color: #E7CD26;  
    letter-spacing: 0.2em;          
}

h4 { 
    font-family: 'The Foregen Regular', sans-serif;
    font-size: 4em;            
    color: white;
    padding-bottom: 2%;
}

p {
    font-family: 'Helvetica', sans-serif;
    font-size: 1em;           
}

/* ========================================
   ESPACIADORES
======================================== */
.contenedor-space {
    height: 100px;
    width: 100%;
}

/* ========================================
   NAVEGACIÓN
======================================== */
nav {
    max-width: 100%;
    z-index: 10;            
}

.menu {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
}

.miLogo {
    flex: 1;
    display: flex;
    justify-content: center;
}

.miLogo img {
    max-height: 60px;
    margin: 10px 0;
}

.opciones {
    width: 50%;
    display: flex;
    gap: 20px;
}

.nav-link {
    font-family: 'Helvetica', sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    color: #23388c;
    padding: 10px 30px;
    border: 2px solid #23388c;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: #23388c;
    color: white;
    border-color: white;
}

/* ========================================
   BOTONES
======================================== */
button { 
    padding: 15px 10px;
    margin: 20px 20px;
    border-radius: 20px;
    border: none;
    background-color: white;
    color: #23388c;
    cursor: pointer;
    width: 50%;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    transition: all 0.3s ease;
}

button:hover {
    color: white;
    background-color: #23388c;    
    cursor: pointer;
    border: 1px solid white;
}

/* ========================================
   CARRUSEL DE BANNERS
======================================== */
.Banner-Slide {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 80vh;
}

.Banner-S {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    background-image: url("img/Fondo_Con\ lineas_Amarillas.webp");
    background-repeat: no-repeat;
    background-size: cover;           
    background-position: center;  
    background-color: #23388c;
    height: 80vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.9s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.Banner-S.active {
    opacity: 1;
    visibility: visible;
}

.info-Banner {
    width: 100%;
    height: 80%;
    margin: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-Banner h2{
     letter-spacing: 1px;
}

.info-Banner button {
    width: 50%;
}

.textBanner {
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;        
    background-color: #E7CD26;
    padding: 0 5%;
    border-radius: 30px;
    color: rgb(40, 40, 40);
}

.img-Banner {   
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.img-Banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;           
    object-fit: contain;  
    border-bottom-right-radius: 30px;
}

/* Indicadores del carrusel */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicator.active {
    background-color: white;
}

/* ========================================
   SECCIÓN SABOR VENEZUELA
======================================== */
.saborVenezuela {
    width: 100%;
    height: 80vh;            
    background-image: url(img/Fotografia\ -\ FinaTecocinaPort.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;            
    position: relative;
}

.sombraSaborVene {
    background-color: #23388c85;
    width: 80%;
    height: 80%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    left: 50%;          
    bottom: 0;          
    transform: translateX(-50%);
}

.borderSaborVene {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;             
}

.borderSaborVene img {
    width: 20%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.borderSaborVene h4 {
    padding-bottom: 0;
}

.borderSaborVene h2 {
    font-family: 'Hanson-Bold', sans-serif; 
    font-size: 3em;
    color: #E7CD26; 
    line-height: 1em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.borderSaborVene p {
    color: white;
    width: 80%;
    text-align: center;
    padding-top: 2%;
}

/* ========================================
   TÍTULO DE CATEGORÍAS DE PRODUCTOS
======================================== */
.productos-header {
    text-align: center;
    margin: 60px 0 40px 0;
    padding: 0 20px;
}

.productos-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.productos-title h2 {
    font-family: 'Hanson-Bold', sans-serif;
    font-size: 4em;
    color: #23388c;
    letter-spacing: 0.1em;
    margin: 0;
}

.productos-title img {
    max-width: 120px;
    height: auto;
}

.productos-subtitle {
    font-family: 'Helvetica', sans-serif;
    font-size: 1.4em;
    color: #888;
    margin: 0;
    font-weight: 300;
}

/* ========================================
   CATEGORÍAS DE PRODUCTOS
======================================== */
.Categorias-Product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.product {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;            
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(6, 10, 53, 0.601), #0000565e);
    z-index: 1;
    transition: all 0.3s ease;
}

.product:hover::before {
    background: linear-gradient(135deg, rgba(35, 56, 140, 0.236), rgba(26, 43, 109, 0.9));
}

.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.215);
}

.product > * {
    position: relative;
    z-index: 2;
}

/* Fondos específicos por categoría */
.product.salsas {
    background-image: url('img/Fondo_Tela_Cuadros_Azul1.webp');
    background-color: #3333337c;
}

.product.entrantes {
    background-image: url('img/Fondo_Marmol_Negro_Container.jpg');
}

.product.guisos {
    background-image: url('img/Fondo_Tela_Cuadros_Azul2.webp');
}

.product.cachapas {
    background-image: url('img/Fondo_de_maiz_PNG.webp');
}

.product img {
    max-width: 80%;
    height: auto;
    margin: 10px 0;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.product p {
    color: #ffffff;
    font-size: 1.4em;
    margin: 15px 0 20px;
    text-align: center;
}

.product h2 {
    font-size: 2em;
}

/* ========================================
   BOTÓN FLOTANTE DE CONTACTO
======================================== */
.floating-contact-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #23388c, #2c44a7);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse 2s infinite;
}

.floating-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(35, 56, 140, 0.4);
    background: linear-gradient(135deg, #2c44a7, #23388c);
}

.floating-contact-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.floating-contact-content img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.floating-contact-content span {
    color: white;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(35, 56, 140, 0.7);
    }
    70% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(35, 56, 140, 0);
    }
    100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(35, 56, 140, 0);
    }
}

/* ========================================
   FOOTER
======================================== */
.fotter {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;        
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -20px 40px -10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #1a2b6d 0%, #23388cb3 50%, #2c44a7 100%);
}

.FotoFinal {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 20px;
    z-index: 2;
    color: white;
    text-align: center;
    gap: 25px;
}

.FotoFinal img[src*="Fotografia - FinaTecocinaPort.webp"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: brightness(0.4) contrast(1.1);
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.FotoFinal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(26, 43, 109, 0.364) 0%,
        rgba(35, 56, 140, 0.363) 30%,
        rgba(44, 69, 167, 0.34) 70%,
        rgba(35, 56, 140, 0.41) 100%
    );
    z-index: -1;
}

.FotoFinal img[src*="FinaTeCocina_Logo_PNG.webp"] {
    max-width: 280px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(231, 205, 38, 0.3));
    transition: all 0.3s ease;
    animation: logoGlow 3s ease-in-out infinite alternate;
    z-index: 3;
}

.FotoFinal img[src*="FinaTeCocina_Logo_PNG.webp"]:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 30px rgba(231, 205, 38, 0.5));
}

.FotoFinal button {
    background: linear-gradient(135deg, #E7CD26 0%, #f4d93b 50%, #E7CD26 100%);
    color: #1a2b6d;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 8px 25px rgba(231, 205, 38, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 3;
    font-family: 'Helvetica', sans-serif;
    width: auto;
    margin: 10px;
}

.FotoFinal button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.FotoFinal button:hover::before {
    left: 100%;
}

.FotoFinal button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 15px 35px rgba(231, 205, 38, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #f4d93b 0%, #E7CD26 50%, #f4d93b 100%);
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 3;
    position: relative;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-contact p {
    font-size: 16px;
    margin: 5px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}

.footer-social span {
    font-size: 16px;
    color: #E7CD26;
    font-weight: bold;
}

.footer-logo-venezolano {
    margin-top: 15px;
}

.footer-logo-venezolano img {
    max-height: 120px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

@keyframes logoGlow {
    0% {
        filter: drop-shadow(0 0 20px rgba(231, 205, 38, 0.3));
    }
    100% {
        filter: drop-shadow(0 0 25px rgba(231, 205, 38, 0.5));
    }
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

/* Tablets */
@media (max-width: 1024px) {
    .Categorias-Product {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 900px;
    }
    
    .productos-title h2 {
        font-size: 3.5em;
    }
    
    .productos-title img {
        max-width: 110px;
    }
    
    .productos-subtitle {
        font-size: 1.3em;
    }
    
    h2 {
        font-size: 3.5em;
    }
    
    h1 {
        font-size: 2em;
    }
    
    .borderSaborVene {
        scale: 0.9;
        padding: 1.5em 0.5em;
    }
    
    .borderSaborVene img {
        width: 50%;
    }
    
    .borderSaborVene h2 {
        text-align: center;
        font-size: 2.2em;
    }
    
    .borderSaborVene h4 {
        font-size: 1.5em;
    }
    
    .borderSaborVene p {
        font-size: 1em;
        width: 90%;
    }
    
    .fotter {
        height: 80vh;
    }
    
    .FotoFinal img[src*="FinaTeCocina_Logo_PNG.webp"] {
        max-width: 220px;
    }
    
    .FotoFinal button {
        padding: 16px 35px;
        font-size: 15px;
    }
    
    .footer-contact p {
        font-size: 15px;
    }
}

/* Móviles grandes */
@media (max-width: 768px) {
    .menu .opciones {
        display: none;
    }
    
    .Banner-S {
        flex-direction: column;
    }
    
    .Banner-S h2, .Banner-S h4 {
        text-align: center;
        line-height: 0.9;
    }
    
    .Banner-S h2 {
        font-size: 3.5em;
    }
    
    .Banner-S h4 {
        font-size: 2.8em;
    }
    
    .Banner-S p {
        padding-top: 2%;
        text-align: center;
        font-size: 1.1em;
    }
    .textBanner{
        display: none;
    }
    .info-Banner {
        height: 70%;
        z-index: 1;
        margin-top: 0;
    }
    
    .info-Banner button {
        margin-left: 25%;
        font-size: 1em;
    }
    
    .img-Banner {
        height: 50%;
        z-index: 0;
    }
    
    .borderSaborVene {
        padding: 4em 0.2em;
        gap: 0.5em;
    }
    
    .borderSaborVene img {
        width: 40%;
        min-width: 100px;
        max-width: 100px;
    }
    
    .borderSaborVene h2 {
        font-size: 2.2em;
        margin: 0.2em 0;
    }
    
    .borderSaborVene h4 {
        font-size: 2.5em;
        margin: 0.2em 0;
    }
    
    .borderSaborVene p {
        font-size: 1.1em;
        width: 98%;
        padding: 4%;
        border: 1px solid white;
        border-radius: 30px;
    }
    
    .productos-title {
        flex-direction: column;
        gap: 15px;
    }
    
    .productos-title h2 {
        font-size: 2.8em;
    }
    
    .productos-title img {
        max-width: 120px;
    }
    
    .productos-subtitle {
        font-size: 1.2em;
    }
    
    .Categorias-Product {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }
    
    .product {
        min-height: 280px;
        padding: 18px;
    }
    
    .product h2 {
        font-size: 1.8em;
        letter-spacing: 0.05em;
    }
    
    .product h1 {
        font-size: 2em;
    }
    
    .product p {
        font-size: 1.3em;
        line-height: 1.2;
        word-break: break-word;
    }
    
    .floating-contact-btn {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
    }
    
    .floating-contact-content span {
        font-size: 12px;
    }
    
    .floating-contact-content img {
        width: 20px;
        height: 20px;
    }
    
    .fotter {
        height: 70vh;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    
    .FotoFinal {
        padding: 30px 15px;
        gap: 20px;
    }
    
    .FotoFinal img[src*="FinaTeCocina_Logo_PNG.webp"] {
        max-width: 180px;
    }
    
    .FotoFinal button {
        padding: 14px 30px;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    
    .footer-contact p {
        font-size: 14px;
    }
    
    .footer-social {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-logo-venezolano img {
        max-height: 100px;
    }
    
    .footer-copyright {
        font-size: 12px;
    }
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .Banner-S h2 {
        font-size: 2.8em;
    }
    
    .Banner-S h4 {
        font-size: 2.2em;
    }
    
    .productos-title h2 {
        font-size: 2.2em;
    }
    
    .productos-title img {
        max-width: 150px;
    }
    
    .productos-subtitle {
        font-size: 1.1em;
    }
    
    .product {
        min-height: 250px;
        padding: 15px;
    }
    
    .product h2 {
        font-size: 1.5em;
    }
    
    .product h1 {
        font-size: 1.4em;
    }
    
    .product p {
        font-size: 1.2em;
    }
    
    .product img {
        max-width: 70%;
    }
    
    .fotter {
        height: 60vh;
    }
    
    .FotoFinal {
        gap: 15px;
        padding: 25px 10px;
    }
    
    .FotoFinal img[src*="FinaTeCocina_Logo_PNG.webp"] {
        max-width: 150px;
    }
    
    .FotoFinal button {
        padding: 30px 20px;
        font-size: 13px;
        
    }
    
    .footer-contact p {
        font-size: 13px;
    }
    
    .footer-social span {
        font-size: 14px;
    }
    
    .footer-logo-venezolano img {
        max-height: 100px;
    }
}

/* Ocultar botón flotante en desktop */
@media (min-width: 1025px) {
    .floating-contact-btn {
        display: none;
    }
}
/* ========================================
   SECCIÓN CACHAPAS ESPECIAL
======================================== */
.cachapas-especial {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.cachapas-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
   
}
.cachapas-header img{
    max-width: 100px;
}
.cachapas-header h2 {
    font-family: 'Hanson-Bold', sans-serif;
    font-size: 3.5em;
    color: #23388c;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cachapas-header p {
    font-family: 'Helvetica', sans-serif;
    font-size: 1.3em;
    color: #333;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

.cachapas-container {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.cachapa-item {
    flex: 1;
    max-width: 500px;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 8px 25px rgba(231, 205, 38, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #E7CD26 0%, #f4d93b 20%, #E7CD26 100%);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cachapa-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(35, 56, 140, 0.1) 0%, rgba(35, 56, 140, 0.05) 100%);
    z-index: 1;
}

.cachapa-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(231, 205, 38, 0.4);
}

.cachapa-item > * {
    position: relative;
    z-index: 2;
}

.cachapa-item h2 {
    font-family: 'Hanson-Bold', sans-serif;
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.cachapa-item h1 {
    font-family: 'The Foregen Regular', sans-serif;
    font-size: 2.2em;
    color: #292929;
    margin-bottom: 15px;
}

.cachapa-item p {
    font-family: 'Helvetica', sans-serif;
    color: #333;
    font-size: 1.3em;
    margin: 15px 0 20px;
    line-height: 1.3;
}

.cachapa-item img {
    max-width: 80%;
    height: auto;
    margin: 10px 0;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

/* Responsive */
@media (max-width: 768px) {
    .cachapas-header h2 {
        font-size: 2.5em;
    }
    
    .cachapas-header p {
        font-size: 1.2em;
    }
    
    .cachapas-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .cachapa-item {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .cachapas-header {
        padding: 25px 15px;
    }
    
    .cachapas-header h2 {
        font-size: 2em;
    }
    
    .cachapas-header p {
        font-size: 1.1em;
    }
    
    .cachapa-item {
        padding: 25px 15px;
    }
    
    .cachapa-item h2 {
        font-size: 1.8em;
    }
    
    .cachapa-item h1 {
        font-size: 1.9em;
    }
    
    .cachapa-item p {
        font-size: 1.2em;
    }
}