/* Barra de navegacion */

.navbar {
  padding: 1.5rem;
  background-color: #f5f6f7;
}

.navbar-collapse {
  align-items: center;
  justify-content: space-between;  
}




/* Estilos generales */

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 2rem;
  font-family:'Karla', sans-serif;
}

h2{
  font-size: 1rem;
  font-family: 'Karla', sans-serif;
}

h3{
  text-align: center;
}

h4{
  font-family:'Karla', sans-serif;
  font-size: 0.5rem;
}

.seccion-oscura {
  color: black;
  background: linear-gradient(-45deg, #fdd1c4, #fba0c3, #f7b1c7);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	height: 100vh;


}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
 
.seccion-clara {
  color: black;
  background-color: white;
}

.seccion-titulo {
  font-size: 1.7rem;
  padding: 15px 0;
  font-family:'Karla', sans-serif;
  color:#cb1f67;
  justify-content: center;
  text-align: center;
 
}

.seccion-descripcion {
  font-size: 1rem;
  color:#7b7b7b;
  border: 2px ;
  padding: 5px ;
 
}

.seccion-texto {
  font-size: 1.2rem;
}

.btn-info {
  font-size: 1.1rem;
  margin: 20px;
  background-color: #f6aee0;
  border: #f6aee0;
  
}
.btn-info:hover{
  background-color: #f17cb0;
}

.texto-negro {
  color: black;
}

.texto-blanco {
  color: white;
}

/* Seccion Hero */

.hero {
  background-color: #f5f6f7;
  min-height: 450px;
  text-align: center;
  
}

.hero-principal {
  padding: 3rem;
}

.hero-imagen-icon {
  width: 200px;
  height: 200px;
  margin: 20px;
  box-shadow: 0px 5px 9px 1px #a0758c;
}

.hero-principal h2 {
  font-size: 1.2rem;
  color: #615151;
  text-align:center ;
}

.hero-inferior{
  width: 150px;
  height: 150px;
  margin: 20px;
}

/* Conócenos */

.Conócenos {
  height: 400px;
  padding: 10px;
}

.Conócenos .container {
  width: 400px;
  text-align: center;
}

.seccion-texto{
  font-size: 1rem;
}

/* Menuprecios */

#Menuprecios{
    margin-top: 60px;
    margin-bottom: 20px;
  }


.Menuprecios {
  padding: 15px 15px 50px 15px;

}

.Menuprecios .carousel {
  max-width: 800px;
}

.carousel-item {
  height: 500px;
}

.carousel-item .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle,rgb(245, 59, 139)-10%,rgb(255, 255, 255)55%);
}

.Menuprecios-imagen {
  height: 250px;
  width: 250px;
  margin: 20px 30px 10px 30px;
  box-shadow: 0px 2px 7px 3px #843257;
}

.Menuprecios-texto {
  max-width: 70%;
  font-size: 20px;
  text-align: center;
  font-family: 'Share Tech Mono', monospace;
}

.Menuprecios-info {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  

}

.Menuprecios-info p {
  margin-bottom: 0;
}

.Menuprecios-footer .Tecnica {
  font-size: 2rem;
}

.Menuprecios-info .Precio {
  font-size: 1rem;
  color: #5a5959;
}


.badges-contenedor {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}

.badge {
  margin: 5px;
  background-color: rgb(247,150,192);
  background: radial-gradient(circle,rgb(240, 59, 137)0%,rgb(245, 182, 215)100%);
  box-shadow: 2px 1px 4px 2px #d782a8;;
}


.overlay .iconos-contenedor {
  display: flex;
}

.overlay i {
  color: black;
  font-size: 60px;
  margin: 10px;
}


/* Contacto */
#contacto {
  margin-top: 100px;
  margin-bottom: 0px;
}
.contacto .container {
  max-width: 1100px;
  min-height: 200px;
  padding: 60px;
  background-color: rgb(247,150,192);
  background: radial-gradient(circle,rgb(224, 63, 127)0%,rgb(248, 224, 237)100%);
}

.contacto .rectangulo {
  margin-top: -7rem;
  background-color:#ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 7px 3px #89174a;
}

.contacto .row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}

.contacto .descripcion {
  color: #717070;
  font-size: 0.9rem;
  border: 10px ;
  padding: 15px ;

}

.contacto button {
  color:#fb598f;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #f6a7c1;
  padding: 1em 1.5em;
  margin: 10px;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}

.mi-boton .texto-boton {
  font-size: 15px; /
}

.contacto button:hover {
  background-color: rgb(247,150,192);
  background: radial-gradient(circle,rgb(235, 89, 153)0%,rgb(227, 167, 199)100%);
  color: black;
}

.contacto button i {
  color: #fb598f;
  font-size: 1.3rem;
  transition: all 0.2s ease-in-out;
}

.contacto button:hover i {
  color: black;
}

