/* Complementos de compatibilidad; se conserva el tema original. */
body > .row { margin-left: 0; margin-right: 0; }
img { max-width: 100%; height: auto; }
header .logo img { width: auto; max-width: 100%; }
a, p, li, .tab-pane { overflow-wrap: break-word; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible { outline: 3px solid #ef7b13; outline-offset: 4px; }
#pageloader { display: none !important; }
#nr_slider { overflow-x: clip; }
.home-title { font: 400 30px/1.1 'Raleway', sans-serif; text-align: center; color: #fff; margin: 20px 0 10px; }
#pageCover {
 width: 100%;
 min-height: 281px;
 margin: 0;
 padding: 48px 20px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 10px;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 isolation: isolate;
 overflow: hidden;
}
/* El fondo del banner es la única imagen visible; evita que la imagen heredada sobresalga. */
#pageCover img.pageCover { display: none; }
#pageCover .pageTitle { max-width: 100%; min-width: 0; padding: 16px 27px; line-height: 1.4; }
#pageCover .pageBreadcrumbs { max-width: 100%; }
#pageCover .pageBreadcrumbs .breadcrumb { margin-bottom: 0; }
#pageCover h1.pageTitle { font-weight: 400; }
#mapBox { height: auto; min-height: 300px; }
#mapBox iframe { display: block; border: 0; width: 100%; min-height: 320px; }
.project-video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #1c252a; }
.whatsapp-contact { position: fixed; z-index: 1040; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 12px 19px; border-radius: 28px; background: #126c39; color: #fff; font: 600 16px/1.4 'Open Sans',sans-serif; box-shadow: 0 3px 12px #0004; }
.whatsapp-contact:hover, .whatsapp-contact:focus { color: #fff; background: #0b552b; text-decoration: none; }
.whatsapp-contact i { font-size: 22px; }
#nr_footer { padding-bottom: 80px; }
#contacts { position: relative; margin: 0; padding: 45px 0 10px; background: #fff; }
#contacts .input-group { width: 100%; }
#contacts textarea.form-control { min-height: 150px; }
#contacts .form-control { font-size: 16px; }
#contacts #success span, #contacts #error span { position: static; display: block; width: auto; }
#contacts #success span p, #contacts #error span p { margin: 16px 0 0; }
#contacts #success span p { color: #126c39; }
#contacts ul li { max-width: 100%; overflow-wrap: anywhere; }
#nr_topStrip { height: auto; min-height: 40px; }
#nr_topStrip .c-info a { display: inline-block; }
#nr_footer .container .copyrightRow { line-height: 1.8; }
.lb-data .lb-close { min-width: 44px; min-height: 44px; background-position: center; }
@media (min-width: 768px) and (max-width: 991px) {
 #projectsRow.col3 .project { width: 50%; }
}
@media (max-width: 767px) {
 .container { width: 100%; }
 #nr_topStrip .c-info { float: none; margin: 0; }
 #nr_topStrip .c-info li { display: block; margin: 0; white-space: normal; overflow-wrap: anywhere; }
 #nr_topStrip .c-info a { padding: 7px 0; }
 header .logo { padding: 15px; }
 header .logo .row { margin: 0; }
 header .social_nav { display: flex; justify-content: center; }
 header .social_nav .row { margin: 0; }
 header .social_nav ul { margin-bottom: 12px; }
 .navbar-header { margin-left: 0 !important; margin-right: 0 !important; }
 .navbar-toggle { min-height: 48px; }
 #main_nav .nav > li > a { min-height: 44px; }
 #pageCover { min-height: 210px; padding: 32px 16px; }
 #projectsRow.col3 .project, #projectsRow.fullWidth .project { width: 100%; }
 #projectsRow .filtersRow .filters > li { min-height: 44px; padding: 6px 12px; }
 #aboutus .aboutContent { margin: 0; }
 #aboutus .fleft { float: none; width: 100%; }
 #aboutus .media-body, #services .media-body { overflow-wrap: anywhere; }
 #contacts { padding: 35px 0; }
 #contacts > .container > .row { margin: 0; }
 #contacts .commenterInfoInputs { margin-bottom: 12px; }
 #contacts .commentForm .btn { width: 100%; min-height: 48px; white-space: normal; }
 #contacts ul li, #nr_footer .tab-pane { line-height: 1.7; }
 #nr_footer .getInTouch_tab .nav-tabs { display: flex; }
 #nr_footer .getInTouch_tab .nav-tabs > li { flex: 1; width: auto; }
 #nr_footer .getInTouch_tab .nav-tabs > li > a { min-height: 48px; }
 #nr_footer .tab-pane { padding-left: 15px; padding-right: 15px; overflow-wrap: anywhere; }
 #nr_footer .copyrightRow { padding-left: 15px; padding-right: 15px; }
 #mapBox iframe { height: 320px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
