/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27 mar 2026, 12:52:56
    Author     : USUARIO
*/

header .header-area-wrap {
    border: 0px solid var(--borders-color) !important;
    background-color: var(--white-color) !important;
    border-radius: 140px;
    padding: 0px 50px;
    position: relative;
}
header.home1-header {
    position: absolute;
    background-color: var(--white-color) !important;
}
.primary-btn1.black-bg {
    background-color: #fffefe !important;
    color: #000 !important;
}
.primary-btn1.black-bg::after {
    background-color: #f7f9f6 !important;
}
.text-white-mine {
    color: #fff !important;
}
header .header-area-wrap .company-logo img {
    width: 200px !important;
}
.home1-banner-section .banner-wrapper .banner-content {
    max-width: 100% !important;
}
.center-img{
    justify-items: center !important;
    display: grid !important;
}
.bg-texto{
    background: #ffffff6b  !important;
    border-radius: 20px  !important;
    padding: 10px 25px  !important;
}
.btn-pedir-01{
    margin-top: -10px !important;
}
.btn-pedir{
    text-align: center !important;
    padding: 10px 35px !important;
    border-radius: 15px !important;
    background: #d2d2d2 !important;
    font-size: 1.2rem !important;
    color: black !important;
}
.btn-pedir p{
    font-size: 2rem !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    font-family: 'nexa-bold', sans-serif;
}
.desc-producto p{
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
    font-family: 'nexa-regular', sans-serif !important;
}
@font-face {
  font-family: 'agrandir-bold';
  src: url('../fonts/agrandir-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'nexa-bold';
  src: url('../fonts/nexa-bold.otf') format('opentype');
}
@font-face {
  font-family: 'nexa-regular';
  src: url('../fonts/nexa-regular.ttf') format('truetype');
}