body{  
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titulo {
  font-size: 3rem;
  color: #212529;
}

.logo{
  width: 120px;
} 
 
.margen{
 max-height:500px;
}

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

.icon-star {
    color: rgb(227, 185, 19);
}

/*botones*/
.btn-llamanos{
  background: #EC6309;
  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:  white;
}

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

.btn-1:hover{
  background: rgb(159, 26, 31);
  color: white;
}

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

.btn-envia:hover{
  background: rgb(49, 49, 120);
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  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: #ff0202;
  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;

} 

.txt-blue{
  color:  #404093;
} 

.txt-pink{
  color:  #EE77AC;
} 

.txt-orange{
  color:  #EC6309;
} 

.txt-pink-2{
  color:  #EED0BA;
} 

.txt-mate{
  color:  #FCF7F4;
}

.title-1 {
    font-family: "DM Serif Display", serif !important;
} 

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

/*#banner {
  background-color: #edd2c2;
  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: -3px;   /* sube 1–3px para tapar el halo del PNG */
}

/* Tu estilo de título */
.txt-title {
  font-family: "DM Serif Display", serif !important;	
  color: #2f2d83;
  max-width: 80ch;
  line-height: 1.0;
}

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

.bg-pink-2{ 
  background: #EED0BA;
}

.bg-black{ 
  background: black;
}

.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%);
}

.bg-image {
    position: relative;
    background: url(../img/bg-img-2.webp) no-repeat center center;
    background-size: cover;
    border-radius: 60px;
    overflow: hidden;
    padding: 100px 0;
}


/*formulario*/
.bg-form {
    background: #EE77AC;
    color: white !important;
    border-radius: 10px;
} 

/*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: url(../img/bg-img-2.webp) no-repeat center center; 
  border-radius: 30px; 
  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-1{
  background: #fcf7f4;
  border-radius: 30px; 
  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);
}  

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

/*card accents*/
.bcard-accent1 {
  border-color: #8d7abc!important; 
}

.bcard-accent2 {
  border-color: #97c9d6!important; 
}

.bcard-accent3 {
  border-color: #96aedd!important; 
}

.bcard-accent4 {
  border-color: #f8bcd8!important; 
}
/*card accents*/



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

.img-size2{
  width: 60px;
}

.img-size4{
  width: 40px;
}

.img-size3{
  width: 450px;
}

.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: 767.98px) {
    .txt-title {
      max-width: 100%;
      text-align: center;
}
}



@media (max-width: 768px){

  #banner {
      background-size: 160% auto;
      background-position: 0px 0px;
  } 
  
  .img-style {
    max-width: 300px;
    height: auto;
}


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


 
}