.experiencia {
    background-color: var(--background-azul-claro);
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.experiencia__titulo {
    color: var(--fuente-ceniza-oscuro);
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--montserrat);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.experiencia__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.experiencia__panel-imagen {
    width: 100vw;
    max-width: 600px;
    box-shadow: 0 2px 10px 5px #00000020;
    margin-bottom: .5rem;
}

.experiencia__panel-texto {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: normal;
}

.experiencia__boton {
    color: var(--boton-rojo);
    border-color: var(--boton-rojo);
    margin: 0 auto;
}

.proyecto__boton  {
    background: #8d0606;
    border: none;
    border-radius: 5px;
    color: #fdfdfd;
    padding: 1rem;
    cursor: pointer;
}

.proyecto__boton:hover  {
    background-color: rgb(107, 21, 107);
    transition: .5s;
}

.proyecto__contenido  {
    padding: 1rem;
}

.proyecto__descripcion    {
    font-size: 1.1875rem;
    line-height: 1.5;
    text-align: justify;
}

.proyecto__titulo {
    font-size: 1.4375rem;
}

.proyecto {
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    
}

.proyecto__imagen {
    height: 200px;
}

@media screen and (min-width: 0) {
    .proyecto   {
        margin-right: 1rem;
        width: calc(100%);
    }
}

@media screen and (min-width: 768px) {
    .proyecto   {
        margin-right: 2.5rem;
        width: calc(33% - 2.5rem);
    }
}

@media screen and (min-width: 922px) {
    .proyecto   {
        margin-right: 5rem;
        width: calc(25% - 5rem);
    }
}



.proyectos    {
    background: #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    
}

@media screen and (min-width: 0) {
    .proyectos   {
        padding: 5rem 0 0 1rem;
    }
}

@media screen and (min-width: 768px) {
    .proyectos   {
        padding: 5rem 0 0 2.55rem;
    }
}

@media screen and (min-width: 922px) {
    .proyectos  {
        padding: 5rem 0 0 5rem;
    }
}