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

.logo{
  width: 150px;
} 
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 2rem;  
  
}

.icon-footer{
  color: white;
}

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

.txt-orange{
  color: #ed5f04;
}

.card-custom {
      border: none;
      border-radius: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .card-custom:hover {
      transform: translateY(-5px);
    }

    .card-img-top {
      width: 80%;
      height: auto;
      margin: 20px auto 0;
      display: block;
    }

    .card-body {
      text-align: center;
    }

    .card-body ul {
      padding-left: 0;
      list-style-type: none;
    }

    .card-body ul li::before {
      color: #0066ff;
    }

    .highlight-bottom {
      border-bottom: 4px solid #ed5f04;
      border-radius: 0 0 20px 20px;
    }


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

.btn-llamanos:hover{
  background: rgb(224, 224, 224);
  color:#ed5f04;
} 

.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: white;
  color: #ed5f04;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: rgb(221, 221, 221);
  color: #ed5f04;
}

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

.btn-2:hover{
  background: rgb(255, 255, 255);
  color: #ed5f04;
}

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

.btn-envia:hover{
  background: rgb(227, 5, 15);
  color: white;
} 

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

.btn-llamanos-g{
  background: #ed5f04;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#000000; 
  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: 130%;
  background-repeat: no-repeat;
  background-position: bottom;
}*/


#banner {
  background-image: url(../img/banner.webp);
  margin: 0;
  padding: 0;                 /* quita cualquier padding */
  display: flow-root;         /* EVITA margin-collapsing con lo que sigue */
  /* alternativa si no quieres flow-root: overflow: hidden; */
}

/* Título dentro del banner (ajusta si usas .h1banner) */
#banner .h1banner,
#banner h1:first-child {
  margin-top: 0;
}

/* --- Imagen del banner --- */
#banner img,
.img-style {
  display: block;             /* evita hueco por baseline */
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}


/* OPCIONAL: si aún ves 1–3px, casi seguro son píxeles transparentes del PNG.
   Recórtalo en el editor de imágenes o aplica este microajuste visual: */
#banner img {
  margin-bottom: -2px;   /* sube 1–3px para tapar el halo del PNG */
}

/* Tu estilo de título */
.txt-title {
  color: #333333;
  max-width: 40ch;
  line-height: 1.2;
}

.txt-title-2 {
  color: #ed5f04;
  max-width: 40ch;
  line-height: 1.2;
  font-size: 50px;
}

.txt-title-3 {
  color: #333333;
  font-size: 10px;
}



/*backgrounds*/
.bg-menu{ 
  background: gray;
}

.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: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*backgrounds*/
.bg-orange{ 
  background: #ed5f04;
}

.bg-gray{ 
  background: #dddfdf;
}


/*boxes*/

.box1{
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px;
  box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -webkit-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
}  

.box2{
  background: #dddfdf;  
  border-radius: 30px; 
  padding: 40px; 
}   

.box3{
  background:#dddfdf;  
  border-radius: 30px; 
  padding: 40px 40px 0px 40px; 
}   


/*texto caja*/
.txt-box1{
  background: rgb(197, 197, 197);
  border-radius: 20px; 
  padding: 8px 15px 8px 15px;
  display: inline-block; /* Ajusta el ancho al contenido */
}

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

.img-tslider{
  width:180px;
}

.bcard-accent {
  border-color: rgb(16, 218, 90)!important; 
}

/*n*/
.acordeon-1 .accordion-button:not(.collapsed) {
  color: white!important; 
  background-color: gray!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} 

/*btn navpills*/
.custom-pills.nav-link.active, 
.nav-pills .show > .nav-link {
    color: white !important;
    background-color: #ff5733 !important;
}  

.custom-pills.nav-link, 
.nav-pills .show > .nav-link {
    color: #ff5733 !important;
}  


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

}



@media (max-width: 768px){

  #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;
  }

  /*cajas*/
  .box1 {
    margin: 20px;
    padding: 10px;
  }

  .box2 {
    padding: 20px;
    margin: 10px;
  }

  .box3 {
    margin: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  /*formulario*/
  .bg-form {
    background: rgb(126, 126, 126);
    border-radius: 20px; 
  } 


 
}