@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400,600&display=swap');

body {
    background-color: #F7F2EE;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #878781;
    font-size: 16px;
}

body#home {
    font-size: 18px;
}

h1{
    font-size: 22px;
    color: #878781;
    font-weight: 600;
}

.accordion-button{
    color: #DB731D;
}

.accordion-body{
    text-align: left;
}

.accordion-body h2{
    text-align: left !important;
    font-size: 18px;
    color: #DB731D;
}

.accordion-body p{
    font-size: 16px !important;
    color: #878781;
    font-weight: 400;
}

.accordion-body p a{
    text-decoration: underline;
    color: #000;
    font-weight: 400;
}

.accordion-button:not(.collapsed){
    background: inherit;
}

.accordion-button:not(.collapsed){
    color: #DB731D;
}

a {
    color: #878781;
    text-decoration: none;
}
a.c-orange{
    color: #DB731D;
}

a:hover {
    color: #000;
}

img.logo {
    max-width: 180px;
}

.redes svg:hover path {
    fill: #000;
}

#home img.logo {
    max-width: 380px;
}

.link svg {
    width: 24px;
}
.link a:hover svg path {
    stroke: #000;
}

.telefono span {
    color: #DB731D;
}

.cover-container {
    max-width: 70em;
}

@media (max-width:776px) {
    .w-50 {
        width: 100% !important;
    }
    header img{
        max-width: 90%;
        left: 0px;
    }
}