body {
    background-color: #2d2d7c;
}

/* NAVBAR */

.navbar {
    background-color: #2d2d7c;
}

.navbar-toggler {   
    background-color: #f8ee52;
}   

.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='%232d2d7c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.nav-link {
    color: #f8ee52;
    font-family: "Roboto";
    margin-right: 4rem;
}

.nav-link:active, .nav-link:focus, .nav-link:visited  {
    color: #f8ee52;
    text-decoration: underline;
}

/* BANNER */

.banner {
    background-image: url(/img/Banner.png);
    height: 67vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto";
}

.btn-primary {
    background-color: #f8ee52;
    border-color: #f8ee52;
    color: #2d2d7c;
    font-weight: 500;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover   {
    background-color: #f8ee52;
    border-color: #f8ee52;
    color: #2d2d7c;
}

h1 {
    color: #2d2d7c;
    font-size: 2.7rem;
    font-weight: 700;
}


/* Preguntas */

h2 {
    color: #f8ee52;
    font-size: 2rem;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed), p {
    background-color: transparent;
    color: #000;
}

.preguntas {
    font-family: "Roboto"; 
}
    

/* Contacto */

.contenedoresContacto {
    background-color: #ffff;
    border-radius: 20px;

}

.pTelefono {
    color: #000;
    font-family: "Roboto";
    font-size: 1.5rem;
    font-weight: 600;
}

.contenedoresContacto {
    height: 15vh;
}

.tel {
    text-decoration: none;
}



/* Productos */

h3 {
    color: #f8ee52;
}

.precio {
    color: #f8ee52;
}
