b {
    font-weight: bold;
}

a {
    color:mediumblue;
}

h3 {
    text-align: center;
}

body:before {
    content: "";
    background: url(/img/blog/mediam-full-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 220px;
    left: -280px;
    width: 500px;
    height: 420px;
    z-index: -1;
    background-position: 50px;
}

body:after{
    content: "";
    background: url(/img/blog/figuras3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    bottom: 100px;
    right: -170px;
    width: 400px;
    height: 250px;
    z-index: -1;
}

html {
    overflow-x: hidden;
    position: relative;
}


body {
    position: relative;
}

body {
    overflow-x: hidden;
}

#app {
    background: rgba(255, 255, 255, 0.80);
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
img.logo-google {
    max-width: 150px;
    text-align: right;
    margin: 0 0 0 auto;
    display: inline-block;
    float: right;
}

img.logo-comunicado {
    width: 100px;
    text-align: left;
    margin: 0 auto 0 0;
    display: inline-block;
    float: left;
}

.logos-comunicado {
    height: 70px;
}
h3 {
    text-align: center;
}
h1 {
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.text-content {
    border: 1px solid #e3e3e3;
    padding: 30px!important;
    border-right: 1px solid #e3e3e3;
    border-radius: 15px;
}

h1:after {
    content: "";
    height: 1px;
    width: 300px;
    position: relative;
    background-color: #e3e3e3;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.figuras-title {
    display: inline-block;
    position: absolute;
    float: right;
    right: 0;
    max-height: 120px;
    top: 10px;
}

.title-content {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto;
}


@media (max-width: 600px) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .figuras-title {
        right: 0;
        max-height: 90px;
        top: -40px;
    }
}

#legal-page h1,
#legal-page h2,
#legal-page h3,
#legal-page h4,
#legal-page h5,
#legal-page h6,
#legal-page p,
#legal-page a,
#legal-page li {
    text-align: left;
    font-weight: 400;
    color: rgb(33,37,41);
    line-height: 1.5;
}
#legal-page h2 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 3rem;
}
#legal-page h3 {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 3rem;
}
#legal-page h4 {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 2rem;
}
#legal-page p {
    font-size: 1rem;
    padding: 0.75rem 0;
    margin-top: 1.5rem;
}
#legal-page li {
    font-size: 1rem;
    padding: 0.75rem 0 0;
}
#legal-page a {
    color: #4e85edff
}
#legal-page a:hover {
    text-decoration: underline;
}

#legal-page b, #legal-page strong {
    font-weight: 600;
}

