
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Patrick Hand', cursive;
}
/*fondos*/
.bg-image {
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
}


/*
.container,
  .row,
  .col,
  .col-lg-6 {
    border: 1px solid red;
  }*/

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* Adjust the colors and opacity as needed */
}

.oleanatural {

  position:absolute;
  color:white;
  margin-bottom: 70px;
  font-size: 80px;

}

@media (max-width: 767px) {
  .oleanatural {
    font-size: 40px; /* Tamaño de fuente más pequeño para dispositivos móviles */
  }
}


.belleza {
margin-top: 100px;
color: white;
position: absolute;
}

/*botones inicio*/
.button-container {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

.button-container .btn {
  margin-right: 10px; /* Ajusta el valor según la separación deseada */
  margin-left: 10px;
  font-size: 20px;
}

.custom-button {
  background-color: #dfae53; /* Replace with your desired color */
  color: #ffffff; /* Replace with the text color you prefer */
}

.custom-button:hover {
  border-color: #dfae53;
  color: #ffffff;

}

/*tamaño de fondo 2*/
.container-fluid.p-0 {
  padding: 0;
}


.container-fluid.position-relative {
  position: relative;
}

/*about us*/
  .image-with-margin {
    margin-left: 5%;
    margin-bottom: 80px;
    margin-top: 20px;
    align-items: center;
    width: 600px;
    height: 280px;
    object-fit: cover;
  }

  .overlay-text {
    color: white;
    text-align: auto;
    margin-top: 5rem;
  }
    

  .image-container {
    position: relative;
    display: inline-block;
    margin-bottom: auto;
  }
  

  .img-small {
    width: 100px; /* Ajusta el ancho del botón */
    height: 100px; /* Ajusta la altura del botón */
    cursor: pointer;
    background-size: cover;
  }
  
  .img-small:hover {
    filter:opacity(70%);
  }
  
  .btn-secondary {
    background-color: #dfae53; /* Cambia el color de fondo a rojo */
    border-color: #dfae53;
    color: #ffffff; /* Cambia el color del texto a negro */
  }

  .btn-secondary:hover {
    background-color: #dfae5369;
    border-color: #dfae5369;
  }
  

  
/*portafolio*/

  .card {
    width: auto;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0rem;
    margin-left: 2rem;
  } /*tamaño card*/

  .card-img-top {
    width: auto;
    height: 200px;
    object-fit: cover;
  } /*tamaño foto card*/
  
/*testimonios*/

.testss {

margin-top:20px;

}

.gray-orange-wrapper {
  position: relative;
  overflow: hidden; /* Add this to prevent overflow from the gray section */
  height:650px;
}

.gray-section {
  background-color: #efefef; /* Color de fondo gris */
  padding:15px 0;
  text-align: center; 
  justify-content: center;
  align-items: center; 
  position:relative;
  margin:0;
}

.lil-orange-sec {

background-color: #dfae53;
padding: 0%;
height:60px;
margin-top:30px;
}

.testimonial-row {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
}

.testimonial-row img {
  border-radius: 50%; /* Estilo para hacer la imagen circular */
  width: 200px;
  height: 200px;
  object-fit:fill;
  
} 

.testimonial-container {
  background-color: #ffffff; /* Color de fondo amarillo */
 
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  width: 50rem;
  height: 120px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position:relative ;
  
}

.testimonial-name {

  text-align: center;
  padding-right: 52rem;
  padding-top: 10px;
  position: relative;
  

}
.testimonial-name2 {

  text-align: center;
  padding-left: 52rem;
  padding-top:10px;
  position: relative;

}


/*contact us area*/


.btn-image {
  display: inline-block;
  padding: 5px;
  border: none;
  background: none;
  text-decoration: none;
}

.btn-image img {
  width: 100%; /* Ajusta el ancho de la imagen al 100% del contenedor del botón */
  width: 30px; /* Ajusta el ancho de la imagen */
  height: 30px; /* Ajusta la altura de la imagen */
}


.contact {
position: relative;
margin-bottom: 25px;
text-align: left;
color:#1a1919;
padding-left: 10px;
}

.container-cont { 
justify-content: left;
align-items: left;
background-color: #dfae53a9;
padding-top: 50px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 20px;
}

.custom-link {
  color:inherit;
  text-decoration: none;
}

.custom-link:hover {
  text-decoration: none;
  
}

.contact2 {
  position: relative;
  margin-bottom: 25px;
  text-align: left;
  color:#1a1919;
  padding-left: 10px;

  }
