body {
  font-family: "Poppins", sans-serif;
  color: #1b161d;
  background-color: #ffffff;
}

.body-bg {
  background-image: url(../images/body-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/


.hero_area {
  height: 98vh;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  left: 0;
  top: 0;
  background-color: #424900;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
}

.sub_page .hero_area::before {
  clip-path: none;
}


.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;

}

.custom_menu-btn button span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 7px 0;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 29px;
  top: 14px;
}

.custom_menu-btn .s-2 {
  transition: all .1s;
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  transform: rotate(-45deg)translateY(-17px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}



a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;

}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #fefeff;
  margin-top: 5px;

}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/

/* slider section */


.slider_section .row {
  align-items: center;
}

.slider_detail {
  color: #fefeff;
}

.slider_detail h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.slider_detail h1 span {
  color: #010106;
}

.slider_detail p {
  margin: 25px 0 35px 0;
}

.slider_detail a {
  display: inline-block;
  padding: 9px 35px;
  border: 2px solid #fefeff;
  color: #fefeff;
  border-radius: 35px;
}

.slider_detail a:hover {
  background-color: #fefeff;
  color: #010106;
}

.slider_img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.slider_img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 40%;
  background-color: #fff;
  filter: blur(95px) opacity(.7);

}

.slider_section .carousel-indicators {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #fff;
  justify-content: flex-start;
  margin: 0;
  left: 5%;
  align-self: center;
}

.slider_section .carousel-indicators li {
  text-indent: initial;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 10px;
  opacity: 0.9;
}

.slider_section .carousel-indicators .active {
  font-size: 24px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  top: 75vh;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #292727;
  background-size: 12px;

}

.slider_section .carousel-control-prev {
  background-image: url(../images/left-black-arrow.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/right-black-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next.png);
}

/* end slider section */

/* about section */
.about_section {
  margin-top: 45px;
  text-align: center;
}

.about_section h4 {
  font-size: 22px;
}

.about_card-container {
  display: flex;
  justify-content: center;
}

.about_card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 100%;
  word-wrap: break-word;
  
}


.about_card .card_detail-ox {
    margin-bottom: 50px;
}

.about_card .about_img-box {
  width: 110px;
  height: 104px;
  margin: 50px auto;

}

.about_card .about-detail p {
  margin-top: 15px;
}

.about_card img {
  width: 100%;
}

.about_card a {
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #c4d70f;
  color: #c4d70f;
  border-radius: 35px;
  margin-top: 55px;
}

.about_card a:hover {
  background-color: #c4d70f;
  color: #fefeff;
}


/* end about section */

/* client section */

/* portfolio section */
.portfolio_section {
  text-align: center;
}

.portfolio_section .row>div {
  margin: 20px 0;

}

.portfolio_img-box img {
  width: 100%;
  height: max-content;
}

/* end portfolio section */

/* team section */

.team_section {
  text-align: center;
}

.team_card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #9be604;
}

.team_card {
  width: 250px;
  padding: 0 15px;
  margin: 35px 0;
}

.team_card h5 {
  text-transform: uppercase;
}

.team_card img {
  width: 100%;
}

.team_detail-box {
  width: 150px;
  margin: 35px auto 0 auto;
}

.team_social {
  display: flex;
  justify-content: space-between;
}

.team_follow h6 {
  color: #9be604;
}

/* end team section */

/* contact section */
.contact_section .row {
  align-items: center;
}

.contact_section h2 {
  text-align: center;
  text-transform: uppercase;
}

.contact_section p {
  color: #787877;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}


.contact_section label {
  display: flex;
  flex-direction: column;
  color: #797879;
  margin-bottom: 25px;
}

.contact_section input,
.contact_section textarea {
  outline: none;
  border: 1px solid #c1c1c2;
  width: 90%;
  height: 45px;
  padding: 0 15px;
  margin-top: 5px;
}

.contact_section textarea {
  height: 175px;
  padding: 5px;
}

.contact_form-container {
  padding: 15px 0 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #a0e711;
  color: #fff;
  padding: 12px 45px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
}

.contact_img-box img {
  width: 100%;
}


/* contact section */

/* why section */
.Why_section {
  text-align: center;
}

.Why_section p {
  width: 85%;
  margin: 35px auto 0 auto;
}

/* end why section */

/* info section */
.info_section {
  position: relative;
}

.info_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -3px;
  background-color: #191919;
  clip-path: polygon(0 315px, 100% 0, 100% 100%, 0% 100%);
}

.info_content {
  margin-top: 250px;
}

.info_section img {
  width: 100%;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 10px 0;
}

.info_section ul li a,
.info_section ul li a:hover {
  color: #fff;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_logo .navbar-brand span {
  color: #fff;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.form_container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.info_section .form_container input {
  width: 95%;
  height: 45px;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 5px;
  border-bottom: 1px solid #626262;
  background-color: transparent;
}


.info_section .form_container button {
  background-color: #a0e711;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 50px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  margin-top: 35px;

}

/* end info section */
.footer_hr {
  position: relative;
  width: 55%;
  margin: 0 auto;
  background-color: #626262;
}

/* footer section*/

.footer_section {
  background-color: #191919;
  padding: 25px 20px;
}

.footer_section p {
  color: #fefeff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fefeff;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.project-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  position: relative;
  transition: 0.3s ease;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.15);
}

.project-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.project-body {
  padding: 18px;
  position: relative;
}

.location {
  color: #d32f2f;
  font-size: 14px;
  font-weight: 600;
}

h3 {
  font-size: 21px;
  margin: 5px 0;
  font-weight: bold;
}

.type {
  font-size: 15px;
  color: #666;
}

.detail {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

.price {
  margin-top: 6px;
  font-weight: 700;
  color: #000;
}

.plus-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #0a5a32;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.ribbon {
  position: absolute;
  top: 10px;
  left: -20px;
  background: rgb(12, 126, 50);
  color: #fff;
  padding: 5px 20px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: 700;
}
.office-section {
  background: #ffffff;
  padding: 70px 20px;
}

.container-office {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.office-title {
  font-size: 32px;
  font-weight: 800;
  color: #1e6f5c; /* Verde corporativo */
  margin-bottom: 10px;
}

.office-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.office-card {
  background: #f7fff9; /* Verde muy suave */
  border: 1px solid #d4efe0;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.office-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.office-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #1e6f5c;
}

.office-card h3 {
  font-size: 20px;
  color: #1e6f5c;
  margin-bottom: 8px;
  font-weight: 700;
}

.office-location {
  font-size: 15px;
  color: #333;
}
.logo-cecolven {
  height: 120px;      /* LOGO MÁS GRANDE */
  width: auto;
  object-fit: contain;

  opacity: 0;
  transform: scale(0.85);
  animation: logoFadeIn 1.2s ease-out forwards;
}

@media (max-width: 768px) {
  .logo-cecolven {
    height: 85px;     /* LOGO MÁS GRANDE EN MÓVIL */
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header_section .container-fluid {
  align-items: center !important;
}
/* end footer section*/

/* Títulos */
.elegant_about .section_title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.elegant_about .section_subtitle {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 18px;
}

/* Contenedor de tarjetas */
.about_card-container-elegant {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 25px;
}

/* Tarjeta elegante */
.about_card_e {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.about_card_e:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Icono dentro del círculo */
.about_icon_circle {
  width: 95px;
  height: 95px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f4f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.06);
}

.about_icon_circle img {
  width: 60px;
  height: auto;
}

/* Títulos de tarjetas */
.about_card_e h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

/* Texto */
.about_card_e p {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
}

/* Botón elegante */
.about_btn_e {
  display: inline-block;
  padding: 10px 25px;
  background: #0c6d3d;
  color: #fff;
  border-radius: 25px;
  font-size: 15px;
  transition: 0.3s ease;
  text-decoration: none;
}

.about_btn_e:hover {
  background: #0a5a32;
}
.logo-cecolven {
  height: 80px;        /* tamaño del logo (ajústalo) */
  width: auto;         /* mantiene proporciones */
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animación suave al cargar */
.logo-cecolven {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeSlideIn 0.6s ease forwards;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fuerza el tamaño real del logo sin que el header crezca */
.navbar-brand .logo-cecolven {
  height: 200px !important;   /* AJUSTA EL TAMAÑO DEL LOGO AQUÍ */
  width: auto !important;
  max-height: none !important; 
  object-fit: contain;
  display: block;
}

/* Mantener header pequeño aunque el logo sea grande */
.navbar {
  align-items: center !important;
}

.navbar-brand {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  display: flex;
  align-items: center;
}
.logo-cecolven {
  height: 120px;                /* tamaño visible */
  width: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality; /* navegadores modernos */
  object-fit: contain;
}
.launch-box {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  border-left: 4px solid #28a745;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.launch-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.launch-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.launch-box ul li {
  font-size: 0.95rem;
  margin-bottom: 5px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* ❇ POPUP – Fondo oscurecido */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

/* Mostrar popup */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ❇ Caja del popup */
.popup-content {
  width: 90%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  position: relative;
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0px); opacity: 1; }
}

/* ❇ Imagen */
.popup-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 18px;
}

/* ❇ Botón cerrar */
.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #000000;
  color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: 0.2s;
}

.popup-close:hover {
  background: #444;
}

/* ❇ Títulos */
.popup-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.popup-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

/* ❇ Botón Ver Proyecto */
.popup-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #008000;
  color: white;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.popup-btn:hover {
  background: #00a32a;
}
