@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

h1,h2,h3,h4{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
h5{
  font-family: "Open Sans", sans-serif
}
p{
  font-family: "Open Sans", sans-serif;
}

#AcercaDe {
  color: white;
}

#AcercaDe p{  
      font-size: 1.25rem;
}

#Inicio #textoInicio{
    font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: white;
}

#Servicios a{
  color: black;
  text-decoration: none;  
}

#Servicios h2{
  color: white;   
}

#Servicios h5{ 
  color: black;  
}

 #Servicios #cardSaludDeSuelos {  
    background-image: url(../Imagenes/saludDeSuelos/suelo_md_01.webp);
    background-size:cover;
   }
  #Servicios #cardMonitoreo {  
    background-image: url(../Imagenes/monitoreo/monitoreo_sm_02.webp);
    background-size:cover;
   }
  #Servicios #cardAmbientacion {  
    background-image: url(../Imagenes/ambientacion/mapa_01.jpg);
    background-size:cover;
   }
#Servicios #cardConservacion {  
    background-image: url(../Imagenes/conservacion/conservacion_01.png);
    background-size:cover;
   }
#Servicios #cardCapacitaciones {  
    background-image: url(../Imagenes/capacitaciones/capacitacion_07.jpg);
    background-size:cover;
   }
   #Servicios #cardExperimentacion {  
    background-image: url(../Imagenes/experimentacion/Experimentacion_06.jpg);
    background-size:cover;
   }

#Experiencias {
  background-color: #ECECEC; 
}

#navbar .logoNav {
  width: 40px;
  height: 40px;
}

#navbar .nav-item:hover{  
  border-bottom: 3px solid #663E18 ;    
}

.nav-item{
  font-size: larger;
}

.nav-link{
  font-weight: 500; 
}

.nav-link:hover{
  color: #008D36;
}

.infoAdicional .nav-link{
  color: black;
  font-weight: 400; 
}


.card{
  cursor: pointer;
}

.revelar {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.revelar.active {
  transform: translateY(0px);
  opacity: 1;
}

.textoDos {
  position: relative;  
  opacity: 0;
  transition: all 2s ease; 
}

.textoDos.textoDosActive {
  transform: translateY(0px);
  opacity: 1;
}

.logoColor {
  transition: transform 0.3s ease;
}

.move {
  transform: translateY(-5px);
}

.btn{
  width: 30%;
}
.btnServicios{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #F6A119;  
}

.btn-primary{
  background-color: #008D36;
   border-color: #008D36;;
}

.btn-outline-primary{
  border-color: #F6A119;
 
}

/* ---------------------Extra small--------------------------  */
@media only screen and (max-width: 576px) {


  #Inicio {
    background-image: url("../Imagenes/Inicio/InicioHead.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
  }

  #Inicio .contenidonInicio {
    width: 100%;
    margin-top: 15rem;
    padding: 5%;
  }

  #Inicio .img-fluid {
    margin-bottom: 20px;
  }

  #Inicio .logoColor {
    display: none;
  }

  #Inicio .logoBlanco {
    display: block;
  }

    #Inicio .btn{
  width: 80%;  
  margin: 0 auto;
  margin-top: 5%;
}

  #navbar{
    background-color: white;
  }

  #navbar .navRedes {
    margin-right: 15px;
}

  #AcercaDe {
    /* The image used*/
    background-image: url(../Imagenes/Inicio/acercaDe03.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #AcercaDe .descripcionAcercaDe {
    background-color: rgba(32, 32, 32, 0.7);
    border-radius: 25px;
    margin: 15px;
    padding: 25px;
    width: 100%;
  }

  #AcercaDe .btn {
    padding: 3px 24px;
    opacity: 0.8;
  }

  .textoDos {
    transform: translateY(100px);
    margin-top: 20px
  }

  #Servicios {
    /* The image used parallax */
    background-image: url(../Imagenes/Inicio/Servicios.webp);

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Set a specific height */
    height: auto;
  }

  #Servicios h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
  }

  #Servicios .card {
    position: relative;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.658);
    transition: 0.3s;
     width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
  }

  #Servicios .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.700);
  }

  #Servicios .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  padding: 12px;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
  z-index: 2; /* Por encima del overlay oscurecido */
  color: white;
  text-align: center;
  text-decoration: none;
  }

  .card-body i {
    margin-bottom: 0.5rem; 
    font-size: 1.25rem;      
}


  #aliadosEstrategicos .cont-Img-Aliados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  #aliadosEstrategicos .cont-Img-Aliados .imgAliado {
    height: auto;
  }

  #aliadosEstrategicos .cont-Img-Aliados img {
    margin-top: 2rem;
    margin-right: 0;
  }

  #Experiencias .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #Clientes {
    background-color: #75B18C;
  }

  #Clientes .imgCliente01 {
    display: none;
  }

  #Clientes .imgCliente02 {
    display: block;
  }

  #derechos{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  /* FOOTER*/

  #Contacto {
    height: auto;
  }

  #Contacto .row {
    margin-top: 2rem;
  }

  #Contacto .infoAdicional {
    padding: 1rem;
  }

  #Contacto .infoAdicional ul {
    margin-right: 0;
  }

  #Contacto .linksInfo {
    flex-direction: column;
  }

  #Contacto .escribinos {
    padding: 1rem;
  }

  #Contacto .escribinos ul li {
    margin-right: 0.5rem;
  }

  #Contacto i {
    font-size: 2rem;
  }

  #Contacto .escribinos i {
    margin-right: 10px;
  }

  /* END FOOTER*/

  /* TESTIMONIAL CARD */
  .testimonial-card {
    position: relative;
    /* Establece el posicionamiento relativo para que la imagen pueda tener posicionamiento absoluto relativo a esto */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    /* Ancho máximo para la adaptabilidad */
    margin: 20px auto;
    /* Centra la tarjeta horizontalmente */
    height: 250px;
    display: flex;
  }

  .avatar {
    position: absolute;
    /* Establece el posicionamiento absoluto */
    top: -15px;
    /* Ajusta la posición hacia arriba */
    left: -15px;
    /* Ajusta la posición hacia la izquierda */
    width: 60px;
    /* Tamaño de la imagen */
    height: 60px;
    border-radius: 50%;
    /* Redondea la imagen */
  }

  .testimonial-text {
    /*padding-left: 30px; /* Ajusta el espacio para el texto teniendo en cuenta la posición de la imagen */
    align-self: center;
  }

  .testimonial-text p {
    font-style: italic;
    margin-bottom: 10px;
  }

  .testimonial-text h3 {
    margin: 0;
  }

  /* END TESTIMONIAL CARD */

}

/* ---------------------END Extra small--------------------------  */


/* ---------------------Extra small--------------------------  */
@media only screen and (min-width: 576px) {

  #Inicio {
    background-image:  url("../Imagenes/Inicio/InicioHead.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
  }

  #Inicio .contenidonInicio {
    margin-top: 4rem;
    padding: 50px;
  }

  #Inicio .img-fluid {
    margin-bottom: 20px;
  }

  #Inicio .logoColor {
    display: none;
  }

  #Inicio .logoBlanco {
    display: block;
  }

  #navbar{
    background-color: white;
  }

   #navbar .navRedes {
    margin-right: 15px;
}

  #AcercaDe {
    /* The image used */
    background-image: url(../Imagenes/Inicio/acercaDe02.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #AcercaDe .descripcionAcercaDe {
    background-color: rgba(32, 32, 32, 0.7);
    border-radius: 25px;
    padding: 25px;
    width: 100%;
  }

  #AcercaDe .btn {
    padding: 3px 24px;
    opacity: 0.8;
  }

  .textoDos {
    transform: translateY(100px);
    margin-top: 20px
  }

  #Servicios {
    /* The image used parallax */
    background-image: url(../Imagenes/Inicio/Servicios.webp);

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Set a specific height */
    height: auto;
  }

  #Servicios h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
  }

  #Servicios .card {
    position: relative;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.658);
    transition: 0.3s;
     width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
  }

  #Servicios .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
  }

  #Servicios .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  padding: 12px;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
  z-index: 2; /* Por encima del overlay oscurecido */
  color: white;
  text-align: center;
  text-decoration: none;
  }

  .card-body i {
    margin-bottom: 0.5rem; 
    font-size: 1.25rem;      
}

  #aliadosEstrategicos .cont-Img-Aliados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  #aliadosEstrategicos .cont-Img-Aliados .imgAliado {
    height: auto;
  }

  #aliadosEstrategicos .cont-Img-Aliados img {
    margin-top: 2rem;
    margin-right: 0;
  }

  #Experiencias .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #Clientes {
    background-color: #75B18C;
  }

  #Clientes .imgCliente01 {
    display: none;
  }

  #Clientes .imgCliente02 {
    display: block;
  }

  #derechos{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  /* FOOTER*/

  #Contacto {
    height: auto;
  }

  #Contacto .row {
    margin-top: 2rem;
  }

  #Contacto .infoAdicional {
    padding: 1rem;
  }

  #Contacto .infoAdicional ul {
    margin-right: 0;
  }

  #Contacto .linksInfo {
    flex-direction: column;
  }

  #Contacto .escribinos {
    padding: 1rem;
  }

  #Contacto .escribinos ul li {
    margin-right: 0.5rem;
  }

  #Contacto i {
    font-size: 2rem;
  }

  #Contacto .escribinos i {
    margin-right: 10px;
  }

  /* END FOOTER*/

  /* TESTIMONIAL CARD */
  .testimonial-card {
    position: relative;
    /* Establece el posicionamiento relativo para que la imagen pueda tener posicionamiento absoluto relativo a esto */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 425px;
    /* Ancho máximo para la adaptabilidad */
    margin: 20px auto;
    /* Centra la tarjeta horizontalmente */
    height: 250px;
    display: flex;
  }

  .avatar {
    position: absolute;
    /* Establece el posicionamiento absoluto */
    top: -15px;
    /* Ajusta la posición hacia arriba */
    left: -15px;
    /* Ajusta la posición hacia la izquierda */
    width: 60px;
    /* Tamaño de la imagen */
    height: 60px;
    border-radius: 50%;
    /* Redondea la imagen */
  }

  .testimonial-text {
    /*padding-left: 30px; /* Ajusta el espacio para el texto teniendo en cuenta la posición de la imagen */
    align-self: center;
  }

  .testimonial-text p {
    font-style: italic;
    margin-bottom: 10px;
  }

  .testimonial-text h3 {
    margin: 0;
  }

  /* END TESTIMONIAL CARD */

}

/* ---------------------Medium--------------------------  */
@media only screen and (min-width: 768px) {

  #Inicio .contenidonInicio {
    margin-top: 4rem;
    padding: 80px;
  }

  #Inicio .img-fluid {
    margin-bottom: 20px;
  }

  #AcercaDe {
    height: 700px;
  }

  #Servicios .card {
    width: 100%;
  }


  #aliadosEstrategicos .cont-Img-Aliados {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 35%;
    height: auto;
    margin: 0 auto;
  }

  #aliadosEstrategicos .cont-Img-Aliados img {
    margin-top: 2rem;
    margin-right: 1rem;
  }

  #derechos{    
    flex-direction: row;
    justify-content: space-between;    
  }

   #derechos .infoDer{    
    margin-top: 15px;
  }

  .btnServicios{
  margin-left: 10px; 
}

  /* ------------FOOTER------------------ */

  #Contacto .infoAdicional ul {
    margin-right: 40px;
  }

  #Contacto .linksInfo {
    flex-direction: row;
  }

}

/* --------------------- Large--------------------------  */
@media only screen and (min-width: 900px) {

  #navbar {
   background-color: rgb(255, 255, 255, 0);
    height: 65px;
   
  }

   #navbar:hover {
    background-color: rgb(255, 255, 255, 100);
    transition: 0.5s;
  }

  #navbar .navRedes {
    margin-right: 0px;
}

  #Inicio {
   
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1000px;
  }

  #Inicio .contenidonInicio {
    display: flex;
    flex-direction: column;
    margin-top: 10rem;
    padding: 20px;
  }

  #Inicio #textoInicio{
   font-size: 22px;
}

  #Inicio .logoColor {
    display: block;
    margin-right: 1.5rem;
  }

  #Inicio .logoBlanco {
    display: none;
  }

  #Inicio .btn {
    margin-right: 15px;
    
  }

  #Inicio .btn-outline-primary:hover{
    background-color: #F6A119;
    border-color: #F6A119;
  }

  #Inicio .btn-primary:hover{
   background-color: #663E18;
   border-color: #663E18;
  }

  #AcercaDe {
    background-image: url(../Imagenes/Inicio/acercaDe.webp);
    height: 1200px;
  }

  #AcercaDe .descripcionAcercaDe {
    background-color: rgba(32, 32, 32, 0.0);
    border-radius: 25px;
    padding: 0px;
    width: 100%;
  }

  #AcercaDe p {
    font-size: 1.75rem;
  }

  #AcercaDe .btn-group .btn {
    width: 100px;
  }

  .textoDos {
    transform: translateY(200px);
    margin-top: 100px
  }

  #aliadosEstrategicos {
    height: 600px;
  }

  #aliadosEstrategicos .container {
    display: flex;
    justify-content: center;
  }

  #aliadosEstrategicos .container .row {
    align-items: center;
  }

  #aliadosEstrategicos .cont-Img-Aliados {
    width: 100%;
    height: 150px;
  }

  #aliadosEstrategicos .cont-Img-Aliados .imgAliado {
    height: 60px;
  }

  #aliadosEstrategicos .cont-Img-Aliados img {
    margin-top: 2rem;
    margin-right: 1rem;
  }

  #Servicios {
    /* Set a specific height */
    height: 1000px;
  }

  #Servicios h5 {
    font-size: 20px;
    font-weight: 700;   
    z-index: 1;
  }
  
 
  #Servicios .card {  
    transition: 0.3s;
    width: 100%;
    height: 400px;   
   }

   #Servicios .card::after {  
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0); /* transparente inicialmente */
  transition: background-color 0.3s ease;
  z-index: 1;
  pointer-events: none;
   }

   #Servicios .card:hover::after {   
  background-color: rgba(0, 0, 0, 0.4); /* transparente inicialmente */
 
   }
   #Servicios .card:hover .card-body {   
 opacity: 1;
 
   }
    #Servicios .card-body {
        backdrop-filter: blur(0px);
         background-color: rgba(0, 0, 0, 0); /* Fondo semitransparente */


    opacity: 0;
    transition: .5s ease;
    bottom: auto;   
    height: 100%;
  }

  .card-body i {
    display: none;       
}

 .card-body:hover i {
    display: block;  
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  #Experiencias {
    height: 900px;
  }

  #Experiencias h2 {
    margin-bottom: 25px;
  }

  #Clientes {
    background-color: #75B18C;
  }

  #Clientes .imgCliente01 {
    display: block;
  }

  #Clientes .imgCliente02 {
    display: none;
  }

  .btnServicios{
  margin-left: 0px; 
}

  /* FOOTER*/

  #Contacto .row {
    margin-top: 5rem;
  }

  #Contacto .infoAdicional ul {
    margin-right: 40px;
  }

  #Contacto .linksInfo {
    flex-direction: row;
  }

  #Contacto .escribinos {
    width: auto;
    float: right;
  }

  #Contacto .container {
    margin-top: 100px;
    padding-bottom: 30px;
  }

  /* END FOOTER*/

  /* TESTIMONIAL CARD */
  .testimonial-card {     
       max-width: 400px;
    /* Ancho máximo para la adaptabilidad */   
  }  
  .testimonial-text {
    padding-left: 30px;
    /* Ajusta el espacio para el texto teniendo en cuenta la posición de la imagen */
  }   
  /* END TESTIMONIAL CARD */
}

/* ---------------------END  Large--------------------------  */