@import "./css/bootstrap-icons/font/bootstrap-icons.css";
@import url(css/mi-slider.css);
@import url(css/nivo-slider.css);


* {
  box-sizing: border-box;
}
body {
  font-family: 'myriad_proregular';
  }
  
  /*h1, h2, h3 {
    font-family: 'made_okine_sans_personal_usMd', sans-serif;
  }*/
  
  p {
     font-family: 'myriad_proregular';
  }
  .nav-link {
    font-family: 'myriad_prosemibold';
    color: #66cc33 !important;
    font-size: 18px !important;
    margin-top: 30px;
  }
  .navbar-nav {
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .navbar-collapse{
    max-width:800px;
    float: right;
  }
  .navbar {
    background-color: #fff !important;
    padding: 0 !important;
  }
  .navbar ul{
   margin-top: 20px;
  }
   .logo-img {
    width: 200px; 
    height: auto; 
    margin-left: 30px;
  }
  
  .banner {
    position: relative;
    top: 0%;
    left: 0%;
    overflow:hidden;
    margin-bottom: 35px;
  }

.floatlogo {
  position: absolute;
  top: 100px;
  left:200px;
  width: 100%;
  z-index: 1;
}

.header-image img{
  width: 100%;
  height: 100%;
}

.floatlogo img {
  max-width: 400px;
  width: 100%;
  height: 100%;
}

#contenido img{
  max-width: 280px;
}

#contenido a{
  font-family: 'myriad_prosemibold';
  font-size: 22px;
  text-align: center;
  color: #666666;
  background-color: #66cc33;
  margin-bottom: 10px;
  }

#contenido .custom-button {
  width: 100%;
}

.contenido-bloques h2{
  font-family: 'myriad_probold';
  font-size: 35px;
}

.contenido-bloques p{
  font-family: 'myriad_proregular';
}

.divider {
  width: 80%;
  height: 2px;
  border-bottom: solid #66cc33;
  margin: 0 auto;
}

.container {
  max-width: 80%;
}

.section-title {
  color: #66cc33;
  font-size: 30px;
  font-weight: bold;
}

.section-parrafo {
  max-width: 50%;
  margin-right: 30px;
  margin-left: 30px;
  text-align: justify;
  font-size: 22px;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.img-internets img {
  max-width: 90%;
  border-radius: 20px;
}

.section-button {
  background-color: #66cc33 !important;
  color: #fff !important;
  font-weight: bold !important;
  width: 100%;
}
.custom-button {
  width: 100%;
  background-color: #66cc33 !important;
  border-color:  #66cc33 !important;
}
.verde {
  max-width: 80%;
  font-family: 'myriad_prosemibold';
  color: #66cc33 !important;
  font-weight: bold !important;

  }

  .contactolista h5 {
    font-family: 'myriad_probold';
    color: #66cc33 !important;
    font-size: 20px;
  
    }

    .contactolista p{
      font-family: 'myriad_prosemibold';
      color: #66cc33 !important;
      font-size: 18px;
      font-weight: bolder !important;
      }

  .formulario {
   max-width: 80% !important;
   margin: 0 auto;
  }
 
  .mitad {
   border-left: 2px solid #66cc33;
   }
  

.nosotros-container {
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.nosotros-container p {
  font-family: 'myriad_proregular';
    font-size: 18px;
}
.nosotros-container a {
  font-family: 'myriad_proregular';
  font-size: 18px;
  color: #66cc33 !important;
  font-weight: bolder;
}

.nosotros-container h4{
  color: #66cc33;
}

#servicios p{
  color:#666666;
  font-weight: bolder;
}

.derecha {
      text-align: right;
}
 
.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-container iframe {
    width: 98%;
    height: 450px;
    border: 0;
}

.divisor-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 70%;
}
 
.divisor-container p {
  font-family: 'myriad_proregular';
font-size: 18px;
}

.divisor-container h4 {
  color: #666666; 
  font-size: 22px; 
  font-family: 'myriad_prosemibold';
  font-weight: bold;
}

.div-info .bi {
    font-size: 1 rem;
    margin-right: 0.5rem;
}

.div-info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#666666; 
    height: 35px; 
    color: #ffffff;
}
  
.div-info i, a {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 15px;
}

.logo-pie img{
    height: 50px;
    width: auto;
    background-color: #fff;
    border-radius: 10px;
   }
.logo-pie {
  color:#666666;
  text-decoration: none;
}

.logo-pie span {
  font-size: 20px;
}

.logo-pie:hover {
  text-decoration: none;
}

.link-text {
  text-decoration: none;
}
.seguinos-container {
    font-size: 1.2rem; /* Ajustar tamaño del texto */
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.seguinos-container a,i{
    font-size: 32px;  
  
  }
.formulario i {
   font-size: 22px;
   margin-right: 10px;
  }

@media (max-width:1370px) { 
  .capt-boton { 
    display: flex;
    flex-direction: column;
  }
  
}

  @media (max-width:1200px) { 
    .navbar-collapse{
      max-width:600px;
    }
    #contenido img{
      max-width: 200px;
    }
    .contenido-bloques h2{
      font-family: 'myriad_probold';
      font-size: 30px;
    }
    
    .section-parrafo {
      font-size: 20px;
    }

    #contenido a{
      
      font-size: 14px;
      
      }

      .header-image img {
        float: right;
        width: 1200px;
        overflow: hidden;
      }

      .floatlogo {
        position: absolute;
        top: 70px;
    }
   
  }
  
  @media (max-width:991px) { 
     .navbar {
    display: block !important;
   }
   .navbar-toggler {
    position: absolute;
    top: 25px;
    right: 35px;
  }
    
  #contenido img{
    max-width: 280px;
  } 
  #contenido a{
    max-width: 280px;
  } 
  .bloque{
    flex-direction:column-reverse;
  }
  
  .img-internets img {
    max-width: 70%;
    margin-bottom: 30px;
  }

  .section-parrafo {
    max-width: 85%;
    
  }
  .verde {
    max-width: 100%;
    
  }


  }

 
  @media (max-width:768px) { 
     
    .formulario {
      display: flex;
      flex-direction: column;
     } 

     .mitad {
      border-right: 2px solid #66cc33;
      }

      .div-info i, a {
        font-size: 12px;
      }  
      
      .floatlogo {
        position: absolute;
        left:20px;
        margin: 0 auto;
    }

    .header-image img {
      opacity: 50%;
    }
        
  }
  @media (max-width:460px) { 

    .section-parrafo {
      max-width: 85% !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
  }

  .floatlogo {
    position: absolute;
    left:10px;
    margin: 0 auto;
}

.logo-img {
display: none;
}

.banner {
 margin-top: 50px;
   }

  #contenido a {
    font-size: 18px;
}
      
  .div-info {
    height: 60px; 
    display: flex;
    flex-direction: column;
    align-items: center;
 }

 .div-info p{
 font-size: 15px;
}

 .divisor-container {
  height:105px ;

}
.logo-pie {
  margin-top: 5px;
  margin-bottom: 10px;

}

.formulario {
  max-width: 90% !important;
  margin: 0 auto;
}

.container {
   max-width: 100%; 
   margin: 0 auto;
}

 .seguinos-container a,i{
  font-size: 20px;
  margin-left: 5px;

}
  
  }

  @media (max-width:385px) { 

    
}