/** 
	* Filename:     global.css
	* Version:      1.0.0 (07 Dec 2020)
	* Website:      https://www.zymphonies.com
	* Description:  Global styles
	* Author:		Zymphonies Team
					info@zymphonies.com
**/
/* @import url("https://fonts.googleapis.com/css?family= Helvetica:400,500,600,700&display=swap"); */

#edit-manage {display: none}


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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

.fas table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages+.messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item+.messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

.messages--error p.error {
  color: #a51b00;
}

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/
}

form .field-add-more-submit {
  margin: .5em 0 0;
}

.menu-convocatoria {
  list-style: none;
  display: flex;
  justify-content: space-around;
  background-color: lightgray;
  color: white;
  padding: 10px 20px;
  border:solid;
  border-color: #d52b1e;
  margin-top: 20px;
}

.menu-convocatoria>li>a {
  font-weight: bold;
  font-size: 9pt;
}


.menu-convocatoria2 {
  list-style: none;
  display: flex;
  justify-content: space-around;
  background-color: #f7f7f7;
  padding: 10px 20px;
  border: double;
  border-color: #d52b1e;
  margin-top: 20px;
}

.menu-convocatoria2>li>a {
  font-weight: bold;
  font-size: 8pt;
}


.lista-libros-convocatoria {
  list-style: none;
  background-color: #f7f7f7;
  margin-top: 20px;
  padding: 15px;
}

/*TABS*/
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs>li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444;
}

.tabs a.is-active {
  background-color: #d52b1e;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #d52b1e;
  color: #fff;
}

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px;
}

.tittleGray {
  font-size: 50pt;
  font-weight: 900;
  margin-top: 30px;
  color: #cacaca;
  text-align: center;
}

.tittleRed,
a {
  color: #d52b1e;
}

.texto-home{
  font-weight: bold;
  font-size: 15pt;
}

.subtitleRed {
  color: #d52b1e;
  font-size: 30px;
  word-spacing: 20px;
  letter-spacing: 10px;
  font-weight: 100;
}

.button_search {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d52b1e;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search {
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: none !important;
}


.margen {
  margin-top: 20px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 10px; 
}

.justificado {
  text-align: justify;
}

.izq {
  text-align: left;
}

.der {
  text-align: right;
}

.red {
  color: #d52b1e;
}

.redondo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d52b1e;
  color: white;
  cursor: pointer;
  font-family: Helvetica;
  font-size: 30px;
  border: none;
  margin-top: auto;
  margin-bottom: auto;
}



.button-experts {
  color: #d52b1e;
  text-align: center;
  border: 0px;
  width: 120px;
  margin: 0 auto !important;
  cursor: pointer;
  font-size: 12pt;
  font-weight: bold;
}

.button-experts>a {
  background-color: white;
  padding: 10px;
}

.newsletter {
  height: 150px;
  background-color: #C9C9C9;
}

.redButton {
  background-color: #d52b1e;
  border: none;
  color: white;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.readMoreButton {
  background-color: #d52b1e;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 75px;
  cursor: pointer;
  padding: 5px;
}

.readMoreButton>a,
.readMoreButton>a:hover {
  color: white;
  padding: 6px 20px;
}

.footerAlto-about>a>.readMoreButton {
  margin: 0;
}


.box {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 130px;
}

.box p select {
  background-color: #d52b1e;
  color: white;
  padding: 12px;
  width: 270px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.box p:before {
  font-family: Helvetica;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 25px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
}

.box p select option {
  padding: 30px;
  text-align: center;
}





caption {
  text-align: left;
  /* LTR */
}

.center {
  text-align: center;
}

th {
  text-align: left;
  /* LTR */
  padding: 10px 12px;
}

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

thead>tr {
  border-bottom: 1px solid #000;
}

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff;
}

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2;
}

td,
th {
  vertical-align: middle;
}

td {
  padding: 10px 12px;
  text-align: left;
  /* LTR */
}

th>a {
  position: relative;
  display: block;
}

/* 1. Must match negative bottom padding of the parent <th> */
th>a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}


th.is-active img {
  position: absolute;
  right: 0;
  /* LTR */
  top: 50%;
}


th>a:hover,
th>a:focus,
th.is-active>a:hover,
th.is-active>a:focus {
  text-decoration: none;
}


td .item-list ul {
  margin: 0;
}

td.is-active {
  background: none;
}

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px;
}

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {

  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) {

  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}

p {
  margin: 0 0 20px 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #000;
  font-family: Helvetica;
  font-weight: 600;
  margin: 0 0;
  line-height: 120%;
}

h1,
.h1 {
  font-size: 2em;
}

h2,
.h2 {
  font-size: 1.5em;
}

h3,
.h3 {
  font-size: 1.2em;
}

h4,
.h4 {
  font-size: 1.1em;
}

img {
  max-width: 100%;
}

em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

.custom-block-title {
  text-align: center;
  margin: 20px 0;
}


.tittleRed>a {
  color: #d52b1e;
}

a:hover {
  color: #d52b1e;
  text-decoration: none;
}

.aboutus {
  font-size: 50pt;
}




.list-unstyled li {
  list-style: none;
}

ol li {
  list-style-type: decimal;
}

ul.links.inline {
  padding: 0;
}



.form-email,
.form-text,
.form-textarea {
  border: 1px solid #e8e8e8;
  background: transparent;
}

.block {
  margin-bottom: 10px;
}

body {
  font-family: Helvetica;
  font-size: 15px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 300;
  background-size: cover;
  text-align: left;
}

.region-page-title h1 {
  margin: 30px 0;
}

.map-and-address h2.title {
  display: none;
}

.google_map p,
.google_map .block {
  margin: 0;
}

.google_map iframe {
  display: block;
}

.footer-menu {
  margin: 0;
  border: 0;
  background-size: cover;
  padding: 80px 0;
}

.social-media {
  padding: 10px 0;
  margin: 0;
}

.social-media a {
  line-height: 100%;
  font-size: 1em;
  display: inline-block;
  padding: 4px 8px;
  width: 26px;
}

.social-media a:hover {
  color: #d52b1e
}

input,
select,
textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
}

.contact-message-form label {
  display: block;
}

.btn,
.node-readmore a,
.flexslider .more-link,
input[type="submit"] {
  background: #ff0000;
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 14px 30px;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type="submit"]:hover {
  background: #d52b1e;
  color: #fff;
}

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

.sidebar {
  background: #fff;
  padding: 15px;
}

.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}

.sidebar .region .content {
  padding: 10px 0;
}

.path-frontpage .region-content {
  min-height: auto;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
  font-size: 0.70em;
  line-height: 150%;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite>legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}


.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px;
}

.top-message,
.services,
.features,
.clients,
.updates,
.faq,
.bottom-widget,
.copyright {
  padding: 20px 0;
}

.comment-submitted {
  display: none;
}

.main-content .region-content {
  max-width: 800px;
  margin: 0 auto;
}

.path-frontpage .feed-icon {
  display: none;
}

.path-frontpage .main-content {
  text-align: center;
}

.products,
.updates {
  background: rgba(255, 255, 255, 0.61);
}

.features,
.updates {
  background-color: #fff;
}

.features .region,
.updates .region {
  background: #fff;
}

.features video,
.updates video {
  margin: 0 auto;
  display: block;
}

.footer tbody tr:hover,
.footer tbody tr:focus {
  background: none;
}

.clients {
  text-align: center;
}





.clients .region ul li img {
  max-width: 200px;
}

.services {
  text-align: center;
  background-color: #f7f7f7
}

.services .team-list .block {
  padding: 20px;
}

.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%;
}

.region-testimonials {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.testimonials-pic img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-author {
  padding: 0 5px;
  font-size: .75em;
  color: #555;
}

.price-table .card-header,
.bottom-widget .card-header {
  border: 0;
  padding: 20px;
}

.price-table ul li,
.bottom-widget ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea;
}

.bottom-widget {
  background: rgba(255, 255, 255, 0.61);
  margin-top: 30px;
}

.path-frontpage .bottom-widgets {
  padding: 20px 0;
}

.region-faq {
  max-width: 600px;
  margin: 0 auto;
}

.accordion .panel-title a {
  padding: 20px;
  display: block;
  background: #eee;
  color: #000;
}

.accordion .panel-title a i {
  float: right;
}

.accordion .panel-title a i:before {
  content: "\f067";
}

.accordion .panel-collapse {
  padding: 20px;
  background: #f7f7f7;
}

.top-nav {
  background: #f7f7fa;
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  -moz-box-shadow: 1px 1px 4px #dedede;
  -webkit-box-shadow: 1px 1px 4px #dedede;
  box-shadow: 1px 1px 4px #dedede;
}

.top-nav .region-message,
.top-nav .region-email {
  display: inline-block;
}

.top-nav .fa {
  color: #fff;
  padding: 0 5px;
}

.top-nav .block,
.top-nav p {
  margin: 0;
}

.quick-call {
  text-align: left;
  padding: 10px 0;
}

.quick-call * {
  margin: 0;
  color: #fff;
}

.quick-call i {
  font-size: 2.5em;
  padding-right: 10px;
}

.quick-call h2 {
  font-size: 1em;
}

.quick-call i,
.quick-call .region {
  display: inline-block;
  vertical-align: middle;
}

.header {
  padding-bottom: 7px;
  text-align: left;
  border-bottom: 2px solid #ffffff;
}

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.main-header .region {
  position: relative;
  padding: 25px 0;
}

.main-header .block {
  margin: 0;
}

.main-header p,
.main-header .block {
  margin: 0;
}

.site-branding {
  margin: 0;
}



.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
}

.region-header .brand a {
  color: #fff;
  display: block;
  font-weight: 400;
}

.region-header .brand a img {
  vertical-align: middle;
}

.region-header .brand .site-branding__slogan {
  font-size: .5em;
  text-transform: uppercase;
  vertical-align: top;
}

.search-block-form {
  margin: 0 auto;
}

.region-search {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle;
}

#search-block-form {
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}

#search-block-form .form-actions {
  width: 30px;
}

#search-block-form input.form-submit {
  background: url('../images/search.png?1554720536') no-repeat center #ff0000;
  font-size: 0;
  width: 100%;
  height: 35px;
  padding: 0 20px;
  vertical-align: top;
}

#search-block-form input.form-submit:hover {
  background-color: #e00000;
  border-color: #e00000;
}

#search-block-form input {
  width: 100%;
  height: 35px;
}

.breadcrumb {
  font-size: .85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
  background: none;
}

.breadcrumb ul,
.breadcrumb ol {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li,
.breadcrumb ol li {
  display: inline-block;
  padding: 0 8px;
}

.breadcrumb ul li:after,
.breadcrumb ol li:after {
  content: " >";
  padding-left: 15px;
}

.breadcrumb ul li:last-child:after,
.breadcrumb ol li:last-child:after {
  display: none;
}

.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.flexslider .slider-caption {
  display: none;
  position: absolute;
  top: 12%;
  width: 60%;
  left: 5%;
  z-index: 99;
  text-align: left;
  font-size: 1.2em;
  line-height: 150%;
  padding: 20px;
  background: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.flexslider .slider-title {
  font-size: 2em;
  font-weight: 600;
}

.flexslider .slider-description {
  display: inline-block;
  clear: both;
}

.flexslider .slides li {
  position: relative;
}

/* .flexslider .slides li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
} */

.flexslider .flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

.flexslider .flex-direction-nav li {
  list-style: none;
}

.flexslider .flex-direction-nav a {
  font-size: 0;
  padding: 10px;
}

.flexslider .flex-direction-nav a:before,
.flexslider .flex-direction-nav a:after {
  color: #3c5a6d;
}

.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.flexslider .flex-control-paging li a.flex-active {
  background: #0084ff;
}

.flexslider .flex-control-nav {
  bottom: 0;
}

.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 17px 0;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-header>button {
  padding-top: 20px;
}

.navbar-toggle-close {
  position: absolute;
  right: 0;
  padding: 10px;
  font-size: 3em;
  color: #f00;
  cursor: pointer;
  z-index: 99;
}

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #212020;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
  display: none;
}

.menu-base-theme {
  background: #000000;
}


.menu-base-theme li a {
  font-family: Helvetica;
  color: #ffffff;
  line-height: 100%;
  padding: 15px 5px;
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-base-theme li a.sub-arrow {
  color: #999;
  font-size: 22px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}

.menu-base-theme li a span.sub-arrow {
  line-height: 120%;
  font-size: 2em;
}

.menu-base-theme li a:hover,
.menu-base-theme li a:focus,
.menu-base-theme li a:active,
.menu-base-theme li a.highlighted {
  color: #ffffff;
  padding: 0px;
}

.menu-base-theme li a:hover {
  background: none;
  color: #d52b1e;
  padding: 9px 5px
}

.region-primary-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  width: auto;
  z-index: 99;
  transition: all .5s;
}

.region-primary-menu>ul {
  width: 100%;

}


.region-primary-menu.expand {
  left: 0;
  right: 0;
}

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}


.top-menu {
  font-size: .75em;
  background: #313d48;
  color: #fff;
}

.top-menu .top-blocks {
  overflow: hidden;
}

.top-menu .top-blocks .region {
  padding: 10px 10px 10px 0;
}

.top-menu .top-blocks .social-media {
  padding: 9px 0;
}

.top-menu p,
.top-menu .block {
  margin: 0;
}

.top-menu a {
  color: #fff;
}



.region-top-menu nav li {
  display: inline-block;
}

.region-top-menu nav li a {
  padding: 2px 10px;
  text-transform: uppercase;
  line-height: 100%;
}

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec;
}

.highlight {
  padding: 20px;
  background-color: #ffffff;
}

.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.top-message {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.topwidget .fa,
.topwidget .fas {
  font-size: 3em;
}

.topwidget .topwidget-list .region {
  background: rgba(255, 255, 255, 0.61);
}



.topwidget .topwidget-list .region .block p:last-child {
  margin: 0;
}





.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 30px;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
  color: #999;
  font-style: italic;
}

.maintenance-page {
  background: url('../images/maintenance-bg.png?1554720536') #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a {
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -moz-box-shadow: 5px 5px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff;
}

.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.path-user .profile>div {
  display: inline-block;
}

.path-user .profile .label {
  display: block;
  color: #333;
}




.panelchoice,
.spanish-title {
  display: flex;
  width: 100%;
  height: 650px;
  justify-content: center;
}



#contenedor_principal {
  display: flex;
}

.contenedor_imagen_texto {
  height: 600px;
  margin: 20px;
}

.contenedor_imagen_texto>.imagen {
  display: flex;
  justify-content: center;
}

.contenedor_imagen_texto>.imagen>img {
  width: 250px;
  height: 400px;
}

.contenedor_imagen_texto>.texto {
  display: flex;
  flex-direction: column;
}

.contenedor_imagen_texto>.texto>a {
  text-decoration: underline
}

.contenedor_imagen_texto>.texto>.tittleRed {
  font-weight: bold;
  margin: 0px;
}


.texto {
  height: auto;
  text-align: center
}

#main-menu {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}


/* NAV*/
.twitter {
  height: 25px;
  width: 100%;
  background-color: rgb(122, 119, 122, 1);
}

.navbar-toggle>.fa-bars {
  color: black;
}

.twitter>a>img {
  margin: 2px;
}

.logoMenu {
  display: flex;
  justify-content: space-between;
  height: 50px;
}

.logoMenu>a>img {
  max-height: 70px;
  width: auto;
}

.logoMenu>.busqueda {
  display: flex;
  justify-content: space-around;
  height: 30px;
  margin-top: auto;
  width: 300px;
}

.logoMenu>.busqueda>select {
  border: 1px solid gray;
  text-align: center;
  border-radius: 30px;
}

.line-header {
  width: 100%;
  border-bottom: 1px solid #d52b1e;
  margin-bottom: -15px;
}

.menu-base-theme .active a {
  color: #d52b1e;
  text-decoration: underline;

}

#arrowAnim {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  width: 5vw;
  height: 5vw;
  border: 2.5vw solid;
  border-color: black transparent transparent black;
  transform: rotate(135deg);
}

.paneles>.menu {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
}

.paneles>.menu>li+li::before {
  content: "  |  ";
  color: #d52b1e;
}



.line {
  width: 100%;
  border-bottom: 1px solid #d52b1e;
  margin-bottom: 5px;
    height: 1rem;
}

div .line:nth-of-type(3) {
    margin-bottom: 2rem;
}

.container-title,
.container-title2,
.container-title3 {
  display: flex;
  justify-content: center;
}

.title-line {
  width: 225px;
  margin-top: 10px;
  margin-right: 54px;
  margin-left: 223px;
}

.title-line-information,
.title-line-titles,
.title-line-article,
.title-line-panel {
  width: 225px;
  margin-top: 10px;
  margin-right: 100px;
  margin-left: 148px;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}


.title-line-interview,
.title-line-about,
.title-line-contact {
  width: 29%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.container-title2>.title-line {
  margin-right: 70px;
  margin-left: -94px;
}

.container-title3>.title-line {

  margin-right: 76px;
  margin-left: -30px;

}

.title-line-book {
  padding: 70px 0px;
}

.book {
  background-color: rgb(196, 192, 192);
  padding: 50px;

}



.years-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  background-color: #d52b1e;
  color: white;
  padding: 15px 20px;
}

.years-list>li>a {
  color: white;
  font-weight: bold;
}

.years-list>li>a:hover {
  color: white;
  text-decoration: underline white 5px;
}

.views-exposed-form {
  display: none;
}




/* PDF */
.cabecera {
  background-color: red;
}

/*SLIDER*/
.flex-pauseplay {
  display: none;
}

.experto .flexslider {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;  
}

.experto .flex-viewport {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.experto .slides {
  margin: 50px 0px;
}
.experto .flexslider .slides li {
  height: 485px;
  background-color: #d52b1e;
  width: 277px !important;
  box-shadow: 0px 0px 30px 23px rgb(0 0 0 / 31%);
}

.experto .flexslider .views-field-field-nombre{
  background-color: rgba(195, 193, 194, 0.4);
  text-align: center;
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
}

.experto .flexslider .views-field-field-nombre>.tituloExperto>a {
  color: white;
}

.experto .flexslider .views-field-field-foto-experto{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;;
}

.experto .flexslider .slides img {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.experto .flexslider .views-field-body{
  overflow: hidden;
  height: 125px;
  width: 249px;
  padding: 5px;
  margin-bottom: 20px;
}

.experto .slides>li:nth-child(n+1) {
  margin-left:15px;
}

.experto-comun .slides>li:nth-child(2n) {
  margin-top: 60px;
  z-index: 1;
}

.experto-US .slides>li:nth-child(3n+2) {
  margin-top: 60px;
  z-index: 1;
}

.experto-FR .slides>li:nth-child(3n+2) {
  margin-top: 60px;
  z-index: 1;
}

.experto-FR .slides>li:nth-child(7) {
  margin-top: 60px;
  z-index: 1;
}

.experto-FR .slides>li:nth-child(n+3) {
  margin-left: 20px;
  margin-right: 10px;
} 
/*
 EXPERTOS CARRUSEL 

.experto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 90px;
  animation-name: example;
  animation-duration: 4s;
}


.experto>.views-row {
  display: flex;
  flex-direction: column;
  background-color: #d52b1e;
  height: 430px;
  width: 280px;
  box-shadow: 0px 0px 85px 44px rgb(0 0 0 / 31%);
}

.experto>.views-row>.views-field-field-foto-experto>div,
.experto>.views-row>.views-field-view-node {
  width: 100%;
  text-align: center;
}

.experto>.views-row>.views-field-field-foto-experto>div>a>img {
  padding: 10px 20px 0px 20px;
  width: 180px;
  height: 130px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.experto>.views-row>.views-field-field-nombre {
  background-color: rgba(195, 193, 194, 0.4);
  text-align: center;
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  z-index:1;
}

.experto>.views-row>.views-field-field-nombre>div>a {
  color: white;

}

.experto>.views-row>.views-field-body>.field-content {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: -webkit-fill-available;
  color: white;
  text-align: center;
  height: 150px;
  padding: 5px;
}



/*Desplazar el elemento del medio del carrusel 
.experto>.views-row:nth-last-child(3n) {
  margin-top: 60px;
}
 /*Para el segundo carrusel de expertos alemanes (no tiene paginador)
 .region-features-title .experto>.views-row:nth-last-child(2n) {
  margin-top: 60px;
}
.region-features-title .experto>.views-row:nth-last-child(3n) {
  margin-top: 0px;
}

.experto>.views-row>.views-field-view-node {
  padding: 20px;
}

.experto>nav {
  width: 100%;
  margin-top: 20px;
}

.experto>nav>ul { 
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-size: 30px;
  padding: 0px;
  margin: -300px 80px 0 80px;
}

.experto>nav>ul>li {
  font-size: 0px;
}

.experto>nav>ul>li>a {
  font-size: 60px;
}
*/


/* CARRUSEL PANEL CHOICE */
.panel-choice .slides {
  text-align: center;
}

.panel-choice .slides li {
  width: 366.667px !important;
}

.panel-choice .slides img {
  height: 100%;
  display: inline;
  width: auto;
}

.panel-choice .views-field-field-titulo-traducido {
  font-weight: normal;
  font-size: 17px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

.panel-choice .views-field-field-autor {
  font-size: 15px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0px 60px;
  text-align: center;
}

.panel-choice .views-field-field-leseprobe {
  margin-right: auto;
  margin-left: auto;
  font-size: 10pt;
  padding: 20px;
}

.panel-choice .views-field-field-leseprobe a {
  color: white;
  font-size: 12px;
}

.panel-choice .report {
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0px;
}

.flex-control-nav {
  position: relative;
  margin-top: 15px;
}

/* PANEL CHOICE CARRUSEL 

.uk-panel-choice-carrousel {
  display: flex;
  flex-wrap: wrap;
}


.uk-panel-choice-carrousel>.views-row {
  display: flex;
  flex-direction: column;
  border-bottom: 0px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.uk-panel-choice-carrousel>.views-row>.views-field-field-titulo-traducido {
  font-weight: normal;
  font-size: 17px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

.uk-panel-choice-carrousel>.views-row>.views-field-field-autor {
  font-size: 15px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0px 60px;
  text-align: center;
}
.uk-panel-choice-carrousel>.views-row>.views-field-field-leseprobe {
  margin-right: auto;
  margin-left: auto;
  font-size: 10pt;
  padding: 20px;
}
.uk-panel-choice-carrousel>.views-row>.views-field-view-node {
  display: flex;
  justify-content: center;
}

.uk-panel-choice-carrousel>.views-row>.views-field-field-portada-libro {
  display: flex;
  justify-content: center;
  padding: 0px;
}

.uk-panel-choice-carrousel>.views-row>.views-field-nothing>.report {
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0px;
}

.report {
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0px;
  text-align: center;
}

.uk-panel-choice-carrousel>.views-row>.views-field-nothing {
  display: flex;
  justify-content: center;
  text-decoration: underline;
}

.uk-panel-choice-carrousel>nav {
  width: 100%;
  margin-top: 20px;
}

.uk-panel-choice-carrousel>nav>ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-size: 30px;
  padding: 0px;
  margin: -400px -30px 0 -30px;
}

.uk-panel-choice-carrousel>nav>ul>li {
  font-size: 0px;
}

.uk-panel-choice-carrousel>nav>ul>li>a {
  font-size: 60px;
}

*/

.words-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  color: white;
  padding: 15px 20px;
  font-size: 20px;
}

.words-list>li>a {
  font-weight: bold;
}
.words-list>li>a:hover {
  background-color: #d52b1e;
  color: white;
}
/* CARRUSEL NEW SPANSISH TITLES */
 
.new-books .slides {
  text-align: center;
}

.new-books .slides img {
  height: 100%;
  display: inline;
  width: auto;
}

.new-books .flex-control-nav {
  display: none;
}

.new-books .slides li {
  width: 366.667px !important;
}

.new-books .views-field-field-titulo-traducido {
  font-weight: normal;
  font-size: 17px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px;
}

.new-books .views-field-field-autor {
  font-size: 15px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0px 60px;
  text-align: center;
  margin-bottom: 10px;
}

/* NEW SPANISH TITLE CARRUSEL */


.uk-new-spanish-title-carrousel {
  display: flex;
  flex-wrap: wrap;
}

.uk-panel-new-spanish-title {
  display: flex;
  flex-direction: column;
  border-bottom: 0px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.uk-panel-new-spanish-title>.views-field-field-titulo-traducido {
  font-weight: normal;
  font-size: 17px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0px 60px;

}

.uk-panel-new-spanish-title>.views-field-field-autor {
  font-size: 15px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0px 60px;
}

.uk-panel-new-spanish-title>.views-field-view-node {
  display: flex;
  justify-content: center;
}

.uk-panel-new-spanish-title>.views-field-field-portada-libro {
  display: flex;
  justify-content: center;
  padding: 0px;
}

.uk-panel-new-spanish-title>.views-field-link-to-revision {
  display: flex;
  justify-content: center;
}

.uk-panel-new-spanish-title>div>div {
  display: flex;
  justify-content: center;
  text-align: center;
}

.uk-new-spanish-title-carrousel>nav {
  width: 100%;
  margin-top: 20px;
}

.uk-new-spanish-title-carrousel>nav>ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-size: 30px;
  padding: 0px;
  margin: -320px -30px 0 -30px;
}

.uk-new-spanish-title-carrousel>nav>ul>li {
  font-size: 0px;
}

.uk-new-spanish-title-carrousel>nav>ul>li>a {
  font-size: 60px;
}

/* PANEL's CHOICE & NEW SPANISH TITTLE */

.panel-choice-portada,
.new-spanish-titles {
  width: 100%;
  padding: 40px 0px;
  border-bottom: 1px solid #d52b1e;
  min-height: 350px;
}


.panel-choice-portada>.views-field-field-portada-libro,
.new-spanish-titles>.views-field-field-portada-libro {
  float: left;
  padding: 0px 40px 120px 40px;

}

.panel-choice-portada>.views-field-title,
.new-spanish-titles>.views-field-title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.panel-choice-portada>.views-field-field-titulo-traducido,
.panel-choice-portada>.views-field-field-read-report,
.new-spanish-titles>.views-field-field-titulo-traducido {
  font-weight: bold;
  margin-bottom: 15px;
}

.panel-choice-portada>.views-field-field-titulo-traducido,
.panel-choice-portada>.views-field-field-lista-editorial,
.panel-choice-portada>.views-field-field-agente,
.panel-choice-portada>.views-field-field-autor,
.panel-choice-portada>.views-field-field-read-report,
.new-spanish-titles>.views-field-field-titulo-traducido,
.new-spanish-titles>.views-field-field-lista-editorial,
.new-spanish-titles>.views-field-field-agente,
.new-spanish-titles>.views-field-field-autor {
  display: flex;
  gap: 5px;
  font-weight: 800;
}

.panel-choice-portada>.views-field-field-sinopsis,
.new-spanish-titles>.views-field-field-sinopsis {
  margin-top: 15px;
  font-weight: bold;
}

.new-spanish-titles>.views-field-link-to-revision>.readMoreButton,
.panel-choice-portada>.views-field-view-node>.readMoreButton {
  margin: 0;
}

.new-spanish-titles>.views-field-link-to-revision {
  padding-top: 10px;
}
.pager {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pager>ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 0;
  gap: 10px;
}


.pager>ul>.pager__item {
  list-style: none;
  font-weight: bold;
}

.pager>ul>.is-active {
  background-color: #d52b1e;
}

.pager>ul>.is-active>a {
  color: white;
  padding: 0px 5px;
}

.pager__item--ellipsis {
  display: none;
}


#edit-field-ano-value,
#edit-title {
  display: flex;
  gap: 20px;
}

.fieldset-wrapper>div {
  display: flex;
  gap: 20px;

}

/* LIBRO */

.libro {
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  font-weight: bold;
  min-height: 500px;
}

.tituloLibros {
  font-size: 27px;
  color: #d52b1e;
  padding-bottom: 30px;
}

.libro>.views-row>.views-field-field-portada-libro {
  float: left;
  padding: 0px 50px 120% 0px;

}

.libro>.views-row>.views-field,
.libro>.views-row>div {
  display: flex;
  gap: 3px;
  font-size: 18px;
}

.libro>.views-row>.views-field>.field-content>a {
  color: #333;
}

.libro>.views-row>.libroSinopsis {
  display: block;
  padding: 50px;
}

.libro>.views-row>.libroSinopsis>.tittleRed {
  font-size: 20px;
}
/* .libro>.views-row>div>.views-label-field-lista-editorial {
  width:150px;
} */
.libro>.views-row>.views-field-field-correo-electronico>span {
  width: 80px;
}

.libro>.views-row>.libroSinopsis>.field-content {
  padding-top: 50px;
  font-weight: normal;
}

.libro>.views-row>.views-field-nothing>.tittleRed {
  padding: 30px 0px;
  font-size: 20px;
}

.libro>.views-row>.views-field-nothing-2 {
  padding: 30px 0px;
  width: auto;
}

/* REPORT */
.paginaReport {
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  font-weight: bold;
  min-height: 500px;
}

.tituloReport {
  font-size: 27px;
  color: #d52b1e;
  padding-bottom: 30px;
}

.paginaReport>.views-row>.views-field-title,
.paginaReport>.views-row>div {
  display: flex;
  gap: 5px;
  font-size: 20px;
}

.paginaReport>.views-row>.views-field-body {
  text-align: left;
  font-weight: normal;
  margin-top: 30px;
}

.paginaReport>.views-row>.views-field>.field-content>a {
  color: #333;
}

.paginaReport>.views-row>.views-field-nothing {
  padding: 30px 0px;
  width: auto;
}

/* AUTOR */

.autor {
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  min-height: 250px;

}

.autor>.views-row {
  font-weight: bold;
}

.autor>.views-row>.views-field-field-foto-autor {
  float: left;
  padding: 0px 50px 100% 0px;

}

.autor>.views-row>.views-field-title {
  padding-bottom: 15px;
}

.autor>.views-row>.views-field-title>.tituloAutores {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #d52b1e;     
}

div.tituloAutores {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #d52b1e;
}

.autor>.views-row>.views-field-nothing {
  display: flex;

}

/* EXPERTOS */
.expertos {
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  min-height: 320px;
}

.expertos>.views-row {
  font-weight: bold;
}

.expertos>.views-row>.views-field-field-foto-experto {
  float: left;
  padding: 0px 50px 100% 0px;
}

.expertos>.views-row>.views-field-title>.tituloExpertos {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #d52b1e;
}

.expertos>.views-row>.views-field-title {
  padding-bottom: 15px;
}

.expertos>.views-row>.views-field-nothing>.field-content {
  display: flex;
}
.expertos>.views-row>.views-field {
  display: flex;
  gap: 5px;
}
.expertos>.views-row>.views-field-field-correo-electronico {
  padding-top: 20px;
}

/* EDITORIAL */
.editorial {
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  min-height: 250px;
  margin-bottom: -33px;
}

/*ARTICULO Y ENTREVISTAS (PAGINA) */
.article-page{
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  min-height: 250px;
}

.interview-page{
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  min-height: 250px;
}

.tituloArticle {
  font-size: 27px;
  color: #d52b1e;
  padding-bottom: 30px;
}

.fecha {
  color:#828282;
}

.interview-page .views-field-title{
  font-size: 20px;
  color: #d52b1e;
  font-weight: bold;
  margin-bottom: 25px;
}

.interview-page .views-field-field-imagen {
  float: left;
  padding: 0px 50px 0px 0px;
}

.article-page .views-field-title{
  font-size: 20px;
  color: #d52b1e;
  font-weight: bold;
  margin-bottom: 25px;
}

.article-page .views-field-field-imagen {
  float: left;
  padding: 0px 50px 0px 0px;
}

/* ARTICULO Y ENTREVISTA (PAGINA GENERAL) */

.interview {
  margin-top: 20px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 10px; 
}
.interview .views-field-title{
  font-size: 20px;
  color: #d52b1e;
  font-weight: bold;
}

.interview {
  margin-top: 20px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 10px; 
}

.interview .views-field-title{
  font-size: 20px;
  color: #d52b1e;
  font-weight: bold;
  margin-bottom: 25px;
}
.interview .views-field-field-imagen {
  float: left;
  padding: 0px 50px 0px 0px;
}

.article {
  margin-top: 20px;
  margin-left: 180px;
  margin-right: 180px;
  margin-bottom: 10px; 
}

.article .views-field-title{
  font-size: 20px;
  color: #d52b1e;
  font-weight: bold;
  margin-bottom: 25px;
}
.article .views-field-field-imagen {
  float: left;
  padding: 0px 50px 0px 0px;
}

/* AGENCIA */
.agencia  {
  background-color: rgba(195, 193, 194, 0.5);
  padding: 50px 100px;
  min-height: 250px;
}

/* AUTOR-LIBRO */
.autor-libro {
  display: flex;
  text-align: center;
  flex-wrap: wrap;

}

.autor-libro>.views-row {
  padding-bottom: 80px;
}
.block-views-blocklibros-de-agencia-jp-block-1>h2,
.block-views-blocklibros-de-agencia-de-block-1>h2,
.block-views-blocklibros-de-autor-jp-block-1>h2,
.block-views-blocklibros-de-autor-de-block-1>h2,
.block-views-blocklibros-de-editorial-jp-block-1>h2,
.block-views-blocklibros-de-editorial-de-block-1>h2,
.block-views-blocklibros-de-autor-br-block-1>h2,
.block-views-blocklibros-de-editorial-fr-block-1>h2,
.block-views-blocklibros-de-editorial-us-block-1>h2,
.block-views-blocklibros-de-autor-block-1>h2,
.block-views-blocklibros-de-edit-fr-block-1>h2,
.block-views-blocklibros-de-autor-fr-block-1>h2,
.block-views-blocklibros-de-autor-us-block-1>h2 {
  color: #d52b1e;
  font-size: 22px;
  padding: 20px 0px;
  padding-left: 70px;
}

.autor-libro>.views-row,
.views-field-field-title {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.autor-libro>.views-row,
.views-field-title>.autor-libro-titulo>a {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.block-views-blocklibros-de-agencia-de-block-1,
.block-views-blocklibros-de-agencia-jp-block-1,
.block-views-blocklibros-de-autor-jp-block-1,
.block-views-blocklibros-de-autor-de-block-1,
.block-views-blocklibros-de-editorial-jp-block-1,
.block-views-blocklibros-de-editorial-de-block-1,
.block-views-blocklibros-de-editorial-br-block-1,
.block-views-blocklibros-de-autor-br-block-1,
.block-views-blocklibros-de-edit-block-1,
.block-views-blocklibros-de-autor-block-1,
.block-views-blocklibros-de-autor-fr-block-1,
.block-views-blocklibros-de-edit-fr-block-1,
.block-views-blocklibros-de-autor-us-block-1,
.block-views-blocklibros-de-editorial-fr-block-1,
.block-views-blocklibros-de-editorial-us-block-1 {
  background-color: rgba(195, 193, 194, 0.5);
  margin-top: -10px;
  padding: 20px;
}

.autor-libro>.views-row>.views-field-field-titulo-traducido {
  display: flex;
  justify-content: center;
  text-align: center;

}

.autor-libro>.views-row>.views-field-field-titulo-traducido>.autor-libro-titulo>a {
  display: flex;
  text-align: center;

}

.autor-img-libro {
  display: flex;
  justify-content: center;
}

.autor-libro-titulo {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #000;
}

.autor-libro-titulo-traducido {
  justify-content: center;
  text-align: center;
}

.autor-libro-titulo-traducido>div>a {
  color: #000;
}


/* EDITORIAL */


.tituloEditoriales,
.tituloAgencia {
  font-size: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d52b1e;
}

.block-views-blocklibros-de-edit-block-1 {
  padding: 30px;
}
.block-views-blocklibros-de-editorial-br-block-1>h2,
.block-views-blocklibros-de-edit-block-1>h2 {
  color: #d52b1e;
  font-size: 22px;
  padding: 20px;
  padding-left: 70px;
  ;

}

.autor-libro>.views-row,
.views-field-field-titulo-traducido>.autor-libro-titulo>a {
  color: #000;
  text-transform: uppercase;
}

/* AGENCIA */
.agencia {
  margin-bottom: -33px;

}

.tituloAgencias {
  font-size: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d52b1e;
  padding: 30px;
}

.block-views-blocklibros-de-agencia-u-block-1,
.block-views-blocklibros-de-agencia-fr-block-1,
.block-views-blocklibros-de-agen-block-1,
.block-views-blocklibros-de-agencia-br-block-1 {
  background-color: rgba(195, 193, 194, 0.5);
  margin-top: -10px;
  padding: 30px;
}
.block-views-blocklibros-de-agencia-fr-block-1{
  background-color: rgba(195, 193, 194, 0.5);
  margin-top: 33px;
  padding: 30px;
}
.block-views-blocklibros-de-agencia-br-block-1>h2,
.block-views-blocklibros-de-agencia-u-block-1>h2,
.block-views-blocklibros-de-agencia-fr-block-1>h2,
.block-views-blocklibros-de-agen-block-1>h2 {
  color: #d52b1e;
  font-size: 22px;
  padding: 20px;
  padding-left: 70px;
}

/* PREVIOUS ARTICLES Y INTERVIEWS PAGE */
.previous>.views-row {
  width: 100%;
  padding: 25px 10px;
  border-bottom: 1px solid #cacaca;
  height: auto;
  overflow: hidden;
}

/* SEARCH PAGE */
.search-page>.views-row {
  width: 100%;
  padding: 40px 0px;
  border-bottom: 1px solid #d52b1e;
  height: 140px;
  overflow: hidden;
}

.search-page>form>div>input {
  border-color: #000;
  border-radius: 25px;
}

.search-page>form {
  display: flex;
  gap: 15px;
}

.search-page>form>.form-wrapper>input {
  background: #d52b1e;
}


/* FOOTER-1 */
.footer>.container>.row>div>div>div {
  margin-bottom: -5px;
}



.footer {
  display: flex;
}

.footer-1 {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.footer-europa {
  font-size: 13px;
  margin: 0;
  font-family: 'Helvetica Neue';
}

.footer-europa2 {
  font-size: 15px;
  margin: 0;
  font-family: "Helvetica Neue";
  display: flex;
  justify-content: flex-end;

}

.copyright-propio {
  color: white;
  margin-top: 20px;
  background-color: #333f48;

}

/*ESTILO DE MENU DE USUARIO CONVOCATORIA*/
.menu li.menu-item {
 list-style-type: disclosure-closed;
font-size: 20px;
}

.js-form-required form-required {
    padding-right: 15px;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    text-align: center;
}

/*FORMULARIO */
#block-webform {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #232429;
  border: 1px solid #dedfe4;
  border-radius: 10px;
  background-color: rgb(241, 233, 233);
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  padding: 32px;
}

#block-webform input[type="text"] {
  background-color: white;
}

#block-webform textarea {
  background-color: white;
}
#edit-autor {
max-width: 490px;
}

/*TABLA DE LISTA DE LIBROS*/


.table.cols-7.responsive-enabled.sticky-enabled.sticky-table {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #232429;
  border: 1px solid #dedfe4;
  border-radius: 10px;
  background-color: rgb(241, 233, 233);
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  padding: 32px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Propiedad no estándar para Firefox */
    -webkit-appearance: textfield; /* Prefijo de proveedor para Safari y Chrome */
    appearance: textfield; /* Propiedad estándar */
}


table.cols-5 {
  border-bottom: 1px solid #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #232429;
  border: 1px solid #dedfe4;
  border-radius: 10px;
  background-color: rgb(241, 233, 233);
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}

.tablaInformacion {
  width: 40%;
  border: 2px solid;
}

/* RESPONSIVE */
@media (max-width: 1002px) {
  .footerAlto-about>a>span {
    padding: 6px 0px;
  }
}

@media (max-width: 960px) {
  .experto .flexslider .slides li {
    height: 447px;
    width: 242px !important;
  }

  .title-line-information,
  .title-line-titles,
  .title-line-article,
  .title-line-panel,
  .title-line-interview,
  .title-line-about,
  .title-line-contact {
     margin-bottom: 20px;
  }
  .expertos {
    padding: 40px 60px;
  }
  .box p select  {
    margin-top: 30px;
  }

  .margen {
    margin: 0;
  }

  .views-label-field-read-report {
    font-size: 15pr;
  }

  .article {
    margin: 0px 40px;
  }

  .article .views-field-title {
    margin-bottom: 0px;
    text-align: center;
  }

  #block-featurearticle .der {
      text-align: center !important;
  }

  .interview {
    margin: 0px 40px;
  }

  .interview .views-field-title {
    margin-bottom: 0px;
    text-align: center;
  }

  #block-interview .der {
      text-align: center !important;
  }

  .interview-page {
    padding: 40px 60px;
  }

  .interview-page .views-field-title {
    margin-bottom: 0px;
    text-align: center;
  }

  .article-page {
    padding: 40px 60px;
  }

  .article-page .views-field-title {
    margin-bottom: 0px;
    text-align: center;
  }

  .title-catalogo {
    font-size: 15pt !important;
  } 
  
  .libro {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 50px;
  }

  .libro>.views-row {
    overflow: hidden;
  }

  .libro>.views-row>.views-field-field-portada-libro {
    padding: 0px;
    width: 100%;
    float: none;
  }

  .paginaReport .views-field-field-autor .tittleRed {
    font-size: 20px;
  }
 
  .paginaReport .views-field-field-experto- .tittleRed {
    font-size: 20px;
  }


  .libro>.views-row>.views-field,
  .libro>.views-row>div {
    flex-direction: column;
    gap: 0px;
  }

  .libro>.views-row>.libroSinopsis {
    padding: 50px 0px;
  }

  .libro>.views-row>.views-field-field-correo-electronico>span {
    width: auto;
  }

  .panel-choice-portada>.views-field-field-portada-libro,
  .new-spanish-titles>.views-field-field-portada-libro {
    padding-bottom: 104px;
  }
}

@media (max-width: 777px) {

  .panel-choice-portada>.views-field-field-portada-libro,
  .new-spanish-titles>.views-field-field-portada-libro {
    padding-bottom: 107px;
  }

  .panel-choice-portada,
  .new-spanish-titles {
    height: 400px;

  }

}

@media (max-width: 766px) {

  .experto .flexslider .slides li {
    height: 270px;
    width: 145px !important;
  }

  .experto .views-field-body {
    display: none;
  }
  .experto .flexslider .views-field-field-foto-experto {
    width: auto;
    padding: 10px;
  }

  .experto .flex-viewport {
    width: auto;
  }
  .experto .slides {
    width: auto !important;
    transform: none !important;
  }

  .experto .slides li {
    margin-top: 10px !important;
  }

  .flexslider .flex-control-nav {
    display: none;
  }

  .experto .flexslider .views-field-field-nombre {
    font-size: 13px;
    padding: 10px;
  }

  .experto .views-field-view-node {
    margin-top: 17px;
  }

  .experto-FR .slides>li:nth-child(n+3) {
    margin-left: 15px;
  }

  .panel-choice .slides li {
    width: 112.67px !important;
  }
  .panel-choice .views-field-field-titulo-traducido{
    font-size: 10px;
  }
  .panel-choice .views-field-field-autor{
    font-size: 8px;
    padding: 0px;
  }
  .panel-choice .report{
    font-size: 9px;
    margin: 0px;
  }
  .panel-choice .readMoreButton {
    margin: 0px;
    font-size: 9px;
  }

  .new-books .slides li {
    width: 112.67px !important;
  }
  .new-books .views-field-field-titulo-traducido{
    font-size: 10px;
  }
  .new-books .views-field-field-autor{
    font-size: 8px;
    padding: 0px;
  }
  .new-books .readMoreButton {
    margin: 0px;
    font-size: 9px;
  }
  .panel-choice .views-field-field-leseprobe{
    padding: 0px;
  }
  .navbar-header>button {
    padding-top: 20px;
    font-size: 30px;
    justify-content: flex-end;
  }

  .navbar-toggle {
    float: none;
    width: 100%;
    display: flex;
  }

  .twitter {
    display: none;
  }

  #main-menu {
    height: 100%;
    flex-direction: column;
    text-align: center;
    margin-top: 35px;
  }

  .menu-base-theme>li>a {
    font-size: 1em;
  }

  .main-menu>.region-primary-menu {
    background-color: #000;

  }

  .menu-base-theme li .active a {
    padding: 35px 20px;
    font-size: 2.5em;
  }

  .logoMenu {
    height: 35px;
  }

  .experto>.views-row {
    margin-top: 30px !important;
    display: block;
    flex-direction: column;
    border-bottom: 0px;
    flex: auto;
    max-width: 310px;

  }


  .uk-panel-choice-carrousel {
    justify-content: center;
    flex-direction: column;
  }

  .uk-panel-choice-carrousel>.views-row {
    flex: auto;
    max-width: none;
    margin-top: 30px;
  }
  .years-list,
  .words-list {
    gap: 15px;
    overflow: scroll;
    justify-content: initial;
  }
  
  .uk-new-spanish-title-carrousel {
    justify-content: center;
    flex-direction: column;
  }
  
  .uk-new-spanish-title-carrousel>.views-row {
    flex: auto;
    max-width: none;
    margin-top: 30px;
  }
  
  .panel-choice-portada>.views-field>.readMoreButton,
  .new-spanish-titles>.views-field>.readMoreButton {
    display: none;
  }

  .footerAlto {
    flex-direction: column;
  }
  
  .footerAlto>div {
    display: flex;
    flex-direction: column;
    max-width: none;
    flex: auto;
    align-items: center;
    margin-top: 30px;
  }
  
  .container-title,
  .container-title2,
  .container-title3,
  .logoMenu>.busqueda>select {
    display: none;
  }
  
  .autor {
    padding: 50px;
  }
  
  .autor>.views-row>.views-field-field-foto-autor {
    padding: 0px;
    float: none;
    display: flex;
    justify-content: center;
  }
  
  .expertos>.views-row>.views-field-field-foto-experto{
    padding: 0px;
    float: none;
    display: flex;
    justify-content: center;
  }
  .block-views-blocklibros-de-edit-block-1,
  .block-views-blocklibros-de-autor-block-1 {
    padding: 50px;
  }
  
  .autor-libro {
    display: flex;
    flex-direction: column;

  }

  .autor-libro>.views-row {
    flex: auto;
    max-width: none;
  }

  .block-views-blocklibros-de-autor-block-1>h2 {
    text-align: center;
    padding-left: 0px;
  }
}

@media (max-width: 501px) {

  .tittleGray,
  .tittleRed {
    font-size: 30pt;

  }

  .paneles>.menu {
    padding: 0px
  }

  .texto-home {
    padding: 0px 30px;
    margin: 10px 0px;
  }

  .paneles>.menu>li {
    padding: 5px
  }

  .paneles>.menu>li+li::before {
    content: none;
  }

  .paneles>.menu>li+li {
    border-left: 1px solid #d52b1e;

  }

  .panel-choice-portada,
  .new-spanish-titles {
    min-height: 300px;
    height: auto;
  }

  .panel-choice-portada>.views-field-field-lista-editorial,
  .panel-choice-portada>.views-field-field-agente,
  .panel-choice-portada>.views-field-field-autor {
    display: flex;
    flex-direction: column;
  }


  .panel-choice-portada>.views-field-field-portada-libro,
  .new-spanish-titles>.views-field-field-portada-libro {
    padding-bottom: 70px;
  }

  .panel-choice-portada>.views-field-field-sinopsis,
  .new-spanish-titles>.views-field-field-sinopsis,
  .panel-choice-portada>.views-field>.readMoreButton,
  .new-spanish-titles>.views-field>.readMoreButton {
    display: none;
  }

  .block-views-blocklibros-de-edit-block-1,
  .block-views-blocklibros-de-autor-block-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .autor-libro {
    justify-content: center;
  }
  
}


#export-buttons {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-top: -2rem;
}

img.image-style-imagen-panel-choice-carrousel {
        width: 15rem;
    height: 25rem;
    object-fit: contain;
}

.panel-choice .slides img {
    height: 10rem;
    object-fit: contain;
}

.new-books .slides img {
    height: 10rem;
    object-fit: contain;
}

img.image-style-book {
        height: 13rem;
    width: 10rem;
    object-fit: contain;
}

.new-books .slides img {
    height: 10rem;
    object-fit: contain;
}

.interview img {
    object-fit: contain;
    height: 20rem;
}

.field.field--name-field-numero-de-palabras.field--type-integer.field--label-above {
    display: none;
}

/* .flexslider .slides {
  display: flex;
}

.flexslider .slides > li {
  display: block;
} */
