/* CSS *//*NUEVOS ESTILOS*/
.content-wrap {
 background-color: #ffffff;   
}

#bannerblog .container {
    max-width: 1000px;
}
#bannerblog {
    background-color: #ffffff;
}
#img-informacion {
    max-width: 200px;
    width: 100%;
    height: auto;
}

#btn-informacion {
    width: 100%;
    padding: 10px 20px;
    
    border: #bf4a1e;
    background-color: #bf4a1e;
    color: #f8edda;

    border: none;
    border-radius: 5px;

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#btn-informacion:focus,
#btn-informacion:active {
    outline: none; 
    border: 1px solid #000; 
    box-shadow: 0 0 0 2px #f37021;
}

#title-opcion {
    margin-top: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}