body{
  font-family: "Open Sans", serif;
} 

/*btn flotantes*/
.img-btn-float {
  width: 50px;
} 
.btn-float1 {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99999999;
}
.btn-float2 {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
}

.logo{
  width: 120px;
} 
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
  font-size: 3rem;  
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 1.6rem;  
  text-shadow: 3px 3px 3px #000;
  
}

.txt-yellow{
  color: #eae911;
}

.txt-semi{
  font-weight: 600;
}

.txt-green{  
  color: #065b41!important;
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: #eae911;
  color: #083e2d;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: #9d9d0c; 
  color:white;
}  

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-1{
  background:#083d2d;
  color: #eae911;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: #041b14;
  color: #eae911;  
}

.btn-2{
  background: #eae911;
  color: #083e2d;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-2:hover{
  background: #9d9d0c; 
  color:white;
}  

.btn-envia{
  background: #083d2d;
  color: #eae911;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #041b14;
  color: #eae911; 
} 

/*botones gracias*/
.btn-back{
  background: #083d2d;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #021912;
  color: white;  
}  

.btn-llamanos-g{
  background: #eae911;
  color: #083e2d;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background: #9d9d0c; 
  color:white;
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*backgrounds*/
.bg-menu{ 
  background: #083e2d;
}

.bg-green{ 
  background: #083e2d;
}

.gradient-box1{ 
  background: #ffffff;
  background: linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -webkit-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -moz-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
}


/*formulario*/
.bg-form {
  background-color: rgba(255, 255, 255, 0.2); /* transparente */
  backdrop-filter: blur(10px); /* efecto blur */
  -webkit-backdrop-filter: blur(10px); /* Safari */
  transition: background-color 0.3s ease;
  border-radius: 20px; 
  color: #eae911;
} 

/*boxes*/

.box-01 {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 30px;
}



/*titulo de box1*/
.h2-with-line {
  display: flex;
  align-items: center;
  text-align: center;
}

.h2-with-line::before,
.h2-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* Color de la línea */
  margin: 0 15px; /* Espacio entre el texto y las líneas */
}

/*flechas carrusel*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) grayscale(100%) brightness(0); 
}


/*tamaño de imagenes*/
.img-size1{
  width: 80px;
}

.img-size2{
  width: 60px;
}

.img-tslider{
  width:180px;
}






@media (max-width: 425px){
  #banner {
    background-size: 180% auto!important;
    background-position: 0px 0px;
} 

}



@media (max-width: 768px){

  #banner {
      background-size: 180% auto;
      background-position: 0px 0px;
  } 

  .h1banner{
    padding-top: 18px; 
    font-size: 25px;
    margin-bottom: 4px;
  }

  .h2banner{
    /*padding-top: 23px;*/
    font-size: 15px;
    margin-bottom: 4px;
  }


  /*formulario*/
  .bg-form {
    background: #083d2d!important;
    border-radius: 20px; 
    margin-top: 130px;
  } 

  .btn-envia{
  background: #eae911;
  color: #083d2d!important; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background:#eae911;
  color: #083d2d; 
} 

 
}