/*
   Theme Name: Child Somos La DC
   Theme URI:
   Version: 1
   Description: Child Theme. Parent Theme Somos La DC
   Author:
   Author URI:
   Template: somos-la-dc
*/
/*BLUE : #3b4894;*/
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tr,
th,
td,
b,
i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
li {
  list-style: none;
}
a,
a:focus,
button {
  outline: none;
}
body {
  font-size: 62.5%;
  line-height: 1;
  background-color: #ebebee;
  padding-top: 80px;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.clear::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.main-width {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.site-section {
  padding-bottom: 100px;
}
.centered-buttons {
  text-align: center;
  display: block;
}
.button {
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  text-shadow: 1px 1px 2px #00000047;
}
.blue-button {
  color: #3b4894;
  text-shadow: none;
  border-color: #3b4894;
}
.col-2-wrap,
.col-3-wrap,
.col-4-wrap,
.col-5-2-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.col-2-wrap > .col,
.col-3-wrap > .col,
.col-4-wrap > .col,
.col-5-2-wrap > .col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
/*despliegue articulos*/
.col-2-wrap,
.col-3-wrap,
.col-4-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.col-2-wrap > .col {
  width: 50%;
  margin-bottom: 20px;
}
.col-2-wrap > .col > article {
  height: 100%;
}
.col-3-wrap > .col {
  width: 33.333%;
  margin-bottom: 20px;
}
.col-3-wrap > .col > article {
  height: 100%;
}
.col-4-wrap > .col {
  width: 25%;
  margin-bottom: 20px;
}
.col-4-wrap > .col > article {
  height: 100%;
}
.col-5-2-wrap > .col {
  width: 28%;
}
.col-5-2-wrap > .col:first-child {
  width: 72%;
}
.col-2-wrap .row,
.col-3-wrap .row,
.col-5-2-wrap .row {
  margin-bottom: 20px;
}
.row-bottom {
  margin-bottom: 80px;
}
.video-wrapper {
  height: 0;
  padding-bottom: 56.4%;
  position: relative;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*alinear vertical*/
.vertical-align {
  height: 100%;
  position: relative;
}
.vertical-align:before {
  content: " ";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.vertical-align .vertical-align-content {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 2;
  max-width: 99%;
}
/*title-h2*/
.title-wrap {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-wrap h2 {
  font-size: 3em;
  color: #3b4894;
  text-transform: uppercase;
}
.title-wrap p {
  color: #555;
  font-size: 1.6em;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
}
.home-two-cols .title-wrap h2 {
  text-align: left;
  position: relative;
}
.home-two-cols .title-wrap span {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 0.57em;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}
/*articulo listado*/
.article-list {
  background-color: #fff;
  transition: all 0.3s ease;
}
.article-list:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 10px #0000002e;
}
.article-list figure {
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.article-list header {
  padding: 20px 25px 25px;
}
.article-list header span {
  font-size: 1em;
  color: #6d6c6c;
  display: block;
  margin-bottom: 5px;
}
.article-list header h2 {
  font-size: 2em;
  font-weight: 700;
  color: #3b4894;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  margin-bottom: 7px;
}
.dc-prensa .article-list header h2 {
  font-size: 1.4em;
  margin-bottom: 0;
}
.article-list header p {
  font-size: 1.4em;
  line-height: 1.3;
  color: #555;
}
.horizontal-article a:first-child .article-list figure {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
	padding-bottom: 30%;
}
.horizontal-article a:first-child .article-list header {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.horizontal-article a:first-child .article-list figure img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.horizontal-article a.col:first-child {
  width: 100%;
}
.full-article-list .horizontal-article.article-list figure {
  padding-bottom: 35%;
}
/*paginavi*/
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 2px solid #3b4894;
  padding: 5px 8px;
  margin: 2px;
  color: #3b4894;
  font-size: 1.3em;
  font-weight: 700;
  display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #3b4894;
  color: #fff;
  border-color: #3b4894;
}
/*===================
        NAV
====================*/
.main-nav-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10;
  box-shadow: 0 0 6px #0000001c;
  transition: all 0.6s ease;
}
.main-nav-wrap .main-width {
  width: 1140px;
}
.hero-logo,
.main-nav {
  float: left;
}
.hero-logo {
  width: 117px;
  margin-top: 7px;
}
.hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}
/*botones*/
.main-nav {
  float: left;
  padding-top: 30px;
}
.main-nav > a,
.main-nav > span {
  color: #3b4894;
  font-size: 16px;
  font-weight: 700;
  margin-left: 12px;
  transition: color 0.3s ease;
  position: relative;
  letter-spacing: 0.06px;
  padding: 13px 0;
}
.main-nav > a:after {
  content: " ";
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.2s ease;
  width: 0;
  height: 3px;
  background-color: #8899f9;
}
.main-nav > a:hover,
.main-nav > span:hover {
  color: #6a7ce7;
}
.main-nav > a:hover:after {
  width: 100%;
}
.with-submenu div {
  visibility: hidden;
  position: absolute;
  left: -35px;
  background-color: #3d4599;
  box-shadow: 0 3px 10px -5px #0000004f;
  top: 100%;
  padding: 5px 13px 8px;
  width: 184px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.with-submenu div:after {
  content: " ";
  position: absolute;
  top: -19px;
  left: 50%;
  border: 10px solid transparent;
  border-bottom: 10px solid #3d4599;
  margin-left: -10px;
}
.with-submenu:hover div {
  visibility: visible;
  opacity: 1;
}
.with-submenu div a {
  padding: 5px 0;
  display: block;
  color: #fff;
  transition: color 0.3s ease;
}
.with-submenu div a:hover {
  color: #b8c7ff;
}
/*social*/
.main-nav-wrap .social-nav {
  float: right;
  margin-top: 18px;
}
.social-nav a {
  width: 34px;
  height: 34px;
  background-color: #3b4894;
  display: block;
  border-radius: 50%;
  float: left;
  margin-left: 4px;
  transition: background-color 0.3s ease;
}
.social-nav a:hover {
  background-color: #5c6fde;
}
.social-nav a svg {
  width: 20px;
  height: 28px;
  fill: #fff;
  margin-left: 7px;
  margin-top: 3px;
  transition: fill 0.3s ease;
  display: block;
}
.social-nav a.intranet-button {
  background-color: #20ddc3;
  position: relative;
}
.social-nav a.intranet-button:after {
  content: "Intranet";
  position: absolute;
  text-align: center;
  bottom: -25px;
  text-transform: uppercase;
  font-size: 1em;
  color: #ffffff;
  left: 50%;
  background-color: #37f4da;
  padding: 5px;
  width: 60px;
  margin-left: -30px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.social-nav a.intranet-button:hover:after {
  opacity: 1;
}
.social-nav a.intranet-button:hover {
  background-color: #37f4da;
}
/*cuando sea la home*/
.home:not(.mobile-nav-active) .main-nav-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}
/*.home:not(.mobile-nav-active) .main-nav a{
    color: #FFF;
}
.home:not(.mobile-nav-active) .social-nav a{
    background-color: #FFF;
}
.home:not(.mobile-nav-active) .social-nav a svg{
    fill: #3b4894;
}*/
/*mobile button*/
.toggle-nav-menu {
  display: none;
  position: relative;
}
.toggle-nav-menu div {
  position: absolute;
  top: 7px;
  left: 1px;
}
.toggle-nav-menu span {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 9px;
  top: 7px;
  border-radius: 5px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s ease, top 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease, top 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, -webkit-transform 0.2s ease;
}
.toggle-nav-menu span:nth-child(2) {
  top: 15px;
}
.toggle-nav-menu span:nth-child(3) {
  top: 23px;
}
body.mobile-nav-active .toggle-nav-menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
body.mobile-nav-active .toggle-nav-menu span:nth-child(2) {
  display: none;
}
body.mobile-nav-active .toggle-nav-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
/* Frente profesionales */
.main-width.prof-hero{
  background-color: #3b4894;
  border-radius: 14px;
  padding: 1px 50px 30px;
  margin-bottom: 30px;
}
.main-width.prof-hero .title-wrap h2{
  color: white;
}
.prof-avatar-list{
  justify-content: center;
}
.prof-avatar-list article{
  background-color: white;
  border-radius: 10px;
}
.prof-avatar-list figure{
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 0;
  padding-bottom: 62%;
  position: relative;
}
.prof-avatar-list figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prof-avatar-list header{
  text-align: center;
  padding: 10px 10px 14px;
}
.prof-avatar-list h2{
  color: #333;
  font-size: 21px;
  margin-bottom: 5px;
}
.prof-avatar-list p{
  color: gray;
  font-size: 16px;
}
.prof-banner{
  text-align: center;
}
.prof-banner a{
  width: 80%;
  display: inline-block;
  max-width: 600px;
}
.tabcontent .article-content{
    padding: 20px 30px;
    background-color: #dbdbdc;
    border-radius: 15px;
}
.tabcontent .article-content h2, h3, h4, h1{
	font-size: 24px;
    color: #3b4794;
    margin-bottom: 5px;
}
.tabcontent .article-content p{
	width: 100%;
}
/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #28357d;
    font-size: 15px;
    border-radius: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 24px;
    transition: 0.3s;
    color: white;
}
.instagram-icon{
	    display: inline-block;
    padding: 9px 12px 9px;
}
.instagram-icon svg{
	fill: #FFF;
    width: 26px;
    height: auto;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #4e62cf;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #cacee5;
    color: #152165;
}

/* Style the tab content */
.tabcontent {
  display: none;
	padding-top: 30px;
 animation: fadeEffect 1s;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.prof_contact{
	    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.prof_contact p{
	    display: flex;
    align-items: center;
    font-size: 19px;
    color: #333;
}
.prof_contact p svg{
	    width: 30px;
    fill: #3b4894;
    margin-right: 10px;
}
.prof_contact p b{
	margin-right: 5px;
}
/*=================
        INTRANET
===================*/
.intranet-block {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.intranet-block input {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.4em;
}
.intranet-block #submit {
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  color: #666;
}
.form-hero-header {
  margin-bottom: 10px;
  font-size: 1.7em;
  color: #555;
}
/*===================
        HOME
===================*/
.hero-port {
  margin-top: -80px;
  height: 500px;
  height: 80vh;
  min-height: 400px;
  /*background-image: url('img/bg.jpg');*/
  background-color: #1479e3;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero-port h2 {
  font-size: 3em;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.hero-port .button {
  background-color: #fff;
  text-shadow: none;
  color: #3b4894;
  margin-top: 84%;
  margin-bottom: 10px;
}
.button {
  transition: all 0.2s ease;
}
.button:hover {
  letter-spacing: 0.1em;
}
/*destacamos*/
.destacamos-content {
  padding-bottom: 100px;
}
.title-wrap {
  margin-top: 45px;
  margin-bottom: 40px;
}
.destacamos-content .row {
  margin-bottom: 19px;
  display: block;
}
/*slider home*/
.page-template-page-home .bx-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  border: none;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
}
.slider-hero figure {
  height: 500px;
  height: 80vh;
}
.slider-hero figure img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerFullwidth img {
  margin-top: 40px;
  border-radius: 5px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  transition: opacity 0.2s ease;
}
.bannerFullwidth:hover img {
  opacity: 0.7;
}
.bannerFullwidth .mobileImg {
  display: none;
}
/*columnas colores*/
.home-section-cols {
  overflow: hidden;
}
.home-section-cols .col {
  height: 300px;
  height: 35vw;
  background-color: gray;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-size: 133%;
  transition: all 0.4s ease;
}
.home-section-cols .col:hover {
  background-size: 144%;
}
.home-section-cols .col {
  background-image: url("img/nosotros_2021.jpg");
  background-color: #333;
  margin-bottom: 0;
}
.home-section-cols .col:nth-child(2) {
  background-image: url("https://www.pdc.cl/wp-content/uploads/2023/01/actualidad70616.jpg");
}
.home-section-cols .col:nth-child(3) {
  background-image: url("img/videos_2021.jpg");
}
.home-section-cols .col:nth-child(4) {
  background-image: url("img/libreria.jpg");
}
.home-section-cols .col:nth-child(5) {
  background-image: url("img/propuestas.jpg");
}
.home-section-cols .col:nth-child(6) {
  background-image: url("img/contacto.jpg");
}
.home-section-cols .button {
  background-color: #fff;
  color: #019951;
  text-shadow: none;
}
.home-section-cols .col:nth-child(2) .button {
  color: #3b4894;
}
.home-section-cols .col:nth-child(3) .button {
  color: #ae1a1a;
}
.home-section-cols .col:nth-child(4) .button {
  color: #c5734e;
}
.home-section-cols .col:nth-child(5) .button {
  color: #3b4894;
}
.small-article a {
  display: block;
  position: relative;
}
.small-article figure {
  overflow: hidden;
  height: 0;
  padding-bottom: 46.5%;
}
.small-article h2 {
  position: absolute;
  bottom: 0;
  background-color: #3b4894;
  color: #fff;
  padding: 5px 6px;
  font-size: 1.2em;
  line-height: 1.1;
  width: 100%;
}
/*banner*/
.small-banner {
  display: block;
  background-color: #bd1745;
  padding: 17px;
  text-align: center;
}
.small-banner p {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.1;
}
.small-banner span {
  text-align: center;
  margin: 12px auto 0;
  box-shadow: 0 3px 5px #00000008;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  text-shadow: 1px 1px 2px #00000047;
}
/*===================
        VIDEOS
====================*/
.video-wrapper.hero-video {
  height: 74vh;
  padding-bottom: 0;
}
.video-content {
  width: 100%;
  height: 0;
  padding-bottom: 54.5%;
  position: relative;
}
.video-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*===================
      SERVICIOS
====================*/
.section-services {
  padding: 60px 40px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 0 5px 10px -5px #00000021;
}
.section-services iframe {
  margin-top: 40px;
}
.section-services.donar .title-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  text-align: left;
}
.section-services.donar .button {
  display: inline-block;
}
/*===================
        NOSOTROS
====================*/
.context-nav {
  margin-bottom: 30px;
}
.context-nav a {
  border: 2px solid #3b4894;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  color: #3b4894;
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  width: 24%;
  text-align: center;
  float: left;
  margin: 5px 0.5%;
  transition: all 0.3s ease;
}
.context-nav a.current {
  color: #fff;
  background-color: #3b4894;
}
.context-nav a:hover,
.context-nav a.current:hover {
  border-color: #5c6fde;
  background-color: #5c6fde;
  color: #fff;
}
/*.context-nav.us-nav a:nth-child(n+5){
    width: 32.333%
}*/
.avatar-list .col:nth-child(3n + 4) {
  clear: both;
}
.article-item-avatar {
  text-align: center;
  margin-bottom: 40px;
}
.article-item-avatar figure {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff40;
}
.article-item-avatar img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-item-avatar h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: #3b4894;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  margin-bottom: 7px;
}
.article-item-avatar p {
  font-size: 1.4em;
  line-height: 1.3;
  color: #555;
}
.avatar-dep-list .article-item-avatar {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px 17px;
  min-height: 119px;
}
/*===================
        CONTACTO
====================*/
.icon-nav a {
  width: 32.333%;
  margin: 0 0.5% 13px;
  background-color: #37b0f6;
  float: left;
  text-align: center;
  padding: 44px 0;
  box-shadow: 0 10px 10px -10px #797979;
}
.icon-nav svg {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
  fill: #fff;
}
.icon-nav a p {
  font-size: 1.4em;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.icon-nav a.instagram {
  background-color: #c42e92;
}
.icon-nav a.facebook {
  background-color: #1c61b7;
}
.icon-nav a.youtube {
  background-color: #cc0000;
}
.icon-nav a.mail {
  background-color: #d27b49;
}
.icon-nav a.text {
  background-color: #7dcc5b;
}
/*===================
      ARTICULO WP
====================*/
.article-content {
  padding-bottom: 80px;
}
.article-content header {
  margin-top: 45px;
  margin-bottom: 40px;
}
.article-content h1 {
  font-family: "Raleway", sans-serif;
  font-size: 3em;
  color: #3b4894;
  line-height: 1.1;
}
.article-content figure {
  height: 0;
  overflow: hidden;
  padding-bottom: 45%;
  position: relative;
  margin-bottom: 40px;
}
.article-content figure img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.article-content p {
  font-size: 1.7em;
  color: #5e5e5e;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto 30px;
}
.article-content p img {
  width: 49%;
  display: inline-block;
  height: auto;
  vertical-align: top;
}
.article-content .wp-video{
	margin: 0 auto;
   max-width: 70%;
}
.wp-video .mejs-container, .wp-video .wp-video-shortcode{
	max-height: 100vh !important;
}
/*=====================
    TRIBUNAL SUPREMO
=======================*/
.list-tribunal li {
  display: inline-block;
  width: 48%;
  margin-bottom: 17px;
  background-color: #3b4894;
  vertical-align: top;
  padding: 10px 15px;
  margin-right: 1%;
}
.list-tribunal li p {
  font-size: 1.5em;
  color: #ffffff7d;
  text-transform: uppercase;
}
.list-tribunal li p:first-child {
  font-size: 1.6em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  font-family: "Raleway", sans-serif;
}
.tribunal-documentos li {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 10px;
  vertical-align: top;
}
.tribunal-documentos li a {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 40px 65px 40px 23px;
  min-height: 119px;
}
.tribunal-documentos li h3 {
  font-size: 1.6em;
  color: #333;
  line-height: 1.2;
}
.tribunal-documentos li img {
  width: 33px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -18px;
}
/*===================
        LISTADO DECLARACIONES
====================*/
.pdf-list {
  width: 90%;
  min-height: 110vh;
}
.pdf-list .col-2-wrap {
  padding-left: 700px;
  position: relative;
}
.pdf-list .pdf-iframe-wrap {
  width: 680px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 10px 10px #0000002e;
}
.pdf-list .pdf-iframe-wrap iframe {
  width: 680px;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
}
.pdf-list .col-2-wrap > .col > article {
  height: auto;
}
.pdf-list .article-list header {
  padding-bottom: 5px;
}
.pdf-list .article-list header h2 {
  font-size: 1.6em;
}
.pdf-list .mobile-post {
  display: none;
}
.descargar-pdf {
  display: block;
  color: #909090;
  position: relative;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  padding: 10px 10px 15px 54px;
}
.descargar-pdf:before {
  content: " ";
  width: 19px;
  height: 25px;
  background-image: url(./img/pdf.png);
  position: absolute;
  left: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 6px;
}
/*===================
        DONAR
====================*/
.ctx-hero-cover {
  width: 100%;
  height: 75vh;
  background-image: url(./img/donar.jpg);
  background-size: cover;
  background-position: center top;
}
.info-donar {
  text-align: right;
}
.ctx-info {
  text-align: left;
  background-color: #ebebee;
  padding: 40px 40px 100px 40px;
  top: -250px;
  display: inline-block;
  margin-bottom: -100px;
  position: relative;
  box-shadow: -22px -20px 20px -25px #00000082, 22px -20px 20px -25px #00000082;
}
.ctx-title {
  font-size: 3em;
  color: #3b4894;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.ctx-bajada {
  font-size: 1.58em;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #b21a1a;
  padding-bottom: 13px;
  padding-top: 8px;
}
.ctx-account-info {
  font-size: 1.5em;
  line-height: 1.7;
  color: #484646;
}
/*===================
        FOOTER
====================*/
.main-footer {
  padding: 20px 0 30px;
  background-color: #28357d;
  position: relative;
}
.main-footer .row {
  border-bottom: 1px solid #3b4894;
  padding-bottom: 20px;
  padding-top: 20px;
}
.main-footer .row:last-child {
  border-bottom: none;
}
.main-footer .col {
  width: 20%;
  float: left;
}
.main-footer ul {
  font-size: 1.5em;
  color: #fff;
}
.main-footer ul li:first-child {
  font-weight: bold;
  text-transform: uppercase;
}
.main-footer ul li {
  margin-bottom: 9px;
}
.main-footer .info {
  text-align: center;
}
.main-footer .info h4 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 3em;
  color: #fff;
  margin-bottom: 14px;
}
.main-footer .info p {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.main-footer .info p svg {
  fill: #fff;
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.main-footer .row:nth-child(2) .col:last-child {
  text-align: center;
}
.main-footer .row .button {
  margin-bottom: 10px;
}
.main-footer .social-nav {
  display: inline-block;
}
.main-footer .social-nav a {
  margin: 0 3px;
}
/*links de interes*/
.icon-list-wrap {
  text-align: center;
}
.icon-list-wrap p {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.icon-list-wrap p,
.icon-list-wrap ul,
.icon-list-wrap ul li {
  display: inline-block;
  vertical-align: middle;
}
.icon-list-wrap ul li {
  margin-left: 20px;
}
.icon-list-wrap ul li img {
  width: 100%;
  display: block;
}
.icon-list-wrap ul li:nth-child(1) {
  width: 168px;
}
.icon-list-wrap ul li:nth-child(2) {
  width: 56px;
}
.icon-list-wrap ul li:nth-child(3) {
  width: 174px;
}
/*=======
    SHARER
    ========*/
.share-content {
  width: 70%;
  margin: 30px auto 0;
}
.share-content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.6em;
  color: #3b4894;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/*==============================
            FORMULARIOS
================================*/
.article-content form {
  width: 100%;
  max-width: 500px;
}
.nf-form-fields-required {
  font-size: 1.6em;
  margin-bottom: 14px;
  color: #5a5a5a;
}
.nf-form-content label {
  font-size: 1.6em;
  color: #3b4894;
}
.nf-field-element input {
  font-size: 1.3em;
  padding: 7px 6px;
  border: 1px solid #999;
}
#nf-field-7 {
  background-color: #3b4894;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 10px 15px;
}
/*===============================
      comunidades solidarias
=================================*/
.com_sol_hero {
  background-color: #fce4a2;
  margin-top: -80px;
  overflow: hidden;
}
.com_sol_hero div {
  position: relative;
  display: inline-block;
  padding-bottom: 45px;
  padding-top: 120px;
}
.com_sol_hero div:after {
  content: " ";
  background-image: url(./img/olla-placeholder.png);
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 200px;
  height: 166px;
  background-size: 100%;
  opacity: 0.4;
}
.com_sol_hero h1 {
  font-size: 3.5em;
  text-transform: uppercase;
  color: #f51837;
}
.com_sol_hero p {
  text-transform: uppercase;
  font-size: 2.5em;
  color: #f77b6a;
  font-weight: 300;
}
.com_sol_article_list .article-list .figure-wrap {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.com_sol_article_list .article-list .figure-wrap figure {
  width: 100%;
  padding-bottom: 100%;
}
.com_sol_article_list .article-list header {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 26px;
}
.com_sol_article_list .article-list header h2 {
  font-size: 1.7em;
  font-family: "Lato", sans-serif;
}
.com_sol_article_list .article-list figure img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.com_sol_info {
  padding: 20px 20px 20px 60px;
  border: 1px solid #afafaf;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.com_sol_info:before {
  content: "i";
  position: absolute;
  left: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #afafaf;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.5em;
  color: #afafaf;
  top: 50%;
  margin-top: -15px;
  font-family: serif;
  font-weight: bold;
}
.com_sol_info p {
  color: #7b7b7b;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.com_sol_nav {
  margin-bottom: 30px;
}
.com_sol_nav p {
  display: inline-block;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #3b4894;
  margin-right: 10px;
  vertical-align: middle;
}
.com_sol_nav a {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #3b4894;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #3b4894;
  padding: 5px 20px;
  margin-left: 5px;
  min-width: 154px;
  text-align: center;
}
.com_sol_nav a:hover {
  background-color: #fffbf2;
}
.com_sol_nav a.current {
  background-color: #3b4894;
  color: #fff;
}
/*articulo*/
.com_sol_article {
  margin-left: 60px;
  background-color: #fff;
  box-shadow: 0 14px 30px -20px #b5b5b5;
  margin-bottom: 100px;
  padding: 20px;
  position: relative;
}
.com_sol_back {
  position: absolute;
  left: -58px;
  top: -10px;
  border: 3px solid #3b4894;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 2.5em;
  line-height: 0.9em;
  color: #3b4894;
  border-radius: 5px;
}
.com_sol_article_img {
  width: 30%;
  float: left;
  margin-left: -40px;
  margin-top: -30px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.com_sol_article_img figure {
  padding-bottom: 100%;
  margin-bottom: 0;
}
.com_sol_article_content {
  float: left;
  width: 70%;
  padding-left: 30px;
}
.com_sol_article_text {
  margin-bottom: 50px;
}
.com_sol_article_content header {
  margin: 10px 0 30px;
}
.com_sol_article_content h2 {
  font-family: "Raleway", sans-serif;
  color: #3b4894;
  font-size: 2.2em;
  line-height: 1.2;
}
.com_sol_article_content p {
  width: 100%;
  font-size: 1.6em;
}
.com_sol_article_content li {
  font-size: 1.5em;
  color: #5e5e5e;
  line-height: 1.5;
}
.com_sol_article_content .share-content {
  width: 100%;
}
/*==========================================================================================
                          archivos apruebo
============================================================================================*/
.subSiteApruebo .title-wrap {
  padding-left: 9.5%;
  margin-top: 10px;
}
.subSiteApruebo .title-wrap h2 {
  text-align: left;
}
.subSiteApruebo .title-wrap h2 span {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.subSiteApruebo .title-wrap h2 svg {
  width: 30px;
  height: 21px;
  margin-right: 8px;
  fill: #3b4794;
}
.subSiteApruebo .col {
  text-align: center;
}
.logoApruebo {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 77%;
  width: 15%;
  fill: #fff;
}
.logoApruebo.textLogo {
  font-family: "Raleway", sans-serif;
}
.logoApruebo.textLogo h1 {
  font-size: 3.8em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -9px;
}
.logoApruebo.textLogo p {
  font-size: 5em;
  color: rgba(255, 255, 255, 0.7);
}
.article-list.articlePill {
  background-color: transparent;
}
.pillBlock {
  background-color: #f33053;
  padding: 60px 30% 80px 10%;
}
.pillBlock h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.03em;
}
.pillBlock h3 svg {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin-right: 5px;
}
.pillBlockContainer .pillBlock:nth-child(2) {
  background-color: #020f69;
}
.pillBlockContainer .pillBlock:nth-child(3) {
  background-color: #f6d630;
}
.pillBlockContainer .pillBlock:nth-child(4) {
  background-color: #398ab9;
}
.articlePill {
  text-align: center;
}
.articlePill figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 20px -15px rgba(7, 39, 72, 0.4);
  transition: box-shadow 0.3s ease;
  padding-bottom: 55%;
  height: 0;
}
.articlePill:hover figure {
  box-shadow: 0 5px 8px -5px rgba(7, 39, 72, 0.4);
}
.pillHover {
  background-color: rgba(4, 3, 41, 0.9);
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.pillHover svg {
  margin-right: 5px;
}
.articlePill:hover .pillHover {
  opacity: 1;
}
.articlePillButton {
  color: #3b4894;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1.4em;
  box-shadow: 0 10px 20px -10px rgba(27, 17, 37, 0.2);
  display: inline-block;
  position: relative;
  top: -19px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  max-width: 90%;
}
.articlePillModal {
  color: #3b4894;
  background-color: #fff;
  border-radius: 30px;
  padding: 4px 20px 3px;
  border: none;
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  transition: background-color 0.2s ease;
}
.articlePillModal svg {
  width: 10px;
  vertical-align: middle;
  margin-right: 5px;
  fill: #4f50b9;
}
.articlePillModal:hover {
  background-color: rgb(213, 218, 226);
}
.modalVideo {
  position: fixed;
  display: none;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.89);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modalVideo .iframeWrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.modalVideo .iframeBox {
  width: 90%;
  max-width: 900px;
}
.modalVideo .iframeRatio {
  width: 100%;
  position: relative;
  padding-bottom: 56.4%;
}
.modalVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modalVideo button {
  position: absolute;
  top: 10px;
  right: 13px;
  color: #fff;
  background-color: #4f50b9;
  border-radius: 50%;
  line-height: 1.4em;
  font-size: 2em;
  font-weight: 800;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: background-color 0.2s ease;
}
.modalVideo button:hover {
  background-color: #7173df;
}
/*==========================================================================================
                                  Candidatos 2021
============================================================================================*/
.candidatos2021 {
  background: #e5e8f4;
  padding-top: 30px;
  padding-bottom: 100px;
  min-height: 100vh;
}
.candidatos2021.wrapHomeCandidatos {
  display: flex;
  align-items: center;
  position: relative;
}
.homeCandidatos .logoCandidatos {
  margin-bottom: 20px;
}
.logoCandidatos {
  font-size: 4em;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-shadow: -2px 6px 10px #25125f75;
}
.homeCandidatos p {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 11px;
}
.logoCandidatos span {
  font-size: 1.8em;
  display: block;
}
.candidatos2021 .navCandidatos .item {
  border: 1px solid #ffffff85;
  border-radius: 5px;
  color: #fff;
  padding: 8px 13px;
  display: inline-block;
  font-size: 1.6em;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
}
.candidatos2021 .navCandidatos .item.current,
.candidatos2021 .navCandidatos .item.current:hover {
  color: #3b4894;
  background-color: #fff;
}
.candidatos2021 .navCandidatos .item:hover {
  background-color: #ffffff26;
}
/*.wrapHomeCandidatos #hands {
  position: absolute;
  right: 7%;
  bottom: -2%;
  width: 32%;
  height: auto;
	}*/
.wrapHomeCandidatos #hands{
	position: absolute;
    right: 4%;
    bottom: 6%;
    width: 27%;
    height: auto;
}
.siteHeader {
  margin-bottom: 14px;
}
.siteHeader svg {
  width: 70px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}
.siteHeader img{
	width: 78px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.siteHeader h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2em;
    margin-bottom: 5px;
}
.navCandidatos {
  margin-bottom: 30px;
}
/* listado de articulos */
.candidatos_article_list .article-list {
  background-color: transparent;
}
.candidatos_article_list .article-list .figure-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.candidatos_article_list .article-list .figure-wrap figure {
  padding-bottom: 100%;
  background-color: #353535;
}
.candidatos_article_list .article-list .figure-wrap img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.candidatos_article_list .article-list header {
  background-color: #fff;
  border-radius: 10px;
  margin: -10px 5px 0;
  z-index: 2;
  position: relative;
  padding: 10px 14px;
}
.candidatos_article_list .article-list header h2 {
  font-size: 1.8em;
  margin-bottom: 2px;
}
/* purple theme */
.candidatos2021.purpleTheme {
  background: #77469c;
  background: radial-gradient(circle, #ae74d9 0%, #77469c 100%);
}
.candidatos2021.purpleTheme .candidatos_article_list .article-list header {
  background-color: #fed931;
}
.candidatos2021.purpleTheme .candidatos_article_list .article-list header h2 {
  color: #77469c;
}
.candidatos2021.purpleTheme .article-list header p {
  color: #40709a;
}
#candidatos_constitucionales {
  position: relative;
  padding-top: 104px;
}
.logoConstitucionales {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
/* artículo */
.candidatos_article {
  margin-left: 20px;
  background-color: #fff;
  box-shadow: 0 14px 30px -20px #00000033;
  margin-bottom: 100px;
  padding: 40px 20px 30px;
  position: relative;
  border-radius: 14px;
}
.candidatos_article_back {
  position: relative;
  border: 3px solid #ffffff;
  text-align: center;
  font-size: 2.5em;
  line-height: 0.9em;
  color: #ffffff;
  border-radius: 16px;
  padding: 10px 10px 14px;
  display: block;
  width: 400px;
  margin: 0 auto 100px;
  transition: background-color 0.3s ease;
}
.candidatos_article_back:hover {
  background-color: rgba(255, 255, 255, 0.144);
}
.candidatos_article_img {
  width: 30%;
  float: left;
  margin-left: -40px;
  margin-top: -60px;
}
.candidatos_article_img figure {
  padding-bottom: 100%;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.candidatos_article_content {
  float: left;
  width: 70%;
  padding-left: 40px;
}
.candidatos_article_text {
  margin-bottom: 50px;
  width: 100%;
  font-size: 1.6em;
  line-height: 1.6;
  color: #5e5e5e;
}
.candidatos_article_content header {
  margin: 10px 0 30px;
}
.candidatos_article_content h2 {
  font-family: "Raleway", sans-serif;
  color: #3b4894;
  font-size: 4em;
  line-height: 1.2;
}
.candidatos_article_content li {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.6;
}
.candidatos_article_content .share-content {
  width: 100%;
}
.candidatos_article_social {
  margin-left: 35px;
  background-color: #fd646f;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 17px;
  text-align: center;
  padding: 15px 10px;
}
.candidatos_article_social p {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: 700;
}
.social-nav.candidatos_article_social a {
  background-color: #fff;
  border-radius: 7px;
  float: none;
  display: inline-block;
  margin: 0 5px;
}
.social-nav.candidatos_article_social a svg {
  fill: #fd646f;
}
/* formulario */
.formBasic {
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 10px 30px 20px;
  max-width: 600px;
  box-shadow: 0 21px 11px -10px #0003;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.formBasic div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100%;
}
.formBasic div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #3b4894;
  transition: background-color 0.3s ease;
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
}
.formBasic
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover {
  background-color: #5364c4;
}
.formBasic .wpforms-confirmation-container-full {
  font-size: 1.6em;
}
.formBasic div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: none;
}
/*==========================================================================================
                                  Candidatos 2024
============================================================================================*/
.candidatos2024 {
  padding-bottom: 100px;
  min-height: 100vh;
  padding-top: 20px;
}
.candidatos2024 .headerCandidatos{
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 111;
  margin-top: -31px;
}
.candidatos2024 .textLogoCandidatos{
  max-width: 170px;
}
.candidatos2024 .textLogoCandidatos span{
  font-weight: 300;
}
.candidatos2024  .headerBlue{
  background: linear-gradient(0, #18259c, #2f72c9);
  padding: 20px 0 10px;
}
.candidatos2024  .navCandidatos{
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  margin-bottom: 0;
}
.candidatos2024 .navCandidatos .item {
  color: #fff;
  padding: 20px;
  font-size: 21px;
  width: 100%;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #eef8ff;
  transition: all 0.3s ease;
}
.candidatos2024 .navCandidatos .item.current::after{
  content: '';
  border: 20px solid transparent;
  border-top: 20px solid #1b279a;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  margin-left: -10px;
}
.candidatos2024 .navCandidatos .item:hover {
  color: #fff;
  letter-spacing: 0.5px;
}
.candidatos2024 .subNavCandidatos{
  padding: 20px 0;
  display: flex;
  gap: 10px;
}
.candidatos2024 .subNavCandidatos .btn{
  font-size: 18px;
  border: 3px solid transparent;
  padding: 20px;
  color: #3b4894;
  background-color: white;
  border-radius: 10px;
  width: 100%;
  font-weight: bold;
  box-shadow: 0 15px 20px -10px #2728353b;
}
.candidatos2024 .subNavCandidatos .btn.current{
  border-color: #3b4894;
}

/*Listado*/
.listCandidatos .article-list{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.listCandidatos .article-list figure{
  padding-bottom: 140%;
  position: relative;
}
.listCandidatos .article-list figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listCandidatos .article-list header {
  padding: 70px 25px 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(360deg, #301889bd, transparent);
}
.listCandidatos .article-list header h2{
  color: white;
}

.textLogoList{
  display: block;
  width: 200px;
  margin: 0 auto 15px;
}

.candidatos2024_article_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.candidatos2024_article_nav a{
  background-color: #343655;
  color: white;
  border-radius: 7px;
  font-size: 13px;
  padding: 10px 15px;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 400;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.candidatos2024_article_nav h1{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}
.candidatos2024_article_nav h1 span{
  font-weight: 900;
}

.candidatos2024_article {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
}
.candidatos2024_article_img{
  min-width: 350px;
  position: sticky;
  top: 100px;
  height: auto;
}
.candidatos2024_article_img figure{
  padding-bottom: 140%;
  border-radius: 10px;
  margin-bottom: 0;
}
.candidatos2024_article_content{
  width: 100%;
  text-align: left;
}
.candidatos2024_article header h2{
  font-size: 24px;
  color: #343655;
  font-family: "Raleway";
}

.candidatos2024_article_social{
  margin-top: 15px;
  overflow: hidden;
}
.candidatos2024_article_social p{
  text-align: left;
  width: auto;
  margin-bottom: 9px;
  font-size: 15px;
  color: #343655;
}
.candidatos2024_article_social.social-nav a{
  background-color: transparent;
  border: 2px solid #343655;
  border-radius: 10px;
  width: 38px;
  height: 39px;
  margin-right: 10px;
  margin-left: 0;
}
.candidatos2024_article_social.social-nav a:hover{
  background-color: #ffffff;
}
.candidatos2024_article_social.social-nav a svg{
  fill: #343655;
}

/*==========================================================================================
                                  Candidatos 2025
============================================================================================*/
.candidatos2025 {
  padding-bottom: 0;
  min-height: 100vh;
  padding-top: 0;
  background: #e5e8f4;
}
.candidatos2025-home{
  display: flex;
}
.candidatos2025-home .leftCol{
    position: sticky;
    left: 0;
    width: 40%;
    height: 100vh;
    top: 0;
}
.candidatos2025-home .rightCol{
    width: 60%;
    min-height: 100vh;
    padding: 40px 80px;
}
img.imgBig{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.title-color-bg{
  position: absolute;
  bottom: 100px;
  left: 100px;
  color: white;
  font-size: 34px;
  font-family: "Raleway";
  text-align: left;
  line-height: 1.3;
}
.title-color-bg h2{
    background-color: #3D42B1;
    margin-bottom: 5px;
    display: inline;
    clear: both;
}
.title-color-bg p{
  background-color: #3D42B1;
    margin-bottom: 5px;
    font-size: 46px;
    display: inline;
}
.logoHeader{
  text-align: center;
  font-family: "Raleway", sans-serif;
      margin-bottom: 20px;
}
.logoHeader h1{
  font-size: 40px;
    font-weight: 600;
    color: #343655;
}
.logoHeader p{
  font-size: 36px;
    font-weight: 500;
    color: #343655;
}
.candidatosBlock img.imgLogo{
position: absolute;
    width: 146px;
    top: 15px;
    left: 15px;
}
.candidatosBlock .imgLogocampaign{
max-width: 500px;
    margin: 0 auto 20px;
}
.candidatosBlock .imgLogocampaignSmall{
max-width: 258px;
    margin: 0 auto;
}
.candidatos2025 .candidatosBlock{
  border-radius: 10px;
  padding: 45px 45px 40px 45px;
  background-color: #ebeefb;
  box-shadow: 0 20px 30px -10px #2325312e;
  margin-bottom: 20px;
  position: relative;
}
.candidatos2025 .candidatosBlock.smallPadding{
  padding: 20px 20px 20px 43px;
}
.candidatos2025 .navButtons{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.candidatos2025 .navButtons .item{
    border-radius: 27px;
    background-color: #3a40b4;
    padding: 13px 28px;
    color: #fff;
    font-size: 20px;
    transition: background-color 0.3s ease;
}
.candidatos2025 .navButtons .item:hover{
  background-color: #565ee9;
}
/*Contenido texto*/
.candidatosBlock header h2{
    font-size: 24px;
    color: #343655;
    font-family: "Raleway";
    margin-bottom: 12px;
}
.content p{
    margin-bottom: 14px;
    width: 100%;
    font-size: 1.6em;
    line-height: 1.5;
    color: #5e5e5e;
}
.content ol li{
    margin-bottom: 14px;
    width: 100%;
    font-size: 1.6em;
    line-height: 1.5;
    color: #5e5e5e;
    list-style: auto;
    list-style-position: inside;
}
.content ol li::marker{
    color: #343654;
    font-weight: bold;
}
.candidatos2025 .headerCandidatos{
text-align: center;
    position: relative;
    top: 0;
    z-index: 111;
    padding-top: 15px;
}
.candidatos2025 .textLogoCandidatos{
  max-width: 170px;
}
.candidatos2025 .textLogoCandidatos span{
  font-weight: 300;
}
.candidatos2025  .headerBlue{
  background: linear-gradient(0, #18259c, #2f72c9);
  padding: 20px 0 10px;
}
.candidatos2025 .navCandidatos{
  display: flex;
    gap: 18px;
    justify-content: flex-start;
    margin-bottom: 23px;
    flex-direction: column;
    align-items: center;
}
.candidatosBlock.navCandidatos img.imgLogo{
      position: relative;
    width: 100px;
    left: 0;
    top: 0;
}
.candidatosBlock.navCandidatos.navPadding{
  padding: 15px 6px 23px 22px;
}
.candidatosBlock.navCandidatos h2{
      font-size: 24px;
    color: #3a40b4;
    font-family: "Raleway";
    margin-bottom: 0;
}
.candidatosBlock.navCandidatos .item {
  color: #fff;
  padding: 20px;
  font-size: 21px;
  width: 100%;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #eef8ff;
  transition: all 0.3s ease;
}
.candidatosBlock.navCandidatos .item.current::after{
  content: '';
  border: 20px solid transparent;
  border-top: 20px solid #343655;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  margin-left: -10px;
}
.candidatosBlock.navCandidatos .item:hover {
  color: #fff;
  letter-spacing: 0.5px;
}
.candidatos2025 .subNavCandidatos{
  display: flex;
  gap: 10px;
}
.candidatos2025 .subNavCandidatos .btn{
    font-size: 17px;
    padding: 10px 20px;
    color: #FFF;
    background-color: #292e91;
    border-radius: 46px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
}
.candidatos2025 .subNavCandidatos .btn:hover{
  background-color: #545bdd;
}
.candidatos2025 .subNavCandidatos .btn.current{
  background-color: #6970eb;
}

/*Listado*/
.listCandidatos .article-list{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
      box-shadow: 0 20px 30px -10px #2325312e;
}
.listCandidatos .article-list figure{
  padding-bottom: 140%;
  position: relative;
}
.listCandidatos .article-list figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listCandidatos .article-list header {
    padding: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none;
    text-align: left;
}
.listCandidatos .article-list header h2{
  color: white;
    background-color: #2b2bb9;
    display: inline;
    padding: 0px 5px;;
}
.textLogoList{
  display: block;
  width: 200px;
  margin: 0 auto 15px;
}
.candidatos2025_article_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.candidatos2025_article_nav a{
    background-color: #ebeefb;
    color: white;
    border-radius: 7px;
    font-size: 13px;
    padding: 10px 15px;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: "Raleway";
    font-weight: 400;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 7px 10px 0px #37348030;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -9px;
}
.candidatos2025_article_nav h1{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #343655;
}
.candidatos2025_article_nav h1 span{
    font-weight: 400;
    display: block;
    font-size: 18px;
    color: #343655;
}
.candidatos2025_article {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  align-items: flex-start;
  padding-top: 40px;
}
.candidatos2025_article_img{
  min-width: 350px;
  position: sticky;
  top: 100px;
  height: auto;
}
.candidatos2025_article_img > div{
  position: relative;
}
.candidatos2025_article_img > div h2{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #3D42B1;
    color: white;
    font-size: 20px;
    font-family: "Raleway";
    z-index: 1;
}
.candidatos2025_article_img figure{
  padding-bottom: 140%;
  border-radius: 10px;
  margin-bottom: 0;
      box-shadow: -4px 20px 40px -10px #1d1b418c;
}
.candidatos2025_article_content{
  width: 100%;
  text-align: left;
}
.candidatos2025_article header h2{
  font-size: 24px;
  color: #343655;
  font-family: "Raleway";
}
.candidatos2025_article header{
  margin: 0;
}
.candidatos2025_article_social{
  margin-top: 15px;
}
.candidatos2025_article_social p{
  text-align: left;
  width: auto;
  margin-bottom: 9px;
  font-size: 15px;
  color: #343655;
}
.candidatos2025_article_social.social-nav a{
  background-color: transparent;
  border: 2px solid #343655;
  border-radius: 10px;
  width: 38px;
  height: 39px;
  margin-right: 10px;
  margin-left: 0;
}
.candidatos2025_article_social.social-nav a:hover{
  background-color: #ffffff;
}
.candidatos2025_article_social.social-nav a svg{
  fill: #343655;
}
/* artículo */
.candidatos_article {
  margin-left: 20px;
  background-color: #fff;
  box-shadow: 0 14px 30px -20px #00000033;
  margin-bottom: 100px;
  padding: 40px 20px 30px;
  position: relative;
  border-radius: 14px;
}
.candidatos_article_back {
  position: relative;
  border: 3px solid #ffffff;
  text-align: center;
  font-size: 2.5em;
  line-height: 0.9em;
  color: #ffffff;
  border-radius: 16px;
  padding: 10px 10px 14px;
  display: block;
  width: 400px;
  margin: 0 auto 100px;
  transition: background-color 0.3s ease;
}
.candidatos_article_back:hover {
  background-color: rgba(255, 255, 255, 0.144);
}
.candidatosBlock.mobile_visible{
  display: none;
}
.candidatosBlock.mobile_hidden{
  display: block;
}

.candidatos_article_img {
  width: 30%;
  float: left;
  margin-left: -40px;
  margin-top: -60px;
}
.candidatos_article_img figure {
  padding-bottom: 100%;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
.candidatos_article_content {
  float: left;
  width: 70%;
  padding-left: 40px;
}
.candidatos_article_text {
  margin-bottom: 0;
  width: 100%;
  font-size: 1.6em;
  line-height: 1.6;
  color: #5e5e5e;
}
.candidatos_article_text span.zona{
      display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.candidatos_article_content header {
  margin: 10px 0 30px;
}
.candidatos_article_content h2 {
  font-family: "Raleway", sans-serif;
  color: #3b4894;
  font-size: 4em;
  line-height: 1.2;
}
.candidatos_article_content li {
  font-size: 1em;
  color: #5e5e5e;
  line-height: 1.6;
}
.candidatos_article_content .share-content {
  width: 100%;
}
.candidatos_article_social {
  margin-left: 35px;
  background-color: #fd646f;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 17px;
  text-align: center;
  padding: 15px 10px;
}
.candidatos_article_social p {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: 700;
}
.social-nav.candidatos_article_social a {
  background-color: #fff;
  border-radius: 7px;
  float: none;
  display: inline-block;
  margin: 0 5px;
}
.social-nav.candidatos_article_social a svg {
  fill: #fd646f;
}
@media only screen and (max-width: 1160px) {
  .main-width,
  .main-nav-wrap .main-width {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*Navegación Touch*/
  .toggle-nav-menu {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #28357d;
    margin-top: 13px;
    color: #fff;
  }
  .mobile-nav-wrap {
    display: none;
    position: fixed;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.97);
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .mobile-nav-active .mobile-nav-wrap {
    opacity: 1;
  }
  .main-nav {
    float: none;
    padding-top: 0;
  }
  .main-nav a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 0;
  }
  .main-nav > span {
    font-size: 1em;
    display: block;
    padding: 0;
  }
  .main-nav > span > span {
    display: none;
  }
  .with-submenu div {
    opacity: 1;
    visibility: visible;
    left: auto;
    background-color: transparent;
    width: auto;
    padding: 0;
    box-shadow: none;
    top: auto;
    position: relative;
    font-size: 1em;
  }
  .with-submenu div a {
    color: #3b4894;
    padding: 10px 0;
  }
  .with-submenu div:after {
    display: none;
  }
  .social-nav {
    float: none;
    text-align: center;
    width: 100%;
  }
  .social-nav a {
    display: inline-block;
    float: none;
  }

  /*listado pdf*/
  .pdf-list .col-2-wrap {
    padding-left: 0;
  }
  .pdf-list .pdf-iframe-wrap {
    position: relative;
    width: 100%;
    display: none;
  }
  .pdf-list .mobile-post {
    display: block;
  }
  .pdf-list iframe {
    width: 0;
    display: none;
    height: 0;
  }
  /*material descargable campaña apruebo*/
  .col-4-wrap > .col {
    width: 33.333%;
  }
  .candidatos2024 .headerCandidatos{
    z-index: 9;
  }
}
@media only screen and (max-width: 860px) {
  .com_sol_nav p {
    display: block;
    margin-bottom: 12px;
  }
  .com_sol_nav a {
    min-width: auto;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* candidatos 2021 */
  .candidatos_article_content h2 {
    font-size: 2.5em;
  }
  .candidatos_article_back {
    font-size: 2em;
    width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  /*Home*/
  .hero-port {
    height: 70vh;
  }
  .home-section-cols .col {
    height: 240px;
    width: 100%;
  }
  .col-5-2-wrap > .col:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .col-5-2-wrap > .col {
    width: 100%;
  }
  .destacamos-content {
    padding-bottom: 40px;
  }
  /*listado articulos*/
  .col-2-wrap,
  .col-3-wrap,
  .col-5-2-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .col-2-wrap.col-2-wrap-small > .col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-2-wrap.col-2-wrap-small {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-2-wrap > .col,
  .col-3-wrap > .col,
  .col-5-2-wrap > .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .horizontal-article a:first-child .article-list figure,
  .horizontal-article a:first-child .article-list header {
    width: 100%;
    display: block;
  }
	.horizontal-article a:first-child .article-list figure{
		padding-bottom: 50%;
	}
	/*frente profesionales*/
	.tab{
		display: flex;
		overflow: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	.main-width.prof-hero{
		margin: 15px;
    	width: auto;
	}
	.prof_contact{
		    flex-direction: column;
    justify-content: center;
		    align-items: center;
	}
  /*secciones*/
  .context-nav a {
    width: 48%;
    vertical-align: top;
    float: none;
  }
  .article-content p {
    width: 92%;
    font-size: 1.9em;
  }
  .share-content {
    width: 92%;
  }
.article-content .wp-video{
	margin: 0 auto;
   	max-width: 92%;
}
  /*tribunal supremo*/
  .tribunal-documentos li,
  .list-tribunal li {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  /*seccion servicios*/
  .title-wrap p {
    margin-bottom: 15px;
  }
  .section-services iframe {
    height: 200px;
  }
  /*Footer*/
  .main-footer ul {
    text-align: center;
    margin-bottom: 30px;
  }
  .main-footer .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-footer .row .button {
    width: 100%;
  }
  /*comunidades solidarias*/
  .com_sol_hero {
    font-size: 0.7em;
  }
  .com_sol_hero div {
    padding: 120px 10px 20px;
  }
  /*material descargable campaña apruebo*/
  .subSiteApruebo .title-wrap {
    padding: 0;
    margin-bottom: 10px;
  }
  .subSiteApruebo .title-wrap h2 {
    text-align: center;
  }
  .subSiteApruebo .logoApruebo {
    position: relative;
    transform: none;
    top: auto;
    fill: #3b4794;
    left: auto;
    margin: 0 auto;
    display: block;
    width: 400px;
    margin-bottom: 30px;
  }
  .logoApruebo.textLogo {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
  }
  .logoApruebo.textLogo h1 {
    color: #0e28bd;
  }
  .logoApruebo.textLogo p {
    color: rgb(247 31 31);
  }
  .pillBlock {
    padding: 40px 5% 60px;
  }
  /* candidatos 2021 */
  .homeCandidatos .logoCandidatos {
    font-size: 6vw;
  }
  /*.wrapHomeCandidatos #hands {
    width: 54%;
  }*/
	.candidatos2021.wrapHomeCandidatos{
		flex-direction: column;
		padding-bottom: 30px;
    min-height: auto;
	}
	.wrapHomeCandidatos #hands {
    width: 50%;
    bottom: auto;
    position: relative;
    right: auto;
	}
}
@media (orientation: landscape) and (max-width: 1000px) {
  .hero-port {
    height: 360px;
    margin-top: 0;
    min-height: auto;
    background-color: transparent;
  }
  .hero-port .button {
    margin-top: 64%;
  }
  .hero-port.vertical-align .vertical-align-content {
    padding-bottom: 10px;
  }
  .main-footer .row .button {
    font-size: 1em;
  }
  .slider-hero figure {
    height: 110%;
  }
}
@media only screen and (max-width: 1000px){
    /*Candidatos 2024*/
    .candidatos2024{
      padding-top: 31px;
    }
    .candidatos2024 .headerBlue .main-width{
      padding: 0;
    }
    .candidatos2024 .headerCandidatos{
      position: relative;
    }
    .candidatos2024 .navCandidatos{
      display: grid;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
          "a a"
          "b b";
      justify-items: center;
      gap: 0;
    }
    .candidatos2024 .navCandidatos .item:first-child{
      grid-column: 1;
      grid-row: 2;
    }
    .candidatos2024 .textLogoCandidatos{
      grid-column: 1;
      position: absolute;
    }
    .candidatos2024 .navCandidatos .item:last-child{
      grid-column: 2;
      grid-row: 2;
    }
    .candidatos2024 .subNavCandidatos .btn{
      display: flex;
      align-items: center;
      padding: 15px 10px;
    }
        /*Candidatos 2025*/
    .candidatos2025{
      padding-top: 31px;
    }
    .candidatos2025 .headerBlue .main-width{
      padding: 0;
    }
    .candidatos2025 .headerCandidatos{
      position: relative;
    }
    /* .candidatos2025 .navCandidatos{
      display: grid;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
          "a a"
          "b b";
      justify-items: center;
      gap: 0;
    } */
    /* .candidatos2025 .navCandidatos .item:first-child{
      grid-column: 1;
      grid-row: 2;
    } */
    /* .candidatos2025 .textLogoCandidatos{
      grid-column: 1;
      position: absolute;
    } */
    /* .candidatos2025 .navCandidatos .item:last-child{
      grid-column: 2;
      grid-row: 2;
    } */
    /* .candidatos2025 .subNavCandidatos .btn{
      display: flex;
      align-items: center;
      padding: 15px 10px;
    } */
     .candidatos2025-home{
        flex-direction: column;
        margin-top: -31px;
     }
     .candidatos2025 .candidatosBlock{
          padding: 44px 30px 40px 30px;
     }
     .candidatos2025 .content ol li,
     .candidatos2025 .content p{
          font-size: 18px;
     }
    .candidatos2025-home .leftCol{
        width: 100%;
        height: auto;
        background: linear-gradient(95deg, #dae0eb, transparent);
    }
    img.imgBig{
      position: relative;
      height: auto;
      max-width: 440px;
      margin: 0 auto;
     }
    .title-color-bg{
      text-align: center;
      font-size: 23px;
      bottom: 40px;
      left: 0;
      width: 100%;
    }
    .title-color-bg p{
      font-size: 29px;
    }
    .candidatos2025-home .rightCol{
        width: 100%;
        height: auto;
        padding: 20px;
        background-color: #e5e8f4;
        z-index: 1;
     }
     .logoHeader h1{
          padding-top: 20px;
              font-size: 34px;
     }
     .logoHeader p {
    font-size: 28px;
     }
    /**/
    .listCandidatos .article-list header{
      padding-left: 15px;
      padding-right: 15px;
    }
    .listCandidatos .article-list header h2{
      margin-bottom: 0;
      font-size: 1.8em;
    }
}
@media only screen and (max-width: 600px) {
  /*comunidades solidarias*/
  .com_sol_info:before {
    top: 0;
    background-color: #ebebee;
    left: 50%;
    margin-left: -15px;
  }
  .com_sol_info {
    padding: 10px;
    text-align: center;
  }
  .com_sol_back {
    display: none;
  }
  .com_sol_article {
    margin-left: 0;
    margin-top: 60px;
  }
  .com_sol_article_img {
    float: none;
    display: block;
    margin: -44px 0 20px;
    box-shadow: none;
  }
  .com_sol_article_content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  /* candidatos 2021 */
  .candidatos_article {
    margin-left: 0;
  }
  .candidatos_article_img {
    margin-left: 0;
    width: 100%;
  }
  .candidatos_article_content {
    float: none;
    padding-top: 30px;
    clear: both;
    padding-left: 0;
    width: 100%;
  }
  .candidatos_article_img figure {
    width: 38%;
    height: 200px;
    padding-bottom: 0;
    float: left;
    margin-right: 2%;
  }
  .social-nav.candidatos_article_social {
    float: left;
    width: 60%;
    margin: 0;
  }
  .candidatos_article_back {
    width: 280px;
  }
  .candidatos2021 .col-4-wrap > .col {
    width: 50%;
  }
  /*candidatos 2024*/
  .candidatos2024_article_nav{
    flex-direction: column;
    text-align: center;
    gap: 10px;
    display: none;
  }
  .candidatos2024_article{
    flex-direction: column;
    margin-top: -10px;
  }
  .candidatos2024_article_img{
    width: 100%;
    min-width: auto;
    position: relative;
    top: 0;
    border-bottom: 1px solid #c0c0c1;
    padding-bottom: 20px;
  }
  .candidatos2024_article_img figure{
    padding-bottom: 100%;
  }
  .candidatos2024_article_social p{
    font-size: 14px;
    text-align: center;
  }
  /*candidatos 2025*/
  .candidatos2025_article_nav{
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .candidatos2025_article{
    flex-direction: column;
    margin-top: -10px;
  }
  .candidatosBlock.mobile_visible{
    display: block;
  }
  .candidatosBlock.mobile_hidden{
    display: none;
  }
  .candidatos2025_article_img{
    width: 100%;
    min-width: auto;
    position: relative;
    top: 0;
    border-bottom: 1px solid #c0c0c1;
    padding-bottom: 20px;
  }
  .candidatos2025_article_img figure{
    padding-bottom: 100%;
  }
  .candidatos2025_article_social p{
    font-size: 14px;
    text-align: center;
  }
  .candidatos2025 .navButtons {
    flex-direction: column;
  }
  /**/
  .article-content header{
    margin-top: 0;
    margin-bottom: 10px;
  }
  .bannerFullwidth img {
    display: none;
  }
  .bannerFullwidth .mobileImg {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  /*material descargable campaña apruebo*/
  .col-4-wrap > .col {
    width: 50%;
  }
  .subSiteApruebo .title-wrap h2 svg {
    width: 11px;
    height: 15px;
  }
  .title-wrap h2 {
    font-size: 2em;
  }
  .subSiteApruebo .logoApruebo {
    width: 211px;
  }
  /* candidatos 2021 */
  .siteHeader h1 {
    font-size: 4.7vw;
  }
  .siteHeader img{
	width: 68px;
  }
	.logoCandidatos span{
		font-size: 1.3em;
	}
}
@media only screen and (max-width: 380px) {
  .hero-port h2 {
    font-size: 2.8em;
  }
}

/*mientras*/
.page-title {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
  font-size: 3em;
  color: #3b4894;
  text-transform: uppercase;
}
/*formulario*/
.page-id-4538 .article-content figure {
  height: auto;
  padding-bottom: 0;
}
.page-id-4538 .article-content figure img {
  width: 100%;
  position: relative;
  object-fit: contain;
  height: auto;
}
.article-content #InscripcionForm {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}
.article-content #InscripcionForm p {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
#InscripcionForm fieldset {
  background-color: #fff;
  box-shadow: 0px 7px 10px #cbcbcb;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}
#InscripcionForm legend {
  float: left;
  font-size: 16px;
  clear: both;
  display: block;
  color: #3b4894;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
#InscripcionForm .form-check {
  margin-bottom: 5px;
}
#InscripcionForm .form-row {
  clear: both;
}
#InscripcionForm .form-group {
  margin-bottom: 10px;
}
#InscripcionForm .form-group select {
  margin-top: 5px;
}
#InscripcionForm .button {
  font-size: 14px;
  background-color: gray;
}
/*ocultar logos
.hero-logo img,
.main-footer .info h4{
    visibility: hidden;
}*/

.cdcFixedSelector{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
    .cdcOptions{
      display: flex;
    z-index: 1;
    position: relative;
    /* height: 50vh; */
    height: 63vh;
    }
    .cdcItem{
      background-color: white;
      height: 100%;
      width: 500px;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
		text-decoration: none;
    }
    .cdcItem.fullImg{
      position: relative;
    }
    .cdcItem.fullImg img{
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
    .cdcItemTwo{
      background: linear-gradient(141deg, #d33961, #1e307d)
    }
    .cdcItem img{
      height: 130px;
      width: auto;
    }
    .cdcItem > div{
      background: linear-gradient(141deg, #d33961, #1e307d);
      border-radius: 6px;
      padding: 10px 20px;
      margin-top: 40px;
      font-weight: bold;
      color: white;
		font-size: 16px;
    }
    .cdcItem.cdcItemTwo > div{
      background: white;
      color: #001957;
    }
    .cdcBg{
      top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(8,12,32,0.94);
    }
@media screen and (max-width: 1050px){
  .cdcOptions{
    width: 100%;
  }
  .cdcItem{
    width: 50%;
  }
  .cdcItem img {
    max-height: 130px;
    width: auto;
    max-width: 80%;
    height: auto;
    transform: scale(1) !important;
  }
  .cdcItem.fullImg img{
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 615px){
  .cdcItem {
    width: 90%;
  }
  .cdcOptions {
    width: 100%;
    height: 90vh;
    flex-direction: column;
    align-items: center;
  }
}
