.ocultar{
    display: none;
}
#nav-logo svg{
    fill: #FF5417!important;
}
/* ----------nav---------- */
#nav-right a{
    padding: 0px 20px!important;
}
#nav-right a:hover{
    color: #FF5417!important;
    background: #fff;
    transition: 0.3s all linear;
}
#nav-right .active{
    padding: 0px 20px!important;
    color: #000!important;
    background: #FF5417;
}
/* --------foter--------- */
#footer, #footer .container, .footer .container{
    height: 74px!important;
    padding-top: 0px!important;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
}
.lang-button{
    color: #FF5417;
    text-align: right!important;
    padding: 2px 10px 3px 0px;
    border-radius: 10px;
    border: 2px solid #FF5417;
    justify-content: flex-end;
    margin-bottom: 0px!important;
    /* margin: 5px; */
}
.lang-button.active{
    background:#FF5417;
    color: #f1f1f1;
}
.langs{
    height: 80%;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-around!important;
}
.social a:hover{
    color: #FF5417;
}
/* ----------------------------- */
#left .boton{
    width: 350px!important;
    height: 48px;
    background:#FF5417;
    color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 46px;
    padding: 0px 20px;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    fill: #fafafa;
    margin-top: 40px;
}
#left .boton svg{
    width: 30px;
    margin-right: 15px;
}
#left .boton:hover{
    background:#fafafa;
    color: #FF5417;fill: #FF5417;
    transition: all 0.5s linear;
}
/* ---------------------------- */
#left .accordion .contenedor {
    position: relative;
    margin: 0px 10px 10px 10px;
}
#left .accordion{
    max-width: 560px;
    margin-top: 71px;
    font-size: 16px;
}
#left .accordion .label {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    margin: 0px;
    color: #FF5417;
    border: 2px solid #FF5417;
    padding: 5px 10px 5px 25px;
    border-radius: 17px;
    pointer-events: all;
}
#left .accordion .label::before {
    content: '+';
    color: #FF5417;
    position: absolute;
    top: 45%;
    right: 20px;
    font-size: 18px;
    transform: translateY(-50%);
}
#left .accordion .contenido  {
    position: relative;
    height: 0;
    padding: 0px 16px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    width: 94%;
    overflow: hidden;
    transition: 0.5s;
    color: #fafafa;
}
#left .accordion .contenido p {
    line-height: 25px;
    margin: 10px 0px;
}
#left .accordion .contenido p span{
    color: #FF5417;
}
#left .contenedor {
    width: calc(100% - 24px * 2);
}
#left .accordion .contenedor.active .contenido {
    height: auto;
    transition: 0.5s;
}

#left .accordion .contenedor.active .label::before {
    content: '-';
    font-size: 24px;
    top: 50%;
}