body {
    background-color: #0e162e;
    font-family: Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;
}

.container-content--lp {
    min-height: 720px;
}

.container-content {
    background-color: #0e162e;
    text-align: center;
    display: flex;
    position: relative;
    height: 100%;
    max-width: 1700px;
    margin: 0 auto !important;
    min-height: 850px;
}

a.enlace{
    width: 100%!important;
}

.container-content__left {
    background: url(./assets/img/arrows-curved.png) #0e162e no-repeat center left;
    background-size: 94% 640px;
    flex-grow: 2;
    /*top: 50px;*/
    position: inherit;
}

.container-content__container-relatedlinks {
    margin-top: 100px;
    flex-grow: 1;
    width: 300px;
}

.container-content__right {
    background: url(./assets/img/arrows-curved.png) #0e162e no-repeat center left;
    background-size: 94% 640px;
    flex-grow: 2;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /*top: 50px;*/
    position: inherit;
}

.find{
    font-size: 11px;
    background-color: #0e162e;
    color: #8d8b8b;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 8px;
    text-align: left;
    font-weight: 400;
}

.legal{
    font-size: 10px;
    color: #949494;
    text-decoration: underline;
    text-align: center;
    font-weight: 300;
}

.legal-advice{
    background-color: #0e162e;
    padding: 1rem 0;
}

.ads{
    font-size: 24px;
    background-color: #02198b;
    color: #ffffff;
    font-family: Verdana,arial,sans-serif;
    text-decoration: underline;
    width: 100%;
    -ms-flex-negative: 1;
    -webkit-box-flex: 1 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    font-weight: 700;
    border-radius: 16px;
    border: 5px solid #ffffff;
    line-height: 48px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    max-width: 90%!important;
    display: flex;
    justify-content: space-between;
}

.ad-title{
    font-size: 24px;
    color: #ffffff;
    font-family: Verdana,arial,sans-serif;
    text-decoration: underline;
    font-weight: 700;
    line-height: 48px;
    float: left;
    padding-left: 14px;
}

.ads span{
    float: right;
}

@media only screen and (max-width: 600px) {
    .ad-title{
        font-size: 27px;
    }
    .container-content__left{
        display: none;
    }
    .container-content__right{
        display: none;
    }
}