* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none !important;
}
*:before,
*:after {
    box-sizing: border-box;
}
body {
    position: relative;
    font-family: 'Open Sans', helvetica, arial;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
}
p {
    margin: 0 0 20px 0;
}
strong {
    font-weight: 700;
}
figure {
    margin: 0;
}
a {
    color: #007dad;
    text-decoration: underline;
    transition: color .25s;
}
a:hover {
    color: #002d64;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 1132px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.svg-inline {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -0.125em;
}

.cabecera {
    width: 100%;
    height: 490px;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.cabecera-wrapper {
    width: 100%;
    height: 100%;
    max-width: 950px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cabecera-titular {
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1em;
    margin: 0 0 28px 0;
    max-width: 400px;
}
.cabecera-info {
    font-size: 18px;
    color: #fff;
    line-height: 1.2em;
}
.cabecera-info p {
    max-width: 430px;
}
.cabecera-info p:last-child {
    margin-bottom: 0;
}
.bloques-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -15px;
}
.bloque {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    width: 50%;
    padding: 30px 44px;
    line-height: 1.4em;
}
.bloque-txt {
    padding-left: 15px;
}
.bloque-titulo {
    display: inline;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
}
.bloque .svg-inline {
    flex: 1 0 auto;
    font-size: 62px;
    width: 62px;
}
.ico-trambolico-block {
    display: block;
    margin-top: 8px;
}
.subraya {
    text-decoration: underline;
}

.pie {
    padding-top: 20px;
    padding-bottom: 50px;
}
.pie-top {
    display: flex;
    align-items: center;
}
.pie-consulta {
    flex: 1 1 auto;
    font-weight: 700;
    padding-right: 18px;
}
.legal {
    font-size: 13px;
    text-align: justify;
    color: #666;
    margin-top: 50px;
    padding-top: 26px;
    border-top: 1px solid #000;
    line-height: 1.2em;
}
.logo {
    flex: 0 0 auto;
    display: block;
    width: 259px;
    height: 66px;
}
.logo .st0{fill:#FFCC00;}
.logo .st1{fill:#E30613;}
.logo .st2{fill:#009FE3;}
.logo .st3{fill:#000000;}

@media (max-width: 860px) {
    .cabecera {
        height: auto;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .cabecera-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
    .cabecera-info {
        text-align: center;
        max-width: 560px;
    }
    .cabecera-titular {
        font-size: 42px;
        text-align: center;
        margin: 25px 0;
        max-width: none;
    }
    .cabecera-info p {
        max-width: none;
    }

    .bloques-wrapper {
        display: block;
        margin: 50px 0px;
    }
    .bloque {
        width: 100%;
        padding: 20px;
    }
    .ico-trambolico {
        margin: 6px 0 0 6px;
    }
    .pie {
        display: block;
    }
    .pie-consulta {
        text-align: center;
    }
    .logo {
        margin: 35px auto 0 auto;
    }
    .pie-top {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .bloque {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 380px;
        margin: auto;
        padding: 20px 0;
    }
    .bloque .svg-inline {
        margin-bottom: 12px;
    }
}