/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*-----------------legal ----------------*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
.page-legal{
    margin-top: 110px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (max-width: 990px) {
    .page-legal{
        margin-top: 66px;
    }
}
.breadcrumb {
    padding: 10px 0px;
}
.breadcrumb ol{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.breadcrumb ol li{
    list-style: none;
    width: 100%;
    display: inline;
    margin: 0;
    font-size: 17px;
}
.breadcrumb ol li span{
    padding: 0 4px;
}
.breadcrumb ol li a{
    color: black;
    text-decoration: underline;
}

#pro-legal a{
    color: black;
    font-weight: 600;
    text-decoration: underline;
}
#pro-legal  h1 {
    font-weight: 800;
    font-size: 42px;
    letter-spacing: .5px;
    font-family: 'Avenir Next', sans-serif;
}
#pro-legal  h2 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0px;
    font-family: 'Avenir Next', sans-serif;
}
#pro-legal  h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
    font-family: 'Avenir Next', sans-serif;
}

#pro-legal p,
#pro-legal li{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
}
#pro-legal .legal-wrapper {
    padding: 40px 5% 100px;;
}
.page-template-page-legal li{
    line-height: 120%
}
.page-template-page-legal ul{
    padding-left: 20px;
    margin-bottom: 20px;
}


/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*-----------------gracias ----------------*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/

.gracias-page{
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seccion-gracias{
    margin: 0 auto 10px auto;
    width: 60px;
}
.gracias-page p{
    max-width: 620px;
    margin: 10px auto 23px;
}
.gracias-page .container {
    margin-top: -10%;
}