﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*

#003249 logo
#007EA7 logo
#80CED7
#9AD1D4
#CCDBDC
#262626
#F2F2F2

*/

*, 
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bg-003249 { background-color: #003249;}
.bg-007EA7 { background-color: #007EA7;}
.bg-80CED7 { background-color: #80CED7;}
.bg-9AD1D4 { background-color: #9AD1D4;}
.bg-CCDBDC { background-color: #CCDBDC;}
.bg-262626 { background-color: #262626;}
.bg-F2F2F2 { background-color: #F2F2F2;}

/* SÃ³ desativa eventos de clique nos fundos da pÃ¡gina de contato */
.contact-page .lc-block {
  pointer-events: none;
}

p {
     font-family: "Montserrat", sans-serif !important;
}

a {
    text-decoration: none !important;
    color: #80CED7 !important; 
}

h1, h2, h3 {
    font-family: "Montserrat", sans-serif !important;
    color: #003249 !important;
    font-weight: 700 !important;
}
.hex_80CED7 {
    color: #80CED7 !important;
    font-weight: 600;
}
body {
 font-family: "Montserrat", sans-serif;
	color: #2d2d2d;
}
ul {
    padding-left:0 !important;}


/* NAVBAR*/
.navbar-nav {
    font-size: 1.2rem;
}

/* end NAVBAR*/


/* SUPPORT MULTILANGUAGE */

.lang_es {

}

.lang_pt {

}

.lang_en {

}

.lang_disabled { 
  display: none !important;
}


/* CAROUSEL */

#header_background {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}

.cover {
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    opacity: 0.1;
}

.carousel-item {
    height: 650px;
}

.d-block {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.d-block-srv {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.carousel-caption {
    margin-bottom: 50px;
    z-index: 2;
}

.carousel-indicators .active {
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
}


/* https://webplatform.github.io/docs/css/properties/animation-name/ */

.gw_boxtext_caption {
    animation-duration: 1s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}

.title-carousel {
     font-family: "Montserrat", sans-serif;
    text-align: left;
    margin-bottom: 2vh;
}

.subtitle-header {
    text-align: left;
     font-family: "Montserrat", sans-serif;
}


/* Small devices (landscape phones, 576px and up) 

@media (min-width: 320px) and (max-width: 767.98px) {
    .carousel-caption {}
} */

/* END CAROUSEL */


li {
     font-family: "Montserrat", sans-serif;
    margin: 10px 0;
    padding-left:1em;
}


* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }

body {  font-family: "Montserrat", sans-serif; }


/* grid  */
.bi-envelope-at,
.bi-whatsapp,
.bi-geo-alt,


.bi-linkedin,
.bi-twitter,
.bi-instagram,
.bi-facebook { 
    font-size: 1.5rem;
    color: #fff;
}
.text-phone a {color: #fff !important;}

.text-phone:hover a {color: #80CED7 !important; }

.bi-linkedin:hover,
.bi-twitter:hover,
.bi-instagram:hover,
.bi-facebook:hover { 
    color: #80CED7 !important; 
}

.bi-whatsapp:hover {
    color: #80CED7 !important; 
}

.bi-arrow-right-square-fill,
.bi-check-square-fill {
    color: #007EA7 !important;

}


/* FEATURES EQUIPO*/

  
  
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  
  
  

  /* PAGE SERVICIOS */
  

  

    
/*CONTACTO*/

.form-control {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #003249;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.form-control:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 126, 167, 0.6);
  box-shadow: 0 0 10px rgba(0, 126, 167, 0.25);
}

.form-control:hover {
  background-color: rgba(255, 255, 255, 0.45) !important;
  border-color: rgba(0, 126, 167, 0.5);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.25), inset 0 0 6px rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}


/*QUIENES SOMOS*/

.mini-header {
    position: relative;
   /* background-image: url('../img/soluciones-personalizadas-de-procesamiento-de-gas.webp'); */
    background-color: #002237;
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

/* GENERATOTS*/

/*.card-generators-hover:hover { background-color: #f8f9fa;} */



.service-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

.service-card .card-content {
  position: relative; /* fica acima do overlay */
  z-index: 1;
  padding: 20px;
}


.btn {
    background-color: #9AD1D4 !important;
    border: transparent !important;
    color:#003249 !important;
}

@media (width >= 992px) {
  .text-img-bg {
  color: white !important;
}
}

@media (width < 992px) {
  .text-img-bg {
    color: #003249 !important;
  }
}

.bg-glass {
  position: relative;
  background: url('../img/image-17.webp') center/cover no-repeat;
  background-attachment: fixed;
  padding: 3rem 1rem;
  overflow: hidden;
}

.bg-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(12, 20, 35, 0.85),
    rgba(0, 0, 0, 0.4)
  );
  z-index: 0;
} 

.bg-glass > * {
  position: relative;
  z-index: 1; /* garante que os cards fiquem acima do overlay */
}

.glass {
  background: rgba(204, 219, 220, 0.25) !important; /* #CCDBDC translÃºcido */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glass:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}


.backdrop-filter: { 
  blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

/**/

.bg-highlight {
  background: radial-gradient(circle at 20% 30%, rgba(126, 206, 215, 0.25), transparent 60%),
              radial-gradient(circle at 80% 70%, rgba(154, 209, 212, 0.15), transparent 60%),
              radial-gradient(circle at 50% 100%, rgba(204, 219, 220, 0.1), transparent 70%),
              /*linear-gradient(135deg, rgb(0, 50, 73), rgb(0, 210, 255));*/
             linear-gradient(135deg, rgba(128, 206, 215, 0.9), rgba(0, 126, 167, 0.05));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /*border-radius: 16px; */
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.05);
}


.bg-highlight h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.bg-highlight h4 {
  font-weight: 500;
  position: relative;
}

.bg-highlight h4::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: linear-gradient(180deg, #00d2ff, #003249);
}

.bg-highlight ul {
  margin-top: 0.5rem;
}

.bg-highlight li {
  font-size: 0.95rem;
  opacity: 0.9;
  padding: 2px 0;
  transition: all 0.2s ease;
}

.bg-highlight li:hover {
  opacity: 1;
  transform: translateX(4px);
}

.bg-highlight i {
  color: #00d2ff;
  opacity: 0.9;
  margin-top: 4px;
}

/* title bg*/
/* container wrapper */


/* tÃ­tulo com glass box (fica sobre a imagem) */


/* apenas refinamento visual */
.title-glass h2 {
  margin: 0;
  font-weight: 600;
  line-height: 1.05;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

/* responsividade: em telas pequenas a imagem cobre 100% e a glass-box fica menor */
@media (max-width: 991.98px) {
  .gas-section::before {
    width: 100%;
    opacity: 0.75;
  }
  
}

/* wrapper geral */


/* Col left img overlay*/
.overlay-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; /* metade esquerda */
  z-index: 0;
  pointer-events: none; /* nÃ£o bloqueia interaÃ§Ãµes */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  transition: background-position .6s ease;
}

/* text ovelay */
.overlay-section .container,
.overlay-section .row {
  position: relative;
  z-index: 2;
}

/* Flare Gas */
.flare-gas.overlay-section::before {
  background-image:
    linear-gradient(rgba(0,50,73,0.8), rgba(0,50,73,0.88)),
    url('../img/cogeneration.webp');
}

/* Emergency */
.emergency.overlay-section::before {
  background-image:
    linear-gradient(rgba(0,50,73,0.8), rgba(0,50,73,0.88)),
    url('../img/generator-diesel.webp');
}

/* Gas Diesel */
.gas-diesel.overlay-section::before {
  background-image:
    linear-gradient(rgba(0,50,73,0.8), rgba(0,50,73,0.88)),
    url('../img/generator.webp');
}

@media (max-width: 991.98px) {
  .overlay-section::before {
    width: 100%;
    opacity: 0.85;
    background-image:none;
    z-index: 0;

  }
  
}

/* ---- Hover individual: cada frase avanÃ§a para a direita ---- */
.animate-li .list-unstyled li {
  transform: translateX(0);
  transition: transform 260ms cubic-bezier(.2,.9,.2,1), opacity 220ms ease;
  will-change: transform, opacity;
  cursor: pointer;               /* mostra que Ã© interativo */
  opacity: 0.95;
  outline: none;                 /* mantemos foco acessÃ­vel com box-shadow abaixo */
}

/* deslocamento suave ao passar o mouse ou focar via teclado */
.animate-li .list-unstyled li:hover,
.animate-li .list-unstyled li:focus {
  transform: translateX(8px);    /* ajusta px conforme preferir (4-12px) */
  opacity: 1;
}

/* animaÃ§Ã£o sutil do Ã­cone junto com a frase */
.animate-li .list-unstyled li i {
  transition: transform 260ms cubic-bezier(.2,.9,.2,1), color 220ms ease;
  will-change: transform, color;
  margin-top: 2px;               /* alinha visualmente com texto se necessÃ¡rio */
  color: rgba(0,126,167,0.95);   /* cor do Ã­cone (usa a tua paleta) */
}

/* Ã­cone acompanha o movimento */
.animate-li .list-unstyled li:hover i,
.animate-li .list-unstyled li:focus i {
  transform: translateX(4px) scale(1.03);
  color: #80CED7;                /* tom claro ao hover â€” muda se quiser */
}

/* foco visÃ­vel (acessibilidade): quando navegando por teclado */
.animate-li .list-unstyled li:focus {
  box-shadow: 0 0 0 3px rgba(0,126,167,0.12);
  border-radius: 6px;
}

/* versÃ£o mobile: reduz a intensidade do deslocamento */
@media (max-width: 575.98px) {
  .animate-li .list-unstyled li:hover,
  .animate-li .list-unstyled li:focus {
    transform: translateX(4px);
  }
  .animate-li .list-unstyled li:hover i,
  .animate-li .list-unstyled li:focus i {
    transform: translateX(2px) scale(1.02);
  }
}

/* respeitar preferÃªncia por reduzir animaÃ§Ãµes */
@media (prefers-reduced-motion: reduce) {
  .animate-li .list-unstyled li,
  .animate-li .list-unstyled li i {
    transition: none !important;
    transform: none !important;
  }
}

/* About us */

.team-cards .card.glass img {
  width: 150px;  
  height: 150px;
  object-fit: cover;
  border-radius: 50%; 
  margin: 0 auto 1rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.1); 
  padding: 6px; 
  border: 2px solid rgba(255, 255, 255, 0.15); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-cards  .card.glass img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 126, 167, 0.35);
}

/* Responsividade */
@media (max-width: 767.98px) {
  .card.glass img {
    width: 70px;
    height: 70px;
  }
}

.card.glass h5 {
  color: #003249; 
  margin-top: auto; /* empurra tÃ­tulo pro final se houver mais conteÃºdo */
}

/* Opcional: se quiser a imagem e tÃ­tulo um pouco acima do centro */
.card.glass .card-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centraliza verticalmente */
}

/* FOOTER */

.title-footer {
	color: #007EA7 !mportant;
}

