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


.logo{
  width: 120px;
} 


.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
.btn-float2 {
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}

.img-btn-float {
    width: 50px;
}
 

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

.txt-red{
  color: #eb2323;
}

.txt-purple{
  color: #3e1094;
}

.icon-footer{
  color: white;
}

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

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

.btn-llamanos:hover{
  background: rgb(34, 87, 145);
  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:  rgb(255, 255, 255);
}
 
.btn-1{
  background: #eb2323;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: #921616;
  color: white; 
}

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

.btn-envia:hover{ 
  background: #91320a;
  color: white;
}  

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

.btn-llamanos-g{
  background: #eb2323;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#921616;
  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: gray;
}

.bg-red{
  background: #eb2323;
}


.bg-img-1 {
    background: url(../img/bg-1-blue.svg) left center no-repeat;
    background-size: 178%;
}



/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*cards*/


.box-orange {
    background: #eaeaea;
    border-radius: 30px;
    padding: 30px;
    border: 2px solid #ff4a13;
}


.box-yellow {
    background: #eaeaea;
    border-radius: 30px;
    padding: 30px;
    border: 2px solid #ffd417;
}

/*box destello*/

.box-gray {
  background: #eaeaea;
  border-radius: 30px;
  padding: 30px;
  position: relative; /* CLAVE */
}

.sparkle {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 120px;
  height: auto;
  z-index: 2;
  pointer-events: none; /* no interfiere con botones */
}


/*box 2da figura*/
.box-gray-02 {
  background: #eaeaea;
  border-radius: 30px;
  padding: 30px;
  position: relative;

}

.icon-bottom-center {
  position: absolute;
  bottom: -87px; /* sobresale un poquito */
  left: 24%;
  transform: translateX(-50%);
  width: 170px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}


/*form btn*/
.bg-gray-f {
   background: #eaeaea;

}


/*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 */
}



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

.img-size2{
  width: 60px;
}




@media (max-width: 425px){


  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 

}



@media (max-width: 768px){

    /*destello*/
   .sparkle {
    width: 55px;
    top: -6px;
    right: -6px;
  }

  .icon-bottom-center {
    width: 82px;
    bottom: -60px;
  }



  .bg-img-1 {
    background: url(../img/bg-1-blue.svg) left center no-repeat;
    background-size: 160%;
}

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

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

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


  /*formulario*/
  .bg-form {
    background: rgb(201, 201, 201);
    border-radius: 20px; 
    margin-top: 120px; 
    margin-bottom: 60px; 
  } 


 
}