/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2025 | 07:05:24 */
html, body { height: 100%; margin: 0; }
body { font-size: 1.1rem; } 

.container-fluid { min-width: 360px; }
.main-content { padding: 0 !important; }
.no-breadcrumbs .main-content { padding-top: 0; }

#page-wrapper, .page-wrapper, .wrapper {
    min-height: 100%; display: flex; flex-direction: column; }

#main { 
	padding-top: 0 !important; margin-top: 0 !important; }

#main, .page-content, .content-area { flex: 1 0 auto; }
#footer { margin-top: auto; }

#header .header-main { background: transparent !important; }
.top { margin-top:-100px !important; }
.topzindex { z-index: 99 !important; margin-top:-100px; }

/* =====================================================
   WPBAKERY / PORTO FIXES
===================================================== */

/*
.vc_row.porto_stretch_css {
    left: 0 !important;
    margin-left: calc(50% - 50vw) !important;
} */

.fondo-top {
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* =====================================================
   TIPOGRAFÍA
===================================================== */
h1, h2, h3, h4 {
    margin-bottom: 10px;
    text-shadow: 0 3px 12px rgba(0,0,0,0.65);
}

h1 { font-size: clamp(34px, 5vw, 70px); line-height: 1.2; }
h2 { font-size: clamp(28px, 4vw, 50px); line-height: 1.25; }
h3 { font-size: clamp(22px, 3vw, 36px); line-height: 1.3; }
h4 { font-size: clamp(18px, 2.5vw, 28px); line-height: 1.35; }
p  { font-size: clamp(15px, 2vw, 20px); line-height: 1.6; }

/* Colores de texto */
#amarillo { color:#fff153!important }
#celeste  { color:#2e9cca!important }
#blanco   { color:#fff!important }
#gris     { color:#edf5e1!important }
#rojo     { color:#f00!important }
#plomo    { color:#ddd!important }
#negro    { color:#000!important }
#verde    { color:#56fdce!important }

blockquote { border-left: 5px solid #fff153 !important; }

#borde-texto {
    background: rgba(0,0,0,0.35); padding: 15px; border-radius: 15px; margin: 10px 0; }

/* =====================================================
   MENÚ
===================================================== */
#header .main-menu > li.menu-item {
    margin: 2px; padding: 2px; border: 2px solid #fff; border-radius: 20px; }

#header .main-menu > li.menu-item:hover { border-color: #f00; }

#header .main-menu > li.menu-item > a {
    background: #fff153; padding: 16px 8px; border-radius: 15px; }

#header .main-menu > li.menu-item.active > a { background: #e22920; }

/* =====================================================
   GALERÍA / IMÁGENES
===================================================== */
.gallery-background,
.gallery-background img {
    width: 100%; aspect-ratio: 16/9; height: auto; }

/* =====================================================
   FORMULARIO DE CONTACTO PORTO
===================================================== */
.porto-contact-form .custom-input-box {
    position: relative; display: flex; align-items: center; padding: 10px 12px; border: 3px solid #dcdcdc; border-radius: 6px;
    background: #fff; transition: all .25s ease; }

.porto-contact-form .custom-input-box i {
    margin-right: 10px; font-size: 16px; color: #777; transition: all .25s ease; }

.porto-contact-form .custom-input-box .form-control {
    border: none; background: transparent; width: 100%; padding: 6px 0; box-shadow: none; outline: none; font-size: 14px; }

.porto-contact-form .custom-input-box select.form-control {
    appearance: none; background: transparent; padding-right: 25px; cursor: pointer; }

.porto-contact-form .custom-input-box:has(select.form-control)::after {
    content: "\25BC"; position: absolute; right: 12px; font-size: 11px; color: #777; pointer-events: none; }

.porto-contact-form textarea.form-control {
    min-height: 100px; resize: vertical; }

.porto-contact-form .custom-input-box:hover,
.porto-contact-form .custom-input-box:focus-within {
    border-color: var(--porto-primary-color, #0073e6); box-shadow: 0 0 6px rgb(0 115 230 / 25%); background-color: #fff; }

.porto-contact-form .custom-input-box:focus-within i {
    color: var(--porto-primary-color, #0073e6); transform: scale(1.1); }

/* Botón */
.porto-contact-form .submit-btn { text-align: center; margin-top: 15px; }

.porto-contact-form .submit-btn .btn {
    background: var(--porto-primary-color, #0073e6); border: none; color: #fff; 
	padding: 10px 30px; border-radius: 25px; transition: all .3s ease; box-shadow: 0 2px 6px rgba(0 115 230 / 25%); }

.porto-contact-form .submit-btn .btn:hover {
    background: #005bb5; box-shadow: 0 4px 10px rgb(0 91 181 / .3); transform: translateY(-2px); }

/* =====================================================
   FONDOS / IMÁGENES FULLSCREEN
===================================================== */

.fondoimagen, #fondoimagen {
    background-position: center; background-repeat: no-repeat; background-size: inherit !important; background-attachment: fixed;
    background-color: #000; min-height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; }

@media screen and (max-width: 1024px) {
    .fondoimagen, #fondoimagen {
        background-attachment: scroll; background-position: center top; }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media screen and (max-width: 768px) {
    .porto-contact-form table { width: 100%; display: block; }
    .porto-contact-form td { display: block; width: 100%; padding: 4px 0; }
}

/* Margen extra en pantallas grandes */
@media screen and (min-width: 1600px) {
    .container,
    .container-fluid,
    .page-content .container {
        width: calc(100% - 200px) !important; max-width: none !important; }
}

/* =====================================================
   SLIDER REVOLUTION / CAROUSEL
===================================================== */
.porto-carousel .owl-item img {
    animation: pulseEffect 2s ease-in-out infinite !important;
}

@keyframes pulseEffect {
    0%   { transform: scale(1);    opacity: 1; }
    50%  { transform: scale(1.03); opacity: .93; }
    100% { transform: scale(1);    opacity: 1; }
}

rs-module-wrap {
    left: 0 !important;
}
.wd-section-stretch-content rs-fullwidth-wrap rs-module-wrap {
	left: 0px !important;
}


