[file name]: templatemo_style.css
[file content begin]
/*
CSS Credit: https://www.templatemo.com
*/

/* 
Architect Template 
https://www.templatemo.com/preview/templatemo_141_architect 
*/
html {
    background: #e3e3e3;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

@font-face {
    font-family: 'Conotech'; /* The name you'll use to refer to the font */
    src: url('arch_fonts/fonts/Conotech.woff2') format('woff2'),
         url('arch_fonts/fonts/Conotech.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------Old Body-----------*/
body {
    margin: 0;
    padding:0;
    font-family: Tahoma, "Trebuchet MS", Verdana;
    font-size: 12px;
    line-height: 1.5em;
    width: 100%;
    background: #e3e3e3;
}


a:link, a:visited {    color: #494949; text-decoration: underline; }
a:active, a:hover { color: #000000; text-decoration: none; }

/*p {
    font-size: 11px;
    color: #484848;
    text-align: left;
    margin: 0 0 10px 0;    
} */

p,
.templatemo_text p,
#templatemo_left p,
#templatemo_mid p,
#templatemo_right p,
.proyecto-descripcion p,
.compania-content p,
.valor-item p,
.contact-info-inline p,
.contact-info-box p,
.form-container p {
    text-align: left !important;
    text-justify: auto !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    line-height: 1.7em;
}

span.date {
    font-size: 11px;
    color: #999999;
    text-align: justify;
    margin: 0 0 3px 0;    
}

h1 {
    font-size: 23px;
    color: #a18800;
    margin: 0 0 10px 0;
    line-height: 1;
}

h2 {
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 13px;
    color: #a18800;
    font-weight: normal;
    margin: 0 0 3px 0;
}

/* ===== FIX: MÁRGENES IGUALES IZQUIERDA/DERECHA ===== */
/* Contenedor principal responsive */
#templatemo_container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Old Header responsive*/ 
#templatemo_header {
    width: 100%;
    height: auto;
    min-height: 169px;
}

#templatemo_header_logo {
    width: 100%;
    height: 115px;
    /*background: url(images/templatemo_logo.jpg) no-repeat center;*/
    /*background-size: contain;*/
    padding: 1px 0 0 0;
    position: relative;
}

#templatemo_header_slogan {
    font-size: 14px;
    color: #fff;
    margin: 68px 0 0 106px;
    float: left;
}

/* Botón de menú móvil */
#mobile-menu-toggle {
    display: none;
    background: #333;
    color: white;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-family: 'Conotech', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* Search responsive */
#templatemo_search {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 280px;
    height: 70px;
}

@media (max-width: 768px) {
    #templatemo_search {
        position: static;
        width: 100%;
        height: auto;
        margin: 10px 0;
        padding: 0 10px;
    }
    
    .search-options {
        margin-bottom: 5px;
        text-align: center;
    }
    
    .search-input {
        display: flex;
        justify-content: center;
    }
}

.labels {
    color: #fff;
    font-size: 12px;
}

.field {
    width: 166px;
    height: 24px;
    border: none;    
    color : #686868;
    background: url(images/templatemo_search_field.jpg) no-repeat;
    margin: 8px 0 0 10px;
    padding: 3px 3px 0 3px;
}

.button {
    width: 89px;
    height: 27px;
    border: none;    
    background: url(images/templaetmo_bottom.png) no-repeat;
    margin: 8px 5px 0 0;
    cursor: pointer;
}

/* Menu responsive */
#templatemo_menu {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: url(images/templatemo_menu_bg.jpg);
    padding: 5px 0 0 0;
}

#templatemo_menu ul {
    margin: 0px;
    padding: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#templatemo_menu ul li {
    display: inline;
}

#templatemo_menu ul li a {
    display: inline-block;
    padding: 11px 20px;    
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    background: url(images/templatemo_menu_divider.png) center right no-repeat;
    color: #fff;    
    font-family: 'Conotech', Arial, Helvetica, sans-serif;
    font-size: 13px;
    outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
    color: #ffeb00;
}

#templatemo_menu li .last {
    background: none;
}

/* Responsive para menú */
@media (max-width: 768px) {
    #mobile-menu-toggle {
        display: block;
    }
    
    #templatemo_menu {
        display: none;
        height: auto;
    }
    
    #templatemo_menu ul {
        flex-direction: column;
    }
    
    #templatemo_menu ul li {
        display: block;
        width: 100%;
    }
    
    #templatemo_menu ul li a {
        display: block;
        width: 100%;
        padding: 12px 10px;
        background: #444;
        border-bottom: 1px solid #555;
        background-image: none;
    }
    
    #templatemo_menu ul li:last-child a {
        border-bottom: none;
    }
    
    #templatemo_menu li .last {
        background: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #templatemo_menu ul li a {
        padding: 11px 25px;
    }
}

/* Sección principal responsive */
.templatemo_section_1 {
    width: 100%;
    background: url(images/templatemo_section_1.jpg);
}

/*.templatemo_section_1_contentarea {
    width: 100%;
    background:url(images/templatemo_contentarea_bg.jpg) no-repeat top;
    background-size: cover;
    margin: 0;
    padding: 20px 10px;
}*/

/* Contenedor de la sección hero */
.templatemo_section_1_contentarea {
  position: relative;
  overflow: hidden;  /* Contener floats */
}

/*.templatemo_section_1_contentarea .templatemo_text {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}*/

.templatemo_section_1_contentarea .templatemo_text {
    float: left !important;
    width: 48% !important;
    margin: 25px 0 0 20px !important;  /* ← MISMO margin-top que la imagen */
    padding: 0 !important;
    box-sizing: border-box;
}

/*.templatemo_section_1_contentarea .templatemo_img {
    float: none;
    margin: 0 auto;
    text-align: center;
}*/

.templatemo_section_1_contentarea .templatemo_img {
    float: right !important;
    width: 45% !important;
    margin: 25px 20px 0 0 !important;  /* ← MISMO margin-top que el texto */
    padding: 0 !important;
    text-align: center;
    box-sizing: border-box;
}

.templatemo_section_1_contentarea .templatemo_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.templatemo_text img {
    float: left;
    margin: 0 10px 5px 0;
}

.templatemo_section_1_bottom {
    width: 100%;
    height: 21px;
    background: url(images/templatemo_section_1_bottom.jpg);
    background-size: cover;
}

/* Old Contenido principal responsive */
#templatemo_content_area {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 5px;  /* ← Padding simétrico */
    display: flex;
    flex-wrap: wrap;
}



#templatemo_left {
    width: 100%;
    padding: 15px;
    margin: 0 0 20px 0;
    order: 1;
}

#templatemo_left span.big {
    font-size: 23px;
    color: #a18800;
    font-weight: bold;
}

#templatemo_left img {
    border: none;
    max-width: 100%;
    height: auto;
}

#templatemo_mid {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
    order: 2;
}

.category_list {
    margin: 0 20px;
    padding: 0px;
    list-style: none;
    display: block;
}

.category_list li { 
    display: block;
    height: auto;
    min-height: 15px;
    clear: right;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    background: url(images/templatemo_list_bullet.png) top left no-repeat;
    background-position: 0 5px;
}

.category_list li a { 
    color: #5c5c5c;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}

.category_list li a:hover { 
    color: #000000;
    text-decoration: none;
}

#templatemo_right {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
    order: 3;
}

/* Líneas verticales - ocultas en móviles */
.templatmo_v_line {
    display: none;
}

.templatemo_h_line {
    width: 100%;
    clear: both;
    border-top: #c1c1c1 1px solid;
    border-bottom: #f6f6f6 1px solid;
    margin: 0 0 10px 0;
}

.templatemo_readmore_2 {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #484848;
    background: url(images/templatemo_readmore_2.png) left top no-repeat;
    padding: 0 0 0 15px;
    background-position: 0 4px;
    margin: 0 0 10px 0;
}

.templatemo_readmore_2 a {
    color: #484848;
    text-decoration: none;
}

.templatemo_readmore_2 a:hover, .templatemo_readmore_2:hover {
    text-decoration: underline;
}

/* Galería responsive */
.templatemo_gallery {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.templatemo_gallery img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0;    
}

.templatemo_gallery img.left,
.templatemo_gallery img.mid,
.templatemo_gallery img.right {
    float: none;
    margin: 0 5px 10px 5px;
}

/* Footer responsive */
#templatemo_footer {
  clear: both;
  width: 100%;
  height: auto;
  min-height: 32px;
  background: url(images/templatemo_footer_bg.jpg);
  background-size: cover;
  margin: 20px 0 0 0;
  padding: 15px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  
  
  /* ✅ Centrado de texto (para contenido inline/inline-block) */
  text-align: center;
}

/* ✅ Asegurar que los elementos internos también estén centrados */
#templatemo_footer p {
  text-align: center;
  margin: 5px 0;
}

#templatemo_footer a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;  /* Para que el centrado funcione mejor */
}

#templatemo_footer a:hover {
  color: #fff;
  text-decoration: none;
}

.cleaner {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

/* Media queries para tablets */
@media (min-width: 769px) {
    .templatemo_section_1_contentarea {
        display: flex;
        flex-wrap: wrap;
    }
    
    .templatemo_section_1_contentarea .templatemo_text {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin: 35px 0 0 35px;
    }
    
    .templatemo_section_1_contentarea .templatemo_img {
        width: 45%;
        float: right;
        margin: 5px 8px 0 0;
    }
    
    #templatemo_content_area {
        flex-direction: row;
    }
    
    #templatemo_left {
        width: 32%;
        order: 1;
    }
    
    #templatemo_mid {
        width: 36%;
        order: 2;
    }
    
    #templatemo_right {
        width: 32%;
        order: 3;
    }
    
    .templatmo_v_line {
        display: block;
        height: auto;
        min-height: 360px;
        float: left;
        width: 2px;
        background:url(images/templatemo_v_line.jpg);
        margin: 0 10px;
    }
    
    .templatemo_gallery img {
        width: 30%;
    }
}

/* Media queries para escritorio */
@media (min-width: 1025px) {
    #templatemo_container {
        padding: 0;
    }
    
    .templatemo_section_1_contentarea .templatemo_text {
        width: 375px;
        margin: 35px 0 0 35px;
    }
    
    .templatemo_section_1_contentarea .templatemo_img {
        width: auto;
        float: right;
        margin: 5px 8px 0 0;
    }
    
    #templatemo_left {
        width: 300px;
        padding: 0 15px;
        margin: 0 2px 0 0;
    }
    
    #templatemo_mid {
        width: 300px;
        margin: 0 3px;
        padding: 0 15px;
    }
    
    #templatemo_right {
        width: 302px;
        margin: 0 0 0 0;
        padding: 0 15px;
    }
    
    .templatmo_v_line {
        margin: 0;
    }
}

/* Ajustes para imágenes responsivas */
img {
    max-width: 100%;
    height: auto;
}

/* Ajustes de texto para móviles */
@media (max-width: 480px) {
    h1 {
        font-size: 18px;
    }
    
    h2 {
        font-size: 16px;
    }
    
    p, span.date {
        font-size: 10px;
    }
    
    #templatemo_menu ul li a {
        font-size: 12px;
        padding: 10px 5px;
    }
}

/* Mejoras de accesibilidad para dispositivos táctiles */
@media (hover: none) and (pointer: coarse) {
    #templatemo_menu li a:hover {
        background-color: #555;
    }
    
    .templatemo_readmore_2 a:hover {
        text-decoration: underline;
    }
    
    input, button {
        min-height: 44px; /* Tamaño mínimo para toques */
    }
}

/* ===== FIX FINAL: MÁRGENES 100% SIMÉTRICOS ===== */

/* Contenedor principal - centrado perfecto */
#templatemo_container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;  /* Centrar horizontalmente */
  padding: 0 15px !important; /* Padding simétrico SIEMPRE */
  box-sizing: border-box;
}

/* Body sin scroll horizontal */
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* Header con ancho completo pero contenido centrado */
#templatemo_header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Logo centrado */
#templatemo_header_logo {
  width: 100%;
  text-align: center;
  padding: 1px 0 0 0;
}

#templatemo_header_logo img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== COLUMNAS CON MÁRGENES SIMÉTRICOS ===== */

/* Desktop: márgenes iguales entre columnas */
@media (min-width: 1025px) {
  #templatemo_left {
    margin: 0 1px !important;  /* ← 5px izquierda y derecha */
  }
  #templatemo_mid {
    margin: 0 2px !important;  /* ← 5px izquierda y derecha */
  }
  #templatemo_right {
    margin: 0 3px !important;  /* ← 5px izquierda y derecha */
  }
}

/* Tablet: mismo principio */
@media (min-width: 769px) and (max-width: 1024px) {
  #templatemo_left,
  #templatemo_mid,
  #templatemo_right {
    margin: 0 5px !important;
  }
}

/* Móvil: padding simétrico en contenedor */
@media (max-width: 768px) {
  .templatemo_section_1_contentarea .templatemo_text,
  .templatemo_section_1_contentarea .templatemo_img {
    float: none !important;
    width: 100% !important;
    margin: 15px 0 0 0 !important;
    text-align: center;
  }
  
  .templatemo_section_1_contentarea .templatemo_text {
    text-align: justify;
  }
}

/* ===== CONTENIDO PRINCIPAL CON PADDING SIMÉTRICO ===== */
#templatemo_content_area {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 5px !important;  /* ← Padding simétrico */
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* ===== SECCIÓN HERO CON PADDING SIMÉTRICO ===== */
.templatemo_section_1_contentarea {
  padding: 20px 15px !important;  /* ← Padding simétrico */
}

@media (min-width: 769px) {
  .templatemo_section_1_contentarea .templatemo_text {
    padding-right: 15px !important;
    margin: 35px 15px 0 15px !important;  /* ← Márgenes simétricos */
  }
  .templatemo_section_1_contentarea .templatemo_img {
    margin: 5px 15px 0 15px !important;  /* ← Márgenes simétricos */
  }
}

/* Limpiar floats */
.templatemo_section_1_contentarea::after {
  content: "";
  display: table;
  clear: both;
}

[file content end]