/* CSS opusdei.org marzo 2018 */


/** {outline: 2px solid blue;}*/

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;
}

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

img {
  border: none;
}

li {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  background: #fefcf6;
  color: #4d4d4d;
  font-family: 'Droid Serif', 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 0.91em;
  line-height: 1.5385em;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}


/*En Chino no se utilizan las cursivas*/

html:lang(zh) em,
html:lang(zh) i,
html:lang(zh) q,
html:lang(zh) cite,
html:lang(zh) dfn,
html:lang(zh) var,
html:lang(zh) address,
html:lang(zh) blockquote {
  font-style: normal;
}


/*Main layout*/

#wrapper {
  width: 100%;
  /*  Para arreglar la anchura del fondo del header en portrait de iPad*/
  display: table;
}

#page {
  width: 100%;
}

.page-holder {
  width: 100%;
}

#footer {
  width: 100%;
  background: #26221e;
}

#footer .footer-section {
  margin: 0 auto;
  width: 960px;
}

.footer-section .holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;
}

#header {
  width: 100%;
  background: #efede7;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#main {
  width: 960px;
  margin: 0 auto;
  padding: 22px 20px 10px 20px;
  overflow: hidden;
}

#hold.inner-holder,
.main-section > .inner-holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tag-results .inner-holder {
  flex-direction: column;
}

#content,
.content {
  width: 600px;
  color: #4d4d4d;
  padding-right: 20px;
}

.content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 19px;
}

.cartas-pastorales .content,
.texto-del-dia .content,
.noticia-con-video .content {
  display: block;
}

#sidebar2 {
  width: 277px;
  margin: 0 0 20px 20px;
}

#sidebar,
.sidebar {
  width: 276px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dotted #ccc9c3;
}


/*Page header*/

#header .holder {
  margin: 0 auto;
  width: 960px;
  padding: 0 20px;
}

.header-block {
  /* Idioma + redes */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding: 4px 0 0 0;
  border-bottom: 1px solid #cecbc4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.header-block .block {
  /* Redes */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}

.add-nav {
  /* Redes: sala de prensa y contacto */
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}

.add-nav-causa {
  padding: 0 15px 0 16px;
  border-right: 1px solid #cecbc4 !important;
}

.social-networks {
  /* Redes: iconos redes */
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 3px;
}

.lang-select.aright {
  order: 3;
  margin: 0 0 0 15px;
}

.header-gray .header-block-02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #cecbc4;
}

.header-brown .header-block-02 {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  border-bottom: 1px solid #c4bdb4;
  color: #605c56;
}

.header-dark .header-block-02 {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  border-bottom: 1px solid #585756;
  color: #585756;
}

#header .topnews {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .topnews,
#header blockquote,
#header .tweet-box {
  margin-left: auto;
  width: 560px;
  color: #3a3632;
  font-size: 15px;
  line-height: 1.4;
}

#header blockquote,
#header .tweet-box {
  font-style: italic;
}

html:lang(zh) #header blockquote,
html:lang(zh) #header blockquote cite,
html:lang(zh) #header .tweet-box {
  font-style: normal;
}

#header .topnews div,
#header blockquote div,
#header .tweet-box div {
  width: 480px;
}


/* Quitamos las comillas by default de 'q' porque ya están puestas en los textos */

q:before {
  content: none;
}

q:after {
  content: none;
}

#header .topnews figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #9B9A97;
  width: 61px;
  height: 61px;
  margin: 0 19px 0 0;
  padding: 1px;
  overflow: hidden;
}

#header .topnews figure img {
  width: 57px;
  height: 57px;
}

#nav {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19px;
  border-bottom: 1px solid #cecbc4;
  z-index: 20;
}

.header-brown #nav {
  border-bottom: 1px solid #c4bdb4;
}

.header-dark #nav {
  border-bottom: 1px solid #585756;
}

.inner-header #nav {
  border: 0;
}

#nav li {
  position: relative;
  margin: 0 10px 0 0;
}

#nav .home {
  margin-left: 10px;
}

#nav .search {
  margin-right: 10px;
  z-index: 21;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

html:lang(zh)::placeholder {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #4d4d4d;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-property: color, background-color, border-bottom;
  -webkit-transition-property: color, background-color, border-bottom;
  -moz-transition-property: color, background-color, border-bottom;
  -o-transition-property: color, background-color, border-bottom;
}

a:hover {
  color: #ef9f13;
}

a:active {
  background-color: transparent;
}

.article p a,
.document p a {
  color: #4d4d4d;
  border-bottom: 1px solid #bbb;
}

.article p a:hover,
.document p a:hover {
  color: #ef9f13;
  border-bottom: 1px solid #ffbf50;
}

.article a,
.document a {
  color: #858585;
}

.article a:hover,
.document a:hover {
  color: #ef9f13;
}

#header a:focus {
  outline: none;
}

input,
textarea,
select {
  font-family: inherit;
  color: #4d4d4d;
}

form,
fieldset {
  border-style: none;
}

input[type=text],
input[type=search],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type=submit]:hover {
  cursor: pointer;
}

input[type="image"] {
  padding: 0;
  border: none;
}

#header.header-brown {
  background: #ebe4d9;
}

#header.header-dark {
  background: #2e2e2e;
}

.header-dark.inner-header {
  padding: 0;
}

.header-brown h1,
.header-dark h1 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.2;
}

.header-brown h1 {
  color: #605c56;
}

.header-dark h1 {
  color: #c0bfba;
}

.header-brown .header-block-02 span {
  text-align: center;
  display: block;
  font-size: 12px;
}

.header-dark h1 a {
  color: #FEFCF6;
}

.header-gray.inner-header {
  background: #efede7 !important;
}

.header-brown.inner-header {
  background: #ebe4d9 !important;
}

.header-brown .header-block {
  border-color: #c4bdb4;
}

.header-dark .header-block {
  border-color: #585756;
}

#header .tweet-box .icon-last-tweet {
  width: 29px;
  height: 20px;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

#header .text-block img {
  display: block;
}

#header .topnews .text-holder {
  height: auto;
  overflow: hidden;
  padding: 0;
  background: none;
  left: 0;
  top: 0;
  width: auto;
}

#header .topnews strong {
  font-weight: bold;
}

#header .topnews p a {
  color: #3a3632;
}

#header .topnews .text-holder {
  position: relative;
  color: #3a3632;
  font: inherit;
  padding: 0;
}

#header .text-block .text-holder {
  height: 1%;
  overflow: hidden;
  padding: 0;
}

#header .text-block strong {
  font-weight: bold;
}

.add-nav li {
  padding: 0 10px 0 10px;
  border-right: 1px solid #bdbab3;
}

.header-dark .add-nav li,
.header-brown .add-nav li {
  border-right: none;
}

.add-nav li a {
  color: #88847d;
}

.add-nav li a:hover {
  color: #ef9f13;
}


/*Language select*/

.lang-select > li {
  position: relative;
  width: 180px;
  /*  height: 27px;*/
  height: auto;
  padding: 0 10px 0 4px;
  border: 1px solid #ccc;
  background: #edebe6;
  background: linear-gradient(#edebe6, #e3e1db);
}

.header-dark .lang-select > li {
  background: #424141;
  background: linear-gradient(#434343, #333431);
  border: 1px solid #222;
}

.header-brown .lang-select > li {
  background: #e4ded4;
  background: linear-gradient(#eae3d9, #dfd8ce);
}

.lang-select > li:hover {
  background: #ede9e4;
}

.header-dark .lang-select > li:hover {
  background: #434343;
}

.header-brown .lang-select > li:hover {
  background: #e4ded4;
}

.lang-select ul {
  line-height: 1.2;
}

.lang-select li li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.header-dark .lang-select li li {
  border-top: 1px solid #555;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}

.lang-select > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6b6864;
  text-decoration: none;
  cursor: pointer;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}

.header-dark .lang-select li > a {
  color: #c7c5c1;
}

.icon-mapamapa400 {
  display: inline-block;
  color: #ef9f13;
  stroke: #ef9f13;
  stroke-width: 1px;
  stroke-opacity: 0.5;
  fill: currentColor;
  position: relative;
  margin: 0 10px 0 0;
  width: 40px;
  height: 27px;
}

.iconarrow {
  margin-left: auto;
  width: 12px;
  height: 8px;
  padding: 0 10px;
}

.header-dark .iconarrow {
  color: #c7c5c1;
  fill: currentColor;
}

.lang-select li li a {
  display: block;
  padding: 7px 13px;
  color: #6b6864;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}

.lang-select li li:hover a {
  color: #fff;
  background: #464440;
}

.header-dark .lang-select li li:hover a {
  color: #000;
  background: #edebe6;
}

.lang-select .drop {
  z-index: 22;
  position: absolute;
  top: 28px;
  left: -1px;
  padding: 0;
  width: 195px;
  height: 0;
  background: #edebe6;
  overflow: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  transition-delay: none;
}

.header-dark .lang-select .drop {
  background: #424141;
}

.header-brown .lang-select .drop {
  background: #e4ded4;
}

.lang-select > li:hover .drop {
  height: 293px;
  -webkit-transition: height .1s;
  -moz-transition: height .1s;
  -o-transition: height .1s;
  transition: height 0.1s;
  transition-delay: 0.4s;
}


/*Pequeño menú "OPUS DEI" en subwebs*/

.drop-select > li {
  position: relative;
  width: 85px;
  line-height: 27px;
  padding: 0 10px 0 13px;
  background: #e4ded4;
  background: linear-gradient(#eae3d9, #dfd8ce);
  border: 1px solid #ccc;
}

.header-dark .drop-select > li {
  background: #424141;
  background: linear-gradient(#434343, #333431);
  border: 1px solid #222;
}

.header-dark .drop-select > li:hover {
  background: #434343;
}

.header-brown .drop-select > li:hover {
  background: #e4ded4;
}

.drop-select li li {
  border-color: #fff #ccc #ccc #ccc;
  border-style: solid;
  border-width: 1px;
}

.header-dark .drop-select li li {
  border-color: #777 #222 #222 #222;
  border-style: solid;
  border-width: 1px;
}

.drop-select li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #5e5a55;
  text-transform: uppercase;
}

.header-dark .drop-select li > a {
  color: #c7c5c1;
}

.drop-select li li a {
  padding: 2px 13px 0;
  line-height: 25px;
  text-transform: none;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}

.drop-select li li a:hover {
  background: #464440;
  color: #fff;
}

.header-dark .drop-select li li a:hover {
  background: #2d2c2c;
  color: #fff;
}

.drop-select .drop {
  opacity: 0;
  z-index: 23;
  position: absolute;
  top: 28px;
  left: -1px;
  width: 110px;
  background: #e4ded4;
  overflow: auto;
  height: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  transition-delay: none;
}

.header-dark .drop {
  background: #424141;
}

.drop-select li:hover .drop {
  opacity:1;
  height: 146px;
  -webkit-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity 0.1s;
  transition-delay: 0.4s;
}


/*Iconos Redes en el header top right*/

.social-networks li {
  margin: 0 0 0 12px;
}

.social-networks li a {
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.icon-head-social {
  height: 16px;
  width: 16px;
  stroke-width: 0;
  stroke: currentColor;
  color: #a8a8a6;
  fill: currentColor;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
}

.icon-head-social:hover {
  color: #ef9f13;
}

.icon-head-social.icon-hs-fb {
  width: 8px;
}

.icon-logo.icon-lo-logo {
  color: #26221e;
  fill: currentColor;
  height: 35px;
  width: 208px;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
}

.icon-logo.icon-lo-logo:hover {
  color: #3c3835;
}


/* Menú principal Desktop */

#nav li a {
  transition-duration: 0;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}

#nav > li > a {
  color: #26221e;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: none;
  border-left: 1px solid transparent;
}

.header-dark #nav > li > a {
  color: #fefcf6;
}

.header-brown #nav > li > a {
  color: #605c56;
}

#nav li a:hover {
  color: #ef9f13;
}

#nav > li > a.has-children {
  padding: 10px 19px 20px 19px;
  position: relative;
  z-index: 2;
}

#nav > li:hover > a.has-children {
  color: #26221e;
  background: #e3e1db;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: none;
  border-left: 1px solid #f5f5f5;
}

.header-brown #nav > li:hover > a.has-children {
  background: #e5dfd4;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: none;
  border-left: 1px solid #eee;
}

#nav > li > ul {
  display: none;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  background: #e3e1db;
  width: 230px;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  overflow: hidden;
}

.header-brown #nav > li > ul {
  background: #e5dfd4;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

#nav > li:hover > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 39px;
}

#nav > li:nth-last-child(2):hover > ul {
  left: unset;
  right: 0;
}

#nav > li > ul > li {
  border-style: solid;
  border-color: #ceccc7 #ceccc7 #eceae4;
  border-width: 1px 0;
  margin: 0;
}

#nav > li > ul > li:first-child {
  border-width: 0 0 1px;
}

#nav > li > ul > li a {
  display: block;
  padding: 11px 19px;
  color: #26221e;
}

#nav > li > ul li:hover {
  border-color: #464440;
}

#nav > li > ul li:hover a {
  color: #fff;
  background: #464440;
}


/* Icono Home (casita) */

#nav .home a:hover {
  color: #ef9f13;
}

.header-dark #nav .home a {
  color: #fefcf6;
}

.header-dark #nav .home a:hover {
  color: #ef9f13;
}

.header-brown #nav .home a {
  color: #605c56;
}

.header-brown #nav .home a:hover {
  color: #ef9f13;
}


/*Icono Buscar (lupa)*/

#nav .search:hover .icon-hl {
  color: #ef9f13;
}

.header-dark #nav .search .icon-hl {
  color: #fefcf6;
}

.header-dark #nav .search:hover .icon-hl {
  color: #ef9f13;
}

.header-brown #nav .search .icon-hl {
  color: #605c56;
}

.header-brown #nav .search:hover .icon-hl {
  color: #ef9f13;
}


/* Botón de lupa y popup de Buscar en Desktop*/

#search {
  /* search popup */
  display: block;
  position: absolute;
  top: -9px;
  right: -10px;
  opacity: 0;
  width: 36px;
  height: auto;
  border: 1px solid transparent;
  background: #fff;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 10px 8px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: width 0.5s, background 0.5s, color 1s, opacity 0.1s, border-color 0.1s;
}

#search:focus {
  opacity: 1;
  width: 378px;
  height: 38px;
  cursor: auto;
  outline: none;
  background: #fefcf6;
  color: #9C9992;
  border: 1px solid #cecbc4;
  -webkit-box-shadow: -50px 0 0 0 #efede7, -50px 10px 0 0 #efede7, -50px -10px 0 0 #efede7, -70px 0 33px 0 #efede7;
  -moz-box-shadow: -50px 0 0 0 #efede7, -50px 10px 0 0 #efede7, -50px -10px 0 0 #efede7, -70px 0 33px 0 #efede7;
  box-shadow: -50px 0 0 0 #efede7, -50px 10px 0 0 #efede7, -50px -10px 0 0 #efede7, -70px 0 33px 0 #efede7;
}

.header-dark #search:focus {
  border: 1px solid #585756;
  -webkit-box-shadow: -50px 0 0 0 #2e2e2e, -50px 10px 0 0 #2e2e2e, -50px -10px 0 0 #2e2e2e, -70px 0 33px 0 #2e2e2e;
  -moz-box-shadow: -50px 0 0 0 #2e2e2e, -50px 10px 0 0 #2e2e2e, -50px -10px 0 0 #2e2e2e, -70px 0 33px 0 #2e2e2e;
  box-shadow: -50px 0 0 0 #2e2e2e, -50px 10px 0 0 #2e2e2e, -50px -10px 0 0 #2e2e2e, -70px 0 33px 0 #2e2e2e;
}

.header-brown #search:focus {
  border: 1px solid #c4bdb4;
  -webkit-box-shadow: -50px 0 0 0 #ebe4d9, -50px 10px 0 0 #ebe4d9, -50px -10px 0 0 #ebe4d9, -70px 0 33px 0 #ebe4d9;
  -moz-box-shadow: -50px 0 0 0 #ebe4d9, -50px 10px 0 0 #ebe4d9, -50px -10px 0 0 #ebe4d9, -70px 0 33px 0 #ebe4d9;
  box-shadow: -50px 0 0 0 #ebe4d9, -50px 10px 0 0 #ebe4d9, -50px -10px 0 0 #ebe4d9, -70px 0 33px 0 #ebe4d9;
}

.icon-hl {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-hl.icon-hl-iconos-casita {
  width: 15px;
  height: 15px;
}

.icon-hl.icon-hl-iconos-lupa {
  width: 16px;
  height: 16px;
}

.search form {
  overflow: hidden;
}

.search input[type="submit"] {
  display: none;
}

.details-form input[type="text"],
.details-form textarea {
  display: block;
  margin: 0 0 10px;
  border: 1px solid #a4a098;
  color: #4d4d4d;
  height: 20px;
  font-size: 16px;
  padding: 10px;
  width: 220px;
  background: #F5F5F5;
}

.details-form input[type="text"],
.details-form textarea {
  width: 338px;
  margin: 0 0 20px;
}

.details-form textarea {
  height: 100px;
}

.details-form .textarea-big {
  height: 200px;
}

.details-form .field-short {
  margin: 0 6px 0 0;
  width: 132px;
}

.details-form input[type="submit"] {
  display: block;
  border: 0;
  width: 155px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  background-color: #EF9F13;
}

.details-form input[type="submit"]:hover {
  background-color: #D58B0B
}

.details-form input[type="submit"] {
  margin: 0 0 30px 0;
}

.checkbox-inline {
  margin: 0 0 30px 0;
}


/* Set checkbox styled position */

.checkboxStyled {
  width: 25px;
  margin-bottom: 5px;
  position: absolute;
}


/* Style the checkbox */

.checkboxStyled label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  padding-right: 0;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #a4a098;
}


/* Display the tick inside the checkbox */

.checkboxStyled label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 7px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* Display nothing when hover over */

.checkboxStyled label:hover::after {
  opacity: 0;
}


/* Display a tick inside the checkbox when checked */

.checkboxStyled input[type=checkbox]:checked + label:after {
  opacity: 1;
}


/* Zona del banner de la cabecera */

.open-close {
  width: 100%;
  overflow: hidden;
}

.open-close .slide {
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.open-close.banner .slide {
  margin-top: 20px;
  margin-bottom: 24px;
}

#header .open-close p {
  margin: 0;
}

.header-gray p a {
  color: #fff;
}

#header .open-close p a:hover {
  color: #ef9f13;
}

.open-close img {
  display: block;
}

.header-gray .text-holder,
.header-brown .text-holder,
.top-section .text-holder,
.header-dark .text-holder {
  position: absolute;
  color: #fff;
  font-size: 36px;
  line-height: 41px;
  width: 290px;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 30px 40px 40px;
}

.header-gray .th-tl,
.header-brown .th-tl,
.top-section .th-tl,
.header-dark .th-tl {
  top: 60px;
  left: 0;
}

.header-gray .th-bl,
.header-brown .th-bl,
.top-section .th-bl,
.header-dark .th-bl {
  bottom: 60px;
  left: 0;
}

.header-gray .th-tr,
.header-brown .th-tr,
.top-section .th-tr,
.header-dark .th-tr {
  top: 60px;
  right: 0;
}

.header-gray .th-br,
.header-brown .th-br,
.top-section .th-br,
.header-dark .th-br {
  bottom: 60px;
  right: 0;
}

.top-section .block .text-holder {
  width: auto;
}

.top-section .text-holder {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 50px;
  text-align: center;
}

.header-dark .text-holder,
.header-brown .text-holder {
  left: auto;
  color: #fefcf6;
  width: 270px;
  right: 0;
  top: 0;
  font-size: 13px;
  line-height: 20px;
  padding: 40px 35px 999px 35px;
  background: rgba(0, 0, 0, 0.6);
}

.header-dark .text-holder .title,
.header-brown .text-holder .title {
  margin: 0 0 22px;
  display: block;
  font-size: 35px;
  line-height: 38px;
}

.header-dark .text-holder strong.title,
.header-brown .text-holder strong.title {
  font-weight: normal;
}

.header-dark .text-holder .title a,
.header-brown .text-holder .title a {
  color: #fff;
}

.header-dark .text-holder .title a:hover,
.header-brown .text-holder .title a:hover {
  color: #ef9f13;
}

.header-dark .open-close p,
.header-brown .open-close p {
  margin: 0 0 30px;
}

.header-brown .slide .text-holder p,
.header-dark .slide .text-holder p {
  font-size: 15px;
  line-height: 20px;
}

.donate p {
  margin: 20px 0;
}

.button-holder {
  overflow: hidden;
}

.header-dark .button-holder,
.header-brown .button-holder {
  margin-top: 20px;
}

.header-dark .button-holder .button,
.header-brown .button-holder .button {
  line-height: 40px;
}

.button {
  text-transform: uppercase;
  color: #fff;
  padding: 11px 18px;
  background: #ef9f13;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}

.button:hover {
  background: #cf8400;
}

a.button,
a.button:hover {
  color: #fff;
}


/* top section: es la cabecera de tres noticias: banner con texto + 3 noticias */

.top-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.top-section a {
  color: #fff;
}

.top-section a:hover {
  color: #ef9f13;
}

.top-section img {
  width: 100%;
}

.top-section .block {
  width: 620px;
  position: relative;
}

.top-section .aside {
  width: 320px;
  background: #dcdad3;
}

.top-section .aside .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  border-top: 1px solid #fff;
  padding: 15px;
  height: 86px;
}

.top-section .aside .box:first-child {
  border-top: none;
}

.banner .aside img {
  display: block;
  border: 1px solid #E3E1DA;
}

.top-section .aside .box a {
  color: #4D4D4D;
  font-size: 14px;
}

.top-section .aside .box a:hover {
  color: #ef9f13;
}

.hv2 {
  width: 116px;
}

.top-section .box .text-box {
  padding: 0 0 0 15px;
}

.top-section .box strong {
  color: #EF9F13;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  padding-bottom: 4px;
  text-transform: uppercase;
}


/* main */

.main-02 {
  padding: 24px 0 10px !important;
}

.heading {
  /* heading: es el breadcrumb*/
  width: 100%;
  border-bottom: 1px solid #ECE9E3;
  padding: 0 0 10px;
  margin: 0 0 28px;
}

.heading .sectiontitle {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.heading .steps {
  color: #a4a098;
  font-size: 18px;
  line-height: 30px;
}

.heading a {
  color: #858585;
}

.icon-arrow-breadcrumb {
  fill: currentColor;
  width: 12px;
  height: 12px;
  padding: 0 10px;
}

#main h1 {
  color: #b5b2aa;
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 30px;
}

#main .heading h1 {
  margin: 0 19px -5px 0;
}


/* main block: es cada módulo de las secciones, cada franja horizontal */

.main-block {
  width: 100%;
  overflow: hidden;
  border-style: solid;
  border-color: #ef9f13 #efede7 #a4a098;
  border-width: 5px 0 1px;
  background: #fff;
  margin: 0 0 30px;
}

.main-block .inner-holder,
.main-block .inner-holder-02 {
  border: solid #efede7;
  border-width: 0 1px;
  width: 958px;
  padding: 10px 0 10px 0;
}

.main-block.noticia-con-video .inner-holder,
.main-block.articulo-y-enlaces .inner-holder,
.main-block.suscripcion .inner-holder,
.main-block.san-josemaria .inner-holder {
  padding: 20px 0 20px 0;
}

.main-block.articulo-y-enlaces .inner-holder {
  padding: 20px 0 10px 0;
}

.main-block.texto-del-dia .inner-holder {
  padding: 10px 0 20px 0;
}

.main-block .inner-container-02 {
  overflow: hidden;
  margin: -11px -2px 0;
  padding: 11px 2px 0;
  position: relative;
}

.main-block .container {
  display: flex;
  align-items: unset;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.main-block .column {
  width: 279px;
  padding: 0 19px;
  border-right: 1px dotted #ccc9c3;
}

.main-block .column:last-child {
  border-right: 1px solid transparent;
}

.main-block .column:last-child {
  border-right: 1px dotted #ccc9c3;
}


/*módulo m-3-columnas*/

.main-block.m-3-columnas .container {
  display: block;
  width: 100%;
}

.main-block .m3column {
  padding: 0 19px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 39px;
  -moz-column-gap: 39x;
  column-gap: 39px;
  -webkit-column-rule: 1px dotted #ccc9c3;
  -moz-column-rule: 1px dotted #ccc9c3;
  column-rule: 1px dotted #ccc9c3;
}

.main-block .m3column .box.row1 {
  padding-top: 5px;
}

.main-block .m3column .box {
  width: 279px;
  padding: 20px 0 20px 0;
  margin-top: 0;
  border-bottom: 1px dotted #ccc9c3;
  page-break-inside: avoid;
  break-inside: avoid;
}

.main-block .m3column .box p {
  page-break-inside: avoid;
  break-inside: avoid;
}

.main-block .m3column .box.ult {
  /*  padding: 20px 0 0 0;*/
  border-bottom: none;
}

.main-block.m-6-elementos .column:nth-child(6) {
  border-right: 1px solid transparent;
}

.main-block.m-3-articulos .column:nth-child(3) {
  border-right: 1px solid transparent;
}

.main-block.m-3-columnas .column:nth-child(3) {
  border-right: 1px solid transparent;
}

.main-block .column-short {
  width: 120px;
  display: block;
}

.main-block .column .info-row,
.main-block .m3column .info-row {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}

.main-block .box {
  border-bottom: 1px dotted #ccc9c3;
}

.main-block .box:last-child {
  border-bottom: none;
}

.main-block .column .box {
  padding-bottom: 20px;
}

.main-block .column .box:last-child {
  padding-bottom: 0;
}

.box + .box {
  margin-top: 20px;
}

.main-block .info-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 10px 0 20px 0;
  font-size: 13px;
  line-height: 15px;
}

.info-row .author {
  display: block;
  border-right: 1px solid #ef9f13;
  color: #ef9f13;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
  text-transform: uppercase;
  max-width: 195px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-row .author a {
  color: #ef9f13;
}

.info-row .author a:hover {
  color: #4d4d4d;
}

time {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.main-block figure {
  display: block;
  margin-bottom: 10px;
}

#main h2 {
  margin: 0 0 5px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

#main h3,
#main .google404 .content h3,
#main .main-block header h2 {
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #4b443a;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

#main h4 {
  margin: 10px 0 0 0;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

#main h2 a {
  color: #000;
}

#main h2 a:hover {
  color: #ef9f13;
}

.media-holder img {
  display: block;
}

.media-holder {
  margin: 30px 0;
}

.main-block header {
  border-bottom: 1px dotted #ccc9c3;
  margin: 0 19px 20px 19px;
  padding: 0 0 2px 0;
}

.boxes-list {
  display: flex;
  align-items: unset;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  min-height: 150px;
}

.boxes-list + .boxes-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc9c3;
}

.boxes-list.list-03 .box-holder {
  padding: 0 0 0 0;
  border-top: none;
}

.video-list .boxes-list {
  font: inherit;
  list-style: none;
}

.boxes-list .title {
  text-transform: uppercase;
  display: block;
  position: relative;
  font-size: 14px;
  color: #ef9f13;
}

.boxes-list li {
  width: 198px;
  padding: 0 20px;
  border-right: 1px dotted #ccc9c3;
}

.boxes-list li:first-child {
  padding-left: 0;
}

.boxes-list li:last-child {
  padding-right: 0;
}

.boxes-list li:last-child {
  border-right: 1px solid transparent;
}

.m-4-columnas .boxes-list li:last-child {
  border-right: 1px dotted #ccc9c3;
}

.m-4-columnas .boxes-list li:nth-child(4) {
  border-right: 1px solid transparent;
}

.boxes-list li a {
  color: #000;
}

.boxes-list li img {
  width: 100%;
}

.video-list .boxes-list li a {
  font-weight: bold;
}

.boxes-list li a:hover {
  color: #ef9f13;
}

.list-03 {
  padding: 0 0 20px;
}

.main-block .inner-content {
  padding: 0;
}

.main-block.suscripcion .inner-content {
  padding: 0 19px;
}

.main-block .inner-container {
  /* inner-container se usa sólo en el módulo de el opusdei en el país */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.main-block .inner-container figure {
  width: 15%;
  margin: 15px;
}

.main-block .inner-container .column {
  margin: 0;
  padding: 0 20px;
}

.main-block .inner-container .long-column {
  padding: 0 0 0 20px;
  width: 400px;
  border-right: 1px solid transparent;
}

.main-block dt {
  display: inline-block;
  color: #ef9f13;
  padding: 0 9px 0 0;
  margin: 0 9px 0 0;
  border-right: 1px solid #333;
  text-transform: uppercase;
}

.main-block dd {
  display: inline;
}

.main-block dd::after {
  display: block;
  content: "";
  padding: 0 0 20px 0;
}

.twocolumns {
  /*  twocolumns se usa sólo en el módulo Documentos*/
  margin: 0 20px;
}

.twocolumns .twocolumns-holder {
  border-top: 1px dotted #ccc9c3;
  border-bottom: 1px dotted #ccc9c3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.twocolumns ul {
  width: 440px;
}

.twocolumns ul li {
  border-bottom: 1px dotted #ccc9c3;
  padding: 15px 0;
}

.twocolumns ul li:last-child {
  border-bottom: none;
}

.twocolumns ul li a {
  color: #000;
}

.twocolumns ul li a:hover {
  color: #ef9f13;
}

.twocolumns ul li img {
  display: inline-block;
  margin: 0 5px 0 0;
}


/* subscribe form */

.subscribe-form {
  overflow: hidden;
  border-top: 1px dotted #ccc9c3;
}

.mc-field-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

label {
  padding-right: 20px;
  color: #26221e;
  font-weight: bold;
  font-size: 14px;
}

.subscribe-form input[type="submit"],
.subscribe-form input[type="button"] {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}

.subscribe-form input[type="submit"]:hover {
  background: #cf8400;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  background: #ffffff;
  background: linear-gradient(#f9f9f9, #ffffff);
  border: 1px solid #ece8df;
  color: #858585;
  height: 18px;
  padding: 10px 8px;
  width: 428px;
  font-size: 16px;
  line-height: 18px;
}

.icon-newsletter.icon-suscribe-suscribe {
  height: 21px;
  width: 28px;
  margin: 0 10px 0 0;
}

.texto-del-dia .subscribe-form {
  margin: 20px 20px 0 20px;
  padding: 20px 0 0 0;
}

.texto-del-dia .subscribe-form fieldset div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.texto-del-dia .subscribe-form-url {
  margin: 0;
  padding: 0;
  border-top: none;
}

.texto-del-dia .subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  width: 225px;
}

.subscribe-form-newsletter input[type="email"] {
  width: 343px;
}

.texto-del-dia .subscribe-form label {
  font-weight: bold;
  font-size: 14px;
  padding: 0 12px 0 0;
  width: auto;
}

.texto-del-dia .subscribe-form div label {
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px 0 0;
}

.texto-del-dia .subscribe-form input[type="submit"] {
  width: 140px;
}

.texto-del-dia .subscribe-form .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  margin-right: 0;
  font-size: 13px;
}

.texto-del-dia .subscribe-form .radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
  border-radius: 8px;
}

.texto-del-dia .subscribe-form input[type=radio] {
  display: none;
}

.texto-del-dia .subscribe-form input[type=radio]:checked + label:before {
  content: "\2022";
  color: #ef9f13;
  font-size: 19px;
  text-align: center;
  line-height: 17px;
}

.subscribe-form-newsletter {
  border-top: none;
  background: none;
  padding: 0;
}

.form-02 {
  background: none;
  border-top: none;
}

.suscripcion .form-02 input[type="email"] {
  width: 440px;
}

.form-email-short {
  width: 260px !important;
}

.suscripcion .form-02 .error,
.texto-del-dia .daily_text_form .error {
  border-color: red;
  color: red;
}


/* main section */

.main-section {
  border-style: solid;
  border-color: #efede7 #efede7 #a4a098;
  border-width: 1px;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 15px 20px 30px 20px;
}


/* Lista de secciones arriba en los listados de Archivo, etc.*/

.tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 13px 0 30px;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-transform: uppercase;
}

.tab-list li {
  margin: 0 3px 0 0;
}

.tab-list li a {
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  padding: 0 16px;
  border: 1px solid #d4d1cc;
  background: #d1cec8;
  display: block;
}

.tab-list li a:hover,
.tab-list li a.active {
  background: #ef9f13;
  border-color: #f0a523;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 10px 0 15px 0;
  font-size: 13px;
  line-height: 15px;
}

.subtitle {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #4d4d4d;
  margin: 0 0 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.article section {
  border-right: 1px dotted #ccc9c3;
}

.document section {
  border-right: 1px dotted #ccc9c3;
}

.content.daily-text > p {
  padding-bottom: 10px;
}

.content.long-column {
  width: 440px;
}

#content h2 {
  color: #000;
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}

#content blockquote {
  text-transform: uppercase;
  float: right;
  color: #ef9f13 !important;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: right;
  width: 290px;
  margin: 0 0 0 40px;
  padding: 0 0 20px;
  font-weight: bold;
}

html:lang(zh) #content blockquote {
  font-style: normal;
}

.text-list {
  font-weight: bold;
  padding: 0 0 20px;
}

.text-list a {
  color: #4d4d4d;
}

.text-list a:hover {
  color: #ef9f13;
}

#content p {
  margin: 0 0 20px;
}

.imperavi-body {
  font-size: 17px/*rtl:22px*/
  ;
  line-height: 1.4;
  margin: 30px 0;
  overflow: hidden;
}

.imperavi-body table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  border: none;
  background: none;
  box-shadow: none;
  line-height: 1.4;
}

.imperavi-body td {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.imperavi-body li {
  padding-bottom: 10px;
}

.imperavi-body hr {
  margin: 40px 25%;
  padding: 0;
  border: 0;
  height: 0;
  border-bottom: 1px dotted #ccc;
}


/*Bloques arriba y abajo de los Artículos, con Sección, fecha, iconos de Redes, etc.*/

.info-row {
  border-top: 1px dotted #ccc9c3;
  border-bottom: 1px dotted #ccc9c3;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 0;
}

.info-row .row-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.info-row-bottom .row-holder {
  display: block;
}

.info-row .name,
.controls .name {
  display: block;
  border-right: 1px solid #ef9f13;
  color: #ef9f13;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
  text-transform: uppercase;
  overflow: hidden;
  max-width: 265px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-results .info-row .name,
.controls .name {
  overflow-x: auto;
  max-width: none;
  white-space: nowrap;
  text-overflow: unset;
}

.info-row .name.no-date,
.controls .name.no-date {
  border-right: none;
}

.controls .name a {
  color: #ef9f13;
}

.heading-text {
  font-size: 19px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 7px 0;
}

.video-placeholder img {
  display: block;
}

.video-placeholder {
  position: relative;
  padding: 14px 0 0;
  margin: 15px 0 30px;
  overflow: hidden;
}

.video-placeholder-adapted {
  padding: 0;
  margin: 5px 0 30px;
}

.video-placeholder .text-container {
  background: rgba(50, 50, 50, 0.85);
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  width: 560px;
  left: 0;
  color: #fff;
  line-height: 21px;
}

#main #content h3 {
  text-transform: none;
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 22px;
}

#content .text-box {
  overflow: hidden;
  padding: 0 0 19px;
}

.content .marked-text {
  padding: 0 0 20px;
  font-weight: bold;
}

#content .text-box .text {
  height: 1%;
  overflow: hidden;
}

.info-list li,
.info-list-02 li {
  display: inline-block;
  padding-right: 7px;
  margin: 5px 7px 5px 0;
  border-right: 1px solid #ef9f13;
}

.info-list li {
  border-right: 1px solid #4d4d4d;
}

.info-list li:last-child,
.info-list-02 li:last-child {
  border-right: none;
}

.info-list li a {
  color: #4d4d4d;
}

.info-list li a:hover {
  color: #ef9f13;
}

.info-list-02 li a {
  color: #ef9f13;
}

.info-list-02 li a:hover {
  color: #4d4d4d;
}

#main #content .content-box h1 {
  color: #4d4d4d;
  border-bottom: 1px dotted #ccc9c3;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 14px;
}

#main #content .content-box h2 {
  color: #4d4d4d;
  border-bottom: 1px dotted #ccc9c3;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 5px;
  margin: 0 0 14px;
}

#main #content .content-box .errorlist li {
  color: red;
}

#main #content .content-box .title {
  margin: 0 0 19px;
}

.content .visual-holder {
  margin: 0 20px 0 0;
}

#main .content h3 {
  margin: 0 0 9px;
  color: #000;
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

#main .content .subtitle {
  font-size: 18px;
  margin: 2px 0 10px;
}

#main .content h3 em {
  font-style: italic;
}

html:lang(zh) #main .content h3 em {
  font-style: normal;
}

#main .content h3 a {
  color: #000;
}

#main .content h3 a:hover {
  color: #ef9f13;
}

.content .video {
  margin: 0;
}

.content .video .description-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 9px 20px 11px;
  left: 0;
  width: 560px;
  background: rgba(50, 50, 50, 0.85);
  border-bottom: none;
}

.simple-list {
  margin-top: 25px;
}

.nota-de-prensa .simple-list {
  margin-top: 0;
}

.simple-list li {
  padding: 12px 0;
  border-top: 1px dotted #ccc9c3;
}

.nota-de-prensa .simple-list li {
  padding: 12px 0;
  border-top: none;
  border-bottom: 1px dotted #ccc9c3;
}

.nota-de-prensa .simple-list li:first-child {
  padding-top: 0;
}

ul.sidebar-text-list + .header-02 {
  margin-top: 20px;
}

.nota-de-prensa .sidebar-text-list li::before {
  content: "— ";
  color: #999;
  width: 27px;
}

.column .simple-list li a {
  color: #000;
}

.column .simple-list li a:hover {
  color: #ef9f13;
}

.visual-holder-02 {
  border-right: 1px dotted #ccc9c3;
  padding: 0 20px 0 0;
}

.main-block .visual-holder-02 {
  margin: 0 20px 0 0;
}

.wide-content {
  /*  wide-content se usa sólo en el módulo de Romana*/
  display: flex;
  align-items: unset;
  justify-content: space-between;
  padding: 0 20px 10px 20px;
  width: auto;
}

#main .wide-content p {
  margin: 0 0 9px 0;
}


/* Los iconos de Redes y compartir de las info-row */

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  overflow: hidden;
}

.socials li {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}

.socials li a {
  overflow: hidden;
  display: block;
}

.icon-share {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 32px;
  height: 32px;
  transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
}

.icon-sr-facebook {
  color: #3d5997;
}

.icon-sr-facebook:hover {
  color: #21427d;
}

.icon-sr-twitter {
  color: #1da1f1;
}

.icon-sr-twitter:hover {
  color: #0088d5;
}

.icon-sr-whatsapp {
  color: #56cd63;
}

.icon-sr-whatsapp:hover {
  color: #37b149;
}

.icon-sr-printer {
  color: #ef9f13;
}

.icon-sr-printer:hover {
  color: #cf8400;
}

.icon-sr-send {
  color: #ef9f13;
}

.icon-sr-send:hover {
  color: #cf8400;
}

.icon-sr-epub {
  color: #d1cec8;
}

.icon-sr-epub:hover {
  color: #b5b3ae;
}

.icon-sr-kindle {
  color: #d1cec8;
}

.icon-sr-kindle:hover {
  color: #b5b3ae;
}


/* article box */

.article-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px dotted #ccc9c3;
  font-size: 14px;
  padding: 15px 0;
}

.nomodules .article-box:first-child {
  border-top: none;
}

.article-box-01 {
  padding: 12px 0 1px;
}

.article-box-01 .controls {
  padding: 3px 0 7px;
}

#main .article-box h2 {
  font-size: 19px;
}

.player img {
  display: block;
}

.player {
  margin: 0 0 19px;
}

.article-box .text-holder {
  order: -1;
  margin: 0 20px 0 0;
  width: 670px;
}

.article-box .text-holder-audio-list {
  width: 570px;
}

.player-audio-list {
  max-width: 300px;
  margin: 20px 0;
}

.article-list .controls,
.tag-results .controls {
  padding: 10px 0 0 0;
  line-height: 1;
}

.tag-results figure img,
.article-list figure img {
  height: auto;
  width: auto;
  max-width: 190px;
}


/* Paginación de los listados de Archivo, tags, search, etc. */

.tag-results .main-section {
  padding-bottom: 10px
}

.tag-results #sidebar {
  display: none;
}

.pagination {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 25px 0 0;
  border-top: 1px dotted #ccc9c3;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #5b544c;
}

.pagination .btn-back {
  font-size: 16px;
  line-height: 28px;
}

.pagination .btn-prev {
  font-size: 16px;
  font-stretch: condensed;
}

.pagination .btn-next {
  font-size: 16px;
  font-stretch: condensed;
}

.pagination .btn-forward {
  font-size: 16px;
  line-height: 28px;
}

.pagination ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pagination li {
  margin: 0 2px 15px 0;
  width: 30px;
  height: 29px;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid rgba(180, 176, 168, 0.5);
}

.pagination li a {
  display: block;
  color: #b4b0a8;
}

.pagination li a:hover {
  color: #5b544c;
}

.pagination li.active {
  background: #ddd
}

.sidebar.long-column {
  width: 442px;
}

.main-block .sidebar {
  padding: 0 20px;
}

.main-block .sidebar header {
  margin-left: 0;
  margin-right: 0;
}

#main .main-block .sidebar header h3 {
  color: #ef9f13;
  font-size: 14px;
}

.sidebar-box {
  border-style: solid;
  border-width: 5px 0 1px;
  padding: 10px 0 20px 0;
  margin: 0 0 29px;
  border-color: #ef9f13 #a4a098 #a4a098;
}

.sidebar-box-01 {
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc9c3;
  margin: 0 0 28px 0;
}

#main .sidebar-box h3 {
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.sidebar-box ul li,
.sidebar-list li {
  border-bottom: 1px dotted #ccc9c3;
  padding: 15px 0;
  line-height: 20px;
}

.sidebar-box ul li:last-child,
.sidebar-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.texto-del-dia .sidebar-list li {
  line-height: inherit;
}

.sidebar-box ul a {
  color: #000;
}

.sidebar-box ul a:hover {
  color: #ef9f13;
  text-decoration: none;
}

#sidebar ul .link {
  font-weight: normal;
}

.iconlists.icon-lists-orange-square {
  width: 6px;
  height: 6px;
  margin: 7px 8px 0 0;
}

.sidebar-list li a em {
  font-style: italic;
  display: block;
}

html:lang(zh) .sidebar-list li a em {
  font-style: normal;
}

.sidebar-box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar-box ul li a {
  width: 100%;
}

.sidebar-box ul li img {
  margin: 0 10px 0 0;
  max-width: 35%;
  width: 100%;
}

.sidebar-box ul li span {
  display: block;
}

.iconrel {
  margin: 0 5px 0 0;
  display: block;
  width: 17px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  color: #b0b0b0;
  fill: currentColor;
}

.sidebar-box ul figure {
  margin: 4px 20px 5px 0;
}

.sidebar-text-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #000;
  padding: 0 0 5px 0;
}

.sidebar-text-list li a {
  width: 100%;
}

.sidebar-text-list li:last-child {
  padding: 0;
}

.iconlists.icon-lists-gray-line {
  height: 1px;
  width: 19px;
  margin: 0 8px 5px 0;
  fill: #65625f;
}

#footer .iconlists.icon-lists-gray-line,
.sidebar-text-list .iconlists.icon-lists-gray-line,
.san-josemaria .iconlists.icon-lists-gray-line {
  margin: 11px 8px 0 0;
}

.san-josemaria .column ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 5px 0;
}

.san-josemaria .column ul li a {
  width: 100%;
}

.main-block .sidebar time {
  display: block;
  padding: 3px 0 10px;
}

.sidebar .link-holder {
  margin: -5px 0 0;
  position: relative;
  z-index: 30;
  width: 100%;
}

#main .column-short h3 {
  margin: 14px 0 10px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  word-wrap: break-word;
}

#main .column h4 a,
#main .column h3 a {
  color: #000;
}

#main .column h4 a:hover,
#main .column h3 a:hover {
  color: #ef9f13;
}

.sidebar .sidebar-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar .sidebar-list li a {
  width: 100%;
}

.sidebar .sidebar-list li span {
  font-size: 13px;
}

.sidebar .sidebar-list .first {
  padding: 0 0 15px;
}

.links-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}

.links-list li {
  margin: 0 20px 0 0;
}

.links-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
}

.links-list li a:hover {
  color: #ef9f13;
}

.promo-block {
  padding: 0 20px 0 20px;
}

.promo-block img {
  display: block;
}

.promo-block figure {
  margin: 0 23px 0 0;
}

.promo-block blockquote {
  width: 430px;
  padding: 0 10px 0 0;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
}

html:lang(zh) .promo-block blockquote {
  font-style: normal;
}

.promo-block blockquote {
  color: #4d4d4d;
}

.promo-block blockquote cite {
  font-size: 14px;
}

.promo-block .box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.promo-block .column {
  width: 279px;
  padding: 0 0 0 20px;
  margin: 0;
  border-left: 1px dotted #ccc9c3;
}

.main-block .promo-block .column:last-child {
  border-right: none;
}

.promo-block .title {
  display: block;
  margin: 0 0 10px 0;
  color: #ef9f13;
}

.promo-block .title span {
  text-transform: uppercase;
}

.promo-block .subscribe-form label {
  color: #a4a098;
}


/* media block */

.media-block {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 1.3;
}

.media-block p {
  margin: 0 0 18px;
}

.media-block .info-row {
  margin: 0 0 25px;
}

#main .media-block h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 16px;
}

.video img {
  display: block;
  width: 100%;
}

.video {
  position: relative;
  overflow: hidden;
}

.article .video,
.fullvideo .video,
.noticia-con-video .video {
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.article .video.mp4,
.noticia-con-video .video.mp4,
.fullvideo .video.mp4 {
  height: auto;
  padding-bottom: 0;
  margin-bottom: -6px;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .btn-play {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
  z-index: 5;
  cursor: pointer;
}

.iconlists.icon-lists-play-grande {
  height: 64px;
  width: 64px;
}

.column-short .video .btn-play {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

.column-short .iconlists.icon-lists-play-grande {
  height: 50px;
  width: 50px;
}

.description-text {
  background: #a4a098;
  color: #201f1f;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px 15px;
  border-bottom: 1px solid #fff;
}

.description-text strong {
  color: #000;
  font-weight: bold;
}

.boxes-list .video img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.video-list .boxes-list .video img {
  position: relative;
}

.boxes-list .video {
  background: #4d4d4d;
  margin: 0 0 12px;
}

.main-block .boxes-list time {
  font-size: 13px;
  color: #4d4d4d;
  display: block;
  font-weight: normal;
}

.main-block.video-list .boxes-list time {
  font-size: 12px;
}

.link-holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 20px 0 20px;
}

.content .link-holder {
  margin: 20px 0 0 0;
}

.link-holder-no-background {
  margin: 20px 20px 0 20px;
}

#content .details-form p {
  margin: 0 0 13px;
}

.details-form .form-container {
  overflow: hidden;
  padding: 0 0 15px;
}

.details-form .remark {
  display: block;
  font-size: 14px;
  padding: 0 0 16px;
  line-height: 1.4;
}

.details-form .remark-adapted {
  padding: 31px 0 15px;
}

.details-form .label {
  font-size: 16px;
}

.details-form .label-inline {
  font-size: 16px;
  line-height: 28px;
  margin-left: 35px;
  display: block;
}

.main-block .column .box header {
  margin: 0 0 10px;
}

.link {
  display: block;
  margin: 20px 0 0 0;
  font-weight: bold;
  color: #ef9f13;
}

.link:hover {
  color: #4d4d4d;
}


/* footer section */

.footer-section {
  width: 100%;
  padding: 40px 0 30px;
  background: #26221e;
}

#footer .column {
  width: 300px;
}

#footer .text-container {
  padding: 20px 0 0 26px;
  font-weight: bold;
}

#footer .column ul li,
.san-josemaria .column ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#footer .column a {
  color: #ef9f13;
  width: 100%;
}

.promo-block a {
  color: #000;
}

.promo-block a:hover {
  color: #ef9f13;
}

#footer .column a:hover {
  text-decoration: underline;
}

#footer h4,
#footer h3 {
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

.footer-block {
  /* copyright y avisos legales */
  background: #140f07;
  padding: 10px 0;
}

.footer-block .holder {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.copy {
  display: inline;
  padding: 0 9px 0 0;
  color: #fff;
  font-weight: bold;
}

.footer-block .holder ul {
  display: inline;
}

.footer-block li {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px 0 0;
}

.footer-block li::before {
  color: #a4a098;
  content: "·";
}

.footer-block li a {
  color: #a4a098;
  padding-left: 10px;
}

.footer-block li a:hover {
  color: #ef9f13;
}

#footer .column .list span {
  font-weight: bold;
  color: #fff;
  padding: 0 12px 0 0;
  width: 21px;
  text-align: right;
  display: block;
}

#footer .column .list li em {
  height: 1%;
  font-style: normal;
  display: block;
  overflow: hidden;
}


/* hide original element */

.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}

.footimage {
  margin: 20px 0;
}

.footimage img,
p a img {
  float: none !important;
  display: block;
  width: auto;
  margin: 25px auto 10px !important;
}

.footimage span,
p a span {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin: 0 auto !important;
  padding: 0 20px;
  text-align: center;
  line-height: 1.2;
  width: 70%;
}

p a span {
  padding: 10px 20px;
}

html:lang(zh) .footimage span {
  font-style: normal;
}

video {
  padding: 0;
  width: 100%;
}

#content p.old_link {
  margin: 0;
}

#content p.old_link:last-child {
  margin: 0 0 10px;
}

.old_link a {
  color: #858585;
  font-style: normal;
  padding-left: 5px;
}

.old_link a:hover {
  color: #ef9f13;
}

.old_link img {
  max-width: 15px;
}

.m-3-columnas figure img {
  width: 100%;
}

.m-3-articulos figure img {
  width: 100%;
}


/*audios*/

audio {
  padding: 30px 0;
  width: 100%;
}

.audio iframe {
  padding: 30px 0;
  width: 100%;
}


/*Faqs*/

.faq-page .slide {
  display: none;
}

.faq-page .opener {
  pointer-events: auto;
}

.faq-page div:target {
  background-color: #f5f5f5;
  padding: 20px 0 10px 0;
  margin: 20px 0;
  pointer-events: none;
}

.faq-page div:target .opener {
  pointer-events: none;
}

.faq-page div:target .slide {
  display: block;
}

.faq-page div:target .iconarrow {
  display: none;
}

.faq-page div:target h5 {
  color: #000;
  padding-left: 30px;
}

.faq-block {
  margin-bottom: 30px;
}

.faq-page .question {
  margin-bottom: 20px;
}

#main.faq-page h4 {
  font-size: 17px;
  line-height: 1.4;
  margin: 20px 0;
}

.faq-page .question .opener {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.faq-page h5 {
  display: inline-block;
  width: 90%;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.4;
  color: #858585;
}

.faq-page h5:hover {
  color: #ef9f13;
}

.faq-page #content p {
  margin-top: 10px;
  padding: 0 34px;
  width: auto;
}

.icon-arrow-arrow-faq {
  color: #4d4d4d;
  fill: currentColor;
  padding: 0 10px;
  transform: unset;
  margin-top: 8px;
  margin-left: 0;
}

svg.icon-arrow-arrow-faq use {
  color: #4d4d4d;
  fill: currentColor;
}

.icon-arrow-arrow-faq {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: 0.3s ease-out;
}

.active .icon-arrow-arrow-faq {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: 0.3s ease-in;
}

#main.faq-page .open-close .opener {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*Flatpages*/

#content.flatpage {
  width: 100%;
  margin-bottom: 40px;
}

#content.flatpage h2 {
  margin-top: 10px;
  text-align: center;
}

#content.flatpage > iframe {
  border: none;
}

.flatpage svg.icon-lo-logo {
  color: #26221e;
  fill: currentColor;
  height: 10px;
  width: 64px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -3px;
}

.flatpage svg.icon-mapamapa400 {
  display: inline-block;
  fill: currentcolor;
  color: #ef9f13;
  stroke: #ef9f13;
  stroke-width: 1px;
  stroke-opacity: 0.5;
  margin: 0;
  width: 66px;
  height: 35px;
}


/* Particularidades de módulos */

.bloque-tematico .visual-holder,
.articulo-y-enlaces .visual-holder {
  width: 50%;
}

.bloque-tematico .text-holder,
.articulo-y-enlaces .text-holder {
  width: 50%;
}

.bloque-tematico .author {
  margin-bottom: 15px;
}

.cartas-pastorales .sidebar-list {
  margin-top: 10px;
}

.cartas-pastorales img {
  display: inline-block;
  width: auto;
}

.cartas-pastorales p {
  padding: 5px 0;
  text-align: left;
}

.cartas-pastorales p.old_link {
  display: none;
}

.documentos .boxes-list li img {
  width: 100%;
}

.boxes-list .video {
  width: 100%;
  min-height: 142px;
}

.related-items .boxes-list .video {
  min-height: 0;
}

.video-list .boxes-list .video {
  min-height: 0;
}

.m-4-columnas .boxes-list .video {
  min-height: 0;
}

.documentos .boxes-list .video {
  min-height: 0;
}

.noticia-con-video .video iframe,
.noticia-con-video .video object,
.noticia-con-video .video embed {
  width: 100%;
  height: 100%;
}

.noticia-con-video .video img {
  display: block;
  width: 100%;
}

.romana .old_link {
  display: none;
}

#sidebar .info-text p {
  margin: 20px 0;
}

.world-offices select {
  color: #4d4d4d;
  padding: 5px 10px;
}

#sidebar .world-offices select {
  margin: 20px 0;
}

.world-offices option {
  padding: 0 10px;
}

.related-videos .boxes-list .video {
  min-height: 0;
}

.related-videos p {
  font-weight: normal;
}

.archivo {
  margin-bottom: 20px;
}

.icon-archivearchive {
  display: inline-block;
  width: 22px;
  height: 18px;
  color: #9f9f9f;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

.details-form input[type="text"].required,
.details-form textarea.required {
  color: #3D3D3D;
  background: #E5E5E5;
}

pre {
  font: inherit;
  white-space: pre-wrap;
}

.p404 .other-things,
.p404 p {
  padding: 0 10px 19px;
}

.google404 .other-things,
.google404 p {
  padding: 0 10px 19px;
}

#goog-wm-sb {
  color: #2E2E2E;
  margin: 0 10px;
}

.search-goog form {
  margin: 10px 0;
}

.google404 .content {
  margin: 0;
  padding: 0;
}

#goog-fixurl ul {
  margin: 0;
  padding: 0 0 10px 10px;
}

.imperavi-body em,
.imperavi-body h3 {
  font-size: inherit !important;
}

.imperavi-body li {
  list-style: square inside none;
}

.imperavi-body a,
a.legal {
  color: #4d4d4d;
  border-bottom: 1px solid #bbb;
}

.imperavi-body a:hover,
a.legal:hover {
  color: #ef9f13;
  border-bottom: 1px solid #ffbf50;
}

.gallery .galleria {
  margin: 30px 0;
  width: 960px;
  height: 700px;
}

/*.gallery .galleria-info-description {*/
/*  font-size: 16px;*/
/*}*/

.banner-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.banner-video-container iframe,
.banner-video-container object,
.banner-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Para marcar visualmente las Galerías de Flickr: se coloca un texto arriba a la izquierda*/

p.embed-container::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  content: "●● Flickr Gallery";
  background: transparent;
  padding: 0 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-text-shadow: 0px 0px 3px #111;
  -moz-text-shadow: 0px 0px 3px #111;
  text-shadow: 0px 0px 3px #111;
}


/* Si se prefieren usar las flechas laterales, comentar lo anterior y usar estas dos reglas: */


/*p.embed-container::before {*/


/*  position: absolute;*/


/*  z-index: 1;*/


/*  top: 50%;*/


/*  margin-top: -20px;*/


/*  right: -1px;*/


/*  background-image: url("../images/flickr-arrow.51cd73dd3478.png");*/


/*  content:"";*/


/*  pointer-events:none;*/


/*  display: block;*/


/*  width: 30px;*/


/*  height: 30px;*/


/*}*/


/*p.embed-container::after {*/


/*  position: absolute;*/


/*  z-index: 1;*/


/*  top: 50%;*/


/*  margin-top: -20px;*/


/*  left: -1px;*/


/*  background-image: url("../images/flickr-arrow.51cd73dd3478.png");*/


/*  -webkit-transform: rotate(180deg);*/


/*  -moz-transform: rotate(180deg);*/


/*  -o-transform: rotate(180deg);*/


/*  -ms-transform: rotate(180deg);*/


/*  transform: rotate(180deg);*/


/*  content:"";*/


/*  pointer-events:none;*/


/*  display: block;*/


/*  width: 30px;*/


/*  height: 30px;*/


/*}*/

#main.full_width_page {
  width: 100%;
}


/* The google-maps class is used to transform a static sized Google Map, using an iframe,
into one that is responsive. */

.google-maps {
  position: relative;
  padding-bottom: 75%;
  /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contenedorExterior {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* CSS para subscripcion_boletin.html */

#mce-responses a {
  color: #4d4d4d;
  border-bottom: 1px solid #bbb;
}

#mce-success-response,
#mce-error-response {
  margin: 30px 0 0 0;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
  background-color: #fff;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

#mce-EMAIL,
#mce-EMAIL2 {
  margin-right: 10px;
}

#mc_embed_signup_security,
#mc_embed_signup_security2 {
  position: absolute;
  left: -5000px;
}

.suscripcion-footer {
  margin: 50px 0 0 0;
}

.content-holder {
  margin-top: 20px;
}


/*Desktop rules*/

@media screen and (min-width: 481px) {
  .opener {
    pointer-events: none;
  }
  .slide:not(.fq) {
    display: block !important;
  }
  .open-close.banner .slide {
    display: flex !important;
  }
  .slide .fq {
    display: none;
  }
  .header-nav {
    display: none;
  }
  #search-form-mobile {
    display: none !important;
  }
  #here-mobile-menu {
    display: none !important;
  }
  .header-dark .header-block-02+.header-block-02 {
    display: none;
  }
  .header-brown .header-block-02+.header-block-02 {
    display: none;
  }
  .whatsapp {
    display: none;
  }
  .icon-arrow-arrow-footer {
    display: none;
  }
  .icon-arrow-arrow-modules {
    display: none;
  }
  .main-block .m3column .box {
    order: initial;
  }
  .full_width_page li.whatsapp {
    display: none !important;
  }
}


/*Mobile rules*/

@media screen and (max-width: 480px),
print {
  /* Layout mobile rules*/
  /* begin added for restyling */
  #main {
    width: auto;
    padding: 0;
    margin: 22px 10px 10px 10px;
  }
  #sidebar2,
  #sidebar,
  .sidebar {
    margin-left: 0;
    width: 100%;
  }
  .footer-section .holder {
    flex-direction: column;
  }
  #hold.inner-holder,
  .main-section > .inner-holder {
    display: block;
  }
  .top-section {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .main-block .container {
    display: block;
    width: 100%;
  }
  .main-block .inner-container {
    display: block;
    margin: 0;
  }
  .twocolumns .twocolumns-holder {
    display: block;
    border-bottom: none;
    padding-top: 10px;
  }
  .mc-field-group {
    display: block;
  }
  .texto-del-dia .subscribe-form fieldset div {
    display: block;
  }
  .boxes-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .boxes-list + .boxes-list {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px dotted #ccc9c3;
  }
  /* end */
  .header-block {
    display: none;
  }
  #header blockquote,
  #header .tweet-box {
    display: none;
  }
  #nav {
    /*    display: none;*/
  }
  .icon-logo.icon-lo-logo {
    height: 22px;
    width: 141px;
    margin-left: 10px;
  }
  .header-gray .header-block-02 {
    padding: 15px 0;
    min-width: 320px;
    border-bottom: 1px solid #c1beb6;
    background: #f4f2ee;
    background: -moz-linear-gradient(top, #f4f2ee 0%, #d9d6cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f2ee), color-stop(100%, #d9d6cf));
    background: -webkit-linear-gradient(top, #f4f2ee 0%, #d9d6cf 100%);
    background: -o-linear-gradient(top, #f4f2ee 0%, #d9d6cf 100%);
    background: -ms-linear-gradient(top, #f4f2ee 0%, #d9d6cf 100%);
    background: linear-gradient(to bottom, #f4f2ee 0%, #d9d6cf 100%);
  }
  .header-gray p a {
    color: #26221E;
  }
  .header-dark .banner p a {
    color: #FFFFFF;
  }
  #header .holder {
    width: 100%;
    padding: 0;
  }
  .main-block .column,
  .main-block .m3column {
    width: 100%;
    margin: 0;
    padding: 0;
    border-right: none;
  }
  .main-block .m3column .box {
    margin-top: 0;
    border-right: none;
    border-bottom: none;
  }
  .main-block .inner-container .column {
    margin: 0;
    padding: 0;
  }
  .footer-section .holder {
    width: 100%;
    padding: 0;
  }
  .footer-block .holder {
    width: 100%;
    padding: 0;
  }
  .main-block .inner-holder,
  .main-block .inner-holder-02 {
    padding: 10px 5px 0 5px;
    width: auto;
  }
  .main-block.noticia-con-video .inner-holder,
  .main-block.articulo-y-enlaces .inner-holder {
    padding: 12px 5px 10px 5px;
  }
  .main-block.texto-del-dia .inner-holder {
    padding: 10px 5px 0 5px;
  }
  .main-block.suscripcion .inner-holder {
    padding: 12px 5px 15px 5px;
  }
  .main-block.noticia-con-video .content {
    margin: 0 0 10px 0;
    border-bottom: none;
  }
  .main-block.related_gallery .inner-holder {
    padding: 10px 5px 10px 5px;
  }
  .article section {
    border-right: none;
  }
  .document section {
    border-right: none;
  }
  #main h2 {
    margin: 0 0 10px 0;
  }
  #content h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 15px;
  }
  /*módulo m-3-columnas*/
  .main-block .m3column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .main-block .m3column .box {
    width: 100%;
  }
  .main-block .m3column .box.row1 {
    order: 1;
  }
  .main-block .m3column .box.row2 {
    order: 2;
  }
  .main-block .m3column .box.row3 {
    order: 3;
  }
  .main-block .m3column .box.row1 {
    padding-top: 0;
  }
  .main-block .m3column .box.ult {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc9c3;
  }
  .main-block.m-3-columnas .column .box time {
    font-weight: normal;
  }
  .main-block.suscripcion .inner-content {
    padding: 0;
  }
  .video-placeholder .text-container {
    width: auto;
    background: #514E4B;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    position: static;
  }
  #main #content h3 {
    line-height: 1.5;
    margin: 0 0 18px;
    text-transform: none;
  }
  .twocolumns {
    margin: 0;
  }
  .article-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 15px 0 5px 0;
  }
  .article-box .video {
    width: 100%;
    height: auto;
  }
  .article-box figure,
  .article-box .video figure {
    width: 100%;
    height: auto;
  }
  .article-box .text-holder {
    margin: 0;
    order: unset;
    width: 100%;
  }
  .tag-results figure img,
  .article-list figure img {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 10px;
  }
  .boxes-list .title {
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #ef9f13;
  }
  .boxes-list li {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #ccc9c3;
  }
  .boxes-list li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .boxes-list.list-04 li:last-child {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .boxes-list li a {
    color: #4D4D4D;
  }
  .boxes-list li a:hover {
    color: #ef9f13;
  }
  .boxes-list li figure {
    margin: 0 0 10px 0;
  }
  .related-items .boxes-list li figure {
    margin: 0 0 5px 0;
  }
  .boxes-list .video {
    margin: 0 0 10px 0;
  }
  .list-03 li a {
    font-weight: bold;
  }
  ul.list-03 {
    margin-bottom: 10px;
  }
  .main-block .open-close .active header {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dotted #CCC9C3;
    position: relative;
  }
  #main .open-close .opener,
  footer .open-close .opener {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .open-close .slide {
    padding: 20px 0 10px 0;
  }
  .open-close.active .slide {
    /* al abrirlo */
  }
  #footer .footer-section {
    width: 100%;
    padding: 0;
  }
  #footer .column {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
  }
  #footer .text-container {
    display: none;
  }
  #footer .opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  #footer .slide {
    padding: 0 15px;
    width: auto;
    display: none;
  }
  #footer h4 {
    margin: 0;
    padding: 14px 0 10px 0;
  }
  .footer-block {
    width: auto;
    background: #26221E;
    padding: 15px 15px;
  }
  .icon-arrow-arrow-footer {
    color: #c7c5c1;
    fill: currentColor;
    padding: 0;
    margin-left: auto;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: 0.4s ease-in;
  }
  svg.icon-arrow-arrow-footer use {
    color: #c7c5c1;
    fill: currentColor;
  }
  .active .icon-arrow-arrow-footer {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .icon-arrow-arrow-modules {
    color: #4d4d4d;
    fill: currentColor;
    margin-top: 5px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: 0.4s ease-in;
  }
  svg.icon-arrow-arrow-modules use {
    color: #4d4d4d;
    fill: currentColor;
  }
  .active .icon-arrow-arrow-modules {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .icon-arrow-arrow-accordion {
    display: inline-block;
  }
  .icon-arrow-arrow-accordion-active {
    display: inline-block;
  }
  li.hover .icon-arrow-arrow-accordion {
    display: inline-block;
  }
  li.hover .icon-arrow-arrow-accordion-active {
    display: inline-block;
  }
  .subscribe-form-newsletter {
    background: none;
    padding: 0;
  }
  .open-close.banner .slide {
    width: auto;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .open-close img {
    width: 100%;
  }
  .banner .text-holder {
    position: static;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    width: auto;
    background: #EFEDE7;
    padding: 0 10px;
  }
  .banner p {
    text-align: center;
    padding: 15px 0;
  }
  .open-close .text-box p,
  .top-section .text-box p {
    text-align: left;
    padding: 0;
  }
  .top-section .aside .box:first-child {
    border-top: 1px solid #fff;
  }
  .top-section {
    overflow: hidden;
    padding: 0;
  }
  .top-section .block {
    width: 100%;
  }
  .top-section .block img {
    width: 100%;
  }
  .top-section .aside {
    background: #EFEDE7;
    width: 100%;
  }
  .top-section img {
    display: block;
  }
  .top-section .aside .box {
    height: auto;
  }
  .button-holder {
    display: none;
  }
  .header-dark .header-block-02+.header-block-02 {
    border-bottom: 1px solid #000000;
    min-width: 320px;
    overflow: hidden;
    padding: 5px 0;
    background: #2e2e2e;
    background: -moz-linear-gradient(top, #252525 0%, #050505 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252525), color-stop(100%, #050505));
    background: -webkit-linear-gradient(top, #252525 0%, #050505 100%);
    background: -o-linear-gradient(top, #252525 0%, #050505 100%);
    background: -ms-linear-gradient(top, #252525 0%, #050505 100%);
    background: linear-gradient(to bottom, #252525 0%, #050505 100%);
  }
  .header-brown .header-block-02+.header-block-02 {
    border-bottom: 1px solid #fff;
    min-width: 320px;
    overflow: hidden;
    padding: 5px 0;
    background: #B2A99B;
    background: -moz-linear-gradient(top, #CDC5B8 0%, #B2A99B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CDC5B8), color-stop(100%, #B2A99B));
    background: -webkit-linear-gradient(top, #CDC5B8 0%, #B2A99B 100%);
    background: -o-linear-gradient(top, #CDC5B8 0%, #B2A99B 100%);
    background: -ms-linear-gradient(top, #CDC5B8 0%, #B2A99B 100%);
    background: linear-gradient(to bottom, #CDC5B8 0%, #B2A99B 100%);
  }
  .header-dark .header-block-02,
  .header-brown .header-block-02 {
    padding: 5px 0 10px;
  }
  .header-brown .header-block-02 {
    background: #B2A99B;
    background: -moz-linear-gradient(top, #EBE4D9 0%, #D0C7B8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EBE4D9), color-stop(100%, #D0C7B8));
    background: -webkit-linear-gradient(top, #EBE4D9 0%, #D0C7B8 100%);
    background: -o-linear-gradient(top, #EBE4D9 0%, #D0C7B8 100%);
    background: -ms-linear-gradient(top, #EBE4D9 0%, #D0C7B8 100%);
    background: linear-gradient(to bottom, #EBE4D9 0%, #D0C7B8 100%);
  }
  .header-dark .header-block-02 {
    border-color: #000000;
    background: #B2A99B;
    background: -moz-linear-gradient(top, #2E2E2E 0%, #1B1A1A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2E2E2E), color-stop(100%, #1B1A1A));
    background: -webkit-linear-gradient(top, #2E2E2E 0%, #1B1A1A 100%);
    background: -o-linear-gradient(top, #2E2E2E 0%, #1B1A1A 100%);
    background: -ms-linear-gradient(top, #2E2E2E 0%, #1B1A1A 100%);
    background: linear-gradient(to bottom, #2E2E2E 0%, #1B1A1A 100%);
  }
  .header-dark h1 {
    border-bottom: 1px solid #000;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 15px 5px;
    text-align: center;
  }
  .header-brown h1 {
    border-bottom: 1px solid #ECE9E3;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 15px 5px;
    text-align: center;
  }
  .header-dark .text-holder {
    color: #C0BFBA;
    background: #2E2E2E;
    padding: 10px 10px 20px 10px;
  }
  .header-brown .text-holder {
    color: #26221E;
    background: #EBE4D9;
    padding: 10px 10px 20px 10px;
  }
  .header-dark .text-holder .title a {
    color: #C0BFBA;
  }
  .header-brown .text-holder .title a {
    color: #26221E;
  }
  .header-dark .text-holder p,
  .header-brown .text-holder p {
    padding: 0;
    text-align: center;
  }
  .header-dark .text-holder .title,
  .header-brown .text-holder .title {
    font-size: 26px;
    line-height: 1.2;
    margin: 10px 0;
  }
  .header-dark .open-close p,
  .header-brown .open-close p {
    margin: 0;
  }
  .header-dark,
  .header-brown {
    padding: 0;
  }
  .twocolumns ul {
    width: auto;
  }
  .twocolumns ul li img {
    width: auto;
  }
  .twocolumns ul li {
    padding: 12px 0;
  }
  .twocolumns ul li:last-child {
    border-bottom: 1px dotted #ccc9c3;
  }
  .twocolumns ul:last-child li:last-child {
    border-bottom: none;
  }
  .header-brown .header-block-02 span {
    display: none
  }
  .header-nav {
    margin-left: auto;
    margin-right: 10px;
  }
  .header-nav a {
    color: #413e3a;
  }
  .header-dark .header-nav a {
    color: #b6b1aa;
  }
  .header-brown .header-nav a {
    color: #413e3a;
  }
  .header-nav a.active,
  .header-dark .header-nav a.active {
    color: #ef9f13;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-nav li {
    margin: 0 0 0 9px;
  }
  .header-nav li:before,
  .header-nav ul:after {
    content: '';
    width: 1px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 0 0;
  }
  .header-gray .header-nav li:before,
  .header-gray .header-nav ul:after {
    -webkit-box-shadow: -1px 0 0 #fefefd;
    -moz-box-shadow: -1px 0 0 #fefefd;
    box-shadow: -1px 0 0 #fefefd;
    background: #a8a49c;
  }
  .header-dark .header-nav li:before,
  .header-dark .header-nav ul:after {
    -webkit-box-shadow: -1px 0 0 #363636;
    -moz-box-shadow: -1px 0 0 #363636;
    box-shadow: -1px 0 0 #363636;
    background: #030303;
  }
  .header-brown .header-nav li:before,
  .header-brown .header-nav ul:after {
    -webkit-box-shadow: -1px 0 0 #E3DDD2;
    -moz-box-shadow: -1px 0 0 #E3DDD2;
    box-shadow: -1px 0 0 #E3DDD2;
    background: #968E80;
  }
  .header-nav ul:after {
    margin: 0 0 0 12px;
  }
  .icon-head-mobile {
    fill: currentColor;
    vertical-align: middle;
  }
  .header-gray li.li-icon-hm-logo {
    display: none;
  }
  .icon-hm-logo {
    width: 80px;
    height: 14px;
  }
  .icon-hm-menu {
    width: 21px;
    height: 16px;
  }
  .icon-hm-email {
    width: 21px;
    height: 16px;
  }
  .icon-hm-search {
    width: 16px;
    height: 16px;
  }
  .icon-newsletter.icon-suscribe-suscribe {
    display: none;
  }
  .subscribe-form input[type="button"] {
    margin-top: 5px;
    width: 130px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    border: 0;
    background: #ef9f13;
  }
  .subscribe-form label {
    display: block;
    margin-bottom: 10px;
  }
  .main-block div.inner-holder div.inner-content div.inner-container figure {
    display: none;
  }
  .main-block .inner-container .long-column {
    width: auto;
    margin-top: 15px;
  }
  .main-block dd::after {
    padding: 0 0 10px 0;
  }
  .video-placeholder img {
    border-style: none;
    width: 100%;
  }
  #main .heading {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  #main .heading h1 {
    font-size: 26px;
    margin: 0 10px 0 0;
  }
  .heading .sectiontitle {
    font-size: 20px;
  }
  .heading .steps {
    font-size: 16px;
  }
  #content,
  .content {
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    margin: 0 0 24px 0;
    border-bottom: 1px dotted #ccc9c3;
  }
  .nota-de-prensa .content {
    border-bottom: none;
  }
  .cartas-pastorales .content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main-section {
    padding: 0;
    margin: 0 0 24px 0;
    border: none;
  }
  #sidebar,
  .sidebar {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .wide-content {
    display: block;
  }
  .content.wide-content {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .wide-content .visual-holder-02 img {
    margin: 0 auto;
    width: 50%;
  }
  .simple-list li:last-child {
    padding: 12px 0 0 0;
  }
  .nota-de-prensa .simple-list li:last-child {
    padding: 12px 0 12px 0;
  }
  .main-block.nota-de-prensa .sidebar {
    margin-bottom: 25px;
  }
  .sidebar-box {
    border-style: solid;
    border-color: #EF9F13 #EFEDE7 #EFEDE7;
    border-width: 5px 1px 1px;
    margin: 0 0 24px 0;
    padding: 12px 5px 10px 5px;
  }
  .main-block .info-row {
    padding: 0 0 10px 0;
  }
  .info-row {
    padding: 13px 0 9px 0;
  }
  .info-row .name,
  .controls .name {
    max-width: none;
  }
  .info-row .row-holder {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .socials {
    /*  page-break-before: always;*/
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    padding: 16px 0 5px 0;
  }
  .info-row-bottom .socials {
    padding: 5px 0 5px 0;
  }
  .info-row.info-row-bottom {
    border: none;
    padding: 0;
  }
  .info-list-02,
  .info-list {
    border-top: 1px dotted #ccc9c3;
    border-bottom: 1px dotted #ccc9c3;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .info-list {
    border-top: none;
    padding-top: 0;
  }
  .sidebar-box ul li,
  .sidebar-list li {
    padding: 10px 0;
    width: 100%;
  }
  .sidebar-box ul li img {
    margin: 0 10px 0 0;
    max-width: 100px;
  }
  .sidebar-list li:first-child {
    border-top: none;
  }
  .sidebar-box ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .content .visual-holder {
    margin: 0 0 10px 0;
  }
  .content .visual-holder img {
    width: 100%;
  }
  .content .video .description-text {
    background: none repeat scroll 0 0 #514E4B;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    position: static;
    width: auto;
  }
  .content .video .description-text {
    background: none repeat scroll 0 0 #514E4B;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    position: static;
    width: auto;
  }
  .main-block .visual-holder-02 {
    width: 100%;
    border-right: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .promo-block {
    padding: 0 12px;
  }
  .promo-block .box {
    margin: 0 0 25px 0;
  }
  .promo-block .column {
    border-left: none;
    padding: 0;
  }
  .promo-block blockquote {
    font-size: 19px;
    line-height: 23px;
    padding: 0;
  }
  .promo-block img {
    height: 75px;
    width: auto;
  }
  .promo-block blockquote {
    width: auto;
  }
  .promo-block .title {
    margin: 0;
  }
  .content.long-column {
    width: auto;
  }
  .main-block .sidebar {
    margin: 0;
    padding: 0;
  }
  .sidebar.long-column {
    width: auto;
  }
  .link-holder-no-background {
    margin: 0;
    padding: 0;
  }
  .main-block .sidebar header {
    margin-bottom: 10px;
  }
  .content .description-text {
    background: rgba(50, 50, 50, 0.85);
    color: #FFFFFF;
    padding: 10px;
    position: static;
  }
  .main-block .sidebar time {
    display: block;
    font-weight: bold;
    padding: 0 0 10px 0;
  }
  .main-block .column .box,
  .main-block .m3column .box {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc9c3;
  }
  .main-block .column .box:last-child {
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc9c3;
  }
  .main-block.m-3-columnas .m3column .box:last-child {
    padding: 0;
    border-bottom: none;
  }
  .main-block.m-3-articulos .column:last-child .box,
  .main-block.m-6-elementos .column:last-child .box {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  #main h4 {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
  }
  .link {
    margin-top: 15px;
  }
  .sidebar .link-holder {
    margin: 0;
  }
  .link-holder {
    display: block;
    margin: 0;
    padding: 0;
  }
  .content .link-holder {
    margin: 0 0 20px 0;
  }
  .sidebar .sidebar-list li {
    margin: 0;
  }
  #main .main-block .sidebar header {
    padding: 5px 0;
  }
  #main .main-block .sidebar header h3 {
    color: #4d4d4d;
    padding-right: 0;
    max-width: 100%;
  }
  #main .content .subtitle {
    font-size: inherit;
    margin: 10px 0;
  }
  #main .column-short h3 {
    line-height: 1.2;
    margin: 0;
  }
  .sidebar-box-01 {
    padding: 0 0 0 0;
    border-bottom: none;
    margin: 0 0 20px 0;
  }
  .sidebar-text-list {
    margin: 10px 0 0;
  }
  .main-block dl {
    margin: 0;
  }
  .main-block dd:last-child {
    padding: 0;
  }
  .boxes-list .video img {
    position: static;
  }
  .main-block .sidebar p {
    margin: 0;
  }
  #main .media-block h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .video-tag-results.info-row {
    border: none;
    padding: 0;
  }
  .main-block.related-videos .boxes-list time {
    font-weight: normal;
  }
  .main-block.related-videos .boxes-list li a {
    font-weight: bold;
  }
  .video-list .boxes-list time {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
  }
  .video-list .boxes-list .title {
    font-size: 14px;
  }
  .video-list .boxes-list li a {
    font-weight: bold;
  }
  .media-block p {
    margin: 0 0 20px 0;
  }
  .player img {
    width: 100%;
  }
  .tab-list {
    padding: 10px 0 20px;
  }
  .tab-list li {
    margin: 5px;
  }
  .tab-list li a {
    padding: 0 10px;
  }
  .main-block .inner-container-02 {
    margin: 0;
    padding: 0;
  }
  .details-form input[type="text"],
  .details-form textarea {
    margin: 0 0 20px;
    width: 75%;
  }
  .details-form .remark {
    padding: 0 5px 15px 0;
  }
  .details-form .remark-adapted {
    padding: 28px 5px 15px 0;
  }
  #main #content .content-box h2 {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dotted #ccc9c3;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  .sidebar-list {
    margin: 15px 0 0 0;
  }
  #footer .column ul {
    padding: 10px 0;
  }
  .search-form-popup {
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 10px;
    position: relative;
    z-index: 5;
  }
  .search-form-popup input[type="search"] {
    display: block;
    width: 80%;
    margin: 0 0 20px 0;
    border: 1px solid #a4a098;
    color: #4d4d4d;
    font-size: 16px;
    padding: 10px;
    background: #F5F5F5;
  }
  #contact-form-mobile {
    overflow: hidden;
  }
  #search-form-mobile {
    display: none;
    overflow: hidden;
  }
  .icon-search-close {
    fill: #fff;
    height: 16px;
    width: 16px;
    margin-right: 5px;
  }
  .heading-contact-popup,
  .heading-search-popup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main-block header,
  .main-block header.header {
    margin: 0;
    overflow: hidden;
    padding: 2px 0 11px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px dotted transparent;
  }
  .main-block .active header {
    border-bottom: 1px dotted #ccc9c3;
  }
  #main .main-block header h3,
  #main .main-block header.header h2 {
    margin: 0;
  }
  .header-gray .search-form-popup {
    background: linear-gradient(to bottom, #D3D0CA 50%, #D1CEC8 0%, #D3D0CA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .header-dark .search-form-popup {
    background: linear-gradient(to bottom, #D3D0CA 50%, #D1CEC8 0%, #D3D0CA 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .header-brown .search-form-popup {
    background: linear-gradient(to bottom, #dBd4c9 0%, #EBE4D9 50%, #dBd4c9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .texto-del-dia .subscribe-form input[type="button"] {
    width: 140px;
    margin: 0 auto;
  }
  .texto-del-dia .subscribe-form div label {
    font-size: 15px;
    line-height: 1.2;
    margin: 15px 10px 10px 0;
  }
  .texto-del-dia .subscribe-form input[type="email"] {
    width: 90%;
    margin-bottom: 5px;
  }
  div.radio {
    margin-bottom: 10px;
  }
  .articulo-y-enlaces figure {
    width: 100%;
  }
  .m-6-elementos .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dotted #CCC9C3;
    margin: 0;
    padding: 20px 0;
  }
  .m-6-elementos .container-03 .column-short .box .video,
  .m-6-elementos .container-03 .column-short .box figure {
    position: relative;
    overflow: unset;
  }
  .m-6-elementos .container-03 .column-short .box .video img,
  .m-6-elementos .container-03 .column-short .box figure img {
    width: 120px;
    margin-bottom: 0;
  }
  #main .m-6-elementos .column-short h3,
  #main .m-6-elementos .column-short p {
    margin: 0 0 5px 10px;
  }
  .article-list .controls,
  .tag-results .controls {
    padding: 10px 0 10px 0;
  }
  .article-list .controls .name {
    line-height: 1;
    padding: 0 12px 0 0;
  }
  .bloque-tematico .visual-holder,
  .articulo-y-enlaces .visual-holder {
    width: 100%;
  }
  .bloque-tematico .text-holder,
  .articulo-y-enlaces .text-holder {
    width: 100%;
  }
  .suscripcion .form-02 input[type="email"],
  .subscribe-form input[type="email"] {
    width: 90%;
    margin-bottom: 15px;
  }
  .texto-del-dia .subscribe-form {
    border-top: none;
    margin: 20px 0 5px;
  }
  #content blockquote {
    float: none;
    width: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar .sidebar-list .first {
    padding: 0 0 10px;
  }
  .related-videos header {
    margin: 0;
  }
  .imperavi-body {
    margin: 30px 0 10px 0;
  }
  .imperavi-body p img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
  }
  .imperavi-body p .footimage img {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px !important;
  }
  #main .p404 .other-things,
  #main .p404 p {
    padding: 10px;
  }
  .gallery .galleria {
    width: 100%;
    height: 340px;
    min-width: 320px;
  }
/*  .gallery .galleria-info-description {*/
/*    font-size: 13px;*/
/*  }*/
  #header .topnews {
    clear: both;
    width: auto;
    margin: 45px 21px 25px 12px;
    padding: 0;
    display: none;
  }
  #header .topnews figure {
    display: none;
  }
  .flatpage img {
    width: 100%;
  }
  .contenedorExterior {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contenedorExterior div {
    width: 100%;
  }
  .libros-4-columnas .boxes-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .libros-4-columnas .boxes-list li {
    width: 45%;
    padding: 0 3px 0 3px;
    margin: 0 3px 20px 3px;
    border: none;
  }
  /*  .libros-4-columnas .boxes-list li:nth-child(odd) {*/
  /*    border-right: 1px dotted #ccc9c3;*/
  /*  }*/
  .libros-4-columnas .boxes-list + .boxes-list {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  /*                 */
  /*  Menú en móvil  */
  /*                 */
  #nav {
    display: none;
  }
  #here-mobile-menu .home,
  #here-mobile-menu .search {
    display: none;
  }
  #here-mobile-menu {
    display: none;
    overflow: hidden;
  }
  #here-mobile-menu .mainitem + ul {
    display: none;
    overflow: hidden;
  }
  /* Elementos con hijos */
  .mainitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #fefcf6;
    box-shadow: 0 2px 7px 0 #000000;
  }
  .header-gray .mainitem {
    background: #65625c;
  }
  .header-dark .mainitem {
    background: #2e2e2e;
  }
  .header-brown .mainitem {
    background: #d0c7b8;
    border-bottom: none;
    box-shadow: none;
  }
  .mainitem a {
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.2;
    color: #ffffff;
    padding: 13px 12px;
  }
  .header-brown .mainitem a {
    color: #222222;
  }
  .header-brown .header-block-02 {
    border-bottom: 1px solid #aaa;
  }
  /* Elementos sin hijos */
  #here-mobile-menu li > ul > li {
    border-bottom: 1px solid #fefcf6;
    box-shadow: 0 6px 8px 0 #666666;
  }
  .header-gray #here-mobile-menu li > ul > li {
    background: #dad7d0;
  }
  .header-dark #here-mobile-menu li > ul > li {
    background: #d9d6cf;
  }
  .header-brown #here-mobile-menu li > ul > li {
    background: #ebe4d9;
    border-bottom: 1px solid #ccc;
  }
  .header-brown #here-mobile-menu li {
    border-bottom: 1px solid #aaa;
  }
  #here-mobile-menu a:not(.has-children) {
    /* Elemento principal sin hijos */
    display: block;
    font-size: 1.1em;
    line-height: 1.2;
    color: #222222;
    padding: 15px 12px 15px 12px;
    text-transform: uppercase;
  }
  #here-mobile-menu li > ul > li > a {
    /* Elemento final normal */
    padding: 15px 12px 15px 24px;
    text-transform: inherit;
  }
  /*Flechas*/
  .menu_arrow .iconarrow {
    color: #f5f5f5;
    fill: currentColor;
    height: 10px;
    width: 18px;
    margin: 0 20px 0 0;
    padding: 0;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: 0.4s ease-in;
  }
  .active .menu_arrow .iconarrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .header-brown .menu_arrow .iconarrow {
    color: #4d4d4d;
    fill: currentColor;
  }
  .info-row-without-section-name { padding-top: 0px; }
  /* * END Mobile Menu */
}


/* print version */

@media print {
  html {
    min-width: 100px;
  }
  body {
    min-width: 100px;
    color: #000;
    background: none !important;
    font-size: 12pt !important;
  }
  #header {
    background: none !important;
  }
  #header .holder {
    width: 100%;
    margin: 39px;
  }
  #wrapper,
  #page {
    display: block;
  }
  #footer,
  .header-block,
  #nav,
  #here-mobile-menu,
  #search-form-mobile,
  form,
  #sidebar,
  .socials,
  .header-nav,
  .tweet-box,
  .heading,
  #header blockquote,
  .topnews,
  .header-nav,
  #header .topnews,
  #header blockquote,
  #header .tweet-box,
  #sidebar,
  #sidebar2 {
    display: none;
  }
  #main,
  .imperavi-body {
    overflow: visible;
  }
  #main {
    overflow: visible;
    width: 100%;
  }
  #content {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
  }
  #content img,
  .embed-container,
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    width: auto !important;
    max-width: 300px !important;
    height: auto !important;
    page-break-inside: avoid;
    margin: 0 auto !important;
    display: block !important;
  }
  .embed-container {
    padding-bottom: 155px;
  }
  .old_link img {
    width: auto !important;
  }
  .old_audio img {
    width: auto !important;
  }
  .main-section {
    padding: 16px 0 30px;
    border: 0;
  }
  #content .text-box {
    overflow: visible;
  }
  #content .text-box .text {
    width: 40%;
    overflow: visible;
  }
  .main-section .inner-holder {
    overflow: visible;
  }
  .video-placeholder .text-container {
    background: none;
    position: relative;
    color: #000;
    padding: 20px 0;
    width: 100%;
  }
  #header blockquote,
  #header .tweet-box {
    width: 60%;
  }
  a:link,
  a:visited {
    color: #007aff;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
  h1 {
    text-align: left !important;
  }
  h1 a:link,
  h1 a:visited {
    color: #26221E;
  }
  .header-block-02 {
    background: none !important;
    border-top: 1px dotted #CECBC4 !important;
    border-bottom: 1px dotted #CECBC4 !important;
    padding: 20px 0 !important;
    width: 90% !important;
  }
  .logo {
    margin: 0;
    text-indent: 0;
    text-transform: uppercase;
  }
  div.heading-text + div.info-row {
    margin-bottom: 30px;
    border-top: 1px dotted #CECBC4;
    border-bottom: 1px dotted #CECBC4;
    padding: 0;
    width: 90%;
  }
  .article .info-row .row-holder {
    padding: 10px 0;
    margin: 0;
  }
  .info-row .name,
  .controls .name {
    overflow: auto;
    max-width: none;
    white-space: nowrap;
  }
  .info-row.info-row-bottom {
    display: none;
  }
  .info-list,
  .info-list-02 {
    display: none;
  }
  .video-placeholder {
    display: none;
  }
  .heading-text {
    font-size: 19px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }
  .faq-page #content .faq-block p {
    display: block;
  }

  blockquote {
    display: none;
  }

}