/* Cafetería - Desafío 
mi emprendimiento gastronómico: 
Cafetería 7 A.M
| Francisco Romero */

p, nav, h5, .txt-footer, .subtitle-carousel, .form-label{
    font-family: 'Mulish', sans-serif;
}
h1, h2,.modal-title, .form-control{
    font-family: 'Noto Serif', serif;
    color: #212338;
}
h3, footer{
    background-color:#212338; 
}
.title-carousel{
    color: #fff;
}
p.subtitle-carousel{
    font-size: 20px;
    color:#fff;
}
.carousel-caption-2{
    text-align: right !important;
    right: 8% !important;
    top:12%;
   left: 0 !important;
    color: #fff;
 }
.carousel-caption-3{
    text-align: right !important;
    color: #212338; 
 }
.modal-title{
    font-size: 25px !important;
}
blockquote {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    color: #212338;
}
cite{
    font-family: 'Noto Serif', serif;
    color: #F35C4B;
}
button{
    font-family: 'Mulish', sans-serif;
}

.txt-footer{
    word-spacing: 3px;
    color:#fff;
    font-size: 10pt;
}
.logo{
    height: 80px;
}
.logo-footer{
    height: 120px;
}
.input-correo{
    padding:10px;
    width: 358px;
    font-family: 'Noto Serif', serif;
    border: 0;
    background-color: #F35C4B;
}
.input-correo-2{
    padding:10px;
    margin: 10px;
    width: 465px;
    font-family: 'Noto Serif', serif;
    border: 0;
    background-color: #F35C4B;
}
.input-correo::placeholder{
    color: #fff !important;
}
.input-correo-2::placeholder{
    color: #fff !important;
}
.btn-call:hover{
    color: #212338 !important;
}
.btn-call, .badge{
    background-color: #F35C4B !important;
    color: #fff;
}
.btn-suscribe{
    background-color: #212338;
    color: #fff;
    border: 0;
    padding: 10px;
}
.btn-suscribe:hover{
    color: #F35C4B !important;
}
.navbar-dark .navbar-toggler {
    color: #F35C4B !important;
    border-color: #F35C4B !important;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28243, 92, 75, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-link{
    color: #fff !important;
}
.active, .fa-mug-hot, .fa-hand-point-right{
    color: #F35C4B !important;
}
.bg-cafeteria, .btn-morado{
    background-color: #212338;
}

.fa-quote-left, .fa-instagram{
    color: #F35C4B;
}
p, label, .blockquote-footer, .form-label{
    color: #212338;
}
.cita, .bg-invitacion{
    background-color: #FFF6F1;
}
.btn-primary{
    background-color:#F35C4B !important;
    border-color:#F35C4B !important;
    outline: none !important;
}
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .card-title, h3 {
    font-family: 'Noto Serif', serif;
  }
.card-text{
    font-family: 'Mulish', sans-serif;
}

