@charset "utf-8";
@font-face {
  font-family: 'Bowlby One SC';
  src: url("BowlbyOne-Regular.ttf");
	}
@font-face {
  font-family: 'Poppins';
  src: url("._Poppins-Regular.ttf");
	}
.campo-busqueda {
  border-color: #c51152;
}


.boton-lupa {
    color: #c51152;
    background-color: #CA2860;
    border-radius: 82px;

}


.icono-carrito, .enlace-login {
  color: #c51152;
	font-family: Poppins;
 
}



.icono-carrito:hover, .enlace-login:hover {
  color: #000;
}
.row .col-12.col-md-4.text-center.text-md-left.mb-3.mb-md-0 .img-fluid {
    width: 30%;
    padding-left: 23px;
    margin-top: 13px;
    margin-right: 13px;
    margin-left: 13px;
	

}

.col-12.col-md-8.d-flex.justify-content-center.justify-content-md-end.align-items-center.pr-md-5 .accesos-usuario .Login {
    font-family: Poppins;
    font-size: small;
    color: #CA2860;
    font-variant: normal;
}

.form-inline.mr-4 .input-group .form-control.campo-busqueda {
    border-bottom-left-radius: 217px;
    border-top-left-radius: 217px;
}


.navbar.navbar-expand-lg.navbar-light.bg-light {
    text-align: center;
}
.container-fluid {
    margin-top: 20px;
}


.navbar-collapse .navbar-nav {
    margin: 0 auto;
}


.navbar-nav .nav-link {
    color: #c51152; 
    font-family: 'Poppins';
    font-size: 16px;
    padding-left: 15px; 
    padding-right: 15px; 
 
}

.navbar-nav .nav-link:hover {
    color: #000; 
}


.navbar-nav .nav-item.active .nav-link {
  
    color:#CA2860;
}


.row .col-xl-3 {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    font-family: "Bowlby One SC";
}



.titulo-seccion {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}


.tarjeta-platillo {
    border: none;
    background-color: hsla(55,42%,94%,1.00);
}
.row .col-xl-3 {
    color: hsla(339,67%,47%,1.00);
}



.imagen-redondeada {
    border-radius: 35px;
    height: 414px;
}
.container .row .col-xl-6 {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.row .col-xl-6 .historia {
    font-family: "Bowlby One SC";
}

.row .col-xl-6 .rounded.img-fluid {
    width: 47%;
    margin-bottom: 31px;
}
.container .row {
}





.cuerpo-texto {
    padding: 15px 5px 0 5px; 
    font-family: 'Poppins';
}


.nombre-platillo {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.precio-platillo {
    font-weight: bold;
    font-size: 16px;
    color: #c51152; 
}

.descripcion-platillo {
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 8px;
}


.estrellas {
    color: #c51152; 
    font-size: 18px;
}

.boton-menu {
	background-color: #c51152;
	color: #fff;
    border: none;
    border-radius: 50px; 
    padding: 6px 20px;
    font-size: 14px;
    font-family: 'Poppins';
  
}

.boton-menu:hover {
    background-color: #a00d42;
    color: #fff;
}

.tarjeta-historia {
    background-color: #f6f5e9; 
    border-radius: 30px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15); 
}


.historia-titulo {
    font-family: "Bowlby One SC", sans-serif;
    color: #c51152;
    font-size: 28px;
    margin-bottom: 15px;
}


.historia-texto {
    font-family: 'Poppins';
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    max-width: 90%; 
}


.imagen-circular {
    border-radius: 50%; 
    object-fit: cover;
    width: 60%; 
    max-width: 400px;
}


.tarjeta-testimonio {
    background-color: #f6f5e9; 
    border: none;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

.cliente-nombre {
    color: #c51152;
    font-family: 'Poppins';
    font-size: 16px;
}

.cliente-titulo {
    font-family: "Bowlby One SC";
    color: #CA2860;
    font-size: 22px;
    margin-bottom: 10px;
}
body {
    background-color: #f6f5e9; 
}

.cliente-texto {
    font-family: 'Poppins';
    font-size: 13px;
    color: #000;
    line-height: 1.4;
}





.footer-principal {
    background-color: #b31b4e;
    color: #FDF8F8;
    font-family: 'Poppins', sans-serif;
}

.footer-titulo {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}


.footer-lista li {
    margin-bottom: 8px;
}

.footer-lista a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-lista a:hover {
   color: aliceblue;
}

.footer-texto {
    font-size: 14px;
    line-height: 1.6;
}


.icono-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #f04e8d; 
    color: white; 
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none; 
    font-size: 16px;
  
}


.input-correo {
    max-width: 250px;
    border: none;
    font-size: 13px;
    color: #c51152;
}

.input-correo::placeholder {
    color: #c51152;
   
}

.footer-copyright {
    font-size: 11px;
    text-align: left;
}
