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

.logo{
  width: 200px; 
} 
 

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

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


.highlight1 {
    display: inline-block;
    background-color: #ffc905c7;
    padding: 4px 8px;   
    border-radius: 4px;
}

.icon-footer{
  color: white;
}

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

.txt-yellow{
  color: #ffca05;
} 

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

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

.btn-llamanos:hover{
  background:#ffca05;
  color: black;
} 

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

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

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

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

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

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

.btn-llamanos-g{
  background: #ffca05; 
  color: black;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#000000; 
  color: #ffca05;  
}  

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

}  

/*box card*/
.box-01 {
    background: #f0f0f0!important;
    border-radius: 20px;
    padding: 30px;
    height: 100%; /* importante para que se estiren dentro de la columna */
    display: flex;
    flex-direction: column;
    justify-content: center; /* centra verticalmente el contenido */

}

/* Igualar altura solo en el row con la clase .row-equal */
.row-equal > [class*="col-"] {
  display: flex; 
}

.row-equal > [class*="col-"] > .box-01 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
} 


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

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

.bg-footer{
  background: #3e3739;
}

.bg-yellow{
  background: #ffca05;
}

/*bg parallax*/
.parallax1 {
    background: url(../img/parallax.webp) center center no-repeat;
    background-size: cover;
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



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


 


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

.img-size3{
  width: 100px;
}

.img-size2{
  width: 200px;
}

.img-map{
  width: 60%;
}

.img-border {
    border-radius: 10px;
}

.img-border2 {
    border-radius: 8px;
}


.img-owl{
    display: inline-block!important; 
}
 
/*botones owl*/
.owl-nav {
    position: absolute;
    top: 16%; /* Ajusta la altura de las flechas */
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-nav button {
    background: none;
    border: none;
    font-size: 1.6rem!important;
    color: #333;
    pointer-events: all;
}

.owl-nav button:hover {
    color: #000;
} 

@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{
    font-size: 18px;
    margin-top: 100px;
  }

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

 

  /*formulario*/
  .bg-form { 
    background: black!important;
    color: #ffca05; 
    border-radius: 20px; 
    margin-top: 90px;
    margin-bottom: 50px;
  } 


 
}