@font-face{
  font-family: sono;
  src: url(../fonts/Sono-Regular.woff2);
  }
@font-face {
  font-family: 'comic';
  src: url(../fonts/HeyComic.ttf);
}    
:root {
--primary-color: #0e7136;
  --secondary-color: #f9f9f9;
  --tertiary-color: #4f4f4f;
  --quaternary-color: #f1f1f1;
  --quinary-color: #ccc;
  --titles-font: 'comic', sans-serif;
  --text-font: 'sono', sans-serif;
}

*{
  font-family: var(--text-font);
}
.square-data h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e7136;
  margin-bottom: 10px;
}
#p2 {
max-width: 88vw;
margin: 0 auto;
height: 84vh;
font-size: 1.5rem;
font-weight: 400;
width: 88vw;
}
#inic {
max-width: 88vw;
margin: 0 auto;
}
.infosection-container {
display: flex;
justify-content: center;
align-items: center;
/* padding: 0 15px; */
flex-direction: column;
/* background: #f9f9f9; */
/* border-radius: 10px !important; */
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.infosection-col {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 15px;
}

.vh100 {
height: 100vh;
}
.vh95 {
height: 95vh;
}
.vh75 {
height: 75vh;
}
.vh50 {
/* height: 50vh; */
}
.vh25 {
height: 25vh;
}

.drop-shadow {
filter: drop-shadow(-1px 5px 3px #5c5c5c);
}
.matrix3d-l {
transform: matrix3d(1, 0, 0, 0.001, 0.5, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.paralaxis {
}
.blured-p {
/* background: url('../img/s1.png') no-repeat center center/cover; */
display: flex;
/* justify-content: center; */
align-items: center;
color: #fff;
text-align: center;
font-size: 2rem;
font-weight: 700;
text-shadow: 2px 2px 6px #595959;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
overflow: hidden;
padding: 0 15px;
width: 100vw;
}

.loader {
opacity: 0;
transition: opacity 0.5s ease;
}

.loader.active {
opacity: 1;
}

.navbar {
transition: top 0.3s;
}

.ic-1 {
}
.ic-1 .infosection-col {
/* margin: 4vh 4vh; */
width: 45vw;
/* padding: 4vh 4vw; */
/* align-self: flex-start; */
color: #4f4f4f;
box-shadow: 0px 0px 18px 7px #ccc;
border-radius: 16px !important;
/* background: #f1f1f1; */
}

.ict-3 {
background: url("../img/bg2.jpg") no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
text-shadow: 2px 2px 2px #000;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
overflow: hidden;
padding: 0 15px;
}

.ict-4 {
background: url("../img/bg3.jpg") no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
text-shadow: 2px 2px 2px #000;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
overflow: hidden;
padding: 0 15px;
}

.shadow-box-light {
box-shadow: 0 0 10px rgb(0, 0, 0);
}
.bg-clear {
background: none;
}

.absolute-top {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.hsc {
opacity: 0;
/* margin: auto; */
}
.container-social {
display: flex;
position: relative;
height: 84vh;
top: 0;
left: 2vw;
justify-content: center;
align-items: center;
padding: 0 15px;
flex-direction: column;
border-radius: 10px !important;
font-size: 2rem;
font-weight: 700;
margin: 2vh 0;
max-width: fit-content;
}
.container-social a {
color: #f9f9f9;
text-decoration: none;
}

.container-info {
/* display: flex; */
height: 84vh;
justify-content: center;
align-items: center;
padding: 0 15px;
border-radius: 10px !important;
width: 88vw;
}
.vw-25C {
width: 25vw;
}
.vw-50 {
width: 50vw;
}
.vw-75 {
width: 75vw;
}
@media screen and (max-width: 768px) {
.container-social {
  flex-direction: row;
  height: unset;
  width: 90vw;
  max-width: unset;
  left: 0;
  top: 0;
  display: flex;
}
.container-social .social-icon {
  margin: 0 1vw;
}
.blured-p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
  margin-top: 5vh;
}
.ic-1 .infosection-col {
  width: 90vw;

  margin: 0;
}
#p2 {
  width: unset;
}
.logo-ev-big {
  height: unset !important;
  width: 30vh;
}

.vw-25C {
  width: 90vw;
}
}

.logo-ev-big {/* opacity: 0.2; */height: 45vh;/* filter: drop-shadow(2px 4px 6px black); */}

.logo-ev-small {
opacity: 1;
height: 40px;
filter: drop-shadow(1px 1px 1px black);
}
.section-pad {
  padding: 100px 0;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}
.square-data {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  padding: 35px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  margin-top: 30px;
  height: 33vh;
}

.srv-titl{
  font-size: 1.5rem;
  font-weight: 700;
  color: #0e7136;
  margin-bottom: 10px;

}
.srv-subt{
  font-size: 1rem;
  font-weight: 400;
  color: #4f4f4f;
  margin-bottom: 10px;
}

@keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
  transform: translateY(0);
}
40% {
  transform: translateY(-30px);
}
60% {
  transform: translateY(-15px);
}
}

.fadeIn {
animation: fadeIn 1s ease-in-out both;
}

.bounce {
animation: bounce 1s ease-in-out both;
}

.text-info {
color: #0e7136 !important;
}

.glass {
background: rgba(255, 255, 255, 0.05);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.biselado {
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.navbar.expanded {
background: rgba(255, 255, 255, 0.05);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.info-txt {
width: 40vw;
padding: 20px;
}

.bg-image {
background: url("../img/tech-icon.png") no-repeat center center/cover;
}

.transform-box {
transform: perspective(800px) rotateY(25deg) scale(0.9) rotateX(10deg);
filter: blur(2px);
opacity: 0.5;
transition: 0.6s ease all;

&:hover {
  transform: perspective(800px) rotateY(-15deg) translateY(-50px)
    rotateX(10deg) scale(1);
  filter: blur(0);
  opacity: 1;
}
}

.content-img {
width: 40vh;
margin: 0 auto;
}






/* CSS */
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scaleUpImage {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.text-animation-left {
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

.text-animation-right {
  animation: 1s ease-out 0.5s 1 slideInFromRight;
}

.image-animation {
  animation: 1.5s ease-out 0s 1 scaleUpImage;
}



/* CSS: Asegúrate de incluir esto en tu archivo de estilos */

/* Estilos generales para hacer la imagen responsiva */
.content-img {
  max-width: 100%;
  height: auto;
}

/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
  .container-fluid {
    flex-direction: column; /* Cambia la dirección de los elementos a columna */
  }

  .info-txt, .content-img {
    flex: none; /* Evita que los elementos se estiren o encojan */
    max-width: 100%; /* Permite que los elementos ocupen todo el ancho disponible */
    margin: 10px 0; /* Añade un poco de espacio entre los elementos */
  }

  .navbar {
    position: static; /* En pantallas pequeñas, la barra de navegación puede ser estática */
  }
}

/* Ajustes adicionales para mejorar la responsividad */
@media (max-width: 576px) {
  .info-txt {
    padding: 0 15px; /* Añade padding para no pegar el texto a los bordes en pantallas muy pequeñas */
  }
}


.footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-info p, .social-icons a {
  margin: 0 10px;
}

.social-icon {
  color: #fff;
  text-decoration: none;
}

.social-icon i {
  font-size: 24px;
}

@media (max-width: 600px) {
  .footer .container {
    flex-direction: column;
    
  }
  .long-text {
    width: auto !important;
}
}