@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');




/* #### Generated By: http://font.download #### */

    @font-face {
    font-family: 'Bickham Script Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Bickham Script Pro Regular'), url('Bickham Script Pro Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Bickham Script Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Bickham Script Pro Semibold'), url('Bickham Script Pro Semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Bickham Script Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Bickham Script Pro Bold'), url('Bickham Script Pro Bold.woff') format('woff');
    }

/* ==========================================================================
   1. ESTRUCTURA BASE Y FORMULARIOS (ESTILO PREMIUM REFINADO)
   ========================================================================== */
/*=========================
   Start Contact Us CSS
===========================*/

html, body {

  margin: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;

}

#inicio {
  margin-top: 150px;
}


.contact-us .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}


.contact-us .contact-us-left {
	min-width: 100%;
	min-height: 100%;
}

.contact-us .contact-us-form {
	padding: 50px 40px;
}

.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.contact-us .contact-us-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #ECD375;
}

.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form .form-group {
	margin-bottom: 22px;
}

.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group.login-btn {
	margin: 0;
}

.contact-us .form button {
	border: none;
}

.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.contact-us .form .btn:hover {
	background: #ECD375;
	color: #fff;
}

.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.contact-us .contact-us-form .checkbox label:hover {
	cursor: pointer;
}

.contact-us .contact-us-form .checkbox label input {
	display: none;
}

.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #ECD375;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #ECD375;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.contact-us .contact-info {
	margin-top: 50px;
}

.contact-us .single-info {
	background: #1a76d1;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #ECD375;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:hover:before {
	opacity: 0.8;
}

.contact-us .single-info:hover {
	transform: translateY(-5px);
}

.contact-us .single-info i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	left: 40px;
}

.contact-us .single-info .content {
	margin-left: 45px;
}

.contact-us .single-info .content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;

}

.contact-us .single-info .content p {
	color: #fff;
	margin-top: 5px;
}

/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}

/*=========================
   End Contact Us CSS
===========================*/
/* ==========================================================================
   2. SISTEMA DE BOTONES PREMIUM UNIFICADOS (ORTIZ & ASOCIADOS)
   ========================================================================== */

/* Regla Maestra: Estado base para todos los botones del ecosistema (Header, Tablas, etc.) */
.btn-premium, .btn, .btn-header {
    background: #d4af37 !important;
    background: linear-gradient(135deg, #d4af37 0%, #af8b2c 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    
    /* Comportamiento natural adaptativo al texto */
    display: inline-block !important;    
    width: auto;              
    
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 2px 4px rgba(175, 139, 44, 0.2) !important;
    text-decoration: none !important;
    vertical-align: middle;
}

.btn-header {
    padding: 10px 6px 10px 6px !important;
}


/* Comportamiento Hover Premium con Elevación Tridimensional */
.btn-premium:hover, .btn:hover, .btn-header:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(175, 139, 44, 0.3) !important;
    filter: brightness(1.06) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Comportamiento al hacer Clic */
.btn-premium:active, .btn:active, .btn-header:active {
    transform: translateY(1px) !important;
}

/* Exclusión especial: Botones dentro de un Formulario se expanden simétricamente */
form .btn, 
form .btn-premium,
.contact-us-form .btn {
    display: block !important;           
    width: 100% !important;              
    box-sizing: border-box !important;
    padding: 14px 20px !important;       
    font-weight: 600 !important;
    box-shadow: 0 4px 6px rgba(175, 139, 44, 0.15) !important;
}

form .btn:hover, 
form .btn-premium:hover {
    box-shadow: 0 6px 12px rgba(175, 139, 44, 0.25) !important;
}

.btns-evento {
    display: flex;
    gap: 6px;
}

/* ==========================================================================
   3. ARQUITECTURA DEL HEADER NATIVA (MÉRIDA GOURMET BRAND)
   ========================================================================== */

.header-gap {

}

.header {
    background-color: #fff;


  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  z-index: 1001;
}

.header.hidden {
  transform: translateY(-100%); /* Adjust based on your header's height */
}


.header .navbar-collapse {
    padding: 0;
}

.header-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.nav {
    justify-content: center !important;
}



.header .header-inner {
    background: #000000;
    z-index: 999;
    width: 100%;
}

.header .logo {
    float: left;
    margin-top: 18px;
    margin-bottom: 18px;
}

.logo-img, 
header img, 
.navbar-brand img {
    height: 90px !important;       
    width: auto !important;         
    object-fit: contain !important; 
}

.header .navbar {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    height: auto;
    min-height: auto;
}

.header .nav li {
    margin-right: 15px;
    float: left;
    position: relative;
}

.header .nav li:last-child {
    margin: 0;
}

.header .nav li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 25px 12px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.header .nav li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #d4af37; /* Línea activa ahora es Dorada */
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.header .nav li.active a:before,
.header .nav li:hover a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.header .nav li.active a,
.header .nav li:hover a {
    color: #ECD375;
}

.navbar-nav, 
header nav, 
.menu-pestanas {
    display: flex !important;
    flex-wrap: nowrap !important;       
    align-items: center !important;
    gap: 15px !important;               
}

.header.sticky .header-inner {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}


/* ==========================================================================
   4. FOOTER PREMIUM CONSOLIDADO (SEAMLESS TRATAMIENTO)
   ========================================================================== */
footer {
  margin-top: auto;
}
.footer, 
.footer-top, 
#footer {
    background-color: #000000 !important; /* Desvanece barras extrañas de la plantilla vieja */
    color: #94a3b8 !important;
   /*margin: 0 !important;*/
    border: none !important;
    font-family: 'Poppins', sans-serif;
}

.footer {
    position: relative;
}

.footer-top:empty {
    display: none !important;
}

.footer .single-footer {
    margin-bottom: 30px;
}

.footer .single-footer h2 {
    color: #ffffff !important;      
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer .single-footer h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(135deg, #d4af37 0%, #af8b2c 100%) !important;
}

.footer .single-footer p {
    color: #94a3b8 !important;
    line-height: 1.6;
    font-size: 14px;
}

.footer .single-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .single-footer ul li {
    margin-bottom: 12px;
}

.footer .single-footer ul li a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: all 0.2s ease-in-out !important;
    display: inline-block;
}

.footer .single-footer ul li a:hover {
    color: #d4af37 !important; 
    transform: translateX(4px) !important; 
}

.footer .single-footer .contact-list li {
    position: relative;
    padding-left: 25px;
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer .single-footer .contact-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #d4af37 !important; 
    font-size: 14px;
}

.footer .copyright {
    background: #000000 !important; 
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid #141414;
}

.footer .copyright p {
    color: #64748b !important; 
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.footer .copyright p a {
    color: #d4af37 !important; 
    text-decoration: none !important;
    font-weight: 500;
}

.footer .copyright p a:hover {
    filter: brightness(1.15);
}

/* ==========================================================================
   5. SOPORTE DE ENTORNO COMPATIBLE / ESCAPE VISTAS NATIVAS
   ========================================================================== */
.header_fixed {
    max-height: 100vh;
    width: 100%;
    overflow: auto;
    border: 1px solid #dddddd;

}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.header-container {
  display: flex; 
  align-items: center;
}


