.ayudawp-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.88);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease, visibility 0.3s ease;
cursor: pointer;
}
.ayudawp-lightbox-overlay.ayudawp-lightbox-active {
visibility: visible;
opacity: 1;
pointer-events: auto;
} .ayudawp-lightbox-img {
max-width: 90vw;
max-height: 90vh;
width: auto;
height: auto;
object-fit: contain;
cursor: default;
border-radius: 2px;
box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
transform: scale(0.95);
transition: transform 0.3s ease;
}
.ayudawp-lightbox-active .ayudawp-lightbox-img {
transform: scale(1);
} .ayudawp-lightbox-close {
position: absolute;
top: 16px;
right: 16px;
width: 40px;
height: 40px;
background: none;
border: none;
color: #fff;
font-size: 32px;
line-height: 1;
cursor: pointer;
opacity: 0.7;
transition: opacity 0.2s ease;
z-index: 1;
padding: 0;
font-family: Arial, sans-serif;
}
.ayudawp-lightbox-close:hover,
.ayudawp-lightbox-close:focus {
opacity: 1;
outline: none;
} .ayudawp-lightbox-spinner {
display: none;
width: 40px;
height: 40px;
border: 3px solid rgba(255, 255, 255, 0.2);
border-top-color: #fff;
border-radius: 50%;
animation: ayudawp-spin 0.8s linear infinite;
position: absolute;
}
@keyframes ayudawp-spin {
to {
transform: rotate(360deg);
}
}.center {text-align: center; margin: 0 auto 0 auto;}
.nav li ul { width: 400px; }
#top-menu li li a { width: 100%; }
.sub-menu li { width: 100%; }
#footer-info a {
color: #666;
font-weight: normal;
}
.et_pb_gallery .et_pb_gallery_pagination, .et_pb_filterable_portfolio .et_pb_portofolio_pagination { border-top: 0 solid #e2e2e2; }
.et_pb_widget_area_left { border-right: 0 solid rgba(0, 0, 0, 0.1); padding-right: 30px; }
.et_color_scheme_orange .et-search-form, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .et_pb_pricing li::before, .et_color_scheme_orange .footer-widget li::before, .et_color_scheme_orange .nav li ul { border-color: #de4c17; }
.et_color_scheme_orange a { color: #de4c17; }
hr { width: 90%; height: 1px; color: #d9d9d9; background-color: #d9d9d9; border: 1px none; margin-bottom: 50px; margin-top: 30px; }
#main-content .container ol, .entry-content ol { list-style-position: outside; padding-left: 23px; }
html, body {height: 100%}
#page-container {position: relative; min-height:100%; height: auto !important; height: 100%; padding-bottom: 54px;}
#main-footer {position: absolute; bottom: 0; width: 100%; height:54px;}
@media (max-width: 1200px) {
.et_pb_column .et_pb_row_inner, .et_pb_row { padding: 0; }
}
@media (max-width: 980px) {
.et_hide_mobile_logo #main-header .logo_container { display: block; opacity: 1; }
}
@media (max-width: 800px) {
.gallery-item { float: left; margin-top: 10px; text-align: center; width: 50% !important; min-width: 150px !important; }
}
@media (max-width: 540px) { 
.alignright { float: none; }
}
@media (max-width: 450px) {
.gallery-item { width: 100% !important; min-width: 200px !important; }
}