main{
/*    display: flex;
    justify-content: flex-end;*/
    font-family: Verdana, Geneva, sans-serif;
    color: #373737;
}
main .titulo{
    color: #3D87AB;
    padding: 0 14%;
    font-size: 24px;
    box-sizing: border-box;
}
main .sp{
    position: relative;
    width: 75%;
    border: 2px solid #3D87AB;
    margin-bottom: 32px;
}
main .sp img{
    display: block;
    position: absolute;
    right: -37px;
    top: -26px;
}
.faq {
    font-size: 12px;
    cursor: pointer;
    display: block;
    width: auto;
    line-height: 20px;
    margin-bottom: 16px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0 10%;
}
.faq a {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url(../img/plus.png) no-repeat left top;
    margin-right: 10px;
    vertical-align: middle;
}
.respuesta {
    display: none;
    padding: 0 10%;
/*    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease 0s;*/
}
#faq p{
    margin-bottom: 18px;
    color: #373737;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    font-family: 'Raleway', Verdana, sans-serif;
}