/*
Theme Name: ConstruProyectosVM
Theme URI: 
Author: Victor Salazar
Author URI: 
Description: 
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ConstruProyectosVM

ConstruProyectosVM WordPress 2025
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

html {
  scroll-behavior: smooth
}

body {
  line-height: 1
}

a {
  text-decoration-skip-ink: auto
}

p {
  font-family: var(--font-bold) !important;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none
}

button {
  outline: 0
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

q {
  display: inline;
  font-style: italic
}

q:before {
  content: '"';
  font-style: normal
}

q:after {
  content: '"';
  font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0
}

input[type="search"] {
  -webkit-appearance: textfield
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th,
td {
  padding: 2px
}

big {
  font-size: 120%
}

small,
sup,
sub {
  font-size: 80%
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

dd {
  margin-left: 20px
}

kbd,
tt {
  font-size: 12px
}

ins {
  text-decoration: underline
}

del,
strike,
s {
  text-decoration: line-through
}

dt {
  font-weight: bold
}

address,
cite,
var {
  font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* .sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {} */

a:focus {
  outline: thin dotted;
  transition: all 0.3s ease;
}
a{
  text-decoration: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
  cursor: pointer;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap
}


/* Navegación automática (animación opcional con keyframes) */
.navigation-auto {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 60px;
}

.navigation-auto div {
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 50%;
  transition: 0.4s;
  margin: 0 10px;
}

/* Stylos generales */
:root {
  --primary: #2d317d;
  --secondary: #ffffff;
  --primary-text: #ffffff;  
  --bgcolor-gris: #d9d9dc;
  --color-primary-light: #14243C;

  --accent: #f3f7fb;
  --muted: #666;
  --bg: #ffffff;
  --border: #e6e6e6;
  --shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  --radius: 2rem;
}

* {
  box-sizing: border-box
}

.strong-primary{
  color: var(--primary) !important;
  font-weight: 700;
}

 h2 {
    margin-top: 2rem;
    font-size: 3rem;
    color: var(--color-primary-light);
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 18px
  }

  h3 {
    margin-top: 1.5rem;
    font-size: 2.7rem;
    color: var(--primary);
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 16px;
  }

body {
  margin: 0;
  background: var(--bg);
  color: #222;
  line-height: 1.4;
}

.topbar {
  background: #444;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar .left {
  font-weight: 600
}

.topbar .right a {
  color: #fff;
  text-decoration: none;
  margin-left: 12px;
  font-weight: 600
}
/* Inicio:: Encabezado y menu.*/
header.site-header {
  display: flex;
  position: sticky;
  top: 0;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  /* border-bottom: 1px solid var(--border); */
  background-color: var(--primary-text); /* Fondo inicial */
  transition: background-color 0.5s ease, box-shadow 0.3s ease;
  z-index: 1000;
  gap:1rem;
}

header.site-header.scrolled {
  background-color: var(--bgcolor-gris); /* Fondo al hacer scroll */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  color: var(--primary);
}

header.site-header.scrolled .nav-container  nav.main-nav a {
  color: var(--primary);
}

header  .brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

header  .brand .bran-img img {
  height: 40px;
  width: auto;
}

header  .brand .bran-name {
  display: flex;
  align-items: center ;
} 

header  .brand .bran-name span{
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  font-family: var(--font-secondary);
}

header .nav-container  {
  display: flex;
  flex: 1;
  justify-content: space-between; /* Menú a la izquierda, Contactanos a la derecha */
  align-items: center;
  gap: 1rem;
}

header .nav-container nav.main-nav {
  display: flex;
  gap: 14px;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;

}

header .nav-container .nav-contact {
  padding: 8px 16px;
  background-color:var(--primary); /* color de botón */
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

header .nav-container  nav.main-nav a {
  color: #333;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 6px 0;
  font-weight: 500;
}

header .nav-container  nav.main-nav a:hover {
  color: var(--primary)
}

header.site-header.scrolled  .brand {
  color: var(--primary-text);
}

header.site-header.scrolled  nav.main-nav a {
  color: var(--primary-text);
}

header .navbar-toggler {
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

header .navbar-toggler .navbar-toggler-icon .line {
  width: 30px;
  height: 3px;
  background-color: var(--primary);
  margin: 5px 0;
}
/* Fin:: Encabezado y menu.*/
/* banner  */
.banner {
  /* padding: 44px 20px; */
  /* margin-top: -84.06px; */
  background-color: #ffffff;
  /* background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); */
  position: relative;
  text-align: left;
  height: 90vh;
  display: flex;
}

.banner .inner {
  width: 100%;
  margin: 0px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.banner .inner .content-detail {
 width: 100%;
 display: flex;
 justify-content: left ;
 height: 100%;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.banner .inner .content-detail::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, white, transparent);
}

.banner .inner .content-detail .detail {
 
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 justify-content: center;
 max-width: 700px;
 margin-left: 5rem;
}

.banner .inner .content-img {
  width: 50%;
  height: 100%;
  position: relative;
}
.banner .inner .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .inner .content-img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;   /* ancho del difuminado */
  height: 100%;
  background: linear-gradient(to right, white, transparent);
}

.banner .inner .content-detail  h3 {
  font-size: 5rem;
  margin: 0;
  color: var(--primary-text);
  font-weight: 700px;
  line-height: 1.2;
}

.banner .inner .content-detail  p {
  margin: 8px 0 0;
  color: var(--primary-text);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.banner .inner .content-detail  .actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.banner .inner .content-detail .btn {
  display: inline-block;
  padding: 15px 3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 2rem;
}

.banner .inner .content-detail  .btn.primary {
  background: var(--primary-text);
  color: var(--primary);
}

.banner .inner .content-detail .btn.ghost {
  border: 1px solid var(--border);
  background: #fff;
  color: #222
}
/* Banner  */

/* Main content::Inicio */
.main-content {
  min-height: 10vh;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: -3rem !important;
  border-radius: 1.5rem 1.5rem 0px 0px;
  border-style: solid;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  /* border-color: var(--bgcolor-gris); */
  background-color: var(--secondary);
  
  color: var(--muted);
}
.main-content .wrap {
  display: flex;
  padding: 22px 20px;
  text-align: center;
  font-size: 1.5rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

/* Main content::Fin */


/* Filters::Inicio */
.filters {
  max-width: 1200px;
  margin: 18px auto;
  padding: 12px 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.filters select {
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  min-width: 180px
}
/* Filters::Fin */
.container{
  max-width: 1200px !important;
  margin: 30px auto;
  padding: 0 20px;
}

/* Projects grid::Inicio */
  .projects-section {
    max-width: 1200px;
    margin:  auto;
    padding-bottom: 0.5rem !important;
    padding: 0 20px;
    text-align: center;
  }
  .projects {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
    gap: 18px;
    background-color: var(--secondary);
    justify-content: center;
  }

  /* .projects::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to top, white, transparent);
} */

  .projects .card {
    border-radius: 2rem  2rem 0 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: var(--shadow)
    /* padding: 0.8rem; */
  }

  .projects .card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
  }

  .projects .card .media {
    height: 300px;
    background: #f2f4f7 url('') center/cover no-repeat;
    
  }

  .projects .card .content {
    padding: 14px
  }

  .projects .card .content .meta {
    font-size: 13px;
    color: var(--primary-text);
    margin-bottom: 6px;
    font-weight: 300;
    text-shadow: var(--shadow);
    text-align: start;
  }

  .projects .card .content .title {
    font-size: 1.5rem;
    color: var(--color-primary-light);
    margin: 2px 0 8px;
    font-weight: 700;
    line-height: 1.2;
    text-align: start;
  }

  .projects .card .content .detail{
    font-size: 0.7rem;
    color:var(--primary);
    font-weight: 400;
    text-align: justify;
  }

  .projects .card .content .detail p {
    display: -webkit-box;          
    -webkit-line-clamp: 3;         
    -webkit-box-orient: vertical;  
    overflow: hidden;              
    text-overflow: ellipsis;       
  }

  .projects .card .actions {
    margin-top: auto;
    padding: 14px;
    display: flex;
    gap: 8px;
    justify-content: end;
  }

  .projects .card .link {
    display: inline-block;
    padding: 8px 1.5rem;
    border-radius: 2rem;
    background-color:var(--color-primary-light);
    color: var(--primary-text);
    line-height: 1.4;
    font-weight: 600;
    font-size: 1rem;
  }
/* Projects grid::Fin */

/* CTAs::Inicio */
  /* .ctas {
    max-width: 1200px;
    margin: 28px auto;
    padding: 22px 20px;
    background: #fbfdff;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center
  }

  .ctas a {
    flex: 1 1 220px;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--border);
    text-decoration: none;
    color: #111
  }

  .ctas a:hover {
    background: #f0f6ff
  } */
/* CTAs::Fin */

/* Alianzas::Inicio  */
  .alianzas {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
  }

  /* .alianzas h2 {
    margin-top: 2rem;
    font-size: 3rem;
    color: var(--primary);
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 18px
  } */
  .alianzas .content-logo{
    display: flex;
  }
   .alianzas .logos {
    flex: 1;
    margin-top: 3rem;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
  }
  
  .alianzas .logos li{
    width: 157px !important;
  }

  .alianzas .logos img {
    max-height: 60px;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease
  }

  .alianzas .logos img:hover {
    filter: none;
    opacity: 1
  } 
/* Alianzas::Fin */

/* collage::Inicio */
.collage{
  max-width: 1200px;
  position: relative;
  margin: 30px auto;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding: 0 20px;
  height: 70vh;
}



.collage_parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  gap: 5px;
  }

  .collage_div1 {
    display: flex;
    width: 100%; 
    height:100%;
    grid-area: 1 / 1 / 5 / 3; 
    background-color: transparent;
    border-radius: 2rem;
    flex-wrap: wrap;
  }

  .collage_div1 img {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collage_div2 {
    display: flex;
    width: 100%; 
    height:100%;
    grid-area: 1 / 3 / 3 / 5; 
    background-color: transparent;
    border-radius: 2rem;
    flex-wrap: wrap;
  }

  .collage_div2 img {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collage_div3 {
    display: flex;
    width: 100%; 
    height:100%;
    grid-area: 3 / 3 / 5 / 5; 
    background-color: transparent;
    border-radius: 2rem;
    flex-wrap: wrap;
  }

  .collage_div3 img {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collage_div4 {
    display: flex;
    width: 100%; 
    height:100%;
    grid-area: 1 / 5 / 6 / 6; 
    background-color: transparent;
    border-radius: 2rem;
    flex-wrap: wrap;
  }

  .collage_div4 img {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .collage_div5 {
    display: flex;
    width: 100%; 
    height:100%;
    grid-area: 5 / 1 / 6 / 5; 
    background-color: transparent;
    border-radius: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .collage_div5 .logo-img  img{
       height: 40px;
       width: auto;
       object-fit: cover;
  }

  .collage_div5 .logo-name {
    font-size: 3rem;
    font-family: var(--font-secondary);
    font-weight: 700;
  }
/* collage::Fin */
/* Contactos::Inicio */
  .contacto-section {
    position: relative;
    max-width: 1200px;
    margin: auto;
    background: var(--bgcolor-gris);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
   }

   .contacto-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(45, 49, 125, 0.8);
    }

 .contacto-section .text-blk {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   line-height: 25px;
 }

 .contacto-section .responsive-cell-block {
   min-height: 75px;
   flex: 1;
   
 }

 .contacto-section input:focus,
 .contacto-section textarea:focus {
   outline-color: initial;
   outline-style: none;
   outline-width: initial;
 }

 .contacto-section .container-block {
   min-height: 75px;
   width: 100%;
   display: block;
 }

 .contacto-section .responsive-container-block {
   min-height: 75px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin-right: auto;
   margin-left: auto;
   margin:2rem, 0px !important;
 }

 .contacto-section .container-block.form-wrapper .responsive-container-block{
    gap: 12px;  
 }

 .contacto-section .responsive-container-block .form-box {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   /* width: 50%; */
   flex:1;
   z-index: 2;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
 }

 .contacto-section .responsive-container-block .form-box .container-block .mob-text {
   display: block;
   text-align: left;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 25px;
   margin-left: 0px;
 }

  .contacto-section .responsive-container-block .form-box .container-block .mob-text p{
   font-size: 0.8rem;
 }

 .contacto-section .responsive-container-block.big-container {
   padding-top: 10px;
   padding-right: 30px;
   width: 35%;
   padding-bottom: 10px;
   padding-left: 30px;
   background-color: #03a9f4;
   position: absolute;
   height: 950px;
   right: 0px;
 }

 .contacto-section .responsive-container-block.container {
   position: relative;
   display: flex;
   min-height: 75px;
   flex-direction: row;
   z-index: 2;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 100%;
 }

  .contacto-section .responsive-container-block .container-component { 
    width: 100%;
  }

 .contacto-section .container-block.form-wrapper {
   background-color: white;
   max-width: 450px;
   padding: 30px 30px;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
   border-radius: 1rem;
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .contacto-section .text-blk.contactus-head {
   font-size: 36px;
   line-height: 52px;
   font-weight: 900;
 }

 .contacto-section .text-blk.contactus-subhead {
   color: #9c9c9c;
   width: 300px;
   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 50px;
   margin-left: auto;
   display: none;
 }

 .contacto-section .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 26px;
   margin-left: 0px;
   min-height: 50px;
   width: 100% ;
 }

 .contacto-section .input {
   width: 100%;
   height: 50px;
   padding-top: 1px;
   padding-right: 15px;
   padding-bottom: 1px;
   padding-left: 15px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #eeeeee;
   border-right-color: #eeeeee;
   border-bottom-color: #eeeeee;
   border-left-color: #eeeeee;
   border-image-source: initial;
   border-image-slice: initial;
   border-image-width: initial;
   border-image-outset: initial;
   border-image-repeat: initial;
   font-size: 16px;
   color: black;
 }

 .contacto-section .textinput {
   width: 98%;
   padding-top: 20px;
   padding-right: 15px;
   padding-bottom: 20px;
   padding-left: 15px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #eeeeee;
   border-right-color: #eeeeee;
   border-bottom-color: #eeeeee;
   border-left-color: #eeeeee;
   border-image-source: initial;
   border-image-slice: initial;
   border-image-width: initial;
   border-image-outset: initial;
   border-image-repeat: initial;
   font-size: 16px;
 }

 .contacto-section .text-blk.input-title {
   text-align: left;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 10px;
   font-size: 14px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
   color: #9c9c9c;
 }

 .contacto-section ::placeholder {
   color: #dadada;
 }


 .contacto-section .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 20px;
   margin-left: 0px;
 }

 .contacto-section .text-blk.contactus-subhead.color {
   color: white;
 }

 
 .contacto-section .map-part {
   width: 100%;
   height: 100%;
 }

 .contacto-section .text-blk.map-contactus-head {
   font-weight: 900;
   font-size: 22px;
   line-height: 32px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   color: #03a9f4;
 }

 .contacto-section .text-blk.map-contactus-subhead {
   max-width: 300px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 20px;
   margin-left: 0px;
 }

 .contacto-section .social-media-links.mob {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 30px;
   margin-left: 0px;
   width: 230px;
   display: flex;
   justify-content: flex-start;
 }

 .contacto-section .link-img {
   width: 30px;
   height: 30px;
   margin-top: 0px;
   margin-right: 25px;
   margin-bottom: 0px;
   margin-left: 0px;
 }

 .contacto-section .link-img.image-block {
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
 }

 .contacto-section .social-icon-link {
   margin: 0 25px 0 0;
   padding: 0 0 0 0;
 }

 .contacto-section .submit-btn {
  padding: 8px 0px;
  margin-top: 1rem;
  width: 210px;
  background-color:var(--primary); /* color de botón */
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
 }

    .contacto-section .contacto {
      color: var(--primary-text);
      padding: 15px;
      text-align: center;
      margin: auto;
    }

    .contacto-section .contacto p {
      font-size: 18px;
      margin-bottom: 25px;
      font-weight: 400;
      line-height: 1.5;
    }

    .contacto-section .contact-items {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
      margin-bottom: 30px;
    }

    .contacto-section .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
    }



    .contacto-section .item strong {
      font-size: 14px;
    }

    .contacto-section .item span, .item a {
      font-size: 13px;
      color:var(--primary-text);;
      text-decoration: none;
    }

    .contacto-section .map-box {
      max-width: 100%;
      max-height: 200px;
      width: 100%;
      height: 520px;
      background-color: #d9d9d9;
    }

    .contacto-section .map-box iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

/* Contactos::Fin */

/* Footer::Inicio */
  footer.site-footer {
    background: #1c2e59;
    color: #dfeefb;
    padding: 28px 20px;
    margin-top: 30px
  }

  footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between
  }

  footer h4 {
    margin: 0 0 8px;
    font-size: 15px
  }

  footer p,
  footer a {
    color: #dfeefb;
    font-size: 14px;
    text-decoration: none
  }

  .copyright {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #bcd2e8
  }
/* Footer::Fin */

/* Responsive tweaks::Inicio */
  @media (max-width:700px) {
    .hero .inner {
      flex-direction: column;
      align-items: flex-start
    }

    nav.main-nav {
      display: none
    }
  }
/* Responsive tweaks::Fin */


/* Servicios::Inicio */
   .servicios-section {
      max-width: 1200px;
      margin: 3rem auto;
      text-align: center;
    }

    .servicios-section .servicios-top {
      display: flex ;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      flex-wrap: wrap;
      padding: 0 20px;
      margin-bottom: 2rem;
    }
    .servicios-section .servicios-top .servicios-title {
      flex: 1;
      min-width: 300px;
    }

    .servicios-section .servicios-top .servicios-title h2 {
      text-align: left !important;
    }

   .servicios-section .servicios-top .servicios-title .subtitulo {
      color: #555;
      margin-bottom: 30px;
      text-align: justify;
    }
    
    .servicios-section .servicios-top .arrows {
      
      display: flex;
      flex-direction: row;
      gap: 10px;
      width: 50%;
      justify-content: center;
      align-items: center;
    }

    .servicios-section .servicios-top .arrows .arrow-btn {
      position: relative !important;
      background: #0a1a33;
      color: #fff;
      border: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 1.2rem;
      cursor: pointer;
      transition: background 0.3s;
    }

    .servicios-section .servicios-top .arrows  .arrow-btn:hover {
      background: #1e3a70;
    }

    .servicios-section .servicios-detail .slider-container {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .servicios-section .servicios-detail .slider-container .slider {
      /* display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
      padding-top: 2rem;
      gap: 20px;
      flex: 1;
      
    }
    .servicios-section .servicios-detail .slider-container .slider .content-card{
      display: flex !important;
      height: auto;
      padding-top: 1rem;
      padding-bottom: 1rem;
      justify-content: center;
    }

    .servicios-section .servicios-detail .slider-container .slider .card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      width: 250px;
    }

    .servicios-section .servicios-detail .slider-container .slider .card:hover {
      transform: translateY(-5px);
    }

    .servicios-section .servicios-detail .slider-container .slider .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .servicios-section .servicios-detail .slider-container .slider .card-body {
      padding: 15px;

    }

    .servicios-section .servicios-detail .slider-container .slider .card-body h3 {
      font-size: 1.1rem;
      margin: 10px 0;
      color: #0a1a33;
      text-align: start;
    }

    .servicios-section .servicios-detail .slider-container .slider .card-body p {
      font-size: 0.9rem;
      color: #444;
      margin-bottom: 15px;
      text-align: left;
    }

    .servicios-section .servicios-detail .slider-container .slider .card-footer {
      display: flex ;
      justify-content: flex-end;
      align-items: end;
      flex:1;
      padding-right: 1rem;
      padding-bottom: 1rem;
    }
    
    .servicios-section .servicios-detail .slider-container .slider .card-footer .link {
      text-decoration: none;
      color: var(--primary-text);
      background-color: var(--primary);
      font-weight: 600;
      font-size: 0.9rem;
      transition: color 0.3s;
      padding: 4px 26px;
      border-radius: 1rem;
    }

/* Servicios::Fin */

/* Nosotros::Inicio */
  .nosotros-section {
      max-width: 1200px;
      margin: 3rem auto;
      text-align: center;
    }
  .nosotros-section .card-group{
    display: flex;
    background-color: var(--secondary);
    flex-wrap: wrap;
  }
  .nosotros-section .card-group .card {
       /* igual que la card de Bootstrap */
      width: 50%;
      position: relative;
      background-size: cover;
      background-position: center;
      color: #fff;
      background-color: #0f2030;
      
    }

   .nosotros-section .card-group .card::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(211, 221, 255, 0.8);
          
    }



  .nosotros-section .card-group .card .card-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 200px;
      z-index: 10;
      position: relative;
    }

  .nosotros-section .card-group .card .card-title {
      font-size: 2rem;
      font-weight: 700;
      margin: 0 0 8px;
      color:var(--color-primary-light);
    }

  .nosotros-section .card-group .card .card-text {
      font-size: 1rem;
      margin-bottom: 16px;
      font-weight: 400;
      line-height: 1.4;
      color:var(--color-primary-light);
      text-align: center;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }

  .nosotros-section .flip-group{
    display: flex;
    gap: 3rem;  
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
  }

  .nosotros-section .flip-card {
      width: 200px;
      height: 200px;
      perspective: 1000px; /* Necesario para la profundidad */
    }

  .nosotros-section .flip-card .flip-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.8s;
      transform-style: preserve-3d; /* Mantiene el 3D */
    }

  .nosotros-section .flip-card:hover .flip-inner {
      transform: rotateY(180deg); /* Rotación al hacer hover */
    }

  .nosotros-section .flip-card .flip-inner .flip-front, .flip-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden; /* Oculta el reverso */
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; /* Hace el div circular */
      font-size: 1.2rem;
      font-weight: bold;
    }

  .nosotros-section .flip-card .flip-inner .flip-front {
      background: var(--bgcolor-gris);
      color: var(--primary) !important;
      overflow: hidden;
    }

  .nosotros-section .flip-card .flip-inner .flip-back {
      background:  var(--bgcolor-gris);;
      transform: rotateY(180deg); /* Reverso volteado */
    }
  
  .nosotros-section .flip-card .flip-inner .flip-back p {
      font-family: var(--font-primary);
      font-size: 0.8rem;
      padding: 0.3rem;
    }
/* Nosotros::Fin */

/* testimonial::Inicio */
    .testimonial-section {
      max-width: 1200px;
      margin: 3rem auto;
      text-align: center;
      
    }

    .testimonial-section h2 {
      font-weight: 400;
    }

    .testimonial-section h2 strong {
      font-weight: 700;
    }
    .testimonial-section .testimonial-container {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .testimonial-section .testimonial-card-group {
      padding-top: 2rem;
      gap: 20px;
      flex: 1;
    }
    .testimonial-section .arrows {
      
      display: flex;
      flex-direction: row;
      gap: 10px;
      width: 100%;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rem;
    }

    .testimonial-section .arrows .arrow-btn {
      position: relative !important;
      background: #0a1a33;
      color: #fff;
      border: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 1.2rem;
      cursor: pointer;
      transition: background 0.3s;
    }

    .testimonial-section .arrows  .arrow-btn:hover {
      background: #1e3a70;
    }

    .testimonial-section .testimonial-card-group .content-card{
      display: flex !important;
      height: auto;
      padding-top: 1rem;
      padding-bottom: 1rem;
      justify-content: center;
    }

    .testimonial-section .testimonial-card-group .card {
          border-radius: 12px;
          display: flex !important;
          flex-direction: column; 
          box-shadow: 7px 9px 6px rgba(0, 0, 0, 0.1);
          overflow: hidden;
          background: #fff;
          width: 450px !important;
    }

    .testimonial-section .testimonial-card-group .card .card-content {
          padding: 20px;
          position: relative;
        }

    .testimonial-section .testimonial-card-group .card .card-content .stars {
          color: #1c2e59;
          font-size: 16px;
          margin-bottom: 10px;
        }
    
    .testimonial-section .testimonial-card-group .card .card-content .stars ul {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          gap: 5px;         
        }

    .testimonial-section .testimonial-card-group .card .card-content .stars ul .blank {
         color: #ffffff;        
         text-shadow: 
              -0.5px -0.5px 0 var(--primary),  
              0.5px -0.5px 0 var(--primary),
              -0.5px  0.5px 0 var(--primary),
              0.5px  0.5px 0 var(--primary);  
        }

    .testimonial-section .testimonial-card-group .card .card-content .quote {
          position: absolute;
          top: 15px;
          right: 15px;
          font-size: 36px;
          color: #1c2e59;
        }

    .testimonial-section .testimonial-card-group .card .card-content .text {
          font-size: 15px;
          color: var(--muted);
          line-height: 1.5;
          text-align: left !important;
        }

    .testimonial-section .testimonial-card-group .card .card-footer {
          background: #1c2e59;
          padding: 15px;
          display: flex;
          align-items: center;
        }

    .testimonial-section .testimonial-card-group .card .card-footer img {
          width: 45px;
          height: 45px;
          border-radius: 50%;
          margin-right: 10px;
        }

    .testimonial-section .testimonial-card-group .card .card-footer .footer-text {
          color: #fff;
          line-height: 1.2;
        }

    .testimonial-section .testimonial-card-group .card .card-footer .footer-text strong {
          display: block;
          font-size: 16px;
        }

    .testimonial-section .testimonial-card-group .card .card-footer .footer-text span {
          font-size: 13px;
          opacity: 0.8;
    }
/* Testimonial::Fin */




/* Iconos sociales flotantes::Inicio */
.contact-menu {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--bgcolor-gris);
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50px;
  padding: 0.2rem;
}

.menu-btn {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color:white
}

/* Modal */
.contact-modal {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: transparent;
  display: none; /* oculto por defecto */
  align-items: flex-end;
  justify-content: end;
  z-index: 999;
}

/* Contenedor de opciones */
.modal-content {
  background: transparent;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: fadeIn 0.3s ease-in-out;

}

/* Items */
.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
    height: 40px;
  width: 191px;
    justify-content: end;
    position: relative;
    background: var(--bgcolor-gris);
     box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease-in-out;
}
.menu-item span{
    flex:1;
      color: var(--color-primary-light) !important;
}
.menu-item i {
  background: red;
  color: white ;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;

}

.whatsapp { right: 32px; }
.chat {  right: 82px; }
.call { right: 132px; }

/* Colores */
.whatsapp i { background: #25D366; }
.chat i { background: #FF4444; }
.call i { background: #E60000; }

.menu-item:hover {
  background: #f5f5f5;
}

/* Animación */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

/* Iconos sociales flotantes::Fin */


/* Modal proyecto::Inicio  */

    .modal-overlay {
      display: none; /* Oculto por defecto */
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    /* Caja modal */
    .modal-overlay .modal {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      max-width: 1000px;
      width: 90%;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 20px;
      max-height: 98vh;
      overflow-y: auto;  
      margin-top: 2rem;
      margin-bottom: 2rem;
      flex-direction: row;
    }

    /* Botón cerrar */
    .modal-overlay .modal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }
    .modal-overlay .modal-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    /* Título */
    .modal-overlay .modal h2 {
        position: sticky;
      top: 0;
      grid-column: span 2;
      text-align: center;
      font-size: 2rem;
      margin-bottom: 10px;
      color: var(--color-primary-light);
      line-height: 1.3;
      width: 100%;
      padding: 10px 0;
      border-radius: 1rem;
          z-index: 999;
    }
    .modal-overlay .modal .scrolled {
      background-color: var(--bgcolor-gris); /* Fondo al hacer scroll */
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      color: var(--primary);
    }

    /* Sección izquierda (iconos y datos) */
    .modal-overlay .modal-info {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      height: 280px;
      margin: 2rem;
    }

    .modal-overlay .info-item {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #0a2740;
      width: 100%;
      margin-top: 7px;
      margin-bottom: 7px; 
          height: 60px;
    }

    .modal-overlay .info-item-media {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      color: #0a2740;
      width: 50%;
      margin-top: 7px;
      margin-bottom: 7px; 
          height: 60px;
    }

    .modal-overlay .info-item img,
    .modal-overlay .info-item-media img  {
      width: 60px;
      height: 200px;
    }

    .modal-overlay .info-item strong,
    .modal-overlay .info-item-media strong{
      font-size: 2.3rem;
      font-weight: 800;
    }

    /* Imagen proyecto */

      .modal-overlay .content-slider {
      display: flex !important;
      height: auto;
      padding-top: 1rem;
      padding-bottom: 1rem;
      justify-content: center;
    }
    .modal-overlay .modal-slider {
      padding-top: 2rem;
      flex: 1;
      
    }

    .modal-overlay .modal-img {
      width: 100%;
      height: auto;
      display: flex !important;
      flex-direction: column;
    }
    .modal-overlay .modal-img img
    {
      width: 95% !important ;
      border-radius: 10px;
      height: 300px;
    }

    /* Descripción */
    .modal-overlay .modal-description {
      grid-column: span 2;
      font-size: 15px;
      line-height: 1.4;
      color: #333;
      margin-top: 10px;
      text-align: justify;
    }

    .modal-overlay .arrows {
      
      display: flex;
      flex-direction: row;
      gap: 10px;
      width: 100%;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rem;
    }

     .modal-overlay .arrows .arrow-btn {
      position: relative !important;
      background: #0a1a33;
      color: #fff;
      border: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 1.2rem;
      cursor: pointer;
      transition: background 0.3s;
    }

    .modal-overlay .arrows  .arrow-btn:hover {
      background: #1e3a70;
    }

    .modal-close-btn {
 position: sticky;   /* se queda fijo dentro del flujo del modal */
  top: 0;
  right: 0;           /* 👈 alinea a la derecha */
  margin-left: auto;  /* 👈 empuja hacia la derecha si está dentro de un flex/grid */
  background: transparent;
  border: none;
  cursor: pointer;
  padding-right: .8rem;
  z-index: 1000;
  height: 50px;

}
.modal-close-btn svg {
  display: block;
}
/* Modal Proyecto::Fin */



/* Media queries */
@media (max-width: 768px) {
  .nosotros-section .card-group .card {
    width: 100%;
  }
  .nav-container {
    display: none !important;
  }
}
