/*RESET*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    overflow-x: hidden;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    display: inline-block;
}
img{
    height: auto!important;
}

/*TIPOGRAFÍAS*/

@font-face {
    font-family: 'MarkProBold';
    src: url('../fonts/markprobold.eot?#iefix') format('embedded-opentype'), url('../fonts/markprobold.woff') format('woff'), url('../fonts/markprobold.ttf') format('truetype'), url('../fonts/markprobold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkProBook';
    src: url('../fonts/markprobook.eot?#iefix') format('embedded-opentype'), url('../fonts/markprobook.woff') format('woff'), url('../fonts/markprobook.ttf') format('truetype'), url('../fonts/markprobook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkProHeavy';
    src: url('../fonts/markproheavy.eot?#iefix') format('embedded-opentype'), url('../fonts/markproheavy.woff') format('woff'), url('../fonts/markproheavy.ttf') format('truetype'), url('../fonts/markproheavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkProLight';
    src: url('../fonts/markprolight.eot?#iefix') format('embedded-opentype'), url('../fonts/markprolight.woff') format('woff'), url('../fonts/markprolight.ttf') format('truetype'), url('../fonts/markprolight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark pro';
    src: url('../fonts/markpro.eot?#iefix') format('embedded-opentype'), url('../fonts/markpro.woff') format('woff'), url('../fonts/markpro.ttf') format('truetype'), url('../fonts/markpro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mark pro';
    font-weight: bold;
    src: url('../fonts/markprobold.eot?#iefix') format('embedded-opentype'), url('../fonts/markprobold.woff') format('woff'), url('../fonts/markprobold.ttf') format('truetype'), url('../fonts/markprobold.svg') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'MarkProMedium';
    src: url('../fonts/MarkPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MarkPro-Medium.woff') format('woff'), url('../fonts/MarkPro-Medium.ttf') format('truetype'), url('../fonts/MarkPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-Regular.eot');
    src: url('../fonts/Ethos-Regular.woff2') format('woff2'), url('../fonts/Ethos-Regular.woff') format('woff'), url('../fonts/Ethos-Regular.ttf') format('truetype'), url('../fonts/Ethos-Regular.svg#Ethos-Regular') format('svg'), url('../fonts/Ethos-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-RegularItalic.eot');
    src: url('../fonts/Ethos-RegularItalic.woff2') format('woff2'), url('../fonts/Ethos-RegularItalic.woff') format('woff'), url('../fonts/Ethos-RegularItalic.ttf') format('truetype'), url('../fonts/Ethos-RegularItalic.svg#Ethos-RegularItalic') format('svg'), url('../fonts/Ethos-RegularItalic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}

p {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
}

body {
    border-top: 3px solid #b8b8b8;
}

.wrapper {
    max-width: 100%!important;
    width: 100%!important;
}


/*HEADER*/

header {
    width: 100%;
    background-color: #f9f9f9;
}

header .nav-superior .row .menu-sup ul li.menu-sep::after {
    content: "/";
    color: #636f79;
    margin: 0 5px;
}

header .nav-superior {
    background-color: #ededed;
    height: 35px;
}

header .nav-superior .menu-sup ul {
    text-align: left;
    margin-top: 10px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

header .nav-superior .redes-sociales ul {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 8px;
}

header .redes-sociales i {
    color: #0a1e2c;
    font-size: 15px;
}

header .redes-sociales li {
    margin-right: 10px;
    font-size: 10px;
}
header .redes-sociales li:last-of-type {
    margin-right: 0!important;
}

header .redes-sociales i:hover {
    color: #0070cd;
}

header .menu-sup a {
    font-family: "MarkProLight";
    font-size: 11px;
    color: #636f79;
}

header .menu-sup li:first-child a {
    color: #0070cd;
    font-family: "MarkProBold";
}

header .menu-sup li:first-child a:hover {
    color: #0a1e2c;
}
header .bar{
    color: #fff;
    padding: 2px;
}
header span.bar:last-of-type{
    display: none;
}
header .menu-sup a:hover {
    font-family: "MarkProLight";
    font-size: 11px;
    color: #0070cd;
    text-decoration: none;
}

header .tel-sup {
    background-color: #0070cd;
    height: 35px;
    text-align: center;
    padding-top: 3px;
}

header .tel-sup a {
    color: white;
    font-size: 14px;
    font-family: "MarkPro", Verdana, sans-serif;
    line-height: 26px;
}

header .tel-sup:hover {
    background-color: #0a1e2c;
}

header .tel-sup:hover a {
    text-decoration: none;
    color: white;
}

header .tel-sup svg {
    margin-right: 15px;
    position: relative;
    top: 5px;
}

header > section.cabecera.container > div > div.logotipo {
    width: 268px;
}

header .cabecera .row {
    position: relative;
    padding-top: 50px;
    padding-bottom: 58px;
    z-index: 999;
}

.home header .cabecera .row {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

header .cabecera div.menu-principal {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

header .cabecera .menu-principal > ul {
    text-align: right;
    padding-top: 50px;
}

header .cabecera .menu-principal li a {
    color: #0a1e2c;
    font-size: 13px;
    font-family: "MarkProBook";
}

header .cabecera .menu-principal ul li ul li a {
    display: block;
}

header .cabecera .menu-principal li a i {
    color: #0070cd;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin: 8px;
    margin-right: 0px;
}

header .cabecera .menu-principal > ul > li a:hover {
    text-decoration: none;
    color: #0070cd;
}

header .cabecera .menu-principal li ul.sub-menu {
    display: none;
}

header .cabecera .menu-principal li:hover ul.sub-menu {
    display: block;
    position: absolute;
    max-width: 300px;
}

header .cabecera .menu-principal ul li ul.sub-menu li:hover {
    background-color: #0070cd;
}

header .cabecera .menu-principal ul li ul.sub-menu li:hover a {
    color: #fff;
}

header .cabecera .menu-principal ul li ul.sub-menu li {
    float: left;
    display: inline-block;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #0070cd;
    text-align: left;
    padding: 10px 25px;
}

header .cabecera .menu-principal ul {
    text-align: right;
}

header .cabecera .menu-principal > ul > li::after {
    content: "/";
    color: #0070cd;
    margin: 0 10px;
}

header .cabecera .menu-principal ul li:last-child::after {
    content: "";
}

header .cabecera .menu-principal ul li:first-child::after {
    content: "";
}

header .search .search-input,
header .search .search-submit {
    background: transparent;
    border: 0px;
    outline: 0px;
}


/*Footer*/

footer {
    border-top: 1px solid #e4e4e4;
}

footer .container {
    border-left: 2px solid #f7f7f7;
    border-right: 2px solid #f7f7f7;
}

footer .sedes {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

footer .info-sedes {
    width: 100%;
    border-top: 3px solid #0a1e2c;
    margin: 0 auto 58px auto;
}

footer .info-sedes .sede iframe {
    width: 100%;
    height: 240px;
    padding-top: 25px;
    text-align: center;
}

footer .info-sedes .sede {
    padding-left: 40px;
    padding-right: 40px;
}

footer .info-sedes .sede h2 {
    font-family: "MarkProBold";
    font-size: 16px;
    color: #0a1e2c;
    margin: 23px 0;
}

footer .info-sedes .sede h2 a {
    font-family: "MarkProBold";
    font-size: 16px;
    color: #0a1e2c;
    margin: 23px 0;
}

footer .info-sedes .sede p {
    font-family: "MarkProLight";
    font-size: 13px;
    color: #0a1e2c;
    /*	margin: 23px 0;*/
}

footer .info-sedes .sede a {
    font-family: "MarkProLight";
    font-size: 13px;
    color: #0a1e2c;
    margin-bottom: 20px;
    display: inline-block;
}

footer .info-sedes .sede a:hover {
    text-decoration: none;
    color: #0070cd;
}

footer .pie {
    background-color: #0a1e2c;
    color: white;
}

footer .pie .row {
    margin: 38px 10px 105px 10px;
}

footer .pie a {
    color: white;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 11px;
}

footer .pie a:hover {
    text-decoration: none;
    color: #0070cd;
}

footer .pie .redes-sociales ul {
    text-align: right;
}

footer .pie ul li.menu-sep::after,
.footer #menu-menu-footer li::after {
    content: "/";
    color: white;
    margin: 0 13px;
}

footer .pie .texto-legal p {
    color: white;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 11px;
    margin-top: 39px;
}

.footer #menu-menu-footer li:last-child:after {
    content: '';
}



/*HOME*/

.home article.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.home .borde-lat-home {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.home a {
    transition: .5s all;
}


/*SLIDER*/

.slider-home {
    background-color: #f9f9f9;
    border-bottom: 18px solid #0070cd;
}

.flexslider {
    background: transparent;
    border: 0px solid transparent;
    margin: 0 auto;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    position: relative;
}

ol.flex-control-nav {
    display: none;
}

.custom-navigation a {
    top: 50%;
    position: absolute;
    transform: translate(-50%);
    z-index: 999;
    color: #0a1e2c;
}

.custom-navigation a:hover {
    color: #0070cd;
}

.custom-navigation a.flex-next {
    right: 0;
}

.custom-navigation a i {
    font-size: 20px;
}

.flexslider .slides img {
    height: 100%;
}

.flexslider .slides .img_fondo_slider {
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 4px;
    height: 560px;

}

.flexslider .slides .texto_slider {
    padding-left: 100px;
    width: 60%;
}

/*.flexslider .slides .texto_slider:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 75px;
    margin: 80px 0 0 0;
    background: #0070cd;
}*/

.flexslider .slides .texto_slider .titulo {
    font-family: "Ethos", Georgia, serif;
    font-size: 55px;
    color: #0070cd;
    display: block;
    float: left;
    background-color: rgba(255,255,255,.7);
    margin: 16px 0px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-top: 9px;
    padding-left: 50px;
}



.flexslider .slides .texto_slider .subtitulo {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 36px;
    color: #0a1e2c;
    margin-bottom: 10px;
    display: block;
    float: left;
    background-color: rgba(255,255,255,.7);

    padding-bottom: 3px;
    padding-right: 50px;
    padding-top: 9px;
    padding-left: 50px;
}

.flexslider .slides .texto_slider p{
    font-family: "MarkProBold";
    font-size: 16px;
    color: #0a1e2c;
    margin: 7px 0px;
    float: left;
    background-color: rgba(250,250,250,.7);

    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 9px;
}

.flexslider .slides .texto_slider div {
    font-family: "MarkProBold";
    font-size: 16px;
    color: #0a1e2c;
}

.flexslider .slides .texto_slider a {
    font-family: "MarkProHeavy";
    font-size: 18px;
    color: #0a1e2c;
    display: inline-block;
}

.flexslider .slides .texto_slider a:hover {
    color: #0070cd;
    text-decoration: none;
}

.flexslider .slides .texto_slider a:hover:after {
    background-color: #0070cd;
}

.flexslider .slides .texto_slider a:after {
    content: "";
    display: block;
    background-color: #0a1e2c;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
}

@media(max-width: 440px){
    .flexslider .slides .texto_slider:before{
            margin: 0px 0 5px 0;
    }

    .flexslider .slides .texto_slider h3 {
            margin-top: 20px;
    }
}


/*MODULO FONDO AZUL*/

.mod-bg-azul {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mod-bg-azul .imagen-firma {
    margin: 103px 0;
}

.mod-bg-azul .imagen-firma img {
    width: 100%;
    margin: 3% 0;
}

.mod-bg-azul .imagen-firma .border-1 {
    position: absolute;
    width: 95%;
    height: 93%;
    border: 1px solid #FFF;
    top: 0;
    left: 0;
    transition: 1s all;
}

.mod-bg-azul .imagen-firma .border-2 {
    position: absolute;
    width: 95%;
    height: 92%;
    border: 1px solid #FFF;
    right: 0;
    bottom: 0;
    transition: 1s all;
}

.mod-bg-azul .imagen-firma:hover .border-1 {
    width: 95%;
    height: 93%;
    top: 4%;
    left: auto;
    transition: 1s all;
}

.mod-bg-azul .imagen-firma:hover .border-2 {
    width: 95%;
    height: 92%;
    right: auto;
    bottom: 4%;
    transition: 1s all;
}

.mod-bg-azul h2 {
    font-family: "MarkProMedium";
    font-size: 36px;
    color: white;
    margin-top: 80px;
    margin-bottom: 40px;
    line-height: 40px;
}

.mod-bg-azul .texto {
    padding-left: 40px;
}

.mod-bg-azul .texto p {
    color: white;
    font-size: 16px;
    font-family: "MarkProBold";
    line-height: 26px;
}

.mod-bg-azul .texto a {
    color: #0070cd;
    font-size: 18px;
    font-family: "MarkProHeavy";
    display: inline-block;
    margin-top: 40px;
}

.mod-bg-azul a:hover {
    color: white;
    text-decoration: none;
}

.mod-bg-azul a:after {
    content: "";
    display: block;
    background-color: #0070cd;
    width: 100%;
    height: 2px;
    margin-bottom: 90px;
}


/*MÓDULO LISTADO HOME*/

.home .mod-listado {
    border-bottom: 1px solid #e4e4e4;
}

.home .mod-listado .borde-sup-azul {
    border-top: 22px solid #0070cd;
}

.home .mod-listado .titulo {
    position: relative;
    height: 395px;
}

.home .mod-listado .numero-fondo {
    font-family: "Ethos-Regular";
    font-size: 292px;
    color: #eeeeef;
    position: absolute;
    top: 50%;
    left: -14%;
    transform: translateY(-50%);
}

.home .mod-listado h2 {
    font-size: 36px;
    font-family: "MarkProMedium";
    color: #0a1e2c;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

.home .mod-listado .texto {
    position: relative;
    height: 395px;
}

.home .mod-listado .texto p {
    color: #0a1e2c;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
}

.home .mod-listado .texto strong {
    font-family: "MarkProBold";
}

.home .mod-listado .texto .parrafo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 65px;
    margin-right: 45px;
}

.home .mod-listado .texto .parrafo a {
    font-family: "MarkProHeavy";
    font-size: 18px;
    color: #0a1e2c;
    display: inline-block;
    margin-top: 50px;
}

.home .mod-listado .texto .parrafo a:hover {
    color: #0070cd;
    text-decoration: none;
}

.home .mod-listado .texto .parrafo a:after {
    content: "";
    display: block;
    background-color: #0a1e2c;
    width: 100%;
    height: 2px;
}

.home .mod-listado .texto .parrafo a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0070cd;
}


/*MODULO IMAGEN FULL-WIDTH*/

.mod-img-full {
    height: 260px;
    background-size: cover;
}
@media screen and (max-width: 414px){
    .mod-img-full{
        background-position: center;
    }
}
.imagen-separador .borde-lateral {
    margin: 0 auto;
    height: 100%;
    border-right: 1px solid white;
    border-left: 1px solid white;
}


/*MODULO ACTUALIDAD*/

.mod-actualidad .titulo {
    text-align: center;
    color: #0a1e2c;
    padding: 75px 0;
}

.mod-actualidad .titulo h2 {
    font-family: "Ethos", Georgia, serif;
    font-style: italic;
    font-size: 36px;
    text-transform: uppercase;
}

.mod-actualidad .titulo h3 {
    font-family: "Ethos", Georgia, serif;
    font-style: italic;
    font-size: 36px;
    text-transform: uppercase;
}

.mod-actualidad .titulo p {
    font-family: "MarkProLight";
    font-size: 14px;
    text-transform: uppercase;
}

.mod-actualidad .mod-category-blog {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.mod-actualidad .mod-category-blog .titulo-noticias {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.mod-actualidad .mod-category-blog .titulo-noticias a {
    font-family: "Ethos", Georgia, serif;
    font-style: italic;
    font-size: 28px;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.mod-actualidad .mod-category-blog .titulo-noticias a span {
    font-family: "MarkProLight";
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
}

.mod-actualidad .mod-category-blog .border-1 {
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #FFF;
    top: 0;
    left: 0;
    transition: 1s all;
}

.mod-actualidad .mod-category-blog .border-2 {
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #FFF;
    right: 0;
    bottom: 0;
    transition: 1s all;
}

.mod-actualidad .mod-category-blog:hover .border-1 {
    width: 93%;
    height: 92%;
    top: 4%;
    left: auto;
    transition: 1s all;
}

.mod-actualidad .mod-category-blog:hover .border-2 {
    width: 93%;
    height: 92%;
    right: auto;
    bottom: 4%;
    transition: 1s all;
}

.mod-actualidad .mod-category-blog .titulo-noticias a span:hover,
.mod-actualidad .mod-category-blog .titulo-noticias a:hover {
    text-decoration: none!important;
    transform: scale(1.5);
}

.mod-actualidad .suscripcion {
    height: 380px;
}

.form-suscripcion {
    position: relative;
    z-index: 998;
}

.mod-actualidad .suscripcion .form-suscripcion h2 {
    font-family: "MarkProLight";
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
}

.mod-actualidad .suscripcion .form-suscripcion .titulo1 {
    font-family: "MarkProLight";
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
    display: block;
}

.mod-actualidad .suscripcion .form-suscripcion .gform_wrapper {
    margin: 0px;
}

.mod-actualidad .suscripcion .form-suscripcion .gform_heading {
    display: none;
}

.mod-actualidad .suscripcion .form-suscripcion h3 {
    font-family: "Ethos", Georgia, serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
}

.mod-actualidad .suscripcion .form-suscripcion .titulo2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
    display: block;
}


.mod-actualidad .suscripcion .form-suscripcion #gform_2 > div.gform_heading > h3 {
    display: none;
}

.mod-actualidad .suscripcion .form-suscripcion input[type="text"] {
    outline: 1px solid #868686;
    border: 0px;
    width: 100%;
    padding: 10px 10px!important;
    display: block;
}

.mod-actualidad .suscripcion {
    padding: 70px 80px;
    min-height: 380px;
}

.mod-actualidad .mod-suscripcion .form-suscripcion .gform_body {
    width: 100%
}

.mod-actualidad .mod-suscripcion .form-suscripcion #gform_fields_2 {
    padding: 0 20px;
}

.form-suscripcion #field_2_1, .form-suscripcion #field_2_2 {
    width: 100%!important;
}

.form-suscripcion #field_2_1 > label,  .form-suscripcion #field_2_2 > label{
    display: none;
}

.mod-actualidad .suscripcion input[type="text"]::-webkit-input-placeholder {
    text-align: center;
    color: #868686;
    font-family: : "MarkProLight";
    font-size: 13px;
}

.mod-actualidad .suscripcion input[type="text"]:-moz-placeholder {
    text-align: center;
    color: #868686;
    font-family: : "MarkProLight";
    font-size: 13px;
}

.mod-actualidad .suscripcion input[type="text"]::-moz-placeholder {
    text-align: center;
    color: #868686;
    font-family: : "MarkProLight";
    font-size: 13px;
}

.mod-actualidad .suscripcion input[type="text"]:-ms-input-placeholder {
    text-align: center;
    color: #868686;
    font-family: : "MarkProLight";
    font-size: 13px;
}

.form-suscripcion .gform_footer {
    text-align: center;
}

.form-suscripcion #gform_submit_button_2 {
    background-color: transparent;
    border: 0px;
    outline: 0px;
    font-family: "MarkProHeavy";
    font-size: 18px;
    color: #0a1e2c;
    border-bottom: 3px solid #0a1e2c;
    padding: 0 0 5px 0;
}

.form-suscripcion #gform_confirmation_message_2 {
    margin-top: 40px;
    font-family: "MarkProLight";
    color: #0070cd;
    font-size: 14px;
    text-align: center;
}

.mod-actualidad .suscripcion .border-1 {
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #e4e4e4;
    top: 0;
    left: 0;
    transition: 1s all;
}

.mod-actualidad .suscripcion .border-2 {
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #e4e4e4;
    right: 0;
    bottom: 0;
    transition: 1s all;
}

.mod-actualidad .suscripcion:hover .border-1 {
    width: 93%;
    height: 92%;
    top: 4%;
    left: 4%;
    transition: 1s all;
}

.mod-actualidad .suscripcion:hover .border-2 {
    width: 93%;
    height: 92%;
    right: 3%;
    bottom: 4%;
    transition: 1s all;
}

.mod-noticias {
    padding: 56px 35px 0 35px;
}

.mod-noticias a:hover {
    text-decoration: none;
}

.mod-noticias span {
    font-family: "Ethos", Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: #0070cd;
}

.mod-noticias h3 {
    color: #0a1e2c;
    font-family: "Ethos", Georgia, serif;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.mod-noticias p {
    color: #0a1e2c;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    padding-bottom: 56px;
    line-height: 26px;
}

.mod-noticias .p strong {
    font-family: "MarkProBold";
}

#post-128 > section.container.mod-actualidad > div.row.mod-news.borde-lat-home > div:nth-child(1) > div:nth-child(2) > p,
#post-128 > section.container.mod-actualidad > div.row.mod-news.borde-lat-home > div:nth-child(2) > div:nth-child(2) > p {
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 60px;
}

.mod-actualidad .mod-noticias a.view-article {
    color: #0070cd;
    font-size: 30px;
    line-height: 0px;
}

.mod-actualidad .mod-noticias a.view-article:hover {
    text-decoration: none;
    color: #0070cd;
}

.mod-actualidad .btn-azul {
    text-align: center;
}

.mod-actualidad .btn-azul a {
    background-color: #0070cd;
    color: white;
    font-family: "MarkProHeavy";
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
    padding: 23px 34px;
    margin-bottom: 47px;
}

.mod-actualidad .btn-azul a:hover {
    text-decoration: none;
    background-color: #0a1e2c;
}


/*FIRMA*/

.firma {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.firma .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.firma .img-firma1 {
    padding-left: 0px;
    z-index: 5;
    height: 620px;
    overflow: hidden;
}

.firma .img-firma1 img {
    min-width: 100%;
}

.firma .mod-listado {
    position: relative;
    padding: 50px 0 60px 60px;
}

.firma .mod-listado .num {
    font-family: "Ethos-Regular";
    font-size: 292px;
    color: #eeeeef;
    position: absolute;
    top: 32%;
    left: 2%;
    transform: translateY(-50%);
    z-index: -1;
}

.firma .mod-listado h2 {
    font-size: 36px;
    font-family: "MarkProMedium";
    color: #0a1e2c;
    position: initial;
    line-height: 42px;
}

.firma .mod-listado p {
    color: #0a1e2c;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.firma .mod-listado strong {
    font-family: "MarkProBold";
}

.firma .mod-listado a {
    font-family: "MarkProHeavy";
    font-size: 18px;
    color: #0a1e2c;
    display: inline-block;
    margin-top: 50px;
}

.firma .mod-listado a:hover {
    color: #0070cd;
    text-decoration: none;
}

.firma .mod-listado a:after {
    content: "";
    display: block;
    background-color: #0a1e2c;
    width: 100%;
    height: 2px;
}

.firma .mod-listado a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0070cd;
}

.firma .bg-azul {
    color: white;
    background-color: #0c4267;
    margin-left: -195px;
    padding-left: 252px;
    padding-top: 92px;
    padding-bottom: 70px;
    z-index: 2;
}

.firma .bg-azul h2 {
    color: white;
}

.firma .bg-azul p {
    color: white;
}

.firma .bg-azul a {
    color: white;
}

.firma .bg-azul a:after {
    background-color: white;
}

.firma .bg-azul .num {
    color: #295071;
    left: 43%;
    top: 40%;
}

.firma .mod-listado .texto-bloque-1 {
    /*padding-right: 80px;*/
    width: 50%;
}

.firma .borde-der {
    border-right: 2px solid #e4e4e4;
}

.firma .bloque-2 .mod-listado {
    padding: 100px 80px;
}

.firma .separador {
    width: 100%;
}

.firma .separador img {
    width: 100%;
}

.firma .bloque-3{
    margin-bottom: 20px;
}

.firma .bloque-3 .mod-listado {
    padding: 90px 80px 130px 80px;
}

.firma .bloque-3 .imagen {
    position: relative;
    margin-top: -100px;
    padding: 45px;
}

.firma .bloque-4 {
    background: #0c4267;
    margin-bottom: 100px;
}

.firma .bloque-4 .bg-azul {
    padding-left: 80px;
    margin-left: 0px;
}

.firma .bloque-4 img {
    position: absolute;
    left: -1%;
    margin-top: -10%;
    width: 95%;
}


/* ÁREA DE PRÁCTICA*/

.mod-area-descripcion {
    padding: 60px 0;
}

.mod-border {
    border-left: 1px solid #bfbfbf;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mod-area-descripcion h3 {
    color: #0a1e2c;
    font-size: 36px;
    font-family: 'Ethos', serif;
}

.mod-area-descripcion h2 {
    color: #0a1e2c;
    font-size: 36px;
    font-family: 'Ethos', serif;
    font-weight: normal;
}

.mod-area-descripcion .titulo h2 {
    color: #0a1e2c;
    font-size: 36px;
    font-family: 'Ethos', serif;
    font-weight: normal;
}

.mod-area-descripcion div p {
    font-size: 16px;
    color: #0a1e2c;
}

.mod-area-servicios {
    padding: 30px 0;
    background-color: #0a1e2c;
    background-image: url(../img/bg_firma.jpg);
    color: #fff;
    border-bottom: 10px solid #0070cd;
}

.mod-area-servicios .titulo h2 {
    font-size: 36px;
    font-family: 'Ethos', serif;
    font-weight: normal;
}

.mod-area-servicios h3 {
    font-size: 36px;
    font-family: 'Ethos', serif;
}

.mod-area-servicios div ul li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 42px;
}

.mod-area-servicios div ul li i {
    color: #0070cd;
    padding-right: 18px;
    float: left;
    margin-top: 6px;
    margin-left: -30px;
    
}

.mod-area-profesionales {
    padding-bottom: 80px;
}

.mod-area-profesionales .listado-profesionales {
    padding-top: 90px;
}

.mod-area-profesionales .listado-profesionales ul li {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 380px;
}

.mod-area-profesionales .listado-profesionales img {
    display: inline-block;
    padding: 5px;
}

.mod-area-profesionales .listado-profesionales .mod-image .dark-square {
    background-color: #0070cd;
    width: 50%;
    height: 30px;
    position: absolute;
    z-index: -1;
    left: 8%;
    bottom: 0;
}

.mod-area-profesionales .listado-profesionales .mod-image .blue-square {
    background-color: #092635;
    width: 50%;
    height: 30px;
    position: absolute;
    z-index: -1;
    right: 8%;
}

.mod-area-profesionales .listado-profesionales ul li p {
    margin: 8px;
}

.mod-area-profesionales .listado-profesionales ul li p:last-of-type {
    margin-bottom: 10px;
}

.mod-area-profesionales .listado-profesionales ul li a {
    margin: 10px 5px;
    display: block;
    text-decoration: none;
}

.mod-area-profesionales .listado-profesionales ul li a:hover,
.mod-area-profesionales .listado-profesionales ul li a:hover p {
    color: #0070cc;
}

.mod-area-profesionales .listado-profesionales ul li .mod-iconos {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    display: inline-block;
}

.mod-area-profesionales .listado-profesionales ul li .mod-iconos a {
    display: inline-block;
}

.mod-area-profesionales .titulo h2 {
    color: #0a1e2c;
    font-size: 36px;
    font-family: 'Ethos', serif;
    padding-top: 90px;
    font-weight: normal;
}

.mod-area-profesionales h3 {
    color: #0a1e2c;
    font-size: 36px;
    font-family: 'Ethos', serif;
    padding-top: 90px;
}


/** Listado de areas de práctica **/

#listado-areas .portada {
    background-color: #dddddd;
}

.mod-listado-areas-practica {
    margin-bottom: 60px;
}


.mod-listado-areas-practica ul li {
    margin: 60px auto 0 auto;
}

.mod-listado-areas-practica ul li .bg-area-practica {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    background-color: #dddddd;
}

.mod-listado-areas-practica ul li h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 0;
    line-height: 40px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
}

.mod-listado-areas-practica ul li:hover h2 {
    background-color: transparent;
}


/*.mod-listado-areas-practica ul li h2:before {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    margin: 0 0 10px 0;
    background: #0070cd;
}*/

.mod-listado-areas-practica ul a:hover li h2:before {
    background-color: #fff;
}

.mod-listado-areas-practica ul a:hover {
    text-decoration: none;
}

.mod-listado-areas-practica ul a:hover li .bg-area-practica {
    background-image: none!important;
    background-color: #0070cd;
    transition: 0.5s all;
}

.mod-listado-areas-practica ul a:hover li h2 {
    color: #fff;
}

.contacto-practica{
    display: inline-block;
    background: #0070cd;
    color: white;
    padding: 20px 100px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    top: 48px;
    
font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.contacto-practica:hover{
    background-color: #0a1e2c;
    color: white!important;
}

@media(max-width:470px) {
    .mod-listado-areas-practica ul li {
        width: 100%;
        margin: 20px 0px;
    }

    .contacto-practica{
        top: 10px;
    }
}


/** Listado de sedes **/


/** Listado de areas de práctica **/

#sedes .portada {
    background-color: #dddddd;
}

.bg-sedes {
    background-color: #dddddd;
}

.mod-listado-sedes {
    padding: 50px auto;
}

.mod-listado-sedes ul li {
    margin: 60px auto;
}

.mod-listado-sedes ul li .bg-sedes {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    background-color: #dddddd;
}

.mod-listado-sedes ul li h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding:10px;
}

.mod-listado-sedes ul li:hover h2 {
    background-color: transparent;
}

/*.mod-listado-sedes ul li h2:before {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    margin: 0 0 10px 0;
    background: #0070cd;
}*/

.mod-listado-sedes ul a:hover li h2:before {
    background-color: #fff;
}

.mod-listado-sedes ul a:hover {
    text-decoration: none;
}

.mod-listado-sedes ul a:hover li .bg-sedes {
    background-image: none!important;
    background-color: #0070cd;
}

.mod-listado-sedes ul a:hover li h2 {
    color: #fff;
}

@media(max-width:470px) {
    .mod-listado-sedes ul li {
        width: 100%;
        margin: 20px 0px;
    }
}


/* ==========================================================================
    Media Queries
   ========================================================================== */


/* xs */

@media(max-width:550px){

    .menu-sup ul li {
        display: block;
        float: left;
        margin: 0px 10px;
        }
    .redes-sociales {
        width: 100%;
        }

    .menu-sup {
        width: auto;
        float: right;
        }

     .flexslider .slides .texto_slider .titulo {
        font-family: "Ethos", Georgia, serif;
        font-size: 37px;
        color: #0070cd;
        margin: 0px;
        display: block;
        padding: 5px;
    }

    .flexslider .slides .texto_slider .subtitulo {
        font-family: "Mark pro", Verdana, sans-serif;
        font-size: 22px;
        color: #0a1e2c;
        margin: 0px;
        display: block;
        margin-top: 10px;
        padding: 5px;
    }

    .flexslider .slides .img_fondo_slider {
        background-position: bottom center;
        background-repeat: no-repeat;
        position: relative;
        margin-left: 3px;
        height: 560px;
        background-size: 220%;
        background-position-x: 86%;
    }

} 
@media(max-width:998px) {
.page-template-template-contacto .cta-contacto {
    background-color: #e4e4e4;
    display: block;
    float: left;
    margin-top: 50px;
    }
}
@media(max-width:767px) {
    header section {
        width: 100%!important;
    }
    header .nav-superior {
        height: auto;
    }
    header .tel-sup svg {
        margin-right: 0px;
    }
    header .logotipo {
        margin-top: 20px;
        left: 50%;
        transform: translate(-50%);
        width: 70%;

    }

    header .tel-sup {
        margin-top: 10px;
    }
    header .redes-sociales li {
        margin-right: 6px;
    }
    header .menu-sup ul li::after {
        content: "";
        display: none;
    }
    header .nav-superior .menu-sup ul {
        border-left: 0px;
        border-right: 0px;
    }
    header .cabecera .row {
        padding-top: 6px;
        padding-bottom: 28px;
    }
    footer .pie {
        text-align: center;
    }
    footer .pie .redes-sociales ul {
        text-align: center;
        margin-top: 15px;
    }
    footer .pie ul li {
        width: 100%;
        padding: 2px 0;
    }
    footer .pie ul li::after {
        content: "";
        display: none;
    }
    footer .pie ul li a {
        font-size: 14px;
        display: block;
    }

    footer .pie .row{
        margin: 38px 10px 45px 10px;
    }

    
    .flexslider {
        height: 650px;
    }
    .flexslider .slides .texto_slider {
        padding-left: 9px;
        width: 90%;
    }
    .flexslider .slides .texto_slider:before {
        margin: 45px 0 0px 0;
        background: #0070cd;
    }
    .flexslider .slides .img_fondo_slider {
        height: 650px;
        margin-left:5px;
        /*background-size: 100%;*/
    }
    .flexslider .slides .texto_slider h1,
    .flexslider .slides .texto_slider h2 {
        font-size: 40px;
    }
    .flexslider .slides .texto_slider h3 {
        font-size: 24px;
    }
    .flexslider .slides .texto_slider p {
        font-size: 14px;
        color: #0a1e2c;
        margin: 5px 0px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .mod-bg-azul .imagen-firma {
        max-width: 100%;
        margin: 40px 0;
        text-align: center;
    }
    .mod-bg-azul h2 {
        margin-top: 0px;
    }
    .mod-listado .titulo {
        position: relative;
        height: 280px!important;
    }
    .home .mod-listado .numero-fondo {
        position: absolute;
        top: 50%;
        left: 26%;
        transform: translate(-50%, -50%);
    }


    .home .mod-listado h2 {
        position: absolute;
        top: 41%;
        left: 41%;
        transform: translate(-50%, -50%);
    }
    .home .mod-listado .texto {
        position: relative;
        height: 270px;
    }
    .home .mod-listado .texto .parrafo {
        margin-left: 20px;
        margin-right: 45px;
        margin-bottom: 0px;
    }
    .home .mod-listado .texto .parrafo a {
        margin: 20px 0 50px 0;
    }
    .mod-noticias p {
        border-bottom: 2px solid #e4e4e4;
    }
    .mod-actualidad .btn-azul {
        margin: 40px 0 0 0;
    }
    .mod-articulo-blog {
        padding: 0px;
    }
    .firma .mod-listado,
    .firma .bg-azul,
    .firma .bloque-2 .mod-listado {
        padding: 80px 20px 60px 25px;
        margin: 0px;
    }
    .firma .mod-listado .texto-bloque-1 {
        width: 100%;
    }
    .firma .mod-listado h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .firma .bloque-3 .mod-listado {
        padding: 80px 20px 60px 25px;
    }
    .firma .bloque-4 {
        margin-bottom: 30px;
    }
    .firma .bloque-4 .bg-azul {
        padding: 80px 20px 60px 25px;
    }
    .firma .mod-listado a {
        margin-top: 20px;
    }
    .firma .borde-der {
        border-right: 0px;
        border-bottom: 2px solid #e4e4e4;
    }
    .firma .bg-azul .num {
        top: 32%;
        left: 2%;
    }
    .firma .bloque-3 .imagen {
        position: relative;
        margin-top: -39px;
        padding: 14px;
    }
    
    .mod-border {
        border: 0;
    }

    .mod-area-profesionales .titulo h2 {
        padding-top: 25px;
    }

    .mod-area-profesionales .listado-profesionales,
    .mod-area-profesionales h3 {
        padding-top: 25px;
    }

    .mod-area-descripcion{
       padding: 30px 0 0 0;

    }

    .single-productos blockquote{
        margin-top: -23px;
    }
}


/* sm */

@media(min-width:768px) and (max-width: 1200px) {
    header section {
        width: 100%!important;
    }
    header .nav-superior {
        height: 80px;
    }
    header .tel-sup svg {
        margin-right: 0px;
    }
    header .logotipo {
        margin-top: 20px;
        margin-left: 20px;
    }
    header .tel-sup {
        margin-top: 10px;
    }
    header .redes-sociales li {
        margin-right: 10px;
    }
    header .menu-sup ul li::after {
        margin: 0 5px!important;
    }
    header .nav-superior .menu-sup ul {
        border-left: 0px;
        border-right: 0px;
    }
    header .cabecera .row {
        padding-top: 6px;
        padding-bottom: 28px;
    }

    #post-128 > section.mod-bg-azul.container-fluid > div > div{
        margin-right: 0px;
    }


    footer .pie {
        text-align: center;
    }
    footer .pie ul {
        padding-top: 10px;
    }
    footer .pie ul li a {
        font-size: 14px;
    }
    footer .pie .redes-sociales ul {
        text-align: center;
    }
    /*.portada h1 {
        padding-left: 30px;
    }*/

    .flexslider {
        height: 650px;
    }
    .flexslider .slides .texto_slider {
        padding-left: 55px;
        width: 60%;
    }
    .flexslider .slides .texto_slider:before {
        margin: 45px 0 0px 0;
        background: #0070cd;
    }
    .flexslider .slides .img_fondo_slider {
        margin-right: 15px;
        height: 650px;
        background-size: 100%;
    }
    .flexslider .slides .texto_slider h1,
    .flexslider .slides .texto_slider h2 {
        font-size: 40px;
    }
    .flexslider .slides .texto_slider h3 {
        font-size: 24px;
    }
    .flexslider .slides .texto_slider p {
        font-size: 14px;
        color: #0a1e2c;
        margin: 10px 0px;
    }
    .home .mod-listado .titulo {
        position: relative;
        height: 330px;
    }
    .home .mod-listado .numero-fondo {
        position: absolute;
        top: 50%;
        left: 26%;
        transform: translate(-50%, -50%);
    }
    .home .mod-listado .texto {
        height: 290px;
        position: relative;
    }
    .home .mod-bg-azul h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home .mod-bg-azul .imagen-firma {
        margin: 50px 0;
    }
    .home .mod-listado .numero-fondo {
        top: 70%;
        left: 29%;
    }
    .home .mod-listado h2 {
        position: absolute;
        top: 70%;
        left: 31%;
        transform: translate(-50%, -50%);
    }
    .home .mod-listado .titulo {
        height: 220px;
    }
    .mod-listado .texto .parrafo {
        margin-left: 45px;
        margin-right: 45px;
    }
    .mod-listado .texto .parrafo a {
        margin: 50px 0;
    }
    .home .mod-bg-azul .texto {
        padding: 0 45px;
    }
    .home .mod-actualidad .suscripcion {
        padding: 70px 36px
    }
    .firma .mod-listado,
    .firma .bg-azul,
    .firma .bloque-2 .mod-listado {
        padding: 60px 60px;
        margin: 0px;
    }
    .firma .bloque-3 .mod-listado {
        padding: 60px 60px 120px 60px;
    }
    .firma .mod-listado .texto-bloque-1 {
        width: 100%;
    }
    .firma .mod-listado h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .firma .bloque-4 {
        margin-bottom: 30px;
    }
    .firma .bloque-4 .bg-azul {
        padding-left: 40px;
        padding-right: 40px;
    }
    .firma .borde-der {
        border-right: 0px;
        border-bottom: 2px solid #e4e4e4;
    }
    .firma .bg-azul .num {
        top: 32%;
        left: 2%;
    }
    .firma .bloque-3 .imagen img {
        width: 100%;
        max-width: initial;
    }
    .firma .mod-listado .num,
    .firma .bg-azul .num {
        top: 40%;
    }
}

@media(max-width: 440px){
      header .tel-sup a{
        display: block;
        float: none;
    }
    header .tel-sup{
        height: auto!important;
    }
    .bar{
        display: none;
    }
}

/* md */


/* @media(min-width:991px){

    }
*/


/* lg */


/*@media(min-width:1200px){

    }*/


/** Single **/

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin: auto;
    float: none;
}

.single article a {
    text-decoration: none;
}
.single article a.thumbnail-link{
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 3%;
}

.single a:hover {
    text-decoration: none;
    color: #0070cd;
}

.single h1 {
    /*margin-top: 0px;*/
    font-family: "Ethos", Georgia, serif;
}

.single h1 a {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
}

.single h2 {
    color: #0070cd;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
.single h3 {
	margin: 10px 0px;
    font-family: "Mark pro", Verdana, sans-serif;;
    font-size: 16px;
    font-weight: bold;
}

.single h4 {
    margin: 10px 0px;
    font-family: "Mark pro", Verdana, sans-serif;;
    font-size: 16px;
    font-style: italic;
}
.single em, em{
    font-style: italic;
}


.single p, .single article ul li, .single article ol li{
    margin: 10px 0px;
    font-family: "Mark pro", Verdana, sans-serif;;
    font-size: 16px;
}

.single-post article ul li, .single-post article ol li{
    margin-left: 15px;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin-bottom: 20px;
    display: list-item;
    list-style-type: disc;
}

.single-post .date {
    color: #2770ca;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.single-post .post_content {
    margin: 10px 0;
}

.single-post .author {
    text-transform: capitalize;
    color: #91989e;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.single-post .author:hover {
    color: #0070cd;
}

#cat-sidebar ul li a {
    font-family: "Ethos", Georgia, serif;
    font-size: 24px;
}

#cat-sidebar ul li {
    display: block;
    margin-top: 5px;
}

#cat-sidebar ul li ul li a {
    font-family: "Ethos", Georgia, serif;
    font-size: 19px;
}

#cat-sidebar ul li {
    display: block;
}

#cat-sidebar ul li ul {
    margin-left: 20px;
}
.single article p a{
    text-decoration: underline;
    color: #0070cd;
    font-weight: bold;
}
.single .attachment-post-thumbnail {
    margin-bottom: 10px;
}

@media(max-width:440px) {
    
    #post-nav .button {
        padding: 5px !important;
    }

}

@media(max-width:768px) {
    

    .single a:hover {
    color: #ffffff;
    }

    
}

@media (max-width:991px) {
    #cat-sidebar {
        margin-top: 20px;
    }
}


/** Social buttons **/

.social-bar {
    float: right;
}

.social-bar i {
    font-size: 20px;
    color: #91989e;
    margin: 5px;
}

.social-bar i:hover {
    color: #2770ca;
}


/** Navigation **/

#post-nav {
    display: block;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

#post-nav .button {
    background-color: #0070cd;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
    color: white;
}

#post-nav .button:hover {
    background-color: #0a1e2c;
}

#post-nav .button a {
    color: white;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
}


/** Portada **/

.single #cat-header {
    margin-bottom: 40px;
    max-height: 350px;
    background-color: #dddddd;
}

.single .#cat-header h1 {
    margin-top: 0px;
}

.single .#cat-header h1 a {
    font-family: "Ethos", Georgia, serif;
    color: #0070cd;
    font-size: 60px;
}

.single #cat-header h1:before {
    margin: 75px 0 0px 0;
}

.single #cat-header .titulo {
    margin-top: 0px;
}

.single #cat-header .titulo a {
    font-family: "Ethos", Georgia, serif;
    color: #0070cd;
    font-size: 60px;
}

.single #cat-header .titulo:before {
    margin: 75px 0 0px 0;
}

.single #cat-header p {
    /*font-family: "Mark pro", Verdana, sans-serif;
    padding-left: 90px;
    font-size: 36px;*/
    display: none!important;
}

.single .post {
    margin-bottom: 60px;
}

.single #cat-sidebar {
    margin-bottom: 60px;
}

@media(max-width:440px) {
    .single #cat-header h1 {
        line-height: 50px;
        font-size: 50px;
    }

    .single #cat-header .titulo {
        line-height: 50px;
        font-size: 50px;
    }
    .single .#cat-header p {
        font-size: 30px;
        padding-left: 10px;
    }
}

@media(max-width:768px) {
    .single #cat-header h1 {
        line-height: 65px;
    }

    .single #cat-header .titulo {
        line-height: 65px;
    }
    .single #cat-header p {
        padding-left: 10px;
    }
}


/**/

.category #cat-header {
    margin-bottom: 40px;
    max-height: 350px;
    background-color: #dddddd;
}

.category .#cat-header h1 {
    margin-top: 0px;
}

.category .#cat-header h1 a {
    font-family: "Ethos", Georgia, serif;
    color: #0070cd;
    font-size: 60px;
}

.category #cat-header h1:before {
    margin: 75px 0 0px 0;
}

.category #cat-header p {
    font-family: "Mark pro", Verdana, sans-serif;
    padding-left: 90px;
    font-size: 36px;
}

@media(max-width:440px) {
    .category #cat-header h1 {
        line-height: 50px;
        font-size: 50px;
    }
    .category .#cat-header p {
        font-size: 30px;
        padding-left: 10px;
    }
}

@media(max-width:768px) {
    .category #cat-header h1 {
        line-height: 65px;
    }
    .category #cat-header p {
        padding-left: 10px;
    }
}

@media (max-width:991px) {
    .category #cat-sidebar {
        margin-top: 20px;
    }
}


/**/

.single-productos .portada {
    margin-bottom: 40px;
    background-color: #dddddd;
}


.single-productos .cerrar-comillas{
    transform: rotate(209deg);
    position: relative;
    top: -20px;
}



/** Formulario **/

.single-productos .formulario {
    font-family: 'Mark pro';
    font-size: 16px;
    margin-bottom: 40px;
}

.single-productos .formulario .gform_title {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #2770ca;
    font-weight: normal;
}

.single-productos .formulario .gform_title:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

.single-productos .formulario ul li {
    display: inline-block;
}

.single-productos .formulario #field_1_1 {
    width: 33.3%;
}

.single-productos .formulario #field_1_2 {
    width: 33.3%;
}

.single-productos .formulario #field_1_3 {
    width: 33.3%;
}

.single-productos .formulario #field_1_4 {
    width: 100%;
    display: inline-block;
}

.single-productos .formulario #field_1_5 {
    width: 100%;
}

.single-productos .formulario #field_1_6 {
    width: 100%;
}

.single-productos .formulario #label_1_5_1 {
    max-width: 100%;
}

.single-productos .formulario .gform_validation_error .validation_error {
    border: none;
}

.single-productos .formulario li {
    border: none !important;
}

.single-productos .formulario .validation_error {
    margin-bottom: 0px !important;
}

.single-productos .formulario .gfield {
    padding: 10px;
}

.single-productos .formulario label.gfield_label {
    font-weight: normal !important;
    font-size: 18px !important;
}

.single-productos .formulario .gfield_description {
    padding: 5px !important;
    font-size: 14px !important;
}

.single-productos .formulario ul li.gfield {
    margin-top: 0px !important;
}

.single-productos .formulario .gform_footer {
    margin-top: 0px !important;
    padding: 10px !important;
}

.single-productos .formulario #gform_submit_button_1 {
    border: none;
    background-color: #0070cd;
    padding: 15px;
    color: white;
}

.single-productos .formulario #gform_submit_button_1:hover {
    background-color: #0a1e2c;
}

.single-productos .formulario textarea {
    height: 200px !important;
}

@media(max-width:570px) {
    .single-productos input {
        line-height: 1.5 !important;
    }
    .single-productos .formulario #field_1_1 {
        width: 100%;
    }
    .single-productos .formulario #field_1_2 {
        width: 100%;
    }
    .single-productos .formulario #field_1_3 {
        width: 100%;
    }

}


/***/

.single-profesionales .portada {
    margin-bottom: 40px;
}



/** Category **/

.category .loop-thumbnail {
    min-height: 200px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.category a {
    text-decoration: none;
}

.category a:hover {
    text-decoration: none;
    color: #0070cd;
}

.category .date {
    color: #2770ca;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
}


/** Quotes **/

.single-productos blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    padding: 40px 0px;
    margin: auto;
    display: table;
    margin-top: 100px;
}

.single-productos blockquote h4 {
    font-size: 19px;
    font-family: 'Mark pro';
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}

.single-productos blockquote p {
    font-size: 16px;
    font-family: 'Mark pro';
    display: block;
}

.single-productos blockquote i.fa {
    font-size: 40px;
    color: #d2dff3;
    position: relative;
    z-index: -1;
}

.single-productos blockquote i.fa.fa-quote-left {
    top: 20px;
    left: -20px;
}

.single-productos blockquote i.fa.fa-quote-right {
    bottom: 20px;
}

@media (max-width:991px) {
    .single-productos blockquote {
        margin-top: 20px;
        width: 50%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 440px){
    .single-productos blockquote {
        width: 90%;
    }
}


/** Products **/

.single-productos h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #2770ca;
    font-weight: normal;
    line-height: 40px;
}

.single-productos h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

.single-productos .container h3 {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #2770ca;
}

.single-productos .container h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

.single-productos hr, .single-areas hr {
    display: block;
    margin: 50px 0px 0px 20%;
    height: 10px;
    width: 20%;
    background: #0070cd;
}

.single-productos p {
    font-family: 'Mark pro';
    font-size: 16px;
    margin-bottom: 20px;
}

.single-productos .recomendacion {
    margin-bottom: 50px;
    border-bottom: 10px solid #0070cd;
}

.single-productos .recomendacion .container p {
    color: #ffffff;
}

.single-productos .recomendacion .container h3 {
    font-family: 'Ethos';
    font-size: 30px;
    color: #ffffff;
}

.single-productos .recomendacion .container h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

.single-productos .recomendacion .container {
    padding: 40px 0px;
}

.single-productos .border-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #bfbfbf;
    top: 0;
    left: 0;
    transition: 1s all;
}

.single-productos .border-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #bfbfbf;
    top: 10px;
    left: 10px;
    transition: 1s all;
}

.single-productos .col-md-8:hover .border-1 {
    top: 0;
    left: 0;
    transition: 1s all;
}

.single-productos .col-md-8:hover .border-2 {
    top: 0;
    left: 0;
    transition: 1s all;
}

.single-productos .vlinetop {
    border-left: 1px solid #bfbfbf;
    display: inline;
    position: absolute;
    left: 50%;
    margin-top: -90px;
    width: 50%;
    height: 50px;
}

.single-productos .vlinebot {
    border-left: 1px solid #bfbfbf;
    display: inline;
    position: absolute;
    left: 50%;
    margin-top: 50px;
    width: 50%;
    height: 40px;
    transition: 1s all;
}

.single-productos .col-md-8:hover .vlinebot {
    height: 50px;
    margin-top: 40px;
    transition: 1s all;
}

.single-productos .servicio .center {
    padding: 40px;
}

.single-productos .servicio {
    margin-bottom: 50px;
}

.single-productos .servicio ol li {
    font-family: 'Mark pro';
    font-size: 16px;
    list-style-type: decimal;
    margin-left: 40px;
    display: list-item;
}

.single-productos .servicio ul li {
    font-family: 'Mark pro';
    font-size: 16px;
    list-style-type: circle;
    margin-left: 40px;
    display: list-item;
}

.single-productos .content {
    border-left: 1px solid #bfbfbf;
    padding-left: 40px;
}

.single-productos .more-info {
    padding: 40px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 40px;
}

.single-productos .more-info a {
    margin: auto;
    display: table;
    font-family: 'Mark pro';
    font-size: 16px;
    color: white;
    background-color: #0070cd;
    padding: 20px;
    max-width: 90%;
    width: 450px;
    text-transform: uppercase;
}

.single-productos .more-info a:hover {
    background-color: #0a1e2c;
}

.single-productos .more-info a img {
    margin-right: 20px;
}


@media (max-width: 768px){
    .single-productos .recomendacion .container {
        padding: 40px 40px;
    }

    .single-productos .more-info a {
        min-width: 70%;
        max-width: 80%;
        width: auto;
    }

    .single-productos .recomendacion .container h3 {
        line-height: inherit;
    }

    .single-productos .container h3 {
        line-height: 40px;
    }
}

@media (max-width: )

/** Contact bar **/

.contact {
    position: absolute;
    bottom: 0;
    width: 90%;
}

.contact-bar {
    font-size: 20px;
    font-weight: bold;
}

.contact-bar i {
    margin-right: 10px;
}

.contact-bar i:hover {
    color: #0070cd;
}


/** Profesionales **/

.single-profesionales {
    margin-bottom: 40px;
}

.single-profesionales .portada {
    background-color: #dddddd;
}

.single-profesionales .content {
    border-left: 1px solid #bfbfbf;
    margin-bottom: 40px;
    padding-left: 40px;
}

.single-profesionales #sidebar {
    margin-bottom: 40px;
}

.single-profesionales #sidebar h1 {
    font-family: "Ethos", Georgia, serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 10px;
}

.single-profesionales #sidebar h2 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}

.single-profesionales #sidebar .photo {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.single-profesionales .photo img {
    margin-bottom: 0px;
    width: 100%;
}

.single-profesionales .photo .block-1 {
    background-color: #0070cd;
    width: 80%;
    height: 20%;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

.single-profesionales .photo .block-2 {
    background-color: #052d49;
    width: 80%;
    height: 20%;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

.single-profesionales #sidebar:hover .photo .block-1 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

.single-profesionales #sidebar:hover .photo .block-2 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

.single-profesionales .content h3 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #092534;
    margin-bottom: 30px;
}

.single-profesionales .content h3:before {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 10px 0 10px 0;
    background: #2770ca;
}

.single-profesionales .content p {
    margin-bottom: 20px;
}

.single-profesionales #formacion {
    margin-top: 40px;
}

.single-profesionales #contacto {
    margin-top: 40px;
}

.single-profesionales #formacion p:before {
    content: "\f105";
    float: left;
    color: #0070cd;
    font-family: fontawesome;
    font-size: 30px;
    font-weight: normal;
    margin-right: 20px;
    margin-top: -12px;
}

.single-profesionales #formacion p {
    margin-left: 20px;
    margin-bottom: 50px;
}

.single-profesionales #contacto a {
    display: block;
    margin-bottom: 20px;
}

.single-profesionales #contacto {
    font-family: 'Mark pro';
    font-size: 16px;
    color: black;
}

.single-profesionales #contacto i {
    margin-right: 10px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 15px 0px 10px;
}

.single-profesionales #contacto a:hover {
    color: #0070cd;
}

.single-profesionales #contacto a:hover i {
    color: #0070cd;
}

@media(max-width:440px) {
    
    .single-profesionales #contacto i{
        margin: 5px;
    }

}

@media(max-width:768px) {
    .single-profesionales #sidebar {
        text-align: center;
    }
}

/** BreadCrumbs **/

#breadcrumbs {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

#breadcrumbs a:hover {
    color: #2770ca;
}

#breadcrumbs:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 10px 0 10px 0;
    background: #2770ca;
}


/** Responsive menu **/

#menu-button {
    position: absolute;
    top: 60px;
    right: 0;
    margin-right: 10px;
    font-size: 30px;
    color: #052d49;
}

#menu-button:hover {
    color: #0070cd;
}

#menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-right: 10px;
    font-size: 25px;
    color: white;
    font-family: "MarkProLight";
}

#menu-close:hover {
    color: #0070cd;
    text-decoration: none;
}

.menu-responsive {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #052d49;
    padding: 0px;
    overflow: scroll;
    z-index: 1;
}

.menu-responsive .row.hidden {
    display: block !important;
}

.menu-responsive ul li:last-child {
    margin-bottom: -10px;
}

.menu-responsive ul li {
    display: block;
    min-width: 51%;
    text-align: left;
    padding: 10px 0px;
    background-color: #174565;
}

#menu > ul > li:nth-child(1){
    display: none;
}

.menu-responsive ul li:last-child:hover {
    background-color: #0070cd;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-responsive ul li:hover {
    background-color: #0070cd;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}

.menu-responsive ul li ul {
    margin-top: 10px;
}

.menu-responsive ul li ul li {
    display: block;
    min-width: 51%;
    border-bottom: 1px solid #0070cd;
    text-align: left;
    padding: 10px 25px;
    background-color: #052d49;
}

.menu-responsive ul li ul li:hover {
    background-color: #174565;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}

.menu-responsive ul li a {
    color: white;
    font-size: 18px;
    font-family: "MarkProBook";
    margin-left: 20px;
    display: block;
    text-decoration: none;
}

.menu-responsive ul li ul li a {
    color: white;
    font-size: 16px;
    font-family: "MarkProBook";
}

.menu-responsive .sub-menu {
    display: none;
}


.menu-responsive i {
    display: block;
    float: right;
    margin-top: -10px;
    padding-top: 10px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 20%;
    text-align: right;
}

/**/

@media (min-width: 768px) and (max-width: 1200px) {
    header .logotipo {
        float: none;
        margin: auto;
        padding-top: 20px;
        display: block;
        margin-top: 25px;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .nav-superior {
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    header .cabecera div.menu-principal {
        position: initial;
        top: initial;
        right: initial;
        transform: initial;
        margin-top: 20px;
    }
    header .cabecera .menu-principal > ul {
        text-align: center;
        padding-top: 0px;
        position: relative;
        z-index: 999;
    }
    .cabecera .container {
        padding-top: 20px;
    }
    header .nav-superior {
        height: 35px;
    }
    header .tel-sup {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    header .nav-superior {
        height: auto !important;
    }
}


/** 404 */

#post-404 h1 {
    font-family: "Ethos", Georgia, serif;
    font-size: 60px;
    color: #2770ca;
    display: table;
    margin: auto;
}

#post-404 h1:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

#post-404 h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#post-404 h2 a {
    font-family: "MarkProHeavy";
    font-size: 18px;
    color: #0a1e2c;
}

#post-404 h2 a:hover {
    color: #0070cd;
    text-decoration: none;
}


/** Search **/

.search-page #search_title {
    font-family: "Ethos", Georgia, serif;
    font-size: 40px;
    color: #2770ca;
    margin-bottom: 40px;
}

.search-page #search_title:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

.search-page .loop-thumbnail {
    min-height: 200px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.search-page a {
    text-decoration: none;
}

.search-page a:hover {
    text-decoration: none;
    color: #0070cd;
}

.search-page .date {
    color: #2770ca;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
}


/** Pagination **/

.pagination {
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #0070cd;
    text-align: center;
    margin: 40px auto;
}

.pagination a {
    color: #0a1e2c;
}


/** Template areas de práctica **/

.t-areas .portada {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.t-areas .mod-area-descripcion .content h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 40px;
    color: #2770ca;
    margin-bottom: 40px;
}

.t-areas .mod-area-descripcion .content h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

.t-areas .mod-area-descripcion div p {
    margin: 20px 0;
}


/** Listado profesionales **/

#listado-profesionales .accordion-box {
    margin-bottom: 20px;
}

#listado-profesionales .accordion-title {}

#listado-profesionales .accordion {
    margin-top: 20px;
    margin-bottom: 10px;
}

#listado-profesionales .accordion h3 a {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 10px 0px;
}

#listado-profesionales .accordion h3 a:hover {
    text-decoration: none;
    color: #0070cd;
}

#listado-profesionales .accordion h4 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin: 10px 0px;
}

#listado-profesionales .accordion .photo {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

#listado-profesionales .accordion .photo img {
    margin-bottom: 0px;
}

#listado-profesionales .accordion .photo .block-1 {
    background-color: #0070cd;
    width: 80%;
    height: 20%;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

#listado-profesionales .accordion .photo .block-2 {
    background-color: #052d49;
    width: 80%;
    height: 20%;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

#listado-profesionales .accordion .prof-box:hover .photo .block-1 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

#listado-profesionales .accordion .prof-box:hover .photo .block-2 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

#listado-profesionales .accordion .prof-box:hover h3 a {
    color: #0070cd;
}

#listado-profesionales .accordion-title h2 {
    font-family: "Ethos", Georgia, serif;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px #bfbfbf solid;
    padding-bottom: 20px;
}

#listado-profesionales .accordion-title h2:hover {
    color: #0070cd;
    cursor: pointer;
}

#listado-profesionales .accordion-title h2 i {
    float: right;
    font-size: 15px;
    border-radius: 50%;
    color: #444444;
    border: 2px #444444 solid;
    padding: 1px 3px 4px 3px;
}

#listado-profesionales .accordion-title h2:hover i {
    color: #0070cd;
    border-radius: 50%;
    border: 2px #0070cd solid;
}

#listado-profesionales .accordion .prof-box {
    text-align: center;
    min-height: 380px;
    margin-top: 10px;
    margin-bottom: 60px;
}

#listado-profesionales .accordion .prof-box .data {
    min-height: 147px;
}

#listado-profesionales .contact-bar {
    font-size: 20px;
    font-weight: bold;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    background-color: white;
    margin-top: auto;
}

#listado-profesionales .accordion .photo img {
    margin-bottom: 0px;
    max-width: 200px;
}


/**/

#listado-profesionales .portada {
    margin-bottom: 40px;
    background: #dddddd;
}


/****/

.single-areas .portada {
    background-color: #dddddd;
}

.single-areas .mod-area-profesionales .prof-box:hover .photo .block-1 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

.single-areas .mod-area-profesionales .prof-box:hover .photo .block-2 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

.single-areas .mod-area-profesionales .prof-box:hover h3 a {
    color: #0070cd;
}

.single-areas .mod-area-profesionales .prof-box {
    text-align: center;
    min-height: 351px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-areas .mod-area-profesionales .prof-box .data {
    min-height: 147px;
}

.single-areas .mod-area-profesionales .prof-box h3 {
    padding-top: 0px;
    font-family: inherit;
    font-size: inherit;
}

.single-areas .mod-area-profesionales .prof-box h3 a {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 10px 0px;
}

.single-areas .mod-area-profesionales .prof-box h3 a:hover {
    text-decoration: none;
    color: #0070cd;
}

.single-areas .mod-area-profesionales .prof-box h4 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin: 10px 0px;
}

.single-areas .mod-area-profesionales .prof-box .photo {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.single-areas .mod-area-profesionales .prof-box .photo img {
    margin-bottom: 0px;
}

.single-areas .mod-area-profesionales .prof-box .photo .block-1 {
    background-color: #0070cd;
    width: 80%;
    height: 20%;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

.single-areas .mod-area-profesionales .prof-box .photo .block-2 {
    background-color: #052d49;
    width: 80%;
    height: 20%;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

.single-areas .mod-area-profesionales .contact-bar {
    font-size: 20px;
    font-weight: bold;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    background-color: white;
    margin-top: auto;
}

/*Internacional*/
.internacional .mod-area-profesionales .prof-box:hover .photo .block-1 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

.internacional .mod-area-profesionales .prof-box:hover .photo .block-2 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

.internacional .mod-area-profesionales .prof-box:hover h3 a {
    color: #0070cd;
}

.internacional .mod-area-profesionales .prof-box {
    text-align: center;
    min-height: 351px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.internacional .mod-area-profesionales .prof-box .data {
    min-height: 147px;
}

.internacional .mod-area-profesionales .prof-box h3 {
    padding-top: 0px;
    font-family: inherit;
    font-size: inherit;
}

.internacional .mod-area-profesionales .prof-box h3 a {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 10px 0px;
}

.internacional .mod-area-profesionales .prof-box h3 a:hover {
    text-decoration: none;
    color: #0070cd;
}

.internacional .mod-area-profesionales .prof-box h4 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin: 10px 0px;
}

.internacional .mod-area-profesionales .prof-box .photo {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.internacional .mod-area-profesionales .prof-box .photo img {
    margin-bottom: 0px;
}

.internacional .mod-area-profesionales .prof-box .photo .block-1 {
    background-color: #0070cd;
    width: 80%;
    height: 20%;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

.internacional .mod-area-profesionales .prof-box .photo .block-2 {
    background-color: #052d49;
    width: 80%;
    height: 20%;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

.internacional .mod-area-profesionales .contact-bar {
    font-size: 20px;
    font-weight: bold;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    background-color: white;
    margin-top: auto;
}

/** Sedes **/

#sede .mod-area-profesionales .prof-box:hover .photo .block-1 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

#sede .mod-area-profesionales .prof-box:hover .photo .block-2 {
    width: 20%;
    height: 80%;
    transition: 1s all;
}

#sede .mod-area-profesionales .prof-box:hover h3 a {
    color: #0070cd;
}

#sede .mod-area-profesionales .prof-box {
    text-align: center;
    min-height: 351px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sede .mod-area-profesionales .prof-box .data {
    min-height: 147px;
}

#sede .mod-area-profesionales .prof-box h3 {
    padding-top: 0px;
    font-family: inherit;
    font-size: inherit;
}

#sede .mod-area-profesionales .prof-box h3 a {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 10px 0px;
}

#sede .mod-area-profesionales .prof-box h3 a:hover {
    text-decoration: none;
    color: #0070cd;
}

#sede .mod-area-profesionales .prof-box h4 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin: 10px 0px;
}

#sede .mod-area-profesionales .prof-box .photo {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

#sedes .mod-area-profesionales .prof-box .photo img {
    margin-bottom: 0px;
}

#sede .mod-area-profesionales .prof-box .photo .block-1 {
    background-color: #0070cd;
    width: 80%;
    height: 20%;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

#sede .mod-area-profesionales .prof-box .photo .block-2 {
    background-color: #052d49;
    width: 80%;
    height: 20%;
    bottom: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
    transition: 1s all;
}

#sede .mod-area-profesionales .contact-bar {
    font-size: 20px;
    font-weight: bold;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    background-color: white;
    margin-top: auto;
}

#sede h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #2770ca;
    line-height: 40px;
}

#sede h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

#sede p {
    margin-bottom: 20px;
}


/** Nosotros **/

#nosotros{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

#nosotros .container-fluid{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

#nosotros .portada {
    margin-bottom: 40px;
}


#nosotros p {
    margin: 25px 0px;
}

#nosotros h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #2770ca;
    margin-bottom: 40px;
    line-height: 40px;
}

#nosotros h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

#nosotros h3 {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #2770ca;
}

#nosotros h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}

#nosotros blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    padding: 40px 0px;
    margin: auto 30px;
    display: table;
    font-size: 24px;
    font-family: 'Mark pro';
    text-align: center;
    position: relative;
}

#nosotros blockquote strong {
    font-family: "Ethos", Georgia, serif;
    font-size: 32px;
}

#nosotros blockquote img{
    position: absolute;
    left: -6%;
    top: -14%;
    z-index: -1;
}

#nosotros blockquote i.fa {
    font-size: 40px;
    color: #d2dff3;
    position: relative;
    z-index: -1;
}

#nosotros blockquote i.fa.fa-quote-left {
    top: 20px;
    left: -20px;
}

#nosotros blockquote i.fa.fa-quote-right {
    bottom: 20px;
}

#nosotros .quote td {
    vertical-align: middle;
    padding: 0px;
}

#nosotros .quote hr {
    border-top: 1px solid #bfbfbf;
    margin: 0px;
    transition: all 1s;
}

#nosotros .quote:hover hr {
    margin: 0px;
}

#nosotros .quote {
    margin: 40px 0px;
}

#nosotros .separador {
    width: 100%;
}

#nosotros .separador img {
    width: 100%;
}

#nosotros .img-separador {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    margin: 50px 0px;
}

#nosotros #valores-bloq {
    margin-bottom: 50px;
}

#nosotros #valores-bloq tr {
    margin-bottom: 40px;
}

#nosotros .valores-header {
    font-family: "Ethos", Georgia, serif;
    font-size: 24px;
    border-right: 1px solid #b3b3b3;
    text-align: right;
}

#nosotros #valores-bloq .valores-body {
    padding-bottom: 80px;
}

#nosotros #valores-bloq tbody tr:last-child .valores-body {
    padding-bottom: 0px;
}

#nosotros .valores-body p {
    margin-top: 15px;
}

#nosotros .valores-body strong,
#nosotros .valores-body b {
    color: #0070cd;
}

#nosotros #bloq-valores {
    margin-bottom: 40px;
}

@media(max-width:440px) {

    #nosotros .quote {
        margin: 40px 20px;
    }
    #nosotros .quote .hseparator {
        display: none;
    }

    #nosotros #valores-bloq .valores-body {
    padding-bottom: 15px;
    }
}

@media(max-width:768px) {


    #nosotros #valores-bloq .valores-body {
    padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    #nosotros blockquote {
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #nosotros #valores-bloq .valores-body {
    padding-bottom: 15px;
    }
}


/** Listado de categorias **/

#listado-actualidad .portada {
    background-color: #dddddd;
}

.bg-actualidad {
    background-color: #dddddd;
}

/** Audios **/

.audio-box {
   margin: 20px;
   display: inline-block;
}

.audio-box .audio-img {
   float: left;
   width: 40%;


}

.audio-img img {
   display: none;
}

.audio-box .audio-body {
   float: left;
   width: 100%;
   padding: 10px;

}

.audio-box .audio-iframe, .audio-box .audio-descripcion {
   margin-top: 20px;
}


.mod-listado-audios {
   margin-top: 60px;
   margin-bottom: 60px;
}

.audio-box .audio-descripcion {
   font-size: 12px;
}


.mod-listado-audios a {
   min-height: 340px;
}

.mod-listado-audios .audio-box h2 {
   font-family: "Ethos", Georgia, serif;
   font-size: 18px;
   color: #0070cd;
   margin-bottom: 0;
   line-height: inherit;
}

.mod-listado-audios .audio-box h2:before {
   content: "";
   display: block;
   height: 3px;
   width: 25px;
   margin: 0px;
   background: #0070cd;
}

.mod-listado-audiosa a:hover h2:before {
   background-color: #fff;
}

.mod-listado-audios a:hover {
   text-decoration: none;
}

@media(max-width:470px) {
   .mod-listado-audios .audio-box {
       width: 100%;
       margin: 20px 0px;
   }}

/*.mod-listado-actualidad {
    margin: 60px auto;
}
*/
.mod-listado-actualidad {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
}

.mod-listado-actualidad ul li h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    display: block;
    float: left;
}

.mod-listado-actualidad ul li:hover h2 {
    background-color: transparent;
}

/*.mod-listado-actualidad ul li h2:before {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    margin: 0 0 10px 0;
    background: #0070cd;
}*/

.mod-listado-actualidad ul a:hover li h2:before {
    background-color: #fff;
}

.mod-listado-actualidad ul a:hover {
    text-decoration: none;
}

.mod-listado-actualidad ul li .bg-actualidad {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    background-position: center;
}

.mod-listado-actualidad ul a:hover li .bg-actualidad {
    background-image: none!important;
    background-color: #0070cd;
}

.mod-listado-actualidad ul a:hover li h2 {
    color: #fff;
}

.mod-listado-actualidad li {
        margin: 20px 0px;
}

@media(max-width:470px) {
    .mod-listado-actualidad li {
        width: 100%;
        margin: 20px 0px;
    }
}


/** Listado de productos **/

#productos .portada {
    background-color: #dddddd;
}

.mod-listado-productos {
    padding: 50px auto;
}

.mod-listado-productos {
    margin: 60px auto;
}

.mod-listado-productos {
    background-size: cover;
    background-repeat: no-repeat;
}

.mod-listado-productos ul li h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 0;
    transition: .5s all;
}

/*.mod-listado-productos ul li h2:before {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    margin: 0 0 10px 0;
    background: #0070cd;
}*/

.mod-listado-productos ul a:hover li h2:before {
    background-color: #fff;
}

.mod-listado-productos ul a:hover {
    text-decoration: none;
}

.mod-listado-productos .bg-producto {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    background-position: -530px;
    background-color: #dddddd;
    transition: .5s all;
}

.mod-listado-productos a:hover .bg-producto {
    background-image: none!important;
    background-color: #0070cd;
}

.mod-listado-productos ul li h2 {
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
}

.mod-listado-productos ul a:hover li h2 {
    background-color: transparent;
}

.mod-listado-productos li {
    margin: 20px 0px;
}

@media(max-width:470px) {
    .mod-listado-productos li {
        width: 100%;
    }
}

.flexslider .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
}


/** Template básico **/

.t-basico .content {
    margin-bottom: 40px;
}

.t-basico .content h1 {
    font-family: "Ethos", Georgia, serif;
    font-size: 45px;
    color: #0070cd;
}

.t-basico .content h1:after {
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    background: #0070cd;
    margin: 20px 0px 0px 0px;
}

.t-basico h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 36px;
    color: #0070cd;
    margin-bottom: 20px;
    line-height: 40px;
}

.t-basico h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 45px;
    background: #0070cd;
    margin: 10px 0px 0px 0px;
}

.t-basico h3 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 20px;
}

.t-basico h4 {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.t-basico p {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin-bottom: 20px;
}

.t-basico a {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0070cd;
    text-decoration: none;
    cursor: pointer;
}

.t-basico a:hover {
    color: #0a1e2c;
}

.t-basico strong,
.t-basico b {
    color: #0070cd;
}

.t-basico ul {
    margin-left: 20px;
}

.t-basico ul li {
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 16px;
    color: #0a1e2c;
    margin-bottom: 20px;
    display: list-item;
    list-style-type: disc;
}
.page-id-60 .t-basico ul li {
    list-style: none;
}
.t-basico .content h1:first-child {
    margin-top: 40px;
}

.t-basico .content h2:first-child {
    margin-top: 40px;
}

.t-basico .content p:first-child {
    margin-top: 40px;
}




/****/

.post-box .loop-thumbnail {
    min-height: 250px;
    background-color: #dddddd;
}

.post-box a {
    min-height: 90px;
    display: block; /* Fallback for non-webkit */
  display: -webkit-box;
    display: -moz-box;
  max-width: 400px;
  height: 26px*30.8px*5; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 26px;
  line-height: 30.8px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
    -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-box:hover a {
    color: #0070cd;
}



        /** Menú **/
        
        @media(max-width:550px) {
            .menu-sup ul li {
                display: block;
                float: left;
                margin: 0px 5px;
            }
            .redes-sociales {
                width: auto;
                float: left;
            }
            .menu-sup {
                width: auto;
                float: right;
                margin-bottom: 10px;
            }
            header .search .search-input {
                width: 50px;
            }
            header .search .search-submit {
                width: 10px;
            }
            form.search {
                width: auto;
            }
            button.search-submit {
                padding: 0px;
            }

            header .nav-superior {
                height: auto;
            }
        }
        
        @media(max-width:550px) {
            form.search {
                display: inline-block;
                margin: auto;
            }

            #menu-button {
                top: 23px;
            }
        }
        
        @media(max-width:435px) {
            #menu-button {
                top: -150px;
            }
            .bar{
                display: none!important;
            }
        }
        


        /** Contacta **/
        
        #form-contacto .formulario {
            font-family: "Mark pro", Verdana, sans-serif;
            font-size: 16px;
            margin-bottom: 40px;
        }
        
        #form-contacto .gform_title {
            font-family: "Ethos", Georgia, serif;
            font-size: 34px;
            color: #2770ca;
            font-weight: normal;
            line-height: 40px;
        }
        
        #form-contacto .gfield {
            width: 100% !important;
        }
        
        #form-contacto #field_3_11 .gfield_label {
            display: none;

        }

        #choice_3_11_1{
            float: left;
            margin-right: 10px;
        }

        #label_3_11_1{
            float: left;
            width: 80%;
            line-height: 18px;
        }

        #input_3_11 > li{
            display: block!important;
        }
        
        #form-contacto .gform_title:after {
            content: "";
            display: block;
            height: 3px;
            width: 75px;
            margin: 20px 0 20px 0;
            background: #2770ca;
        }
        
        #form-contacto ul li {
            display: inline-block;
        }
        
        #form-contacto input {
            width: 80%;
        }
        
        #form-contacto #label_3_11_1 {
            max-width: 100%;
        }
        
        #form-contacto .gform_validation_error .validation_error {
            border: none;
        }
        
        #form-contacto li {
            border: none !important;
        }
        
        #form-contacto .validation_error {
            margin-bottom: 0px !important;
        }
        
        #form-contacto .gfield {
            padding: 10px 0px;
        }
        
        #form-contacto label.gfield_label {
            font-weight: normal !important;
            font-size: 18px !important;
            display: block;
            float: left;
            width: 20%;
        }
        
        #form-contacto .gfield_description {
            padding: 5px !important;
            font-size: 14px !important;
        }
        
        #form-contacto ul li.gfield {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }
        
        #form-contacto .gform_footer {
            margin-top: 0px !important;
            padding: 10px !important;
        }
        
        #form-contacto #gform_submit_button_3 {
            border: none;
            background-color: #0070cd;
            color: white;
        }
        
        #form-contacto #gform_submit_button_3:hover {
            background-color: #0a1e2c;
        }
        
        #form-contacto textarea {
            height: 200px !important;
        }

        #form-contacto input[type="submit"]{
            width: auto;
            padding: 20px 50px;
            left: 50%;
            position: relative;
            transform: translate(-50%);
        }

        #choice_3_11_1{
            width: 3%!important;
        }


        
        @media(max-width:570px) {
            #form-contacto input {
                line-height: 1.5 !important;
            }

            #form-contacto .gform_title {
                font-size: 24px;
                line-height: 30px;
                font-weight: normal;
            }

            #form-contacto input {
            width: 100%;
            }

            #choice_3_11_1{
            width: 3%!important;
        }



        
        }
        
        @media(max-width:800px) {
            #form-contacto label.gfield_label {
                float: none;
                width: auto;
            }

            #form-contacto input {
                width: 100%;
            }

            .gform_wrapper .gform_body {
                width: 100%;
            }
            .gform_wrapper textarea.medium {
                width: 95%;
            }

            #choice_3_11_1{
            width: 3%!important;
        }
        }



/*PORTADA*/

.portada {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-color: #dddddd!important;
    min-height: 350px!important;
    padding-bottom: 70px!important;
    width: 100%!important;
}


/*.portada h1:before {
    content: ""!important;
    display: block!important;
    height: 3px!important;
    width: 75px!important;
    margin: 70px 0 20px 0!important;
    background: #0070cd!important;
}*/


.portada h1{
    font-family: "Ethos"!important;
    font-size: 60px!important;
    color: #0070cd!important;
    padding-left: 50px!important;
    line-height: 60px!important;

    display: block;
    float: left;
    background-color: rgba(255,255,255,.8);
    /* padding-left: 15px; */
    padding-bottom: 15px;
    padding-right: 50px;
    padding-top: 15px;
}

.portada h1 a {
    font-family: "Ethos"!important;
    color: #0070cd!important;
    font-size: 60px!important;
}


.portada .titulo:before {
    content: ""!important;
    display: block!important;
    height: 3px!important;
    width: 75px!important;
    margin: 70px 0 20px 0!important;
    background: #0070cd!important;
}


.portada .titulo {
    font-family: "Ethos"!important;
    font-size: 60px!important;
    color: #0070cd!important;
    padding-left: 90px!important;
    margin-bottom: 0!important;
    line-height: 60px!important;
    display: block;
}

.portada .titulo a {
    font-family: "Ethos"!important;
    color: #0070cd!important;
    font-size: 60px!important;
}

.portada h2, .portada p{
    font-family: "Mark pro", Verdana, sans-serif;
    padding-left: 50px!important;
    font-size: 36px!important;
    color:#0a1e2c!important;
    font-weight: 300!important;
    line-height: 40px!important;
    margin-top: 20px!important;

    display: block;
    float: left;
    clear: both;
    background-color: rgba(255,255,255,.8);
    /* padding-left: 15px; */
    padding-bottom: 9px;
    padding-right: 50px;
    padding-top: 9px;
}

.portada .subtitulo {
    font-family: "Mark pro", Verdana, sans-serif;
    padding-left: 90px!important;
    font-size: 36px!important;
    color:#0a1e2c!important;
    font-weight: 300!important;
    line-height: 40px!important;
    margin-top: 20px!important;
    display: block;
}


@media(max-width:768px) {
    .portada {
        background-position: center center!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        background-color: #dddddd!important;
        height: auto!important;
        min-height: 0px!important;
        padding-bottom: 70px!important;
        width: 100%!important;
    }

    .portada h1 {
        line-height: 40px!important;
        padding-left: 0px!important;
        font-size: 36px!important;
    }

    .portada .titulo {
        line-height: 40px!important;
        padding-left: 0px!important;
        font-size: 36px!important;
    }

    .portada p, .portada h2 {
        padding-left: 0px!important;
        font-size: 24px!important;
        line-height: 28px!important;
    }

    .portada .subtitulo {
        padding-left: 0px!important;
        font-size: 24px!important;
        line-height: 28px!important;
    }
}



        .loop-title {
            font-family: "Mark pro", Verdana, sans-serif;
            font-size: 2em;
            margin: 0.67em 0;
            min-height: 250px;
            
        }
.category .post-box{
	min-height: 460px;
}

.t-areas .mod-area-descripcion h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 40px;
    color: #2770ca;
    margin-bottom: 40px;
}

.t-areas .mod-area-descripcion h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin: 20px 0 20px 0;
    background: #2770ca;
}


/** Videos **/

#videos {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 20px
}

#videos h2:first-child {
    margin-top: 40px;
}
#videos h2 {
    font-family: "Ethos", Georgia, serif;
    font-size: 25px;
    color: #0070cd;
    margin-bottom: 20px;
    line-height: 30px;
    min-height: 125px;
}

#videos h2:before {
    content: "";
    display: block;
    height: 3px;
    width: 45px;
    background: #0070cd;
    margin: 10px 0px 10px 0px;
}

#videos h2:after {
    display: none;
}

#videos .video-box {
    max-width: 600px;
    min-height: 450px;
}

#videos .video-box div {
    position:relative; padding-top: 56%
}

#videos .video-box div iframe {position:absolute;bottom:0;left:0;width:100%; height:100%;}

@media(max-width: 768px){
    #videos h2 {
        min-height: auto;
        margin-bottom: 60px;
    }

    #videos .video-box {
        max-width: 768px;
        min-height: auto;
    }
}
.h1profesionales{
    font-family: "Ethos"!important;
    font-size: 45px!important;
    color: #0070cd!important;
    line-height: 60px!important;
    display: block;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.texto-profesionales p{
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 36px!important;
    color: #0a1e2c!important;
    font-weight: 300!important;
    display: block;
    margin-bottom: 70px;
}
.page-template-template-contacto .sedes-contacto h2, .gform_wrapper h3.gform_title{
        margin-bottom: 20px!important;
}
.page-template-template-contacto .sedes-contacto h2 a, .gform_wrapper h3.gform_title{
    font-size: 28px!important;

}
.page-template-template-contacto .portada p, .page-template-template-contacto .info-sedes a{
    font-size: 16px!important;
    line-height: 28px!important;
}
.page-template-template-contacto .sedes{
    margin-top: 40px!important;
}
.page-template-template-contacto .gform_wrapper ul.gform_fields li.gfield{
    width: 100%;
}
.page-template-template-contacto #label_4_11_1{
    font-size: 14px!important;
    width: 100%;
    display: inline-block;
    width:100%;
}
.page-template-template-contacto #label_4_11_1 a{
    font-size: 14px!important;
    text-decoration: underline;
    line-height: 17px!important;
}
.page-template-template-contacto .gform_wrapper{
    margin-top: 0!important;
}
.page-template-template-contacto h3.gform_title{
    margin-top: 20px!important;
    font-weight: 300!important;
    font-size: 22px!important;
}
.page-template-template-contacto .gform_button{
    background-color: transparent;
    border: 0px;
    outline: 0px;
    font-family: "MarkProHeavy";
    font-size: 18px;
    color: #0a1e2c;
    border-bottom: 3px solid #0a1e2c;
    padding: 0 0 5px 0;
}
.page-template-template-contacto .cta-contacto{
    background-color: #e4e4e4;
    margin-top: 20px;
}
.page-template-template-contacto input[type=text]{
        border: 1px solid #999;
    padding: 5px;
    line-height: 25px;
}
.page-template-template-contacto input[type=checkbox]{
    margin-right: 15px;
}
.page-template-template-contacto form label{
        font-size: 16px!important;
    font-weight: 300!important;
}
.page-template-template-contacto .ginput_container, .page-template-template-contacto #input_4_11{
    margin-top: 0!important;
}
.page-template-template-contacto #field_4_11 .gfield_label{
    display: block;
    float: right;
}
.page-template-template-contacto #field_4_11 .gchoice_4_11_1{
    display: block;
    float: left;
    margin-top: -20px;
}
.page-template-template-contacto .sede img{
    margin-bottom: 15px;
    padding-top: 20px;
}
.page-template-template-contacto .gform_footer{
    text-align: center;
}
.titulo-contacto h2{
    font-size: 22px;
}
.titulo-contacto{
    padding-top: 25px;
}
.page-template-template-contacto .info-sedes{
    padding-bottom: 60px;
}
.page-template-template-pagina-basica input[type=submit]{
	border: none!important;
    background-color: #0070cd!important;
    padding: 15px 25px!important;
    color: white!important;
}
.contratos-gratuitos table{
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .contratos-gratuitos table{
        max-width: 100%;
    }
}
.contratos-gratuitos table td, .contratos-gratuitos table th{
    border: 1px solid #f1f1f1;
    padding: 10px 5px;
    font-size: 16px;
}
.sedes .cta-contacto h2{
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        padding-bottom: 40px;
}
.sedes .cta-contacto h3 a{
    font-size: 17px!important;
}
.sedes .cta-contacto h3 i{
    margin-right: 10px;
    margin-bottom: 20px;
}
.sedes .cta-contacto{
    margin-top: 50px;
    padding-bottom: 20px;
}

#commentform label{
    display: block;
}
#commentform input, #commentform textarea{
    width: 100%;
}
#commentform input[type="submit"]{
    background-color: #0070cd;
    font-family: "Mark pro", Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    color: white;
    outline: none;
    border:0;
}
.comments li.comment{
    background: rgba(0,0,0,0.03);
    padding: 20px 30px;
    list-style: none;
}
.comments li.comment ul.children{
    margin-top: 25px;
}
.comments .comment-author img{
    display: none;
}
.comments .comment-author{
    font-size: 18px;
    font-weight: bold;
}
.comments .comment-awaiting-moderation{
    font-size: 13px;
}
.comments .comment-meta{
    text-decoration: underline;
}
.comments .reply a{
    color: #fff;
    padding: 5px 10px;
    background-color: #0070cd;
}
.comments .reply a:hover{
    text-decoration: underline;
    color: #fff;
}
.video-box{
    margin-top: 20px;
}
.video-box h2{
    font-size: 22px;
    line-height: 26px;
    height: 50px;
    margin-bottom: 50px;
    display: block;
    margin-top: 15px;
}
.media-kit h2{
    font-family: "Ethos"!important;
    font-size: 28px!important;
    color: #0070cd!important;
    line-height: 60px!important;
    background-color: rgba(255,255,255,.8);
    /* padding-left: 15px; */
    padding-bottom: 15px;
    padding-right: 50px;
    padding-top: 15px;
}

.colaboradores-footer {
    margin: 38px 10px 24px 10px!important;
}
.logos-colaboradores{
    max-height: 150px;
    min-height: 140px;
}

.logos-colaboradores a{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.logos-colaboradores img{
    max-width:200px;
    max-height: 120px;
    margin-top: 12px;
    margin-bottom: 15px;
     -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.logos-colaboradores img:hover{
    transform: scale(1.1);
}

.border-right{
    border-right:1px solid #fff; 
}

@media screen and (max-width: 1024px){
    .border-right{
        border-right:0px solid #fff; 
    }
}

@media screen and (max-width: 600px){
    .logos-colaboradores {
        max-height: auto; 
        min-height: auto; 
        margin-bottom: 10px;
    }
}
.media-kit .portada{
    background-image: url('http://www.hispacolex.com/wp-content/uploads/2016/10/productos-1.jpg')!important;
}
.media-kit .post-63510{
    padding-bottom: 40px;
}
.media-kit .post-63510 h2{
    padding-left: 0;
}
.media-kit .post-63510 ul li{
    font-size: 18px;
    display: block;
}
.media-kit .post-63510 ul li::before{
    content:"· ";
}
.media-kit .post-63510 ul li a:hover{
    color: #0070cd;
    text-decoration: underline;
}
/*REDISEÑO HOME 2023*/

.mod-bg-azul{
    background: rgb(56,94,150);
background: linear-gradient(90deg, rgba(56,94,150,1) 0%, rgba(70,94,130,1) 42%, rgba(92,95,98,1) 100%);
 }

.mod-bg-azul .texto a{
        color: #ffffff;
    font-size: 18px;
    font-family: "MarkProHeavy";
    display: inline-block;
    margin-top: 40px;
}

.mod-bg-azul a:after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    margin-bottom: 90px;
}

/* --- NOTICIAS --- */
.noticias .card {
    border: 0;
    box-shadow: 0px 3px 6px #7EA5D980;
    transition: 0.5s;
    cursor: pointer;
}
.noticias .card-body {
    padding: 15px;
    justify-content: flex-start;
}
.noticias .card-body .excerpt {
    max-height: 205px;
    overflow: hidden;
}
.noticias .img-container {
    height: 100%;
}
.noticias a.read_more.plas {
    display: block;
    background: var(--main-color);
    color: white;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.noticias article.card:hover a.read_more.plas {
    background: var(--main-color-hover);
    box-shadow: 0px 3px 6px #7EA5D980;
}
.noticias article.card a.read_more.plas i {
    transition: 0.5s;
}
.noticias article.card:hover a.read_more.plas i {
    font-size: 20px;
    line-height: 100%;
}
.noticias article.card:hover {
    box-shadow: 0px 0px 3px #7EA5D980;
}
.uagb-block-825cad56 .uagb-post__inner-wrap {
    background: #0070cd!important;
    text-align: left;
}
.wp-block-uagb-post-carousel{
	margin-top: 25px!important;
}
.uagb-post__inner-wrap{
	background: #0070cd!important;
	border-left: 3px solid #ffff;
}

article.apbPost{
	    background: #ccc!important;
}

.uagb-post__title{	
    padding-left: 10px; 
}
.uagb-post__title a{
	color: #ffff!important;
	font-size: 18px!important;
}
.uagb-post__inner-wrap{
	height: 105px!important;
}

.uagb-slick-carousel {
    padding: 0px!important;
}
.uagb-post__title{
	margin-top: 22px!important;
    color: #0070cd!important;
}
.uagb-block-e19f9724 .uagb-post__text.uagb-post__title a {
    color: #ffff!important;
	font-size: 17px!important;
    font-weight: 600!important;
}
/*GENERALES FOOTER HEADER 2023*/
footer .pie .texto-legal p {
    color: white;
    font-family: "Mark pro", Verdana, sans-serif;
    font-size: 11px;
    margin-top: 15px;
}

.footer .pie .row{
        margin: 38px 10px 25px 10px;
}
footer .info-sedes .sede h2 a {
    font-family: "MarkProBold";
    font-size: 16px;
    color: #0070cd;
    margin: 0px 0;
}

.titulo-2023 {
  font-family: 'Ethos', sans-serif;
  font-size: 35px;
  text-align: center;
}
.subtitulo-2023 {
  font-family: 'Mark Pro', sans-serif;
  font-size: 20px;
  text-align: center;
}



.contenedor {
  position: relative;
  margin-top: 50px;
  height: 300px;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 100%;
  background: rgba(0, 112, 205, .7);
  transition: background 0.5s ease;
}

.contenedor:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.imgarea {
  position: absolute;
  height: 300px;
  left: 0;
}

.areatitulo {
  position: absolute;
  top: 120px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.wp-block-uagb-container {
    color: inherit;
    border-color: #4B4F58;
    max-width: 1170px!important;
}
.enlace-noticias{
	font-family: 'Mark Pro', sans-serif;
  font-size: 20px;
  text-align: center;
  display: block;
	margin-bottom: 60px;
	text-decoration: underline;
}

.card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-img {
  height: 250px;
  background-size: cover;
  background-position: inherit;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0070cd94;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.5s;
}

.card-overlay:hover {
  background-color: #0070cd;
}

.card-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
	font-family: 'Ethos', sans-serif;
}

@media (max-width: 767px) {
  .card-img {
    height: 150px;
  }
  
  .card-title {
    font-size: 20px;
  }
	.uagb-post__inner-wrap{
	height: 135px!important;
}
}
.slider-areas{
	height: 200px!important;
}
.productos{
	margin-top: 40px;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* Pantallas de hasta 479px */
@media only screen and (max-width: 479px) {
  /* Estilos CSS aquí */
	 .pc {
    display: none;
  }
	.tablet {
    display: none;
  }
}
/* Pantallas entre 480px y 991px */
@media only screen and (min-width: 480px) and (max-width: 991px) {
  /* Estilos CSS aquí */
	.pc {
    display: none;
  	}
	.movil {
    display: none;
  	}
	.slider-areas {
    height: 200px!important;
}
}
/* Pantallas de 992px en adelante */
@media only screen and (min-width: 992px) {
  .movil {
    display: none;
  }
	.tablet {
    display: none;
  }
}

a[title="Categoría Carrusel"]{
	display: none!important;
}
a[title="Categoría Inicio"]{
	display: none!important;
}
