/**
 * @file
 * Gray Orange color styling for Startup Growth Lite.
 *
 * Base color: #de4d00
 * Dark color: #c14300
 * Light color: #ff6a1b
 * Very light color: #ffd6c1
 * RGB Base color: 222, 77, 0
 * RGB Dark color: 193, 67, 0
 * RGB Light color: 255, 106, 27
 * RGB Very Light color: 255, 214, 193
 */

/* FUENTES */
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:300|Raleway:600,400,400i,200,200i');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:200,200i,400,400i');
@import url("https://fonts.googleapis.com/css?family=Dorsa|Economica");
@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans");
/* FIN FUENTES */

/* ELEMENTOS BASE */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;*/
  font-family: 'Open Sans Light', sans-serif !important;
  word-break: break-word;
}

h1 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 51px;
  line-height: 1.015625em;
}

h2 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 30px;
}

h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
}

h4 {
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
}

p {
  font-family: 'Open Sans Light', sans-serif !important;
  font-size: 14px;
  font-weight: lighter;
}

a {
  color: #059f94;
  /*font-family: 'Open Sans Light', sans-serif !important;*/
}

body.path-grados a {
  color: rgba(253, 202, 27, 1);
}

body.path-cooperacion a {
  /*color: rgba(189, 19, 83, 1);*/
  color: #000;
}

body.path-la-us-lista a,
body.path-actualidad-de-la-us-lista a,
body.path-estudiantes a {
  color: rgba(190, 15, 46, 1);
}

a:hover,
a:focus {
  color: #0acec0;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  /* color: #0acec0;*/
}

body.path-la-us h1 a:hover,
body.path-la-us h2 a:hover,
body.path-la-us h3 a:hover,
body.path-la-us h4 a:hover,
body.path-la-us h5 a:hover,
body.path-la-us h6 a:hover,
body.path-la-us-lista h1 a:hover,
body.path-la-us-lista h2 a:hover,
body.path-la-us-lista h3 a:hover,
body.path-la-us-lista h4 a:hover,
body.path-la-us-lista h5 a:hover,
body.path-la-us-lista h6 a:hover {
  color: rgba(190, 15, 46, 1) !important;
}

body.path-actualidad-de-la-us h1 a:hover,
body.path-actualidad-de-la-us h2 a:hover,
body.path-actualidad-de-la-us h3 a:hover,
body.path-actualidad-de-la-us h4 a:hover,
body.path-actualidad-de-la-us h5 a:hover,
body.path-actualidad-de-la-us h6 a:hover {
  color: rgba(190, 15, 46, 1) !important;
}

blockquote:after {
  color: #0acec0;
}

/* base: layout */
.colored-region {
  background-color: #de4d00;
}

.colored-region.dark {
  background-color: #c14300;
}

.light-colored-region {
  background-color: #ffd6c1;
}

.colored-region+.content-top-highlighted:before {
  border-top-color: #de4d00;
}

.colored-region.dark+.content-top-highlighted:before {
  border-top-color: #c14300;
}

.light-colored-region+.content-top-highlighted:before {
  border-top-color: #ffd6c1;
}

.colored-region.content-top-highlighted:after {
  border-top-color: #de4d00;
}

.colored-region.dark.content-top-highlighted:after {
  border-top-color: #c14300;
}

.light-colored-region.content-top-highlighted:after {
  border-top-color: #ffd6c1;
}

.colored-region+.highlighted:before {
  border-top-color: #de4d00;
}

.colored-region.dark+.highlighted:before {
  border-top-color: #c14300;
}

.light-colored-region+.highlighted:before {
  border-top-color: #ffd6c1;
}

.colored-region.highlighted:after {
  border-top-color: #de4d00;
}

.colored-region.dark.highlighted:after {
  border-top-color: #c14300;
}

.light-colored-region.highlighted:after {
  border-top-color: #ffd6c1;
}

.colored-region.black a {
  color: #059f94;
  text-decoration: none;
}

.colored-region.black a:hover {
  color: #0acec0;
}

/* components: breadcrumb */
.breadcrumb a:hover {
  color: #0acec0;
}

/* components: buttons */
a.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #be0f2e;
}

body.path-grados a.button {
  background-color: rgba(253, 202, 27, 1);
  color: white;
}

a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #790624;
}

.colored-region:not(.black) a.button,
.colored-region:not(.black) input[type="submit"],
.colored-region:not(.black) input[type="reset"],
.colored-region:not(.black) input[type="button"] {
  background-color: #be0f2e;
  border-color: #be0f2e;
}

.colored-region:not(.black) a.button:hover,
.colored-region:not(.black) input[type="submit"]:hover,
.colored-region:not(.black) input[type="reset"]:hover,
.colored-region:not(.black) input[type="button"]:hover {
  background-color: #790624;
}

/* components: comments */
.comment ul.links li a {
  color: #059f94;
}

.comment ul.links li a:hover {
  color: #0acec0;
}

/* components: icons-list */
ul.icons-list li a {
  border-color: #059f94;
}

ul.icons-list li a:hover {
  background-color: #0acec0;
  border-color: #0acec0;
}

.colored-region ul.icons-list li a {
  border-color: #0acec0;
}

.colored-region.black ul.icons-list li a {
  color: #0acec0;
}

.colored-region ul.icons-list li a:hover {
  background-color: #0acec0;
  border-color: #0acec0;
}

/* components: image-overlay */
.overlay {
  background: rgba(255, 106, 27, 0.75);
  background: -moz-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 106, 27, 0.75)), color-stop(100%, rgba(222, 77, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* W3C */
}

/* components: field-mt-video */
.video-item>a:before {
  background: rgba(255, 106, 27, 0.75);
  background: -moz-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 106, 27, 0.75)), color-stop(100%, rgba(222, 77, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 27, 0.75) 0%, rgba(222, 77, 0, 0.75) 100%);
  /* W3C */
}

/* components: menu */
ul.menu li.menu-item>a:before {
  color: #059f94;
}

ul.menu li>a:hover:before {
  color: #059f94;
}

ul.menu li.menu-item--expanded>a:hover:before {
  color: #059f94;
}

.header-container ul.menu li a:hover,
.header-container nav>ul.menu>li.menu-item--active-trail>a:hover {
  color: #059f94;
}

.header-container ul.menu li li a:hover {
  color: #ffffff;
}

.subfooter-area ul.menu li a:hover {
  color: #0acec0;
}

.colored-region:not(.black) ul.menu li a:hover {
  background-color: #0acec0;
}

#footer nav[id^="block-menuextra"] a:hover {
  background-color: transparent !important;
  opacity: 0.8;
}

.colored-region.black ul.menu li a:hover {
  color: #0acec0;
}

.colored-region.black ul.menu li.menu-item--active-trail>a:before {
  color: #059f94;
}

.header-container .sf-menu>li>a:hover,
.header-container .sf-menu>li.sfHover>a {
  color: #059f94;
}

/* components: more-links */
.view-promoted-items--style-2 .more-link a {
  background-color: #059f94;
}

.view-promoted-items--style-2 .more-link a:hover {
  background-color: #0acec0;
}

.view-promoted-items--style-2 .views-row .more-link a {
  color: #059f94;
}

.view-promoted-items--style-2 .views-row .more-link a:hover {
  color: #0acec0;
  background-color: transparent;
}

.colored-region .view-promoted-items--style-2 .more-link a {
  background-color: #0acec0;
}

/* components: node-links */
ul.links li a {
  background-color: #059f94;
}

ul.links li a:hover {
  background-color: #0acec0;
}

.colored-region:not(.black) ul.links li a {
  background-color: #ff6a1b;
  border-color: #ff6a1b;
}

.colored-region:not(.black) ul.links li a:hover {
  background-color: rgba(255, 106, 27, 0.7);
}

/* components: node */
.post-progressbar {
  background-color: #059f94;
}

.node--type-mt-testimonial .field--name-body p:first-child:after {
  color: #ff6a1b;
}

@media (min-width: 768px) {
  .node--submitted-info i {
    color: #059f94;
  }

  .comment-counter {
    color: #059f94;
  }
}

/* components: pager */
li.pager__item>a:hover {
  border-bottom-color: #0acec0;
  color: #0acec0;
}

li.pager__item.is-active a,
li.pager__item.is-active:last-child a {
  border-color: #059f94;
  color: #059f94;
}

/* components: parallax-and-video-bg */
.parallax-active .colored-region .highlighted-bottom-transparent-bg,
.video-bg-active .colored-region .highlighted-bottom-transparent-bg {
  background-color: rgba(222, 77, 0, 0.8);
}

.parallax-active .colored-region.dark .highlighted-bottom-transparent-bg,
.video-bg-active .colored-region.dark .highlighted-bottom-transparent-bg {
  background-color: rgba(193, 67, 0, 0.8);
}

/* components: slider-revolution-global */
.caption-link a {
  background: #ff6a1b;
}

/* components: tabs */
.colored-region .nav-tabs>li.active>a,
.colored-region .nav-tabs>li>a:hover {
  border-color: #c2c2c2 #c2c2c2 #059f94 #c2c2c2;
}

.colored-region.dark .nav-tabs>li.active>a,
.colored-region.dark .nav-tabs>li>a:hover {
  border-bottom-color: #c14300;
}

/* components: view-highlighted-testimonials */
.colored-region.black .view-testimonials--highlighted .views-field-body p:first-child:after {
  color: #ff6a1b;
}

/* components: view-popular-taxonomy */
.colored-region:not(.black) .view-mt-popular-tags .views-row a {
  background-color: #ff6a1b;
}

/* components: view-pricing-tables */
.view-pricing-tables .pricing-table {
  border: 1px solid #de4d00;
}

.view-pricing-tables .pricing-table-header {
  background-color: #de4d00;
}

.view-pricing-tables .views-field-field-mt-price {
  background-color: #de4d00;
}

/* components: view-promoted-items */
.view-promoted-items .info a.comments:after {
  color: #ff6a1b;
}

/* components: view-testimonials */
.view-testimonials .views-field-body p:first-child:after {
  color: #ff6a1b;
}

/* components: views */
.views-field-title a {
  color: #059f94;
}

.views-field-title a:hover {
  color: #0acec0;
}

.white-region.content-top .views-field-title a:hover,
.light-gray-region.content-top .views-field-title a:hover {
  color: #0acec0;
}

/** 
 * CSS SOLTEL ----------------------------------------
 */
.btn-us {
  border-radius: 30px;
  background-color: #be0f2e;
  transition: background-color 0.1s linear;
  text-transform: uppercase;
  padding: 10px 20px;
}

.btn-us a {
  color: white;
}

.btn-us:hover {
  background-color: #5A091B;
  transition: background-color 0.1s linear;
}

.btn-us a:hover {
  text-decoration: none
}

.logo-and-site-name-wrapper div.logo a img {
  width: 200px;
  height: auto;
}

.vista-cabecera-bg-img {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../../../../sites/default/files/inline-images/institucion-destacado-us.jpg");
  background-size: cover;
  height: 500px;
  filter: grayscale(1%) brightness(25%) sepia(100%) hue-rotate(-59deg) saturate(800%) contrast(0.95);
}

.vista-cabecera-text {
  position: relative !important;
  top: -400px !important;
  color: white;

}

.vista-cabecera-text h1 a {
  color: white;
}

#content-top .container {
  width: 100%;
  padding: 0px !important;
}

#block-useraccountmenu {
  max-width: 450px !important;
  margin-right: 0px !important;
  float: left;

}

#block-useraccountmenu .menu-item {
  float: left !important;

}

#header-top {
  height: 50px !important;
  background: #be0f2e !important;
}

#header-top .container {
  margin: 0px !important;
  width: 100%;
}

.header-top-area {
  height: 50px !important;
}

.header-top-area .menu {
  padding: 12px 0 5px 0 !important;

}

.header-top-area .menu a {

  color: #FFF !important;
}

#block-topmenu {
  height: 40px !important;
  padding-right: 80px !important;
}

#block-useraccountmenu {
  padding-bottom: 0px !important;
  height: 50px;
}

.contacts.social .title {
  display: none !important;
}

.contacts.social h3 {
  margin: 0;
}

div.dark a {
  color: #999 !important;
  text-align: right !important;
  font-size: 1.5em;
}

div.dark {

  text-align: right !important;
}

.js-settings-tray-edit-mode {
  text-align: right !important;
}

#header-inside .col-md-4 {
  width: 25% !important;
}

#header-inside .col-md-8 {
  width: 75% !important;
}

#header-inside {
  padding: 20px 0px 0px 0px !important;
}

.onscroll .header .logo img {
  /*content:url("../../../../sites/default/files/inline-images/logo-dark.png") !important;*/

}

.onscroll .header .logo-and-site-name-wrapper {
  width: auto !important;
  margin-top: 0px !important;
}

.onscroll .header #block-socialicons {
  display: none !important;
}

.onscroll .header #header-inside {
  padding: 0px 0px 5px 0px !important;
}

.onscroll .header #header {
  height: 50px !important;
}

.vista-cabecera-text h1 {
  font-size: 51px !important;
}

.vista-cabecera-text p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 30px;
  text-transform: none;
  margin: 35px 0px 25px;
}

/* AVANCE */
.view-id-lista_avances a {
  text-align: center !important;
  text-transform: capitalize !important;
}

.contenedor-avance {
  height: 300px !important;
  /*margin:20px !important;*/
}

.contenedor-avance img {
  height: auto !important;
  width: 100% !important;
  position: relative;
  top: -19px;
}

.texto-avance {
  position: relative !important;
  top: 0px !important;
  background: #FFF;
  z-index: 200;
  color: #000 !important;
  border-top: 8px solid;
  border-image: linear-gradient(to right, transparent 25%, yellow 25%, yellow 50%, yellow 50%, yellow 75%, transparent 75%) 5;
}

div.avance-tax-Actualidad div.texto-avance {
  border-image: linear-gradient(to right,
      transparent 25%,
      rgba(253, 202, 27, 1) 25%,
      rgba(253, 202, 27, 1) 50%,
      rgba(253, 202, 27, 1) 50%,
      rgba(253, 202, 27, 1) 75%,
      transparent 75%) 5;
}

div.avance-tax-Estudiantes div.texto-avance {
  border-image: linear-gradient(to right,
      transparent 25%,
      rgba(227, 172, 0, 1) 25%,
      rgba(227, 172, 0, 1) 50%,
      rgba(227, 172, 0, 1) 50%,
      rgba(227, 172, 0, 1) 75%,
      transparent 75%) 5;
}

div.avance-tax-Internacional div.texto-avance {
  border-image: linear-gradient(to right,
      transparent 25%,
      rgba(149, 190, 5, 1) 25%,
      rgba(149, 190, 5, 1) 50%,
      rgba(149, 190, 5, 1) 50%,
      rgba(149, 190, 5, 1) 75%,
      transparent 75%) 5;
}

div.avance-tax-Investigación div.texto-avance {
  border-image: linear-gradient(to right,
      transparent 25%,
      rgba(5, 159, 148, 1) 25%,
      rgba(5, 159, 148, 1) 50%,
      rgba(5, 159, 148, 1) 50%,
      rgba(5, 159, 148, 1) 75%,
      transparent 75%) 5;
}

div.avance-tax-Universidad div.texto-avance {
  border-image: linear-gradient(to right,
      transparent 25%,
      rgba(189, 19, 83, 1) 25%,
      rgba(189, 19, 83, 1) 50%,
      rgba(189, 19, 83, 1) 50%,
      rgba(189, 19, 83, 1) 75%,
      transparent 75%) 5;
}

div.avance-tax-Actualidad:hover>img {
  filter: grayscale(1%) brightness(80%) sepia(100%) hue-rotate(8deg) saturate(800%) contrast(0.95) !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

div.avance-tax-Estudiantes:hover>img {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(0deg) saturate(800%) contrast(0.95) !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

div.avance-tax-Internacional:hover>img {
  filter: grayscale(1%) brightness(60%) sepia(100%) hue-rotate(30deg) saturate(800%) contrast(0.95) !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

div.avance-tax-Investigación:hover>img {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(125deg) saturate(800%) contrast(0.95) !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

div.avance-tax-Universidad:hover>img {
  filter: grayscale(1%) brightness(25%) sepia(100%) hue-rotate(-59deg) saturate(800%) contrast(0.95) !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.texto-avance h3 {
  margin: 0px !important;
  padding: 15px 0px;
  position: absolute !important;
  top: 0px !important;
  background: #FFF;
  transition: 0.3s;
  padding: 25px 20px;
  width: 100% !important;
}

.contenedor-avance:hover h3 {
  margin: 0px !important;
  padding: 35px 20px;
}

.contenedor-avance .avance-body {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  position: relative;
  top: 55%;
  z-index: 90;
  padding: 0 20px;
  color: #fff;
  /*font-weight: bold;
    font-size: 14px;*/
  height: 74px;
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
  height: auto;
  text-align: center;
}

.contenedor-avance .avance-body:after {
  content: '...';
}

.contenedor-avance:hover .avance-body {
  opacity: 1;
}

.contenedor-avance .links {
  position: relative !important;
  bottom: 162px !important;
}

.contenedor-avance .links a,
.comunicaciones-anteriores a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 5px 5px 0;
  text-align: center;
  background-color: #be0f2e !important;
}

body.path-la-us-lista .comunicaciones-anteriores a {
  color: white;
}

.contenedor-avance .links a:hover,
.comunicaciones-anteriores a:hover {
  background: #790624 !important;
  text-decoration: none !important;
}

/* FIN AVANCE */

.light-colored-region {
  background-color: transparent !important;
}

#block-views-block-vista-cabecera-block-1 {
  height: -webkit-fill-available !important;
}

.path-frontpage #content-top-highlighted {
  position: relative;
  bottom: 65px;
  padding: 0px !important;
}

.block {
  padding: 0 0 0px 0 !important;
}

#main-content {
  bottom: 0px !important;
  position: relative !important;
  background-color: #ededed !important;
}

.contenido-comunicacion {
  max-width: 450px !important;
  margin: 0 auto;
  background-color: white;
  height: auto;
  margin-bottom: 60px;
  padding: 20px 20px 20px 20px;
}

.contenido-comunicacion>h3 {
  margin-top: 5px !important;
}

.tipo-comunicacion {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
  line-height: 2.6em !important;

}

#block-views-block-comunicaciones-oficiales-block-1 .title {
  margin-bottom: 50px !important;
}

.enlace-comunicacion a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1;
  border-bottom: 2px solid #be0f2e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*margin: 5px 5px 5px 0;*/
  text-align: center;
  background-color: transparent !important;
  color: #be0f2e;
  display: inline-block;
}

/*.enlace-comunicacion a::after{
content:url(/themes/startupgrowth_lite/images/icons/flecha_derecha.png);


}
*/
.imagen-flecha-der {
  width: 25px;

}

/*.enlace-comunicacion a:hover{
  border: 2px solid #232323;
}*/

.titulo-comunicacion {
  text-transform: none !important;
}

.path-frontpage .owl-item {
  /* background-color:#fff;
  margin:20px;
  max-width: 345px;*/
}

.owl-item .views-field-field-fecha,
.owl-item .views-field-title,
.owl-item .views-field-body {
  padding: 10px 20px;
}

.cad-body {
  padding: 20px;
  height: 205px;
  background-color: #fff;
}

.card-eventos {
  margin: 10px;
  border: 1px solid rgba(206, 206, 206, 0.7);
}

.cad-body p {
  font-style: italic;
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
}

.cad-body h5 {
  text-transform: inherit;
  margin-top: 0px !important;
}

.cad-body h5 a {
  font-weight: 600px !important;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif !important;
  font-size: 20px !important;
}

.cad-body time {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  margin-left: 0 !important;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  color: #be0f2e !important;
  font-weight: 600 !important;
  font-variant-ligatures: common-ligatures !important;
  margin-bottom: 0 !important;
  font-size: 0.8em !important;
}


.light-colored-region.content-top-highlighted:after {
  border-top-color: transparent !important;
}

.light-colored-region.content-top-highlighted:before {
  border-top-color: transparent !important;
}

.white-region+.highlighted:before {
  border-top-color: transparent !important;

}

.light-colored-region.highlighted:after {
  border-top-color: transparent !important;
}

.view-lo-que-cuentan-de-la-us .owl-item {
  max-width: 1080px !important;
  width: 100% !important;
}

.view-lo-que-cuentan-de-la-us .views-field-nothing {
  /*text-align: center !important;*/
}

#subfooter {
  background: #232323;
}


.hff-10 h1,
.hff-10 h2,
.hff-10 h3,
.hff-10 h4,
.hff-10 h5,
.hff-10 h6,
.hff-10 .title-teaser-text .title,
.sff-10 .site-name,
.slff-10 .site-slogan {
  font-family: 'Raleway', Trebuchet MS, Sans-serif;
}

:-webkit-any(article, aside, nav, section) h1 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
}

.vista-cabecera-text h1 {
  text-transform: inherit !important;
}

.vista-cabecera-text {
  max-width: 1140px !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.vista-cabecera-text p {
  font-family: Lora;
}

#block-views-block-comunicaciones-oficiales-block-1 h2,
#block-views-block-eventos-block-1 h2,
#block-views-block-lo-que-cuentan-de-la-us-block-1 h2,
#block-views-block-us-social-block-1 h2,
#block-views-block-la-us-destaca-block-1 h2 {
  text-transform: inherit !important;
  font-weight: bolder !important;
}

#block-views-block-eventos-block-1 h2 {
  padding-bottom: 1.125em;
  padding-top: 1.5em;
}

.header-container ul.menu li a {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0px;
  border-bottom: 2px solid transparent;
  color: #3f3f3f;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
}

/*.header-container ul.menu li a:hover {
    color: #be0f2e !important;
}*/

#highlighted {
  height: 544px;
  position: relative;
  /*opacity: 0.65;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../../../../sites/default/files/2018-06/testimonios-chica-bg.jpg");
  min-height: 100%;
}

#block-views-block-lo-que-cuentan-de-la-us-block-1 h2 {
  color: #fff;
}

#block-views-block-lo-que-cuentan-de-la-us-block-1 .owl-item {
  color: #fff;
  background-color: transparent;
}

#block-views-block-lo-que-cuentan-de-la-us-block-1 {
  margin-top: 7em;
}

.comentario-us {
  font-size: 1.4375em;
  line-height: 1.69565217391304em;
  font-style: italic;
  /*margin-bottom: 1.1304347826087em;
  max-width:800px !important;
  margin:0 auto;*/
}

.view-lo-que-cuentan-de-la-us .owl-wrapper {
  width: 100% !important;
}

.view-lo-que-cuentan-de-la-us .owl-item .views-field {
  max-width: 100% !important;
  margin: 0px;
  /*width:100% !important;*/
}

#content-top-inside .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* DESTACADO INICIO */
.wide-grid .hover-element {
  margin: 0;
}

.hover-element[data-title-position*="right"] {
  text-align: right;
}

.hover-element {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.hover-element * {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

[data-scrim-top] {
  position: relative;
}

.enlaceDestacado {
  position: absolute;
  z-index: 100;
  min-height: 391px;
  width: 24.5%;
}

.enlaceDestacado>a {
  position: absolute;
  min-height: 391px;
  width: 100%;
  color: transparent;
}

body.path-estudiantes .enlaceDestacado>a {
  color: transparent;
}

.hover-element.hover--active img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
}

.hover-element img {
  width: 100%;
}

.hover-element img {
  margin-bottom: 0;
}

.enlaceDestacado:hover+.hover-element .boxed,
.hover-element.hover--active .boxed {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 3;
  position: relative;
  bottom: 400px;
  color: #fff;
}

.hover-element .hover-element__reveal .boxed {
  height: 100%;
}

.hover-element .hover-element__reveal h3 {
  border-bottom: 1px solid #fff;
  border-image: linear-gradient(to right,
      transparent 25%,
      #fff 25%,
      #fff 50%,
      #fff 50%,
      #fff 75%,
      transparent 75%) 5;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.hover-element .hover-element__reveal h3 a,
.hover-element .hover-element__reveal h3 a:hover {
  text-decoration: none !important;
}

.hover-element .hover-element__reveal h3,
.hover-element .hover-element__reveal span {
  text-align: center;
}

.hover-element .hover-element__reveal span {
  line-height: 1.8em;
}

.hover-element .boxed {
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
}

.boxed {
  position: relative;
  overflow: hidden;
  padding: 50px 25px !important;
  margin-bottom: 30px;
}

.boxed h3 a {
  color: #FFF;
}

.hover-element__initial {
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);

}

.hover-element .hover-element__initial img {
  transition: width 1.5s, height 1.5s, transform 1.5s;
  -moz-transition: width 1.5s, height 1.5s, -moz-transform 1.5s;
  -webkit-transition: width 1.5s, height 1.5s, -webkit-transform 1.5s;
  -o-transition: width 1.5s, height 1.5s, -o-transform 1.5s;
}

.enlaceDestacado:hover+.hover-element .hover-element__initial img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Chrome - Safari */
  -o-transform: scale(1.5);
  /* Opera */
}

.enlaceDestacado:hover+.hover-element .hover-element__reveal .boxed {
  padding: 20px 25px !important;
}

.hover-element .hover-element__reveal .boxed span:after {
  content: url(/themes/startupgrowth_lite/images/icons/plus.png);
  display: block;
  padding: 21px 1px 23px 1px;
  font-size: 130px;
  -moz-border-radius: 30px;
  font-weight: lighter;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.enlaceDestacado:hover+.hover-element .hover-element__reveal .boxed span:after {
  opacity: 1;
}

.enlaceDestacado:hover+.hover-element .hover-element__reveal .boxed span p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.enlaceDestacado:hover+.destacado-tax-Actualidad .hover-element__initial {

  filter: grayscale(1%) brightness(25%) sepia(100%) hue-rotate(-59deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Estudiantes .hover-element__initial {
  filter: grayscale(1%) brightness(80%) sepia(100%) hue-rotate(8deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Internacional .hover-element__initial {
  filter: grayscale(1%) brightness(25%) sepia(100%) hue-rotate(-59deg) saturate(800%) contrast(0.95) !important;

}

.enlaceDestacado:hover+.destacado-tax-Investigación .hover-element__initial {

  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(0deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Universidad .hover-element__initial {
  filter: grayscale(1%) brightness(60%) sepia(100%) hue-rotate(30deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Estudiantes-Universidad .hover-element__initial {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(125deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Actualidad-Universidad .hover-element__initial {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(125deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Actualidad-Estudiantes-Internacional-Investigación .hover-element__initial {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(125deg) saturate(800%) contrast(0.95) !important;
}

.enlaceDestacado:hover+.destacado-tax-Estudiantes-Investigación-Universidad .hover-element__initial {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(125deg) saturate(800%) contrast(0.95) !important;
}


.hover-element {
  max-height: 391px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .view-bloque-la-us-destaca .hover-element__reveal .boxed {
    margin-bottom: 0px !important;
    padding: 105px 15px 0px 15px !important;
  }

  .enlaceDestacado:hover+.hover-element .hover-element__reveal .boxed {
    padding: 80px 15px 0px 15px !important;
  }

  .enlaceDestacado:hover+.hover-element .hover-element__initial img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }

  .view-bloque-la-us-destaca .views-row {
    max-height: 322px;
  }

  .hover-element .hover-element__reveal .boxed span:after {
    padding: 0px 1px 0px 1px;
  }

  .view-bloque-la-us-destaca .hover-element__reveal span {
    line-height: 1.4em;
  }
}

/* FIN DESTACADO INICIO */

/* DESTACADO NOTICIA */
body.page-node-type-destacado #content-top-inside .col-md-12 {
  height: 50px !important;
  padding: 0;
}

body.page-node-type-destacado div.node--type-noticia .col-sm-12 {
  padding: 0;
}

body.page-node-type-destacado div.main-content div.container {
  /*padding: 0px;
    margin: 0px;
    width: fit-content;
*/
}

body.page-node-type-destacado div.main-content div.container>div.row {
  padding: 0px !important;
  margin: 0px !important;
}

body.page-node-type-destacado div.main-content div.container>div.row>.col-md-12 {
  /*padding: 0px !important;
    margin: 0px !important;
*/
}

body.page-node-type-destacado .bs-region--top {
  /*padding: 0;*/
}

body.page-node-type-destacado .bs-region--main,
body.page-node-type-destacado .bs-region--bottom {
  padding: 0 130px;
  width: 99%;
}

body.page-node-type-destacado .bs-region--main .field--name-node-title {
  margin-top: 40px;
}

body.page-node-type-destacado .bs-region--main .field--name-node-title h2 {
  text-transform: none;
  font-size: 36px;
}

body.page-node-type-destacado .bs-region--main .field--name-body {
  margin-top: 40px;
}

body.page-node-type-destacado .bs-region--bottom .field--name-field-tipo-de-destacado {
  border-top: 1px solid;
  border-image: linear-gradient(to right, black 15%, transparent 15%) 5;
}

body.page-node-type-destacado .bs-region--bottom .field--name-field-tipo-de-destacado a,
body.page-node-type-destacado .bs-region--bottom .field--name-field-tipo-de-destacado a:hover {
  font-size: 15px;
  background-color: transparent !important;
  text-decoration: underline !important;
  color: #7d7d7d;
  padding: 0;
  margin-right: 10px;
}

body.page-node-type-destacado .bs-region--bottom .field--name-field-tipo-de-destacado h3 {
  text-transform: none;
  margin-top: 5px;
}

/* FIN DESTACADO NOTICIA */

#block-views-block-la-us-destaca-block-1 .views-row {
  max-height: 391px;
}

input[type="submit"] {
  background-color: #be0f2e;
}

input[type="submit"]:hover {
  background-color: #790624 !important;

}

#featured-bottom .container {
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#block-views-block-us-social-block-1 h2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

#block-views-block-la-us-destaca-block-1 h2 {
  margin-top: 30px !important;
}

.path-frontpage div.view-bloque-la-us-destaca div.hover-element {
  margin-bottom: 0px !important;
}

#footer {
  background: #3d3d3d !important;
}

.footer-area .region-footer-fourth #edit-keys {
  /*  filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(33deg) brightness(104%) contrast(107%);*/
  background-color: #3d3d3d;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 14px 0px 14px 30px !important;
}

.footer-area .region-footer-fourth .search-block-form {
  width: 100% !important;
}

/*.footer-area .region-footer-fourth #edit-actions--2{
  filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(33deg) brightness(104%) contrast(107%);
}*/
#edit-actions--3 #edit-subscribe--2 {
  background-color: #3d3d3d !important;
  border: 1px solid #ffffff !important;
  height: 48px !important;
  color: #ffffff !important;
}

#block-encuentranos .field--name-body {
  filter: invert(47%) sepia(43%) saturate(38%) hue-rotate(63deg) brightness(101%) contrast(69%);
}

#edit-mail-wrapper--2 .form-email {
  background-color: #3d3d3d;
  border: 1px solid #ffffff;
  color: #fff;
}

div.block-simplenews-subscription-block #edit-message--2 {
  font-weight: bold;
}

.user-logged-in .colored-region:not(.black) input[type="submit"] {
  background-color: transparent !important;
  border-color: #fff !important;
  border-radius: 24px 24px 24px 24px !important;
}

#edit-message {
  float: left !important;
  color: #FFF;
  margin-bottom: 0;
}

#edit-subscribe {
  border-radius: 0px 24px 24px 0px;
  background-color: transparent;
  margin-top: 0px;
  /*height: 46px;*/
  /*color: #be0f2e;*/
  border: 1px solid #fff;
  padding: 16px 15px !important;

}

input.form-email {
  background: transparent !important;
  color: #fff;
  border: 1px solid;
}

form#simplenews-subscriptions-block-4839e6a1-50f8-46ed-9678-bd77ea6bb5c9 input#edit-subscribe {
  margin-top: 8px;
  margin-bottom: 24px;
}

form#simplenews-subscriptions-block-4839e6a1-50f8-46ed-9678-bd77ea6bb5c9 div.js-form-type-email {
  margin: 8px 0;
}

#subfooter {
  background: #1e1e1e !important;
}

#edit-subscribe:hover {
  /* opacity:0.6; */
  background-color: transparent !important;
  color: white;
}

#edit-mail-wrapper {
  max-width: 60% !important;
  float: left !important;
}

#edit-mail-wrapper input {
  border-radius: 24px 0px 0px 24px;
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
  font-style: italic;
}

input.form-email {
  padding: 11px 15px !important;
}

#edit-mail-wrapper label {
  display: none !important;

}

#edit-mail-0-value--description {
  display: none !important;
}

#block-simplenewssubscription-2 #edit-message {
  margin: 10px 20px 8px 0;
  font-size: 1.5em;
}

#edit-mail-wrapper--2 input {
  border-radius: 24px 0px 0px 24px;
  float: left;
  width: 50%;
  background-color: white;
}

#edit-mail-wrapper--2 label {
  display: none !important;

}

#edit-mail-0-value--2--description {
  display: none !important;
}

#simplenews-subscriptions-block-63e059c0-c30e-450b-92cb-482746a0093a #edit-message {
  float: inherit !important;
}

#block-destacados ul.menu li {
  display: block;
  margin-bottom: 10px;
}

nav#block-destacados {
  margin-top: 48px;
}

#block-destacados ul.menu li a {
  border: none;
  font-size: 1.1em !important;
  letter-spacing: 0.07em;
  opacity: 0.5;
  line-height: 0.5em !important;
  text-align: left !important;
  padding-left: 0px;
  font-weight: lighter;
  font-family: 'Raleway', sans-serif !important;
}

div#block-menufooter1block2,
div#block-menufooter1block3 {
  border-top: 1px solid #7a7a7a !important;
  border-image: linear-gradient(to right, #7a7a7a 10%, transparent 10%) 5 !important;
  margin-left: 92px;
  padding-top: 25px !important;
  padding-bottom: 5px !important;
}

#footer nav#block-topmenu-4 {
  border-top: 1px solid #7a7a7a !important;
  border-image: linear-gradient(to right, #7a7a7a 20%, transparent 20%) 5 !important;
  margin-top: 10px !important;
  padding-top: 20px !important;
}

nav.menu-footer1-block2 ul,
nav.menu-footer1-block3 ul,
#footer nav#block-topmenu-4 ul,
#block-menufootersecretariavirtual ul {
  display: block !important;
  padding-top: 0;
}

nav.menu-footer1-block2 ul li,
nav.menu-footer1-block3 ul li,
#footer nav#block-topmenu-4 ul li,
#block-menufootersecretariavirtual ul li {
  width: 100% !important;
}

#footer nav#block-topmenu-4 ul li,
#block-menufootersecretariavirtual ul li {
  margin-bottom: 20px;
}

#block-menufootersecretariavirtual {
  border-top: 1px solid #7a7a7a !important;
  border-image: linear-gradient(to right, #7a7a7a 20%, transparent 20%) 5 !important;
  margin-top: 10px !important;
  padding-top: 20px !important;
}

nav.menu-footer1-block2 ul li a,
nav.menu-footer1-block3 ul li a {
  text-transform: none !important;
  border: none !important;
  font-size: 1.1em !important;
  letter-spacing: 0.07em;
  opacity: 0.5;
  line-height: 0.5em !important;
  text-align: left !important;
  padding-left: 0 !important;
  font-weight: lighter !important;
  font-family: 'Open Sans Light', sans-serif !important;
}

nav.menu-footer1-block2 ul li a:hover,
nav.menu-footer1-block3 ul li a:hover,
#block-destacados ul.menu li a:hover,
#footer nav#block-topmenu-4 ul li a:hover,
#block-menufootersecretariavirtual ul li a:hover {
  background-color: transparent !important;
  opacity: 0.8;
}

#footer nav#block-topmenu-4 ul li a,
#block-menufootersecretariavirtual ul li a {
  text-transform: uppercase;
  border: none !important;
  font-size: 1.1em !important;
  letter-spacing: 0.07em;
  opacity: 0.5;
  line-height: 0.5em !important;
  text-align: left !important;
  font-weight: lighter !important;
  padding-left: 0 !important;
  font-family: 'Raleway', sans-serif !important;
}

div.region-footer-fourth {
  margin-top: 48px;
}

#edit-subscribe--2 {
  border-radius: 0px 24px 24px 0px !important;
  background-color: white !important;
  margin-bottom: -2px !important;
  margin-top: 0px !important;
  height: 46px !important;
  color: #be0f2e;
  border-left: 2px solid #be0f2e;
}

#edit-subscribe--2:hover {
  /* opacity:0.6; */
  background-color: #de8796 !important;
  color: white;
}


#block-encuentranos a {
  text-decoration: none !important;
}

#footer #block-encuentranos a {
  margin-right: 10px;
}

#footer #block-logofooter {
  padding-bottom: 40px !important;
}

#footer #block-logofooter p.img-slogan {
  padding: 0;
}

#footer #block-logofooter p.slogan {
  padding: 0 108px 0 95px;
}

.white-region {
  padding: 0px 0;
}

#block-views-block-us-social-block-1 {
  padding-bottom: 0px;
}

#block-copiright {
  bottom: 0;
  width: 100% !important;
  text-align: left !important;
}

#block-simplenewssubscription h2,
#block-destacados-menu,
.footer-area h2.title {
  font-size: 1.1em !important;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#footer-top {
  background-color: #be0f2e;

}

#edit-unsubscribe--2 {
  background-color: #be0f2e !important;
}

#edit-unsubscribe {
  background-color: #790624 !important;
}

#edit-unsubscribe:hover,
#edit-unsubscribe--2:hover {
  background-color: rgb(121, 6, 36, 0.5) !important;
}

.button-grado>a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 5px 10px 0;
  text-align: center;
  background-color: #be0f2e !important;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;

}

.button-grado>a:hover {
  background-color: #790624 !important;

}

.button-grado {
  text-align: center !important;
  margin: 0 auto;
}


.views-element-container.contextual-region.block.block-views.block-views-blockareas-tematicas-block-1 {
  margin: 0 auto;
  max-width: 795px !important;
}

.block-views.block-views-blockareas-tematicas-block-1 .title {
  text-align: center;
  margin-bottom: 0.577777777777em;
  font-size: 2.8125em;
  line-height: 1.15555556em;
  text-transform: capitalize;
  color: #343434;
  font-weight: 600;
}

[data-overlay] *:not(.container):not(.background-image-holder) {
  z-index: 2;
}

.background-image-holder img {
  display: none;
}


.background-image-holder:not([class*='col-']) {
  width: 100%;
}

.background-image-holder {
  will-change: transform, top;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  opacity: 0;
  background: #232323;
}

.boxed.imagebg.height-40.box-shadow-wide {
  border-top: 8px solid #fecf22 !important;
}

.boxed {
  position: relative;
  overflow: hidden;
  padding: 2.4375em;
  margin-bottom: 30px;
}

.imagebg {
  position: relative;
}

[data-overlay] {
  position: relative;
}

.texto-central-ayuda h4 {
  color: #fff;
  text-transform: none;
}

.texto-central-ayuda a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 5px 10px 0;
  text-align: center;
  background-color: #be0f2e !important;
  margin: 0 auto;

  margin-top: 20px;
  text-decoration: none;

}

body.path-grados .texto-central-ayuda a {
  background-color: rgba(253, 202, 27, 1) !important;
  color: #ffffff !important;
}

.texto-central-ayuda>a:hover {
  background-color: #790624 !important;
  color: #fff;
}

body.path-grados .texto-central-ayuda>a:hover {
  background-color: rgba(126, 97, 1, 1) !important;
}

/* PARCHE para arreglar el efecto "botón" del texto "Qué estudiar" en grados */
div.pos-vertical-center.text-center.texto-central-ayuda a:not(.btn) {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 10px;
  display: block;
}

.texto-central-ayuda>a>h4 {
  margin: 0px !important;
}




.parallax {
  will-change: contents;
}

.parallax {
  overflow: hidden;
}

.parallax>.background-image-holder,
.parallax .slides li>.background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}

.parallax .background-image-holder {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

.height-350 {
  height: 350px !important;
}

.cover.imagebg.height-350.parallax {
  height: 350px !important;
}

.container-calendario {
  position: relative !important;
  top: 10% !important;
}

.container-calendario .h2 {
  color: #fff;
  text-transform: none !important;
  font-size: 2.8125em;
  line-height: 1.15555556em;
}

#block-calendarioescolar {
  padding: 0px !important;
}

.views-field-title a:hover {
  color: #a7a7a7 !important;
}

#block_content/11/body/es/full {
  height: 245px !important;
}

.views-field-title a {
  color: black !important;
  font-style: italic !important;
}

.texto-grados-bg {
  padding: 30px 0px 30px 20px;
}

.texto-grados-bg h1,
.texto-grados-bg p {
  color: #fff;
}

.texto-grados-bg h1 {
  font-size: 51px;
  text-transform: none !important;
}

#block-views-block-arte-y-humanidades-block-1-2 .title {
  font-size: 1.4375em;
  line-height: 1.41304348em;
  font-weight: 600;
  margin-bottom: 30px;
}

#block-startupgrowth-lite-account-menu .menu-item:hover {
  background: transparent !important;

}

#block-startupgrowth-lite-account-menu .menu-item a:hover,
#block-destacados .menu-item a:hover {
  background: transparent !important;

}

#main {
  padding-bottom: 35px;
}

.slogan {
  padding-top: 15px;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
}

#block-views-block-areas-tematicas-block-1-2 {
  max-width: 795px;
  margin: 0 auto;
}

/*.search-area {
    position: relative !important;
    margin: -60px -82px 0px 0px !important;
}*/

.footer-area .block-search div.js-form-wrapper {
  padding: 5px 5px 0 0;
  position: initial !important;
}

.footer-area .block-search input.form-submit {
  height: 30px !important;
  width: 30px !important;
  background-color: transparent !important;
}

.footer-area .block-search .form-actions:after {
  color: #6f6e6e !important;
  padding-left: 8px;
}

#edit-keys {
  padding: 10px 15px;
}

input#edit-submit.search-form__submit.button.js-form-submit.form-submit {
  background-color: transparent !important;
  border-color: transparent !important;
}

nav.navbar-we-mega-menu {
  max-height: 61px;
}

.onscroll .header {
  max-height: 67px;
  border: 0;
}

.onscroll .header nav.navbar-we-mega-menu>div>ul {
  padding-top: 1.2em !important;
}

.onscroll .header div.main-navigation {
  padding-right: 0 !important;
  padding-left: 0px;
}

div.main-navigation {
  padding-right: 0 !important;
  padding-left: 0px;
  padding-top: 7px;
}

#featured-bottom-inside .col-md-12 {
  padding: 0px !important;
}

#featured-bottom-inside div.row {
  margin: 0px !important;
}

.top-menu.navbar.navbar-default.navbar-we-mega-menu.mobile-collapse.hover-action {
  background: transparent !important;
}

.top-menu ul.we-mega-menu-ul.nav.nav-tabs {
  float: right !important;
  padding: 0px !important;
}

nav.top-menu>div>ul>li>a {
  color: #fff !important;
  background-color: #be0f2e !important;
}

nav.top-menu>div>ul>li>a,
#block-useraccountmenu>ul>li.menu-item>a {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
}

nav.top-menu>div>ul>li>a:hover,
#block-useraccountmenu>ul>li.menu-item>a:hover {
  color: #fff !important;
  opacity: 1 !important;
  background-color: #be0f2e !important;
}

.we-mega-menu-ul.nav.nav-tabs a {
  background: transparent;
}

.top-menu .region-we-mega-menu {
  height: 40px !important;
}

.we-mega-menu-li.js-settings-tray-edit-mode {
  text-align: center !important;
}

.we-mega-menu-li.js-settings-tray-edit-mode a:hover {
  padding-right: 10px;
}

.navbar-default {
  background: transparent !important;
}

li.menu-top-buscar>a.we-mega-menu-li {
  background-color: #eda809 !important;
  color: #be0f2e !important;
  border-radius: 20px;
  margin: 3px 0;
  height: 35px;
}

li.menu-top-buscar>a.we-mega-menu-li:hover {
  color: #be0f2e !important;
  opacity: 1 !important;
  background-color: #eda809 !important;
}

/*.header > div.container {
    margin: 0;
}*/


/* MENU PRINCIPAL */
.onscroll .header div.logo a img {
  width: auto;
  height: 50px;
  /*margin-top: 5px;*/
}

.we-mega-menu-ul>.we-mega-menu-li>a {
  font-weight: 500;
}

div#main-navigation ul.we-mega-menu-ul>li>a {
  padding: 0;
  height: 20px;
  margin-right: 11px;
  border-bottom: 1px solid #fff;
}

.we-mega-menu-ul>.we-mega-menu-li>a {
  font-size: 12px;
}

div#main-navigation div.we-mega-menu-submenu ul.subul>li.dropdown-menu>a:after {
  font-family: FontAwesome !important;
  content: "\f107" !important;
  display: inline;
  font-size: 19px;
  padding-right: 17px;
  padding-top: 0;
  vertical-align: middle;
  opacity: 1;
  background-image: none !important;
}

div#main-navigation div#block-mainnavigation nav.navbar-we-mega-menu,
div#main-navigation div#block-informacion nav.navbar-we-mega-menu {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu>a {
    padding-right: 0.75rem;
  }
}

a.we-mega-menu-li {
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 1.3em;
  height: 100%;
  display: inline-block;
  background-color: transparent;
  font-size: 12px;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif !important;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}

a.we-mega-menu-li:hover {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}

li.we-mega-menu-li,
nav.navbar-we-mega-menu {
  border: 0px !important;
}

ul.we-mega-menu-ul {
  white-space: nowrap;
  margin-top: 3px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  padding-top: 3.2em;
  min-width: 16em;
  margin: 0;
  line-height: 1.625em !important;
  background: none;
  min-width: 13em;
}

ul.we-mega-menu-ul {}

div.we-mega-menu-col {
  margin: 0;
}

div.we-mega-menu-col>ul {
  white-space: nowrap;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  border: 0px !important;
  color: #232323;
}

div.we-mega-menu-col>ul>li {
  padding: 0 0 5px 0 !important;
}

div.we-mega-menu-col>ul>li>a {
  border: 0px !important;
  text-align: left;
  margin: 0 35px 0px 20px !important;
}

div.we-mega-menu-col>ul>li>a:hover {
  border: 0px !important;
  color: #fff !important;
}

nav>div>ul>li>div.we-mega-menu-submenu {
  margin: 0;
  padding: 10px 0 0 0;
  border: 0 !important;
}

div.we-mega-menu-submenu ul.subul>li>a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 500 !important;
  border-bottom: 1px solid transparent !important;
  display: inline;
  padding-bottom: 0.1rem;
}

div.we-mega-menu-submenu ul.subul>li>a:hover {
  border-bottom: 1px solid #fff !important;
}

div.we-mega-menu-submenu div.we-mega-menu-submenu {
  margin: 0;
  padding: 0;
  border: 0 !important;
}

div.we-mega-menu-submenu div.we-mega-menu-submenu li a {
  color: rgba(68, 80, 89, 1) !important;
}

div.we-mega-menu-submenu div.we-mega-menu-submenu li a:hover {
  color: rgba(68, 80, 89, 1) !important;
  border-bottom: 1px solid rgba(68, 80, 89, 1) !important;
}

.we-mega-menu-submenu>.we-mega-menu-submenu-inner {
  min-height: 0px;
}

body:not(.path-frontpage) .main,
body:not(.path-frontpage) .sidebar {
  padding: 0;
}

#header-inside .row {
  /*margin-left: -50px !important;*/
}

/* MENU CON COLORES */
li.main1>a:hover {
  color: rgba(190, 15, 46, 1) !important;
  border-bottom: 1px solid rgba(190, 15, 46, 1) !important;
}

li.main1 ul.subul>li {
  background-color: rgba(190, 15, 46, 1);
}

li.main1 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  background-color: rgba(190, 15, 46, 0) !important;
}

li.main1 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(190, 15, 46, 1);
}

li.main1 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(253, 202, 27, 0.5);
}

li.main2>a:hover {
  color: rgba(253, 202, 27, 1) !important;
  border-bottom: 1px solid rgba(253, 202, 27, 1) !important;
}

li.main2 ul.subul>li {
  background-color: rgba(253, 202, 27, 1);
}

li.main2 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  background-color: rgba(253, 202, 27, 0) !important;
}

li.main2 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(253, 202, 27, 1);
}

li.main2 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(253, 202, 27, 0.5);
}

li.main3>a:hover {
  color: rgba(227, 172, 0, 1) !important;
  border-bottom: 1px solid rgba(227, 172, 0, 1) !important;
}

li.main3 ul.subul>li {
  background-color: rgba(227, 172, 0, 1);
}

li.main3 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  background-color: rgba(227, 172, 0, 0) !important;
}

li.main3 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(227, 172, 0, 1);
}

li.main3 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(227, 172, 0, 0.5);
}

li.main4>a:hover {
  color: rgba(149, 190, 5, 1) !important;
  border-bottom: 1px solid #95be05 !important;
}

li.main4 ul.subul>li {
  background-color: rgba(149, 190, 5, 1);
}

li.main4 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  background-color: rgba(149, 190, 5, 0) !important;
}

li.main4 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(149, 190, 5, 1);
}

li.main4 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(149, 190, 5, 0.5);
}

li.main5>a:hover {
  color: rgba(5, 159, 148, 1) !important;
  border-bottom: 1px solid rgba(5, 159, 148, 1) !important;
}

li.main5 ul.subul>li {
  /*background-color: rgba(5, 159, 148, 1);*/
}

li.main5 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  /*background-color: rgba(5, 159, 148, 1) !important;*/
}

li.main5 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: #648a9f;
}

li.main5 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: #b1c4cf;
}

li.main6>a:hover {
  color: rgba(189, 19, 83, 1) !important;
  border-bottom: 1px solid rgba(189, 19, 83, 1) !important;
}

li.main6 ul.subul>li {
  background-color: rgba(189, 19, 83, 1);
}

li.main6 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  background-color: rgba(189, 19, 83, 0) !important;
}

li.main6 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(189, 19, 83, 1);
}

li.main6 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(189, 19, 83, 0.5);
}

li.main7>a:hover {
  color: rgba(100, 138, 159, 1) !important;
  border-bottom: 1px solid rgba(100, 138, 159, 1) !important;
}

li.main7 ul.subul>li {
  background-color: #059f94;
}

li.main7 div.we-mega-menu-submenu div.we-mega-menu-submenu li {
  background-color: #82cfc9 !important;
}

li.main7 ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: #059f94;
}

li.main7 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: rgba(100, 138, 159, 0.5);
}

li.main7 div.we-mega-menu-submenu div.we-mega-menu-submenu ul.subul {
  padding: 20px 0 15px 0 !important;
  background-color: #82cfc9 !important;
}

@media (min-width: 992px) {
  .navbar-we-mega-menu .we-mega-menu-col>* {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  div.we-mega-menu-col>ul>li>a {
    text-align: center;
  }

  #block-destacados ul.menu li a {
    border: none !important;
    font-size: 0.625em !important;
    line-height: 0em !important;
    text-align: center !important;
  }
}

.navbar-we-mega-menu .we-mega-menu-row {
  margin-left: -2.06383%;
  margin-right: -2.06383%;
}

/* FIN MENU CON COLORES */

/* GRADOS */
#block-views-block-vista-areas-tematicas-block-1 .view-content {
  text-align: center;
}

#block-views-block-vista-areas-tematicas-block-1 .pager__items {
  text-align: center;
}

/* FIN GRADOS */

/* NOTICIAS */
h1.noticia {
  text-transform: none;
  font-family: 'Raleway', sans-serif !important;
  font-size: 51px;
  line-height: 1.015625em;
}

body.path-la-us .card-title,
body.path-actualidad-de-la-us .card-title {
  color: rgba(190, 15, 46, 1);
  font-family: 'Raleway', sans-serif !important;
}

div.field--name-field-entradilla p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
}

div.field--name-node-author,
div.field--name-node-post-date {
  display: inline-block;
  font-weight: bolder;
  color: #08A9A1;
}

div.field--name-node-post-date:after {
  /*content: ' | ' !important;
    margin: 0 5px;*/
}

div.field--name-field-entradilla {
  font-weight: bold;
  text-align: justify;
}

div.field--name-body {
  text-align: justify;
}

body.page-node-type-noticia #content-top-inside .col-md-12 {
  height: 50px !important;
  padding: 0;
}

body.page-node-type-noticia div.node--type-noticia .col-sm-12 {
  /* padding: 0;
    width: fit-content;
    */
  /* margin-left: 100px;
    padding: 0 15px;
*/
}

/*body.page-node-type-noticia div#main-content > div.container {
	width: 100%;
}

body.page-node-type-noticia div.main-content div.container {
    padding: 0px;
    margin: 0px;
    /*width: fit-content;
}
*/
body.page-node-type-noticia div.main-content div.container>div.row {
  padding: 0px !important;
  margin: 0px !important;
}

/*body.page-node-type-noticia div.main-content div.container .bs-region--left {
    margin-left: 100px;
    width: 60%;
}
*/

body.page-node-type-noticia div.main-content div.container .bs-region--right {
  width: 25%;
}

body.page-node-type-noticia div.main-content div.container .bs-region--bottom {
  /* margin-left: 115px;*/
  width: 60%;
}

body.page-node-type-noticia .bs-region--bottom .field--name-field-caroussel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, black 15%, transparent 15%) 5;
  padding: 25px 0;
}

body.page-node-type-noticia .bs-region--bottom .field--name-field-caroussel .field__label {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Raleway', Trebuchet MS, Sans-serif;
  margin-bottom: 30px;
}

body.page-node-type-noticia .bs-region--right a {
  display: inline;
  font-size: 15px;
  color: #059f94 !important;
}

body.page-node-type-noticia .bs-region--right a:after,
body.page-node-type-noticia .field--name-field-enlace-externo a:after {
  /*content: '↗';*/
  content: url('https://img.icons8.com/windows/13/000000/up-right-arrow.png');
  text-decoration: none !important;
  display: inline-block !important;
}

body.page-node-type-noticia .field--name-node-author a {
  display: inline;
  color: #059f94 !important;
}

body.page-node-type-noticia .field--name-body a {
  display: inline;
  font-size: 15px;
  text-decoration: underline;
  color: #3f3f3f;
  font-weight: bolder;
}

body.page-node-type-noticia .field--name-field-enlace-externo {
  margin-bottom: 55px;
}

body.page-node-type-noticia .field--name-field-enlace-externo a {
  color: #0acec0 !important;
  font-weight: bolder;
  text-decoration: underline;
  font-size: 13px;
}

body.page-node-type-noticia .field--name-field-enlace-externo a:hover {
  color: #0acec0 !important;
}

.item-list ul li span {
  padding: 0;
}

.item-list ul {
  list-style-type: none !important;
}

.item-list ul li {
  margin: 0;
}

.views-field-title a {
  font-style: normal !important;
}

body.page-node-type-noticia .field--name-field-noticias-interes .field__label {
  font-family: 'Raleway', sans-serif;
  color: #08A9A1;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 30px;
}

body.page-node-type-noticia .field--name-field-noticias-interes ul li {
  list-style-type: none !important;
  margin: 0;
}

body.page-node-type-noticia .field--name-field-noticias-interes ul li a {
  color: #242424 !important;
  font-weight: bolder;
  text-decoration: underline;
}

body.page-node-type-noticia div.view-noticias-interesantes div.item-list>ul>li {
  padding-bottom: 10px;
}


body.page-node-type-noticia .field--name-field-noticias-interes ul li a:hover {
  color: #059f94 !important;
}

body.page-node-type-noticia .bs-region--bottom .field--name-field-etiquetas {
  border-top: 1px solid;
  border-image: linear-gradient(to right, black 15%, transparent 15%) 5;
}

body.page-node-type-noticia .bs-region--bottom .field--name-field-etiquetas a,
body.page-node-type-noticia .bs-region--bottom .field--name-field-etiquetas a:hover {
  font-size: 15px;
  background-color: transparent !important;
  text-decoration: underline !important;
  color: #7d7d7d;
  padding: 0;
  margin-right: 10px;
}

body.page-node-type-noticia .bs-region--bottom .field--name-field-etiquetas h3 {
  text-transform: none;
  margin-top: 5px;
}

body.page-node-type-noticia .addtoany_list .field__label {
  text-transform: uppercase;
}

body.page-node-type-noticia .bs-region--bottom .addtoany_list {
  margin-top: 5px;
  margin-bottom: 35px;
}

body.page-node-type-noticia .addtoany_list .a2a_button_facebook,
body.page-node-type-noticia .addtoany_list .a2a_button_twitter,
body.page-node-type-noticia .addtoany_list .a2a_button_google_plus,
body.page-node-type-noticia .addtoany_list .addtoany_share {
  display: inline-block;
}

/* FIN NOTICIAS */

/* ELIMINAR ESPACIOS - AJUSTAR CABECERA */
body.path-frontpage #content-top-inside .col-md-12 {
  padding: 0px !important;
  /* height: 501px !important; */
}

body.path-grados #content-top-inside .col-md-12 {
  height: 400px !important;
  padding: 0px !important;
}

body.page-node-type-estudiantes #content-top-inside .col-md-12 {
  height: 50px !important;
  padding: 0;
}

body.path-estudiantes #content-top-inside>div.row>div.col-md-12,
body.path-alumni #content-top-inside>div.row>div.col-md-12,
body.path-futuros-estudiantes #content-top-inside>div.row>div.col-md-12,
body.path-profesorado #content-top-inside>div.row>div.col-md-12,
body.path-personal #content-top-inside>div.row>div.col-md-12 {
  padding: 0 !important;
}

body.path-cooperacion .content-top-area {
  width: 100%;
}

body.path-cooperacion #content-top-inside .col-md-12 {
  height: 400px !important;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.path-cooperacion #content-top-inside .col-md-12 h1 {
  margin: -20px 0 10px 0;
}

body.path-search #content-top-inside .col-md-12 {
  height: 50px !important;
  padding: 0;
}

body.path-la-us #content-top-inside .col-md-12,
body.path-actualidad-de-la-us #content-top-inside .col-md-12 {
  height: 380px !important;
  padding: 0px !important;
}

body.path-la-us-lista #content-top-inside .col-md-12 {
  height: 380px !important;
  padding: 0px !important;
}

/* FIN ELIMINAR ESPACIOS - AJUSTAR CABECERA */

.owl-pagination .owl-page.active span {
  transform: scale(1.4, 1.4);
}

/* ESTUDIANTES */
form[id^="views-exposed-form"] .form--inline>.form-item {
  float: none !important;
}

form[id^="views-exposed-form"] div[id^="edit-actions"] {
  display: none;
}

.region-search-area #edit-actions {
  filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(33deg) brightness(104%) contrast(107%);
}

form[id^="views-exposed-form"] [id^="edit-"] {
  text-align: center;
}

form[id^="views-exposed-form"] [id^="edit-"] div {
  display: inline-block;
}

form[id^="views-exposed-form"] [id^="edit-"] div a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 23px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: 2px solid #bcbaba;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 15px 5px 0;
  text-align: center;
  background-color: transparent !important;
  color: #bcbaba;
  text-decoration: none;
}

form[id^="views-exposed-form"] [id^="edit-"] div a:hover {
  border: 1px solid #059f94 !important;
  text-decoration: underline;
  color: #059f94;
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(2) a:hover {
  border: 1px solid rgba(190, 15, 46, 1) !important;
  /*Actualidad*/
  color: rgba(190, 15, 46, 1);
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(3) a:hover {
  border: 1px solid rgba(253, 202, 27, 1) !important;
  /*Estudiantes*/
  color: rgba(253, 202, 27, 1);
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(4) a:hover {
  border: 1px solid rgba(189, 19, 83, 1) !important;
  /*Internacional*/
  color: rgba(189, 19, 83, 1);
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(5) a:hover {
  border: 1px solid rgba(227, 172, 0, 1) !important;
  /*Investigacion*/
  color: rgba(227, 172, 0, 1);
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(6) a:hover {
  border: 1px solid rgba(149, 190, 5, 1) !important;
  /*Universidad*/
  color: rgba(149, 190, 5, 1);
}

body.path-grados form[id^="views-exposed-form"] [id^="edit-"] div a:hover {
  border: 1px solid rgba(253, 202, 27, 1) !important;
  text-decoration: underline;
  color: rgba(253, 202, 27, 1);
}

body.path-la-us form[id^="views-exposed-form"] [id^="edit-"] div a:hover,
body.path-actualidad-de-la-us form[id^="views-exposed-form"] [id^="edit-"] div a:hover,
body.path-la-us-lista form[id^="views-exposed-form"] [id^="edit-"] div a:hover,
body.path-estudiantes form[id^="views-exposed-form"] [id^="edit-"] div a:hover {
  border: 1px solid rgba(190, 15, 46, 1) !important;
  text-decoration: underline;
  color: rgba(190, 15, 46, 1);
}

form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: #059f94 !important;
  border: 1px solid #059f94 !important;
  color: white;
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(2).bef-link-active a {
  background-color: rgba(190, 15, 46, 1) !important;
  /*Actualidad*/
  border: 1px solid rgba(190, 15, 46, 1);
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(3).bef-link-active a {
  background-color: rgba(253, 202, 27, 1) !important;
  /*Estudiantes*/
  border: 1px solid rgba(253, 202, 27, 1) !important;
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(4).bef-link-active a {
  background-color: rgba(189, 19, 83, 1) !important;
  /*Internacional*/
  border: 1px solid rgba(189, 19, 83, 1) !important;
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(5).bef-link-active a {
  background-color: rgba(227, 172, 0, 1) !important;
  /*Investigacion*/
  border: 1px solid rgba(227, 172, 0, 1) !important;
}

body.path-frontpage form[id^="views-exposed-form"] [id^="edit-"] div:nth-child(6).bef-link-active a {
  background-color: rgba(149, 190, 5, 1) !important;
  /*Universidad*/
  border: 1px solid rgba(149, 190, 5, 1) !important;
}

body.path-grados form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: rgba(253, 202, 27, 1) !important;
  border: 1px solid rgba(253, 202, 27, 1) !important;
  color: white;
}

body.path-la-us form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a,
body.path-la-us-lista form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a,
body.path-estudiantes form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: rgba(190, 15, 46, 1) !important;
  border: 1px solid rgba(190, 15, 46, 1) !important;
  color: white;
}

body.path-actualidad-de-la-us form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a,
body.path-actualidad-de-la-us-lista form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a,
body.path-estudiantes form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: rgba(190, 15, 46, 1) !important;
  border: 1px solid rgba(190, 15, 46, 1) !important;
  color: white;
}

#block-views-block-noticias-estudiantes-block-1 {
  margin-top: 70px;
}

#block-views-block-noticias-estudiantes-block-1 h2 {
  margin-bottom: 30px;
}

#block-views-block-noticias-estudiantes-block-1 .views-field-field-entradilla {
  text-align: justify;
}

#block-views-block-noticias-estudiantes-block-1 .views-col {
  padding: 0 10px;
}

.view-cabecera-destacados-estudiante .owl-wrapper {
  height: 300px;
  text-align: center;
}

.cabecera-destacados-elemento-contenedor {
  position: relative;
  color: white;
  padding: 70px 0;
}

.cabecera-destacados-elemento-imagen {
  position: absolute;
  filter: brightness(50%);
  width: 100%;
  z-index: -10;
  top: -50%;
}

.cabecera-destacados-elemento-imagen img {
  width: 100%;
  margin-top: -70px;
}

.cabecera-destacados-elemento-titulo a {
  color: white;
}

.cabecera-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  /*background-color: #be0f2e !important;*/
  height: 48.4px;
}

.cabecera-destacados-elemento-contenedor .bloque-caja-boton a {
  width: auto !important;
  border: 1px solid #fff !important;
}

.cabecera-destacados-elemento-contenedor .bloque-caja-boton a:hover {
  background-color: #790624 !important;
}

.cabecera-destacados-elemento-contenedor .bloque-caja-boton a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  text-align: center;
}

div#bloque-caja {
  background-color: #be0f2e;
  padding: 25px;
}

#bloque-caja-titulo h2 {
  color: white;
}

div#bloque-caja-boton {
  border-radius: 24px;
  /*background-color: #790624 !important;*/
  background-color: #fff !important;
  margin-top: 10px;
  height: 48.4px;
}

div#bloque-caja #bloque-caja-boton a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 23px;
  color: #be0f2e;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 150px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  text-align: center;
  font-family: 'Raleway', sans-serif !important;
}

#bloque-mas-us div div {
  /*border: solid 1px black;*/
  padding: 20px;
  height: 200px;
}

#bloque-mas-us div a {
  display: block;
}

#block-bloquecajaconboton {
  margin-top: 70px;
}

#block-masdelaus {
  margin-top: 70px;
  margin-bottom: 55px;
}

#block-masdelaus h2 {
  margin-bottom: 30px;
}

/* FIN ESTUDIANTES */

/* DETALLES */
body.page-node-type-destacado-estudiante div.main-content div.container {
  padding: 0px;
  margin: 0px;
  width: fit-content;
}

body.page-node-type-destacado-estudiante div.main-content div.container>div.row {
  padding: 0px !important;
  margin: 0px !important;
}

body.page-node-type-destacado-estudiante div.main-content div.container .bs-region--main,
body.page-node-type-destacado-estudiante div.main-content div.container .bs-region--bottom {
  margin-left: 7%;
  width: 86%;
}

/* FIN DETALLES */

/* COLABORACION */
div.ui-accordion-header span.field-content {
  display: inline-block;
}

#block-views-block-todos-programas-colaboracion-block-1 .view-filters {
  float: left;
  width: 250px;
  margin-left: -50px;
  margin-right: 30px;
}

#block-views-block-todos-programas-colaboracion-block-1 .view-content {
  float: left;
}

@media (min-width: 1200px) {
  #block-views-block-todos-programas-colaboracion-block-1 .ui-accordion .ui-accordion-header {
    width: 560px;
  }
}

body.path-cooperacion .col-md-4.fix-sidebar-second {
  margin-top: 40px;
}

div.view-enlaces-relacionados div.views-row a:after {
  /* content: '↗';*/
  content: url(https://img.icons8.com/windows/13/000000/up-right-arrow.png);
}

#block-views-block-ultimos-destacados-estudiante-block-1 {
  margin-top: 70px;
}

#block-views-block-ultimos-destacados-estudiante-block-1 .views-row {
  overflow: hidden;
}

#block-views-block-ultimos-destacados-estudiante-block-1 .views-col {
  padding: 0 5px;
}

.ultimos-destacados-elemento-contenedor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 340px;
  color: white;
}

.ultimos-destacados-elemento-contenedor img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
  max-width: unset !important;
  filter: brightness(0.5);
  z-index: -10;
}

.ultimos-destacados-elemento-titulo,
.ultimos-destacados-elemento-descripcion,
.bloque-caja {
  position: absolute;
}

.ultimos-destacados-elemento-titulo {
  top: 25%;
}

.ultimos-destacados-elemento-titulo a {
  color: white;
}

.ultimos-destacados-elemento-descripcion {
  text-align: justify;
}

.ultimos-destacados-elemento-contenedor .bloque-caja {
  bottom: 30%;
}

.ultimos-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  height: 48.4px;
  background-color: #be0f2e !important;
}

body.path-cooperacion .ultimos-destacados-elemento-contenedor .bloque-caja-boton {
  background-color: rgba(189, 19, 83, 1) !important;
}

.ultimos-destacados-elemento-contenedor .bloque-caja-boton:hover {
  background-color: #790624 !important;
}

body.path-cooperacion .ultimos-destacados-elemento-contenedor .bloque-caja-boton:hover {
  background-color: rgba(139, 14, 62, 1) !important;
}

.ultimos-destacados-elemento-contenedor .bloque-caja .bloque-caja-boton a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  text-align: center;
}

#block-views-block-grupo-destacados-estudiante-block-1 {
  margin-top: 70px;
}

.view-grupo-destacados-estudiante .owl-item {
  padding: 0 5px;
}

#block-views-block-enlaces-grados-block-1 a:first-child:hover {
  text-decoration: none;
}

#block-views-block-enlaces-grados-block-1 a:first-child h2 {
  color: black;
}

.grupo-destacados-elemento-contenedor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 340px;
  color: white;
}

.grupo-destacados-elemento-contenedor img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
  max-width: unset !important;
  filter: brightness(0.5);
}

.grupo-destacados-elemento-titulo,
.grupo-destacados-elemento-descripcion,
.bloque-caja {
  position: absolute;
}

.grupo-destacados-elemento-titulo {
  top: 30%;
}

.grupo-destacados-elemento-titulo a {
  color: white;
}

.grupo-destacados-elemento-descripcion {
  text-align: justify;
}

.grupo-destacados-elemento-contenedor .bloque-caja {
  bottom: 30%;
}

.grupo-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  background-color: #be0f2e !important;
  height: 48.4px;
}

body.path-grados .grupo-destacados-elemento-contenedor .bloque-caja-boton {
  background-color: rgba(253, 202, 27, 1) !important;
}

.grupo-destacados-elemento-contenedor .bloque-caja-boton:hover {
  background-color: #790624 !important;
}

body.path-grados .grupo-destacados-elemento-contenedor .bloque-caja-boton:hover {
  background-color: rgba(126, 97, 1, 1) !important
}

.grupo-destacados-elemento-contenedor .bloque-caja .bloque-caja-boton a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  text-align: center;
  font-family: 'Raleway', sans-serif !important;
}

#block-quizateinterese {
  margin-top: 70px;
  margin-bottom: 70px;
}

#block-quizateinterese h2 {
  margin-bottom: 30px;
}

#colaboracion-fila-quizas-interese {
  margin: 10px 0;
}

#colaboracion-fila-quizas-interese div.col-sm-4 div.col-sm-12 {
  border: solid 1px black;
  padding: 45px 20px;
  height: 250px;
  text-align: center;
}

#colaboracion-fila-quizas-interese div.bloque-caja-boton {
  border-radius: 24px;
  background-color: #be0f2e !important;
  margin-top: 75px;
  height: 48.4px;
}

#colaboracion-fila-quizas-interese div.bloque-caja-boton:hover {

  background-color: #790624 !important;
}

#colaboracion-fila-quizas-interese div.col-sm-4 div.col-sm-12 a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  text-align: center;
}

.ui-accordion-header a {
  color: #454545;
  font-family: Merriweather;
}

.ui-accordion-header a:hover {
  color: #454545 !important;
  text-decoration: none;
}

.ui-state-active a:hover {
  color: #059f94 !important;
  text-decoration: none;
}

.views-accordion-header:focus {
  outline: none;
}

.ui-accordion-header .ui-icon-caret-1-n {
  margin-top: 2px;
  filter: invert(42%) sepia(97%) saturate(421%) hue-rotate(127deg) brightness(97%) contrast(96%);
  float: right;
}

.ui-accordion-header .ui-icon-caret-1-s {
  margin-top: 2px;
  float: right;
}

.ui-state-active {
  background-color: #f6f6f6 !important;
  border: 1px solid #c5c5c5 !important;
}

.ui-state-active a {
  color: #059f94 !important;
  font-family: Merriweather;
}

body.path-cooperacion .ui-state-active a {
  color: rgba(189, 19, 83, 1) !important;
}

div.view-todos-programas-colaboracion div.form-item-tid {
  margin: 0;
}

div.view-todos-programas-colaboracion form div#edit-tid>div,
div.view-todos-programas-colaboracion form div#edit-tid>div>a {
  width: 100%;
}

div.view-todos-programas-colaboracion form div#edit-tid>div>a {
  border-radius: 0;
  margin-top: 0;
}

/* FIN COLABORACION */

/* LA US */
.view-cabecera-noticias .owl-wrapper {
  height: 300px;
  text-align: center;
}

.cabecera-noticias-elemento-contenedor {
  position: relative;
  color: white;
  padding: 70px 0;
  height: 400px;
}

.cabecera-noticias-elemento-imagen {
  position: absolute;
  filter: brightness(50%);
  width: 100%;
  z-index: -10;
  top: -50%;
}

.cabecera-noticias-elemento-imagen img {
  width: 100%;
  margin-top: -70px;
  filter: grayscale(1%) brightness(39%) sepia(100%) hue-rotate(-59deg) saturate(1069%) contrast(1.8);
}

.cabecera-noticias-elemento-titulo a {
  color: white;
}

#block-views-block-noticias-de-la-us-cuadricula-block-1 .views-col {
  padding: 0 10px;
}

#block-views-block-noticias-de-la-us-cuadricula-block-1 .views-field-field-entradilla {
  text-align: justify;
}

#block-iconosparacambiodetipodevista {
  margin-top: 60px;
}

#block-views-block-noticias-de-la-us-cuadricula-block-1 {
  margin-top: -120px;
}

#block-iconosparacambiodetipodevistaactivolista {
  margin-top: 60px;
}

#block-views-block-noticias-de-la-us-lista-block-1 {
  margin-top: -120px;
}

div[id^="block-iconosparacambiodetipodevista"] a {
  color: #ACACAC !important;
}

div[id^="block-iconosparacambiodetipodevista"] .activo {
  color: #be0f2e !important;
}

#block-views-block-enlace-binus-block-1 {
  margin-top: 40px;
}

#block-views-block-enlace-binus-block-1 .owl-item {
  text-align: center;
}

#block-views-block-enlace-binus-block-1 .owl-item .view-newsletter-body {
  text-align: justify;
}

.view-newsletter-boton {
  border-radius: 24px;
  background-color: #be0f2e !important;
  margin-top: 20px;
  height: 48.4px;
}

.view-newsletter-boton a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
  text-align: center;
}

body.path-la-us-lista .view-newsletter-boton a {
  color: white !important;
}

.views-accordion-header .ui-icon-triangle-1-s {
  /*filter: invert(42%) sepia(97%) saturate(421%) hue-rotate(127deg) brightness(97%) contrast(96%);*/
  filter: invert(19%) sepia(34%) saturate(6668%) hue-rotate(322deg) brightness(88%) contrast(101%);
}

/* FIN LA US */

/* BUSQUEDA */
.search-area input[type="submit"]:hover {
  background-color: transparent !important;
}

.content div.container-inline .js-form-type-search label {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif !important;
}

.content div.container-inline .js-form-type-search label:after,
.content div.container .js-form-type-search label:after {
  content: '' !important;
}

.content div.container-inline .js-form-type-search input,
.content div.container .js-form-type-search input {
  font-size: 14px;
  padding: 15px 23px;
  text-decoration: none !important;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 2px solid #bcbaba;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 5px 5px 0;
  background-color: transparent !important;
  color: #232323;
  display: block;
  width: 100%;
  text-align: left;
}

.content div.container-inline .js-form-type-search input:hover,
.content div.container-inline .js-form-type-search input:focus,
.content div.container .js-form-type-search input:hover,
.content div.container .js-form-type-search input:focus {
  border: 2px solid #232323;
}

.content .search-form {
  text-align: right;
}

.content div.item-list h3 {
  text-transform: none;
  margin-top: 0;
}

.content div.item-list ol {
  padding-left: 0;
}

.content div.item-list ol li {
  padding-top: 25px;
  border-top: 1px solid #b5b5b5;
  margin-left: 0;
}

body.path-search div.content>h2 {
  display: none;
}

.content .search-form input#edit-submit.search-form__submit.button.js-form-submit.form-submit {
  color: #fff;
  background-color: #000 !important;
  border-radius: 24px;
  border: 2px solid #bcbaba !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  min-width: 110px;
  padding: 10px 0;
}

.content .search-form input#edit-submit.search-form__submit.button.js-form-submit.form-submit:hover {
  color: #000;
  background-color: #fff !important;
}

.content .search-form a.search-help-link {
  visibility: hidden;
}

/* FIN BUSQUEDA */

/* CAROUSSEL */
.jcarousel-wrapper.jcarousel-skin-tango {
  margin: 20px auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-3 {
  /*width: 720px;*/
  height: 180px;
  width: auto;
}

.jcarousel-skin-default .jcarousel img {
  min-width: 228px;
  max-width: 228px;
  min-height: 160px;
  max-height: 160px;
}

.jcarousel-skin-default .jcarousel li {
  min-width: 237px;
  min-height: 180px;
  min-width: 800px;
  display: inline;
}

.jcarousel-skin-default .jcarousel-control-next,
.jcarousel-skin-default .jcarousel-control-prev {
  top: 65px;
}

/* FIN CAROUSSEL */

/* SOCIAL ICONS */
body.path-frontpage div#block-socialicons div.dark,
body.path-estudiantes div#block-socialicons div.dark {
  text-align: center !important;
  width: 165px !important;
  float: right;
  position: relative;
  top: 37px;
  right: 42px;
  z-index: 90;
  background-color: #fff;
}

body.path-frontpage div#block-socialicons div.dark a,
body.path-estudiantes div#block-socialicons div.dark a,
body.page-node-type-noticia div#block-socialicons div.dark a,
body.page-node-type-destacado div#block-socialicons div.dark a {
  margin: 0 5px;
}

body.page-node-type-noticia div#block-socialicons div.dark,
body.page-node-type-destacado div#block-socialicons div.dark {
  text-align: center !important;
  width: 12%;
  float: right;
  position: relative;
  top: 100px;
  right: 42px;
  z-index: 90;
  background-color: #ededed;
}

/* FIN SOCIAL ICONS */

/* MENU INFO */
li.info-main1:hover {
  background-color: #be0f2e;
}

li.info-main2:hover {
  background-color: #feca1b;
}

li.info-main3:hover {
  background-color: #e3ac00;
}

li.info-main4:hover {
  background-color: #95be05;
}

li.info-main5:hover {
  background-color: #059f94;
}

li.info-main6:hover {
  background-color: #bd1353;
}

li.info-main7:hover {
  background-color: #648a9f;
}

li.info-main7:hover {
  background-color: #648a9f;
}

li.info-main7+li:hover {
  background-color: #be0f2e !important;
}

div.header-inside {
  z-index: 100 !important;
}

div#block-informacion div.we-mega-menu-col>ul>li {
  padding: 6px 0 8px 0 !important;
}

div#header-inside>.row>.col-md-4 {
  width: 25% !important;
  padding-right: 0px;
}

div#header-inside>.row>.col-md-8 {
  width: 75% !important;
}

div#block-mainnavigation {
  display: inline-block;
  width: 76%;
}

div#block-informacion {
  width: 20%;
  display: inline-block;
  position: relative;
  bottom: 13px;
  left: 35px;
}

div#block-informacion nav>div>ul>li>div.we-mega-menu-submenu {
  margin-top: 0px;
}

div#block-informacion .navbar-we-mega-menu .we-mega-menu-row>.we-mega-menu-col {
  margin: 0 !important;
}

div#block-informacion div.we-mega-menu-submenu ul.subul>li>a {
  color: #fff !important;
  text-align: center;
}

div#block-informacion div.we-mega-menu-submenu ul.subul>li:hover>a {
  color: #fff !important;
}

div#block-informacion div.we-mega-menu-submenu ul.subul>li:hover>a {
  border-bottom: 1px solid #fff !important;
  transition: border-bottom 0.2s linear;
}

div#block-informacion .navbar-we-mega-menu .we-mega-menu-row {
  margin-left: 0;
  margin-right: 0;
}

div#block-informacion .navbar-we-mega-menu .span12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

div#block-informacion li.info-mainTitle a:hover {
  background-color: transparent;
}

div#main-navigation div#block-informacion ul.we-mega-menu-ul>li {
  background-color: #feca1b !important;
  border: 1px solid #feca1b !important;
  border-radius: 50px;
  padding: 10px 10px 10px 20px;
  top: -60px;
  position: relative;
}

body.onscroll div#main-navigation div#block-informacion ul.we-mega-menu-ul>li {
  top: 0px;
  position: relative;
}

div#main-navigation div#block-informacion ul.we-mega-menu-ul>li>a {
  min-width: 200px;
  color: #fff !important;
  margin-right: 0 !important;
  border-bottom: 0px !important;
}

div#main-navigation div#block-informacion ul.we-mega-menu-ul>li>a:after {
  opacity: 1 !important;
  width: 12px;
}

div#main-navigation div#block-informacion ul.we-mega-menu-ul>li>a:before {
  content: '' !important;
  background-image: none !important;
}

div#block-informacion .navbar-we-mega-menu .we-mega-menu-row {
  background-color: #f2f1f1;
}

div#block-informacion nav>div>ul>li>div.we-mega-menu-submenu {
  padding: 0 !important;
  background-color: transparent !important;
  margin-left: 0px !important;
  max-width: 220px;
  z-index: 0;
}

#block-informacion .we-mega-menu-submenu-inner ul.subul li:first-child:hover {
  background-color: #be0f2e !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div#block-informacion {
    left: 195px;
    top: 53px;
  }

  .onscroll div#block-informacion {
    left: 115px;
    top: -7px;
  }

  .onscroll .header div.main-navigation {
    padding-left: 48px !important;
  }

  .onscroll .header .logo-and-site-name-wrapper {
    /*margin-top: 9px !important;*/
  }

  div#block-mainnavigation {
    width: 64%;
  }

  div#main-navigation div#block-informacion ul.we-mega-menu-ul>li {
    padding: 5px 5px 5px 20px;
    max-width: 200px;
  }

  div#block-mainnavigation .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 10px;
  }

  div#main-navigation div#block-informacion ul.we-mega-menu-ul>li>a {
    min-width: 155px !important;
    font-size: 10px !important;
    padding-top: 2.5px;
    margin-right: 10px;
  }

  div#main-navigation ul.we-mega-menu-ul>li>a {
    margin-right: 10px;
  }

  div#block-informacion {
    bottom: 7px;
  }

  .logo-and-site-name-wrapper div.logo a img {
    /*min-width: 200px;
      height: 95px;
      */

    width: auto;
    height: 50px;

  }

  div.main-navigation {
    padding-right: 0 !important;
    padding-left: 0px;
    padding-top: 0px;
  }

  div#header-inside>.row>.col-md-8 {
    width: 58% !important;
  }

  div#header-inside>.row>.col-md-4 {
    width: 15% !important;
  }

  div#header-inside ul.we-mega-menu-ul {
    padding-top: 2.5em;
  }

  .onscroll .header div.logo a img {
    /*min-width: 208px;
    left: 30px;
    width: 182px;
    height: 25px;
    margin-top: 5px;
    position: relative;
    */
  }

  .onscroll .logo {
    padding: 0;
    width: auto;
    float: none;
    margin-right: 0px;
    display: inline-block;
  }

  .onscroll .header div.main-navigation {
    padding-left: 15px !important;
  }

  .onscroll div#block-mainnavigation .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 8px;
  }

  .onscroll div#main-navigation div#block-informacion ul.we-mega-menu-ul>li>a {
    font-size: 9px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1330px) {
  div#block-informacion {
    /*left: -350px;
    top: 90px;
    */
    /*left: 127px;*/
    top: 50px;
  }

  .onscroll div#block-informacion {
    left: 45px;
    top: -7px;
  }

  div#main-navigation ul.we-mega-menu-ul>li>a {
    margin-right: 12px;
  }

  div#block-mainnavigation {
    width: 64%;
  }

  div#main-navigation div#block-informacion ul.we-mega-menu-ul>li {
    padding: 5px 5px 5px 20px;
    max-width: 200px;
  }

  div#main-navigation div#block-informacion ul.we-mega-menu-ul>li>a {
    min-width: 155px !important;
    font-size: 10px !important;
    padding-top: 2.5px;
  }

  div.main-navigation {
    /*padding-left: 30px;*/
  }

  div#block-informacion {
    bottom: 7px;
  }

  div#header-inside>.row>.col-md-4 {
    width: 15% !important;
  }

  div#header-inside>.row>.col-md-8 {
    width: 75% !important;
  }
}

/* FIN MENU INFO */

/* TO TOP */
div#toTop {
  background-color: transparent;
  content: url(/themes/startupgrowth_lite/images/icons/scroll_up.png);
  width: 100px;
  height: 100px;
  filter: invert(93%) sepia(7%) saturate(0%) hue-rotate(159deg) brightness(106%) contrast(108%);
}

div#toTop i {
  display: none;
}

/* FIN TO TOP */

/* ACTUALIDAD */

.view-newsletter.card {
  background-color: #FFF !important;
  padding: 20px 20px 80px 20px !important;
}

.view-eventos .card {
  margin: 20px !important;
  background-color: #FFF !important;
  border: 1px solid #efefef !important;
}

body.path-la-us-lista .view-eventos .card h5 a {
  color: black;
}

.path-frontpage .view-eventos .card {
  margin: 0px !important;
  background-color: #FFF !important;
  border: 1px solid #efefef !important;
}

.view-noticias-de-la-us-cuadricula .views-row:first-child .views-col:first-child {
  width: 50% !important;
}

.view-noticias-de-la-us-cuadricula .views-col {
  min-height: 540px !important;
}

.view-noticias-de-la-us-cuadricula .views-col.col-1,
.view-noticias-de-la-us-cuadricula .views-col.col-2,
.view-noticias-de-la-us-cuadricula .views-col.col-3 {
  width: 25% !important;
}

#block-iconosparacambiodetipodevista,
#block-iconosparacambiodetipodevistaactivolista {
  z-index: 200 !important;
}

.block-views-blocknoticias-de-la-us-lista-block-1 .panel-group {
  min-height: 49.2px !important;
  margin: 0px !important;

}

.btn-default {
  border-radius: 30px;

  transition: background-color 0.1s linear;
  text-transform: uppercase;
  padding: 5px 25px;
}

.btn-default:hover {
  background-color: #5A091B;
  transition: background-color 0.1s linear;
}

body.path-la-us-lista .view-noticias-de-la-us-lista .btn-default:hover a {
  color: white;
}

.btn-default a:hover {
  text-decoration: none
}

.panel-heading:hover {
  background: transparent !important;
  color: #059f94 !important;
}

.panel-title a:hover {
  color: #059f94 !important;
}

body.path-la-us-lista .panel-heading:hover,
body.path-la-us-lista .panel-title a:hover {
  color: rgba(190, 15, 46, 1) !important;
}

.fa-angle-down {
  font-size: 2.5em !important;
  padding: 5px;
}

#accordion a {
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    */

}

.addtoany_list:before {
  content: "COMPARTIR \A";
  font-family: 'Open Sans Light', sans-serif !important;
  font-size: 14px;
}

.addtoany_list.a2a_kit_size_32>a {
  margin-top: 20px !important;
}

.caption>figcaption {
  color: silver;
}

figure {
  /*margin-bottom: 30px;
  width: 100%;
  */
}

figure img {
  width: 100%;
}

.addtoany_list {
  white-space: pre-line !important;
  padding-bottom: 25px;
  display: block;
}

.addtoany_list>a {
  padding: 0 8px 0 0;
}

.a2a_svg {
  background-color: rgb(162, 163, 165) !important;
}

/* FIN ACTUALIDAD */

#block-informacion {
  float: right;
}

.view-noticias-estudiantes .card .card-body {
  background-color: #FFF !important;
  padding: 20px 20px 80px 20px !important;
}

.view-noticias-estudiantes .card {
  margin: 5px;
}

.more-link a {
  text-align: center;
  background-color: #be0f2e;
  /*border: 1px solid #feca1b !important;*/
  border-radius: 50px;
  padding: 10px 10px 10px 20px;
  max-width: 200px;
  color: #fff !important;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif !important;
}

.more-link a:hover {
  background-color: #5A091B
}

.more-link {
  margin-top: 30px;
}


.path-programa-cooperacion .block-region-second {
  padding: 0px 10px !important;
}

.path-programa-cooperacion .block-region-first {
  padding-top: 50px !important;
}

#OpenLayers.Geometry.Point_287 {
  content: url("http://192.168.4.54/sites/default/files/inline-images/logo-dark.png") !important;
}

.path-cooperacion .content-top-highlighted {
  background-color: #fff !important;
  margin-bottom: 0px !important;
}

.path-cooperacion #main-content {
  background-color: #fff !important;

}


.path-cooperacion #sidebar-second,
.path-cooperacion #sidebar-first {
  margin-top: 23px;
}

#superfish-programa-de-cooperacion li {
  background-color: #fff !important;
  border: 1px solid silver !important;
}

.path-cooperacion ul.menu li a:hover {
  text-decoration: none !important;
  background-color: rgba(189, 19, 83, 1) !important;
  color: #ffffff !important;
}

.page-node-type-programa-de-colaboracion #content-top .container,
.page-node-type-book #content-top .container {
  height: 300px !important;
}

.page-node-type-programa-de-colaboracion #content-top-inside .col-md-12 {
  padding: 0px !important;
}

.page-node-type-programa-de-colaboracion .texto-grados-bg .row {
  position: relative;
  top: 20%;
}

.page-node-type-book .texto-grados-bg .row {
  position: relative;
  top: 20%;
}

.page-node-type-book #content-top-inside .col-md-12 {
  padding: 0px !important;
}


.page-node-type-book ul.menu li a:hover {
  text-decoration: none !important;
  background-color: #059f94 !important;
  color: #ffffff !important;

}

.page-node-type-book #sidebar-second {
  margin-top: 23px;
}

.page-node-type-programa-de-colaboracion ul.menu li a:hover {
  text-decoration: none !important;
  background-color: #059f94 !important;
  color: #ffffff !important;

}

.page-node-type-programa-de-colaboracion ul.menu li a:hover {
  text-decoration: none !important;
  background-color: #059f94 !important;
  color: #ffffff !important;
}

.page-node-type-programa-de-colaboracion .content-top-highlighted {
  /*background-color: #ededed !important;*/
  margin-bottom: 0px !important;
}

#superfish-programa-de-cooperacion-accordion li {
  background-color: #fff !important;
  border-top: 1px solid silver !important;
}


#superfish-programa-de-cooperacion-accordion a {
  /*color: #059f94 !important;*/
  color: #000;
}

#superfish-programa-de-cooperacion-accordion a:hover {
  color: #fff !important;
}

#superfish-programa-de-cooperacion-accordion a:active {
  color: rgba(189, 19, 83, 1) !important;
}

#superfish-programa-de-cooperacion-accordion li:active {
  color: rgba(189, 19, 83, 1) !important;
}


a.menuparent::after {

  float: right !important;
  font-family: "FontAwesome", sans-serif !important;
  content: "\f078" !important;
  font-size: 1.2em !important;
  padding: 5px;
}

#superfish-programa-de-cooperacion-toggle span {
  font-size: 1.3em;
  font-weight: bolder;
  margin-bottom: 20px;
  display: none;
}

#superfish-programa-de-cooperacion-accordion {
  margin-top: 45px;
  border-bottom: 1px solid silver !important;
}

.page-node-type-book .content-top-highlighted {
  /* background-color: #ededed !important;*/
  margin-bottom: 0px !important;

}

.page-node-type-book #sidebar-first {
  margin-top: 0px !important;
}

/* bloque Datos de contacto*/
.first-box {
  padding: 10px !important;
  background: #cade82 !important;
  max-height: 212px !important;
}

.second-box {
  padding: 10px !important;
  background: #fcdc84 !important;
  max-height: 212px !important;
}

.third-box {
  padding: 10px !important;
  background: #de8796 !important;
  max-height: 212px !important;
}

.fourth-box {
  padding: 10px !important;
  background: #b1c4cf !important;
  max-height: 212px !important;
}

#block-datosdecontacto h2 {
  margin-bottom: 25px !important;

}

#block-mapa-2 iframe {
  border-bottom: 6px solid #be0f2e !important;
}

/* Fin bloques de contacto*/

.page-node-type-programa-de-colaboracion #main-content .container {
  padding-bottom: 50px !important;

}

.path-la-us .view-eventos .card,
.path-actualidad-de-la-us .view-eventos .card,
.path-eventos .view-eventos .card,
.path-la-us-lista .view-eventos .card {
  margin: 20px !important;
}

/*Enlaces Estudiantes*/
.box>.icon {
  text-align: center;
  position: relative;
}

.box>.icon>.image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: rgba(190, 15, 46, 1);
  vertical-align: middle;
}

.box>.icon:hover>.image {
  background: #790624;
}

.box>.icon>.image>i {
  font-size: 36px !important;
  color: #fff !important;
}

.box>.icon:hover>.image>i {
  color: white !important;
}

.box>.icon>.info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
}

.box>.icon:hover>.info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}

.box>.icon>.info>h3.title {
  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}

.box>.icon>.info>p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
  color: #666;
  line-height: 1.5em;
  margin: 20px;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
  color: #222;
}

.box>.icon>.info>.more a {
  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
  color: #fff;
  padding: 6px 8px;
  background-color: rgba(190, 15, 46, 1);
}

.box .space {
  height: 30px;
}

/*Fin Enlaces Estudiantes*/

#block-responsivemenumobileicon #toggle-icon {
  background: #be0f2e !important;
}

#block-responsivemenumobileicon #toggle-icon .label {
  display: none;
}

#menu-toggle {
  background: #be0f2e !important;

}

#block-topmenu-menu .menu-item:hover {
  color: #fff !important;
}

#block-mainnavigation-2 {
  display: none;
}

.off-canvas-wrapper {
  display: none;
}

.fc-day-grid {
  background-color: #fff;
}

.calendario table th {
  background: #059f94 !important;
}

.path-eventos .more-link a {
  max-width: 226px;
}

.path-eventos .container-calendario {
  position: relative !important;
  top: 25% !important;
}

.path-calendario-de-eventos .container-calendario {
  top: 25% !important;
}

.file--application-pdf {
  background-image: url("") !important;
}

#superfish-informacion {
  display: none;
}

#contact-message-formulario-de-contacto-form input.form-text,
#contact-message-formulario-de-contacto-form input.form-tel,
#contact-message-formulario-de-contacto-form input.form-email,
#contact-message-formulario-de-contacto-form input.form-url,
#contact-message-formulario-de-contacto-form input.form-search,
#contact-message-formulario-de-contacto-form input.form-file,
#contact-message-formulario-de-contacto-form input.form-number,
#contact-message-formulario-de-contacto-form input.form-color,
#contact-message-formulario-de-contacto-form select.form-select,
#contact-message-formulario-de-contacto-form select {
  background: #fff !important;
  color: #454545;
  font-size: 12px;
  padding: 12px 15px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 55px !important;
  -moz-border-radius: 55px !important;
  -o-border-radius: 55px !important;
  border-radius: 55px !important;
  width: 100%;
}

textarea.form-textarea,
textarea {
  background: #fff !important;
  color: #454545;
  font-size: 12px;
  padding: 14px 15px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
  width: 100%;
}

.header-container ul.sf-menu>li>a.menuparent:after {
  top: 0px !important;
  right: -12px !important;
}

body.path-eventos form {
  padding: 0 15px;
}

body.path-eventos form>div>div>label {
  display: block;
  font-size: 25px;
  font-weight: 500;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif !important;
}

body.path-eventos form input.form-text {
  border: 1px solid #232323;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none !important;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 2px solid #bcbaba;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 5px 5px 0;
  background-color: white !important;
  color: #232323;
  display: block;
  width: 40%;
  text-align: left;
}

body.path-eventos form div#edit-keys--description {
  width: 40%;
  text-align: left;
}

body.path-eventos form div.description {
  width: 40%;
  text-align: left;
}

body.path-eventos .footer-area .block-search div.js-form-wrapper {
  padding: 5px 20px 0 0;
}

body.path-eventos form input.form-text:hover,
body.path-eventos form input.form-text:focus {
  border: 2px solid #232323;
}

div.card>div.card-img-top>img {
  max-height: 255px;
  min-height: 255px;
}

body.path-grados div.view-vista-areas-tematicas i.fa-chevron-right {
  margin-right: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-bottom: 1px solid #c5c5c5 !important;
  background: #fff !important;
}

.ui-accordion .ui-accordion-header {
  border: none !important;
  border-bottom: 1px solid silver !important;
  background: #fff !important;
}

.path-la-us-lista #main-content,
.path-la-us #main-content,
.path-actualidad-de-la-us #main-content {
  background-color: #fff !important;
}

.path-la-us-lista #accordion .panel.panel-default,
.path-la-us-lista #accordion .panel-default {
  border: none !important;
  border-top: 1px solid silver !important;
}

.view-noticias-de-la-us-lista .views-col {
  padding: 0px 5px 0px 5px !important;
}

body.path-la-us-lista .view-noticias-de-la-us-lista .panel-title a {
  color: black;
}

/* Icono del acordeón principal: Cerrado */
.path-cooperacion .ui-icon-triangle-1-e {
  background-size: 500px;
  background-position: -126px -26px !important;
  float: right !important;

}

/* Icono del acordeón principal: Abierto */
.path-cooperacion .ui-icon-triangle-1-s {
  background-position: 0px 0px !important; float:right !important;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);
  float: right !important;
  background-size: 500px;
}

.ui-state-hover .ui-icon {
  /*background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);*/
  float: right !important;
  background-size: 500px;
}

.ui-icon-triangle-1-s {
  background-position: 0px -30px !important;
}

.path-cooperacion .ui-widget-content {
  border: none !important;
  background: #ffffff;
  color: #333333;
}

.path-cooperacion .ui-icon {
  width: 30px !important;
  height: 30px !important;

}

.page-node-type-programa-de-colaboracion #main-content {
  background: #ffffff !important;

}

.page-node-type-programa-de-colaboracion ul>li>ul>li>a {
  padding-left: 45px !important;
  background: #f4f4f4 !important;
}

.page-node-type-programa-de-colaboracion ul>li>ul>li>ul>li>a {
  padding-left: 60px !important;
  background: #fff !important;
}

.path-cooperacion ul>li>ul>li>a {
  padding-left: 45px !important;
  background: #f4f4f4 !important;
}

.path-cooperacion ul>li>ul>li>ul>li>a {
  padding-left: 60px !important;
  background: #fff !important;
}

.page-node-type-book #main-content {
  background: #ffffff !important;
}

.page-node-type-book ul>li>ul>li>a {
  padding-left: 45px !important;
  background: #f4f4f4 !important;
}

.page-node-type-book ul>li>ul>li>ul>li>a {
  padding-left: 60px !important;
  background: #fff !important;
}

.imagebg.height-60.parallax.container-fluid .background-image-holder {
  /*filter: grayscale(1%) brightness(27%) sepia(100%) hue-rotate(-84deg) saturate(1069%) contrast(1.8) !important;*/
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);
}

.path-cooperacion .imagebg.height-100.parallax.container-fluid .background-image-holder {
  /*filter: grayscale(1%) brightness(27%) sepia(100%) hue-rotate(-84deg) saturate(1069%) contrast(1.8) !important;*/
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);
}

.page-node-type-programa-de-colaboracion .imagebg.height-100.parallax.container-fluid .background-image-holder {
  /*filter: grayscale(1%) brightness(27%) sepia(100%) hue-rotate(-84deg) saturate(1069%) contrast(1.8) !important;*/
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);
}

.page-node-type-book .imagebg.height-100.parallax.container-fluid .background-image-holder {
  /*filter: grayscale(1%) brightness(27%) sepia(100%) hue-rotate(-84deg) saturate(1069%) contrast(1.8) !important;*/
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);
}

.cabecera-destacados-elemento-imagen {
  /*filter: grayscale(1%) brightness(18%) sepia(100%) hue-rotate(-84deg) saturate(1069%) contrast(1.8) !important;*/
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);
}

body.path-estudiantes .cabecera-destacados-elemento-titulo a {
  color: white;
  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
  font-weight: 100;
  text-transform: none;
}

body.path-estudiantes .cabecera-destacados-elemento-titulo a:hover {
  color: white;
  text-decoration: none;
}

div.cabecera-destacados-elemento-contenedor {
  padding: 25px 0px;
  height: 400px;
}

.cabecera-destacados-elemento-contenedor div p {
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
  font-style: italic;
  width: 60%;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0 auto;
}

body.path-estudiantes .cabecera-destacados-elemento-contenedor div a {
  margin-top: 20px;
}

body.path-estudiantes .cabecera-destacados-elemento-contenedor .bloque-caja-boton a {
  border: 2px solid #fff !important;
}

body.path-estudiantes .grupo-destacados-elemento-titulo a {
  color: white;
  text-transform: none;
}

body.path-estudiantes .grupo-destacados-elemento-titulo a:hover {
  color: white;
  text-decoration: none;
}

body.path-estudiantes .view-grupo-destacados-estudiante .grupo-destacados-elemento-titulo {
  top: 30%;
}

body.path-estudiantes .view-grupo-destacados-estudiante .grupo-destacados-elemento-titulo>h3 {
  margin-bottom: 0;
}

body.page-node-type-destacado div.content div.field--name-field-imagen img {
  /*filter: grayscale(1%) brightness(18%) sepia(100%) hue-rotate(-82deg) saturate(800%) contrast(1.8) !important;*/
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.4);
}

div#header-inside-third .search-area {
  top: -75px;
  left: 150px;
}

.onscroll div#header-inside-third #search-area {
  display: none;
}

span.sf-sub-indicator {
  display: none;
}

ul#superfish-top-menu li.sf-depth-2>a.sf-depth-2 {
  color: #000000 !important;
  font-size: 12px;
  font-weight: bold !important;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif !important;
}

ul#superfish-top-menu li.sf-depth-2>a.sf-depth-2:hover {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold !important;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif !important;
}

div.region-header-top div#block-topmenu-5 {
  width: auto;
  float: right;
  right: 75px;
  height: 50px;
}

i.fa-youtube:before,
i.fa-youtube-square:before {
  content: "\f16a";
}

div.feed-icons a {
  visibility: hidden;
}

body.path-grados div.views-field:nth-child(2) div.bloque-caja-boton:nth-child(2)>a:first-child {
  display: none !important;
}

div#search-area:hover form input {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 10px !important;
}

/* FIREFOX */
@-moz-document url-prefix() {

  .path-agenda .calendar-calendar .month-view .full thead tr {
    height: 40px;
  }

  .path-agenda tr.single-day {

    position: relative !important;
    z-index: -1;

  }

  .path-agenda tr.single-day:nth-child(1) {

    position: relative !important;
    top: -32px;

  }

  .path-agenda .month.day {
    font-family: 'Raleway', sans-serif !important;
  }

  .path-agenda .item:nth-child(1) {
    position: relative;
    top: -32px;
  }

  .path-agenda td .inner {
    padding-bottom: 25px !important;
  }

  .path-agenda td {
    position: relative;
  }

  .js-form-type-select,
  .js-form-file {
    display: inline !important;
  }

  #content-bottom-first,
  #content-bottom-second {
    border-top: 2px solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 50%, transparent 50%, transparent 75%, transparent 75%) 5;

  }

  /*.onscroll .header .logo a::before {
  	display: inline-block;
		height: 26px;
		width: 267px;
		margin-right: 5px;
		content: "";
		background: url('http://nuevoportal.us.es/sites/default/files/inline-images/logo-dark.png') no-repeat 30px 0;
		background-size: auto auto;
		background-size: 228px 25px;
  }

  .onscroll .header .logo a img {
  	display: none;
  }

  .onscroll div.logo {
		position: relative;
		right: 15px;
		top: 5px;
  }

  @media (min-width: 993px) and (max-width: 1200px){
  	.onscroll .header .logo a::before {
	  	display: inline-block;
			height: 26px;
			width: 267px;
			margin-right: 5px;
			content: "";
			background: url('http://nuevoportal.us.es/sites/default/files/inline-images/logo-dark.png') no-repeat 30px 0;
			background-size: auto auto;
			background-size: 228px 25px;
		}
  }
  */
}

.header-container ul#superfish-top-menu li#top-menu-userlogout,
.header-container ul#superfish-top-menu li.sf-depth-1 {
  z-index: 95;
}

div#search-area form input#edit-keys,
div#search-area:hover form input#edit-keys {
  background-color: #be0f2e !important;
  z-index: 99;
}

div#search-area:hover form input#edit-keys {
  width: 425px !important;
}

div#search-area form div.form-actions {
  z-index: 100 !important;
}






/* MOVIL */
@media (min-width: 300px) and (max-width: 767px) {

  #block-mainnavigation-2 {
    display: block !important;
    position: fixed;
    top: 2px;
    left: 0px;
    z-index: 5000 !important;
  }

  #block-mainnavigation-2 .content {
    min-height: 100%;
    height: 100%;
  }

  #block-informacion {
    display: none !important;
  }

  #block-mainnavigation {
    display: none !important;
  }

  #block-topmenu-5 {
    left: -15px;
    top: 2px;
  }

  #superfish-top-menu-accordion {
    position: absolute;
  }

  #footer nav#block-topmenu-4 ul li,
  #block-menufootersecretariavirtual ul li {
    margin-bottom: 0px;
  }

  #footer nav#block-topmenu-4 ul li a,
  #block-menufootersecretariavirtual ul li a {
    line-height: 1.5em !important;
  }

  body.path-frontpage div#block-socialicons div.dark {
    width: 40%;
  }

  .logo-and-site-name-wrapper div.logo a img {
    min-width: 145px;
    height: auto;
  }

  .vista-cabecera-text h1 {
    font-size: 3em !important;
  }

  .vista-cabecera-text p {
    font-size: 1em !important;
  }

  .view-lista-avances .views-col {
    width: 100% !important;
  }

  .view-comunicaciones-oficiales .views-col {
    width: 100% !important;

  }

  div#header-inside>.row>.col-md-4 {
    width: 60% !important;
    margin: 0 auto;
  }

  #block-socialicons .content .contacts.social .dark {
    right: 0px !important;
    position: absolute !important;
    top: -11px !important;
    z-index: 20 !important;
    width: 100% !important;
  }

  .contenedor-avance {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    height: 100% !important;
    top: 0px;
  }

  .contenido-comunicacion {
    height: 100% !important;
  }

  .path-frontpage .owl-item {
    width: 100% !important;
    margin: 0px !important;
    max-width: 384px !important;
  }

  .view-bloque-la-us-destaca .views-col {
    width: 100% !important;
  }

  .view-lo-que-cuentan-de-la-us .owl-item {
    width: 100% !important;
    max-width: 375px !important;
  }

  .view-lo-que-cuentan-de-la-us .owl-item .views-field {
    margin: 0 auto !important;
    max-width: 375px !important;
  }

  .comentario-us {
    margin: 0 auto !important;
    max-width: 375px !important;

  }

  #footer #block-logofooter p.slogan {
    padding: 0px;
  }

  .img-slogan {
    width: 150px;
  }

  #block-menuextra1 {
    float: left;
  }

  .texto-central-ayuda>a:has(> h4) {
    background-color: transparent !important;
  }

  .texto-central-ayuda>a>h4 {
    margin: 0px !important;
  }

  nav#block-destacados {
    margin-top: 0px;
    float: left;
    margin-right: 30px;
  }

  #footer nav#block-topmenu-4 {
    padding-top: 55px !important;
  }

  .hover-element {
    max-height: 479px !important;
  }

  #block-views-block-todos-programas-colaboracion-block-1 .view-content {
    width: 100%;
  }

  .view-ultimos-destacados-estudiante .views-col {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .view-noticias-de-la-us-cuadricula .views-col {
    width: 100% !important;

  }

  .header-container ul.menu.sf-accordion li a {
    color: #000 !important;
  }

  .header-container ul.menu.sf-accordion li a:hover {
    background-color: #059f94 !important;
    color: #fff;
  }

  .header-container .sf-accordion-toggle.sf-style-none {
    z-index: 20000;
  }

  .header-container ul.menu.sf-accordion {
    z-index: 20001;
  }

  #superfish-main-accordion {
    max-height: 500px;
    overflow-y: scroll;

  }

  body.page-node-type-destacado .bs-region--main {
    padding: 0px 30px !important;
  }

  body.page-node-type-destacado #content-top-inside .col-md-12 {
    height: 25px !important;
  }

  body.page-node-type-destacado .bs-region--bottom {
    padding: 0px 30px !important;
  }

  .page-node-type-avance #block-socialicons .content .contacts.social .dark {
    width: 30% !important;
  }

  .page-node-type-avance #content-top-inside {
    background-color: #ededed !important;
    top: -35px !important;
  }

  .view-noticias-de-la-us-cuadricula .views-col.col-1,
  .view-noticias-de-la-us-cuadricula .views-col.col-2,
  .view-noticias-de-la-us-cuadricula .views-col.col-3 {
    width: 100% !important;
  }

  .view-noticias-de-la-us-cuadricula .views-row:first-child .views-col:first-child {
    width: 100% !important;
  }

  .view-noticias-de-la-us-lista .views-col {
    width: 100% !important;
  }

  body.page-node-type-noticia #content-top-inside .col-md-12 {
    height: 25px !important;
    padding: 0;
  }

  body.page-node-type-noticia div.main-content div.container {
    width: auto !important;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--left {
    margin: 0px !important;
    width: 100% !important;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--right {
    width: 100% !important;
  }

  .path-eventos .view-eventos .views-col {
    width: 100% !important;
  }

  .texto-grados-bg h1 {
    font-size: 3em !important;
    text-transform: none !important;
    text-align: left !important;
  }

  :-webkit-any(article, aside, nav, section) h1 {
    font-size: 51px !important;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
  }

  .path-grados #block-socialicons .content .contacts.social .dark,
  .page-node-type-grado #block-socialicons .content .contacts.social .dark,
  .path-cooperacion #block-socialicons .content .contacts.social .dark,
  .path-contact #block-socialicons .content .contacts.social .dark,
  .path-la-us #block-socialicons .content .contacts.social .dark,
  .path-actualidad-de-la-us #block-socialicons .content .contacts.social .dark {
    right: 0px !important;
    position: initial !important;
    top: 0px !important;
    z-index: 20 !important;
    width: 63% !important;
  }

  .path-la-us .page,
  .path-actualidad-de-la-us .page {
    padding: 0;
  }

  .path-frontpage .header-container .sf-accordion-toggle.sf-style-none #superfish-main-toggle {
    /*right: -14px !important;*/
  }

  .path-frontpage .header-container .sf-accordion-toggle.sf-style-none #superfish-main-toggle.sf-expanded {
    /*right: 6px !important;*/
  }

  .path-la-us .header-container .sf-accordion-toggle.sf-style-none #superfish-main-toggle,
  .path-la-us .header-container .sf-accordion-toggle.sf-style-none a.sf-expanded {
    /*right: -25px !important;*/
  }

  .path-frontpage #superfish-main-accordion,
  .path-la-us #superfish-main-accordion {
    /*right: -15px !important;*/
  }

  .header-container .sf-accordion-toggle.sf-style-none #superfish-main-toggle,
  .path-la-us .header-container .sf-accordion-toggle.sf-style-none a.sf-expanded {
    /*right: -25px !important;*/
  }

  #superfish-main-accordion,
  .path-la-us #superfish-main-accordion {
    /*right: -15px !important;*/
    width: 101%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
  }

  #block-views-block-noticias-de-la-us-cuadricula-block-1,
  #block-views-block-noticias-de-la-us-lista-block-1 {
    margin-top: 0px !important;
  }

  #block-iconosparacambiodetipodevista,
  #block-iconosparacambiodetipodevistaactivolista {
    margin-top: 0px !important;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--bottom {
    margin-left: 32px !important;
    width: 80% !important;
  }

  .first-box {
    height: 188px !important;
  }

  .second-box {
    height: 188px !important;
  }

  .third-box {
    height: 188px !important;
  }

  .fourth-box {
    height: 188px !important;
  }

  div#content-top-highlighted {
    z-index: 1;
  }

  div#block-mainnavigation-2 div.content+div.sf-accordion-toggle a.sf-expanded {
    background: #e5e5e5;
  }

  .cabecera-noticias-elemento-imagen img {
    min-width: 700px;
    min-height: 620px;
  }

  .cabecera-noticias-elemento-contenedor {
    padding: 10px 0;
  }

  .jcarousel-skin-default .jcarousel img {
    min-width: 130px;
    max-width: 130px;
    min-height: 87px;
    max-height: 87px;
  }

  .jcarousel-skin-default .jcarousel li {
    min-width: 134px;
    width: 134px;
    min-height: 91px;
    max-height: 91px;
  }

  .jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-3 {
    width: 720px;
    height: 108px;
  }

  .jcarousel-skin-default .jcarousel-control-next,
  .jcarousel-skin-default .jcarousel-control-prev {
    top: 28px;
  }

  .jcarousel-wrapper.jcarousel-skin-default {
    margin: 20px 0 10px 13px;
  }

  .addtoany_list {
    padding-bottom: 12px;
  }

  body.page-node-type-noticia .bs-region--bottom .addtoany_list {
    margin-bottom: 14px;
  }

  #block-mapa-2 iframe {
    height: 300px;
  }

  #block-mainnavigation-2 #superfish-main-accordion>li {
    /* width: 95%;*/
  }

  #block-mainnavigation-2 #superfish-main-accordion>li ul.menu li {
    width: 98%;
  }

  #superfish-informacion {
    display: block;
  }

  .cabecera-destacados-elemento-imagen img {
    height: 647px !important;
  }

  #block-informacion-3 {

    margin: auto !important;
  }

  div#header-inside>.row>.col-md-8 {
    width: 100% !important;
  }

  #block-mainnavigation-2 {
    position: fixed;
    border-bottom: 1px solid #c2c2c2;
    z-index: 499;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .region-footer-first #block-menuextra1 {
    width: 50%;
  }

  .region-footer-first #block-menuextra2 {
    margin-left: 50%;
  }

  #edit-subscribe--2 {
    margin-left: -34px;
  }

  #main-content {
    margin-top: 35px;
  }

  .page-node-type-noticia #main-content {
    margin-top: 0;
  }

  .page-node-type-noticia #main-content .field--name-field-image img {
    /*height: 150px;*/
  }

  .page-node-type-noticia #main-content .field--name-node-title {
    margin-bottom: 20px;
  }

  .page-node-type-noticia #main-content div.field--name-field-entradilla {
    margin-top: 6px;
  }

  body.page-node-type-noticia .field--name-field-enlace-externo {
    margin-bottom: 30px;
  }

  body.path-cooperacion #sidebar-first {
    margin-top: -40px;
  }

  .ultimos-destacados-elemento-imagen {
    width: 100%;
  }

  body.path-grados .view-vista-areas-tematicas .views-row .views-field i {
    margin-right: 5px;
  }

  body.path-eventos form input.form-text,
  body.path-eventos form div#edit-keys--description {
    width: 100%;
  }

  #block-menufootersecretariavirtual {
    padding-top: 50px !important;
  }

  div#block-encuentranos div.content div.field--name-body {
    text-align: center;
  }

  div#header-inside-third #search-area {
    display: none;
  }

  div#block-topmenu-5 {
    display: none
  }

  .header-container ul.sf-menu>li>a.menuparent:after {
    right: -10px !important;
  }

  .header-container ul.sf-menu ul li.sf-clone-parent {
    display: none;
  }

  .header-container .sf-menu ul li a {
    padding: 9px 22px 10px 15px;
  }

  div#toTop {
    width: 85px;
    height: 85px;
    right: 0px;
    bottom: 0px;
  }
}

/* FIN MOVIL */

@media (max-width: 320px) {
  #block-simplenewssubscription-2 #edit-subscribe {
    min-width: 100px;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 992px) {
  .path-frontpage .owl-item {
    /*margin: 20px !important;
    max-width: 320px !important;*/
  }

  body.page-node-type-noticia div.main-content div.container {
    padding: 0px;
    margin: 0px;
    width: 100% !important;
  }

  #superfish-informacion {
    display: block;
  }

  #header-inside .col-md-4 {
    width: 100% !important;
  }

  .page {
    padding: 0px;
  }

  .first-box {
    padding: 10px !important;
    background: #cade82 !important;
    max-height: 188px !important;
  }

  .second-box {
    padding: 10px !important;
    background: #fcdc84 !important;
    max-height: 188px !important;
  }

  .third-box {
    padding: 10px !important;
    background: #de8796 !important;
    max-height: 188px !important;
  }

  .fourth-box {
    padding: 10px !important;
    background: #b1c4cf !important;
    max-height: 188px !important;
  }

  .view-bloque-la-us-destaca .views-col {
    width: 41% !important;
    margin: 32px;
  }

  #block-mainnavigation-2 {
    display: block !important;
    position: fixed;
    top: 2px;
    left: 0px;
    z-index: 5000 !important;
  }

  #block-socialicons div.dark {
    width: 18% !important;
  }

  #footer #block-logofooter p.slogan {
    padding: unset;
  }

  #block-simplenewssubscription-2 #edit-message {
    width: 100%;
  }

  #block-simplenewssubscription #edit-actions--2 .form-submit {
    min-width: unset;
    width: 110px;
    padding: 10px;
  }

  #block-bloquecajaconboton #bloque-caja-titulo {
    width: 50%;
    display: inline-block;
  }

  #block-bloquecajaconboton #bloque-caja-boton {
    width: 40%;
    display: inline-block;
  }

  #block-cabeceragradosofertadosporlauniversidaddesevilla div.col-md-7.col-sm-8 {
    width: 100%;
  }

  #block-views-block-todos-programas-colaboracion-block-1 .view-content {
    width: 100%;
  }

  body.path-cooperacion #sidebar-first {
    margin-top: -40px;
  }

  #colaboracion-fila-quizas-interese .bloque-caja-boton a {
    margin-left: -20px !important;
  }

  #block-seccionestudiantes .col-sm-12 div.row:nth-child(2) div.col-xs-12.col-sm-6.col-lg-3:first-child {
    height: 194px !important;
  }

  .view-newsletter-boton {
    width: 100%;
    margin-left: 0px;
  }

  #edit-subscribe--2 {
    width: 50%;
    padding: 0px;
    min-width: 0;
  }

  #main-content {
    margin-top: 35px;
  }

  .cabecera-noticias-elemento-imagen {
    top: unset;
  }

  .cabecera-destacados-elemento-imagen {
    top: unset;
  }

  div.container div#header-inside,
  div.container div#header-inside>div.row {
    height: 145px;
    width: 50%;
  }

  div.region-header-first div#block-informacion-3 {
    width: 250px;
    bottom: 95px;
    left: 310px;
  }

  div#page-container div#page div#main-content {
    margin-top: 0;
  }

  div#block-socialicons div.dark,
  body.path-estudiantes div#block-socialicons div.dark {
    text-align: center !important;
    width: 12%;
    float: right;
    position: relative;
    bottom: 82px !important;
    right: 5px !important;
    z-index: 90;
    background-color: #fff;
  }

  body.path-frontpage div#block-socialicons div.dark,
  body.path-estudiantes div#block-socialicons div.dark {
    top: -80px;
  }

  div#block-socialicons div.dark a {
    margin: 0px 0px !important;
  }

  .onscroll .header {
    max-height: 40px;
    border: 0;
  }

  .header-container ul.sf-menu>li>a.menuparent:after {
    right: -13px !important;
  }

  body.path-eventos form input.form-text,
  body.path-eventos form div#edit-keys--description {
    width: 100%;
  }

  div.card>div.card-img-top>img {
    max-height: 152px;
    min-height: 152px;
  }

  .header-container ul.sf-menu ul li.sf-clone-parent {
    display: none;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--left {
    margin-left: 100px;
    width: 60%;
    display: inline-block;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--right {
    display: inline-block;
    float: right;
    position: relative;
  }

  .logo-and-site-name-wrapper div.logo a img {
    min-width: 185px;
    height: 95px;
  }

  .logo-and-site-name-wrapper div.logo {
    padding: 0;
    padding-left: 50px;
    float: left;
    margin-right: 10px;
    display: inline-block;
  }
}

/* TABLET GRANDE / PANTALLA PEQUEÑA*/
@media (min-width: 993px) and (max-width: 1200px) {
  #block-socialicons div.dark {
    width: 14% !important;
  }

  .path-frontpage .owl-item {
    margin: 0 !important;
  }

  #block-simplenewssubscription-2 #edit-message {
    width: 100%;
  }

  #block-simplenewssubscription #edit-actions--2 .form-submit {
    min-width: unset;
    width: 140px;
    padding: 10px;
  }

  #block-cabeceragradosofertadosporlauniversidaddesevilla div.col-md-7.col-sm-8 {
    width: 70%;
  }

  body.path-cooperacion #sidebar-first {
    margin-top: 60px;
  }

  #block-seccionestudiantes .col-sm-12 div.row:nth-child(2) div.col-xs-12.col-sm-6.col-lg-3:first-child {
    height: 194px !important;
  }

  .view-newsletter-boton {
    width: 100%;
    margin-left: 0px;
  }

  .ui-accordion .ui-accordion-header {
    width: 460px;
  }

  #edit-subscribe--2 {
    width: 50%;
    padding: 0px;
    min-width: 0;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--left {
    margin-left: 100px;
    width: 60%;
    display: inline-block;
  }

  body.page-node-type-noticia div.main-content div.container .bs-region--right {
    width: 30%;
    display: inline-block;
    float: right;
    position: relative;
  }
}

@media (min-width: 350px) and (max-width: 414px) {
  .jcarousel-container-horizontal .text-center {
    max-width: 330px;

  }

  .comentario-carousel {
    max-width: 330px;
    height: auto;
  }

  .jcarousel-skin-default .jcarousel li {
    max-width: 330px;
    height: auto;
    min-width: 330px;
  }
}

/* SliderOWL Diferentes tamaños móvil */
@media (min-width: 376px) and (max-width: 414px) {
  .path-frontpage .owl-item {
    max-width: 384px !important;

  }

  .jcarousel-container-horizontal .text-center {
    max-width: 390px;

  }

  .comentario-carousel {
    max-width: 390px;
  }

  .jcarousel-skin-default .jcarousel {
    height: 260px !important;
  }
}

@media (min-width: 361px) and (max-width: 375px) {
  .path-frontpage .owl-item {
    max-width: 345px !important;
  }
}

@media (max-width: 360px) {
  .path-frontpage .owl-item {
    max-width: 330px !important;
  }
}


.views-accordion-header .ui-icon-triangle-1-e:hover {
  /*filter: invert(42%) sepia(97%) saturate(421%) hue-rotate(127deg) brightness(97%) contrast(96%) !important;*/
  filter: invert(19%) sepia(34%) saturate(6668%) hue-rotate(322deg) brightness(88%) contrast(101%);
}

.ultimos-destacados-elemento-imagen {
  height: 340px !important;
}

.path-cooperacion .col-md-12 h2.title {
  text-align: center;
  margin-bottom: 20px !important;
}

.grupo-destacados-elemento-imagen img {
  height: 340px !important;
}

.path-estudiantes .col-md-12 h2.title {
  margin-bottom: 25px;
}

.path-estudiantes #block-views-block-grupo-destacados-estudiante-block-1 {
  margin-bottom: 55px !important;

}

.path-cooperacion #featured {
  margin-bottom: 80px;
}

.boxed h3 {
  text-transform: capitalize !important;
}

.boxed h4 {
  text-transform: capitalize !important;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
}

.cuerpo-comunicacion p {
  text-transform: capitalize !important;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
}

.path-frontpage .jcarousel-wrapper.jcarousel-skin-default {
  border: 0px solid transparent !important;
  height: auto;
  min-height: 260px !important;
  box-shadow: none !important;
}

.path-frontpage .jcarousel-skin-default .jcarousel {
  height: auto;
  min-height: 260px !important;
}

.path-frontpage .jcarousel-skin-default .jcarousel li {
  max-width: 603px;
  height: auto;
  min-width: 300px;
}

.path-frontpage .comentario-carousel,
.jcarousel-container-horizontal span {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}

.hr-comunicaciones {
  border-top: 2px solid #c2c2c2 !important;
  width: 33.33% !important;
  margin-bottom: 0px;
  margin-top: 0px;
}

.no-padding {
  padding: 0px !important;
}

.path-frontpage #block-views-block-bloque-la-us-destaca-block-1 {
  margin-top: 50px !important;
}

.cabecera-destacados-elemento-contenedor p,
.cabecera-noticias-elemento-contenedor p {
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
  font-weight: 400;
}

.view-cabecera-destacados-estudiante .owl-controls {
  position: relative;
  top: -85px;
}

.view-cabecera-noticias .owl-controls {
  position: relative;
  top: -85px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ffffff !important;
}

.path-la-us .card-text p,
.path-actualidad-de-la-us .card-text p {
  text-transform: capitalize;
  font-family: 'Merriweather', serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px !important;

}

.path-la-us #featured-bottom,
.path-actualidad-de-la-us #featured-bottom {
  background-color: #ededed !important;
}

.path-la-us .h2,
.path-actualidad-de-la-us .h2 {
  text-transform: capitalize !important;
}

.path-grados .imagebg.height-60.parallax.container-fluid {
  height: 400px !important;
}

.path-grados #main-content {
  background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize !important;
}

.h2-blanco {
  color: #fff !important;
}

.views-accordion-header a,
#superfish-programa-de-cooperacion-accordion a {

  font-family: 'Raleway', sans-serif !important;
  font-size: 20px;
  font-weight: 400;

}

.path-estudiantes .owl-slider-wrapper.owl-carousel-owl-theme {
  height: 400px !important;
}

.path-eventos .more-link a {
  max-width: 300px;
}

.path-grados .grupo-destacados-elemento-imagen img {
  height: 100% !important;
  width: auto;

}

.path-grados #featured {
  margin-bottom: 50px;
}

@media (min-width: 1440px) and (max-width: 2559px) {
  div.region-header-top div#block-topmenu-5 {
    width: 50%;
    float: right;
    right: 111px;
  }

  div.region-header-top nav#block-useraccountmenu {
    left: 85px;
    position: relative;
  }
}

@media (min-width: 2560px) {
  div.region-header-top div#block-topmenu-5 {
    width: 50%;
    float: right;
    right: 670px;
  }

  div.region-header-top nav#block-useraccountmenu {
    left: 650px;
    position: relative;
  }
}


.region-footer-fourth #search-block-form #edit-actions .block-search .form-actions {
  position: initial !important;

}

.fa-twitter-square:before {
  content: "\f099" !important;
}

.fa-facebook-square:before {
  content: "\f09a" !important;
}

.hr-testimonios {
  border-top: 1px solid #fff !important;
  margin-bottom: -15px !important;
  margin-top: 15px !important;
  width: 150px;
}

.page-node-type-noticia .jcarousel-skin-default .jcarousel li {
  min-width: 237px;
  min-height: 180px;
  min-width: 0px;
  display: inline;
  width: auto;
  margin: 0px 10px;
}

.page-node-type-noticia .jcarousel-wrapper.jcarousel-skin-default {
  border: 0px solid transparent;
  margin: 0px auto;
  position: relative;
  width: auto;
  max-width: 95%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px transparent;
  -moz-box-shadow: 0 0 0px transparent;
  box-shadow: 0 0 0px transparent;
}

.jcarousel-skin-default .jcarousel-control-prev,
.jcarousel-skin-default .jcarousel-control-next {
  position: absolute;
  top: 60px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent;
  color: #000;
  text-decoration: none;
  text-shadow: 0 0 0px transparent;
  font: 105px/18px 'Dorsa', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px transparent;
  -moz-box-shadow: 0 0 0px transparent;
  box-shadow: 0 0 0px transparent;
}

/*path-admin Administrador*/
.path-admin th {
  background-color: #059f94 !important;
}

.path-admin tr:hover {
  background-color: #f4f4f4 !important;
}

.path-admin #main-content,
.path-node #main-content {
  background-color: #fff !important;
}

input.form-text,
input.form-tel,
input.form-url,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea,
textarea,
select.form-select,
select,
#contact-message-accesibilidad-form .form-email {
  background: #fff !important;
  border: 2px solid #bcbaba !important;
  border-radius: 50px !important;
  color: #555;
}

.js-form-type-select,
.js-form-file {
  width: fit-content !important;
  display: inline-block;
  margin-right: 2.5em !important;
}

.user-logged-in .simplenews-subscriptions-block-63e059c0-c30e-450b-92cb-482746a0093a .form-email {
  display: none !important;
}

/*path-admin Administrador*/
.view-vista-areas-tematicas {
  margin-bottom: 88px;
}

h2.title {
  margin-bottom: 30px !important;
}

.path-frontpage .owl-theme .owl-controls .owl-page span {
  background: #000 !important
}

.calendar-event {
  margin-bottom: 0px !important;
}

.calendar-calendar .days {
  width: 14%;
  border: 0px solid transparent !important;
  color: #059f94 !important;
  text-align: center !important;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.calendar-calendar tr td {
  text-align: center !important;
  min-width: 30px !important;
  height: 30px !important;
  border-radius: 70px;
}



::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 300px !important;
  height: 300px !important;
}

.calendar-calendar .mini-day-off {
  padding: 0px;
  width: 30px !important;
  height: 30px !important;
}

.month .mini-day-on a {
  color: #fff !important;
  background-color: #059f94 !important;
}

.month .mini-day-on {
  background-color: #059f94 !important;

}

div.month.mini-day-on {
  background-color: #059f94 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 70px;
}

div.month.mini-day-on a {
  color: #fff !important;
}

.view-calendario-eventos pager {
  width: 300px !important;
}

.view-calendario-eventos .pager .js-pager__items {
  padding: 0px !important;
  width: 300px !important;
}

.view-calendario-eventos .pager .js-pager__items .pager__item--previous a span,
.view-calendario-eventos .pager .js-pager__items .pager__item--next a span {
  display: none;
}

.view-calendario-eventos .pager .js-pager__items .pager__item--previous a:after {
  content: "<";

}

.view-calendario-eventos .pager .js-pager__items .pager__item--next a:after {
  content: ">";

}

.view-calendario-eventos .pager .js-pager__items .pager__item--previous {
  float: left;
}

.view-calendario-eventos .pager .js-pager__items .pager__item--next {
  float: right;
}

.view-calendario-eventos .view-header h3 {
  position: relative;
  top: 50px;
  left: 70px;


}

.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #fff;
  border: 0px solid transparent;
  border-width: 0 0 0px 0px;
  clear: both;
  width: auto !important;

}

.calendar-calendar td div.day {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  margin-bottom: none !important;
}


.path-calendar-field-fecha-evento #main-content,
.path-calendario-academico #main-content {
  background-color: #fff !important;
}

.mini.past.has-events .year.day,
.mini.future.has-events .year.day,
.mini.today.has-events .year.day {
  background-color: #059f94 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 70px;
}

.mini.past.has-events .year.day a,
.mini.future.has-events .year.day a,
.mini.today.has-events .year.day a {
  color: #fff;

}

.mini.today.has-no-events .year.day {
  background-color: #C3D6E4;
  border-radius: 70px;

}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: transparent;
}

.year-view div.month-view div.date-nav {
  background-color: #FFF;
  margin-top: 15px;

}

.year-view div.month-view {
  margin-bottom: 30px;
}

.path-calendar-field-fecha-evento .calendar-calendar .month-view,
.path-calendario-academico .calendar-calendar .month-view {
  background-color: #FFF;
  min-height: 50px;
  border: 1px solid #ccc;
  width: 302px;
}

.path-calendar-field-fecha-evento .calendar-calendar .month-view .date-nav-wrapper,
.path-calendario-academico .month-view .date-nav-wrapper {
  border-bottom: 1px solid #ccc;
}

.path-calendar-field-fecha-evento .view-id-calendario_eventos .view-header {
  /*width: 300px;*/
}

.view .date-nav-wrapper .date-heading {
  text-transform: uppercase;
}

.top-line-der.col-lg-7.col-md-7.pull-right.contextual-region.view.view-calendario-eventos.view-id-calendario_eventos.view-display-id-page_day {
  margin-top: 100px !important;
}

#block-menuextra1 ul li a,
#block-menuextra2 ul li a {
  opacity: 0.5;
}

#block-menuextra1 ul,
#block-menuextra2 ul {
  margin-left: 95px;
}

#footer .container .row .col-sm-4:nth-child(2) {
  width: 25%;
}

#footer .container .row .col-sm-4:last-child {
  width: 37%;
}

@media (min-width: 1463px) {
  div#header-inside-third .search-area {
    left: 335px;
  }
}

@media (min-width: 1350px) and (max-width: 1462px) {
  div#header-inside-third .search-area {
    left: 100px;
  }
}

.btn-cal a {
  font-size: 11px;
  text-transform: uppercase;
  padding: 15px 17px;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  /*min-width: 160px;*/
  border: 2px solid #bcbaba;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 15px 5px 0;
  text-align: center;
  background-color: transparent !important;
  color: #bcbaba;
  text-decoration: none;
  width: 150px;

}

.btn-cal {
  width: 164px;
  display: inline-block;
}


.calendar-calendar .year-view td table td {
  padding: 0px 0 !important;
}

.calendar-calendar .year.day {
  width: 100% !important;
}

.view-calendario-eventos.view-id-calendario_eventos.view-display-id-page_day hr {
  /*margin-top:100px;*/
  margin: 0px 0px 20px 0px !important;
}

.path-estudiantes #main-content,
.path-futuros-estudiantes #main-content,
.path-profesorado #main-content,
.path-personal #main-content,
.path-alumni #main-content {
  background-color: #fff !important;
}

#block-bloquecajaconbotonfuturosestudiantes,
#block-bloquecajaconbotonprofeorado,
#block-bloquecajaconbotonpersonal,
#block-bloquecajaconbotonalumni {
  margin: 50px 0px;
}

.destper3 {
  margin-bottom: 24px !important;
  height: 223px;
}

.path-alumni .destper3 img {
  filter: invert(41%) sepia(97%) saturate(561%) hue-rotate(131deg) brightness(94%) contrast(96%);
}

.path-estudiantes .destper3 img {
  filter: grayscale(1%) brightness(62%) sepia(32%) hue-rotate(0deg) saturate(800%) contrast(0.95) !important;

}

.path-futuros-estudiantes .destper3 img {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(23deg) saturate(800%) contrast(0.95) !important;
}

.path-profesorado .destper3 img {
  filter: invert(38%) sepia(409%) saturate(50%) hue-rotate(-202deg) brightness(78%) contrast(139%) !important;
}

.path-personal .destper3 img {
  filter: invert(18%) sepia(28%) saturate(7460%) hue-rotate(320deg) brightness(95%) contrast(103%);
}

@media (min-width: 993px) and (max-width: 1199px) {
  div#header-inside-third .search-area {
    top: -75px;
    left: 255px;
  }

}

@media (min-width: 768px) and (max-width: 994px) {
  div#header-inside-third .search-area {
    top: -232px;
    left: 700px;
  }

}

@media (min-width: 1009px) and (max-width: 1199px) {
  div#header-inside-third .search-area {

    left: 360px;
  }

}

.colored-region .block-search input.form-search,
.light-colored-region .block-search input.form-search {
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
  padding: 11px 24px !important;
}

.path-futuros-estudiantes h1 a,
.path-futuros-estudiantes h2 a,
.path-futuros-estudiantes h3 a,
.path-futuros-estudiantes h4 a,
.path-futuros-estudiantes h5 a,
.path-futuros-estudiantes h6 a,
.path-futuros-estudiantes a {
  color: rgba(253, 202, 27, 1);
}

.path-futuros-estudiantes .grupo-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  background-color: rgba(253, 202, 27, 1) !important;
  height: 48.4px;
}

.path-profesorado h1 a,
.path-profesorado h2 a,
.path-profesorado h3 a,
.path-profesorado h4 a,
.path-profesorado h5 a,
.path-profesorado h6 a,
.path-profesorado a {
  color: rgba(227, 172, 0, 1);
}

.path-profesorado .grupo-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  background-color: rgba(227, 172, 0, 1) !important;
  height: 48.4px;
}

.path-alumni h1 a,
.path-alumni h2 a,
.path-alumni h3 a,
.path-alumni h4 a,
.path-alumni h5 a,
.path-alumni h6 a,
.path-alumni a {
  color: rgba(100, 138, 159, 1);
}

.path-alumni .grupo-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  background-color: rgba(100, 138, 159, 1) !important;
  height: 48.4px;
}

.path-personal h1 a,
.path-personal h2 a,
.path-personal h3 a,
.path-personal h4 a,
.path-personal h5 a,
.path-personal h6 a,
.path-personal a {
  color: rgba(149, 190, 5, 1);
}

.path-personal .grupo-destacados-elemento-contenedor .bloque-caja-boton {
  border-radius: 24px;
  background-color: rgba(149, 190, 5, 1) !important;
  height: 48.4px;
}

#block-masdelauspersonal,
#block-masdelausprofesorado,
#block-masdelausalumni,
#block-masdelausestudiantes,
#block-masdelausfuturosetudiantes {
  margin-bottom: 50px !important;
}

.path-frontpage #featured-bottom {
  margin-top: 50px;
}

#user-login-form {
  max-width: 500px;
  margin: 0 auto;
}

#block-menuextra2 ul li a,
#block-menuextra1 ul li a {
  padding-left: 0px
}

#block-menuextra2 ul {
  border-top: 1px solid #7a7a7a !important;
  border-image: linear-gradient(to right, #7a7a7a 20%, transparent 20%) 5 !important;
  margin-top: 10px !important;
  padding-top: 20px !important;
}

#edit-mail-wrapper .js-form-item {
  margin: 0px !important;
  margin-top: 9px !important;
}

.page-node-type-evento .field--name-node-title {
  font-family: 'Raleway', sans-serif !important;
  font-size: 51px !important;
  line-height: 1.015625em !important;
}

.page-node-type-evento .field--name-field-imagen {
  margin-bottom: 20px !important;

}

.path-calendar-field-fecha-evento .block-views-blockcalendario-eventos-block-4 .view-display-id-block_4 .view-header h3,
.path-calendario-academico .block-views-blockcalendario-eventos-block-4 .view-display-id-block_4 .view-header h3 {
  position: relative !important;
  top: 61px !important;
  left: 75px !important;
}

.path-calendar-field-fecha-evento .block-views-blockcalendario-eventos-block-4 .view-display-id-block_4 .view-header .pager {
  border-top: 1px solid #ccc;
  padding: 20px 0px;
  margin: 0pc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 302px;
}

.path-calendar-field-fecha-evento .block-views-blockcalendario-eventos-block-4 .view-display-id-block_4 .view-header .pager,
.path-calendario-academico .block-views-blockcalendario-eventos-block-4 .view-display-id-block_4 .view-header .pager {
  border-top: 1px solid #ccc;
  padding: 20px 0px;
  margin: 0pc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 302px;
}

.path-calendar-field-fecha-evento .btn-cal.btn-1 a:hover,
.path-calendario-academico .btn-cal.btn-1 a:hover {
  border: 2px solid #059f94 !important;
  /*todos*/
  color: #059f94 !important;
}

.path-calendar-field-fecha-evento .btn-cal.btn-2 a:hover,
.path-calendario-academico .btn-cal.btn-2 a:hover {
  border: 2px solid rgba(253, 202, 27, 1);
  /*exámenes*/
  color: rgba(253, 202, 27, 1);
}

.path-calendar-field-fecha-evento .btn-cal.btn-3 a:hover,
.path-calendario-academico .btn-cal.btn-3 a:hover {
  border: 2px solid rgba(189, 19, 83, 1);
  /*trab.fin grad*/
  color: rgba(189, 19, 83, 1);
}

.path-calendar-field-fecha-evento .btn-cal.btn-4 a:hover,
.path-calendario-academico .btn-cal.btn-4 a:hover {
  border: 2px solid rgba(227, 172, 0, 1);
  /*evaluaciones*/
  color: rgba(227, 172, 0, 1);
}

.path-calendar-field-fecha-evento .btn-cal.btn-5 a:hover,
.path-calendario-academico .btn-cal.btn-5 a:hover {
  border: 2px solid rgba(149, 190, 5, 1);
  /*inicio cutrim*/
  color: rgba(149, 190, 5, 1);
}

.path-calendar-field-fecha-evento .btn-cal.btn-6 a:hover,
.path-calendario-academico .btn-cal.btn-6 a:hover {
  border: 2px solid rgba(253, 202, 27, 1);
  /*no lectivo*/
  text-decoration: underline;
  color: rgba(253, 202, 27, 1);
}

.path-calendar-field-fecha-evento .btn-cal a.active,
.path-calendario-academico .btn-cal a.active {
  background-color: #059f94 !important;
  border: 2px solid #059f94;
  color: white;
}

.path-calendar-field-fecha-evento .btn-cal:hover a.active,
.path-calendario-academico .btn-cal:hover a.active {
  color: white !important;

}


.path-calendar-field-fecha-evento .top-line-izq.col-lg-4.col-md-4.view.view-content-field-fecha-del-evento-on-calendar.view-id-content_field_fecha_del_evento_on_calendar .view-header h3,
.path-calendario-academico .top-line-izq.col-lg-4.col-md-4.view.view-content-field-fecha-del-evento-on-calendar.view-id-content_field_fecha_del_evento_on_calendar .view-header h3 {
  width: 302px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 14px;
  margin: 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.path-calendar-field-fecha-evento .top-line-izq.col-lg-4.col-md-4.view.view-content-field-fecha-del-evento-on-calendar.view-id-content_field_fecha_del_evento_on_calendar,
.path-calendario-academico .top-line-izq.col-lg-4.col-md-4.view.view-content-field-fecha-del-evento-on-calendar.view-id-content_field_fecha_del_evento_on_calendar {
  margin-bottom: 40px;

}


/*body.page-node-type-noticia div.node--type-noticia header{
	padding-left: 115px !important;
	margin-left: 0px !important; 
}
*/

.page-node-type-noticia .node--type-noticia .bs-region--bottom .field--name-field-caroussel {
  min-height: 250px !important;
}

.page-node-type-noticia .field--name-body img {
  margin: 10px;
  width: 300px;
}

.page-node-type-evento .addtoany_list,
.page-node-type-destacado .addtoany_list,
.page-node-type-noticia .addtoany_list {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.page-node-type-evento .addtoany_list:before,
.page-node-type-destacado .addtoany_list:before,
.page-node-type-noticia .addtoany_list:before {
  margin-bottom: 4px;
  border-bottom: 1px solid #a2a2a5;
}

body.page-node-type-noticia .bs-region--right a.a2a_button_google_plus:after,
body.page-node-type-noticia .bs-region--right a.a2a_button_twitter:after,
body.page-node-type-noticia .bs-region--right a.a2a_button_facebook:after,
body.page-node-type-noticia .bs-region--right .field.field--name-field-etiquetas.field--type-entity-reference.field--label-above.field--entity-reference-target-type-taxonomy-term.clearfix ul a:after {
  content: "";
}

.path-taxonomy .cad-body {
  padding: 20px;
  height: 295px;
}

.path-taxonomy .float-left {
  float: left;

}

.path-taxonomy .float-right {
  float: right;

}

.path-taxonomy .clear {
  clear: both;
}

.path-futuros-estudiantes form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: rgba(253, 202, 27, 1) !important;
  border: 2px solid rgba(253, 202, 27, 1);
  color: white;
}

.path-futuros-estudiantes form[id^="views-exposed-form"] [id^="edit-"] div a:hover {
  border: 2px solid rgba(253, 202, 27, 1);
  text-decoration: underline;
  color: rgba(253, 202, 27, 1);
}

body.path-futuros-estudiantes .enlaceDestacado>a,
body.path-profesorado .enlaceDestacado>a,
body.path-personal .enlaceDestacado>a,
body.path-alumni .enlaceDestacado>a {
  color: transparent;
}

.path-profesorado form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: rgba(227, 172, 0, 1) !important;
  border: 2px solid rgba(227, 172, 0, 1);
  color: white;
}

.path-profesorado form[id^="views-exposed-form"] [id^="edit-"] div a:hover {
  border: 2px solid rgba(227, 172, 0, 1);
  text-decoration: underline;
  color: rgba(227, 172, 0, 1);
}

.path-personal form[id^="views-exposed-form"] [id^="edit-"] div.bef-link-active a {
  background-color: rgba(149, 190, 5, 1) !important;
  border: 2px solid rgba(149, 190, 5, 1);
  color: white;
}

.path-personal form[id^="views-exposed-form"] [id^="edit-"] div a:hover {
  border: 2px solid rgba(149, 190, 5, 1);
  text-decoration: underline;
  color: rgba(149, 190, 5, 1);
}

.path-personal .enlaceDestacado:hover+.destacado-tax-Universidad .hover-element__initial {
  filter: grayscale(1%) brightness(40%) sepia(100%) hue-rotate(23deg) saturate(800%) contrast(0.95) !important;
}

.path-profesorado .enlaceDestacado:hover+.destacado-tax-Investigación .hover-element__initial {
  filter: grayscale(1%) brightness(40%) sepia(200%) hue-rotate(0deg) saturate(800%) contrast(0.95) !important;
}

.path-agenda #main,
.path-agenda #main-content {
  background-color: #fff !important;
}

.month-view table {
  border: 1px solid silver;
}

.path-agenda .pager {
  border: 1px solid #c2c2c2;
  margin: 0px;
  padding: 8px;
}

.path-agenda .mini {
  border: 1px solid #c2c2c2;
}

.path-agenda #block-views-block-calendario-eventos-block-4 .view-header,
.path-agenda table {
  width: 303px !important;
}

.path-agenda .calendar-calendar .month-view table {
  border: 1px solid #c2c2c2;
}

.path-agenda .view-calendario-eventos .pager .js-pager__items .pager__item--next {

  position: relative;
  right: 7px;
}

@media (max-width: 414px) {

  #block-menuextra1 h2,
  #block-menuextra2 h2,
  #block-menuextra1 ul,
  #block-menuextra2 ul {
    margin: 0px !important;

  }

  #block-menuextra2 ul {
    border-top: none !important;
    border-image: none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  #edit-mail-wrapper {
    max-width: 64% !important;
    float: left !important;
  }

  #edit-subscribe {
    margin-top: -1px;
  }

  #footer input[type="submit"] {
    min-width: 105px !important;
  }
}

@media (max-width: 350px) {
  #edit-mail-wrapper {
    max-width: 58% !important;
    float: left !important;
  }
}

@media (min-width: 768px) {
  .footer>.container>.row>.col-sm-6:nth-child(2n+1) {
    clear: none;
  }

  #footer input[type="submit"] {
    min-width: 138px !important;
  }

  #edit-subscribe {
    margin-top: -1px;
  }
}

figure {
  margin: 5px;
}

.mapea-table td {
  padding: 5px;
  border-bottom: 1px solid #111;
  text-align: center;
  color: #eee;
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px;
}

/* Arrow Bullet de menú interior desplegable */

ul.sf-menu.sf-vertical li>.menuparent {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}

ul.sf-menu.sf-vertical li a {
  padding: 8px 0 8px 8px;
}

.sf-menu .triangulo-class-down {
  font-size: 9px !important;
  float: none !important;
}

.sf-menu .triangulo-class-down .fa-angle-down {
  padding: 0 5px 0 0;
}

/* Iconos RRSS */

#block-rrss {
  position: absolute;
  top: -1px;
  right: 55px;
  z-index: 1;
  padding: 4px 5px 0 !important;
  background: white;
}

@media all and (max-width: 780px) {
  #block-rrss {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.icon-social-grid {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: .8em;
}

.svg-icon {
  width: 1.5em;
  height: 1.5em;
}

#block-rrss-footer .svg-icon {
  width: 2.2em;
  height: 2.2em;
}

svg path,
svg polygon,
svg rect {
  fill: #999;
  transition: all .2s;
}

svg circle {
  stroke: #999;
  stroke-width: 1;
  transition: all .2s;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #999;
}

.svg-icon path {
  fill: #999 !important;
}

.svg-icon circle {
  stroke: #999;
  stroke-width: 1;
}

.path-frontpage .page {
  padding: 0;
  padding-top: 32px !important;
}

#block-informacion ul.we-mega-menu-ul {
  padding-top: 2.1em;
}

#superfish-main-toggle::after {
  color: white !important;
}

#superfish-main-toggle.sf-expanded::after {
  color: #be0f2e !important;
}

/* Slider home */

#block-slider-home,
.slider-home-media .field__item a {
  width: 100%;
  height: 656px;
}

.slider-home-media .field--name-field-media-image a {
  pointer-events: none;
}

.slider-home-media {
  height: 100%;
}

.slider-home-media .field__item a {
  display: block;
}

.slider-home-media .field__item a img,
.slider-home-media .field__item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.slider-home-media .field__item video {
  bottom: 0;
}

#block-slider-home .flex-direction-nav {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 0;
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#block-slider-home .flexslider .flex-direction-nav a {
  width: 30px;
  height: 30px;
  display: block !important;
  position: relative;
  top: auto;
  transform: none;
  margin: 0 !important;
}

#block-slider-home .flex-nav-prev,
#block-slider-home .flex-nav-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block !important;
  transform: rotate(45deg);
}

#block-slider-home .flex-direction-nav .flex-prev,
#block-slider-home .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0 !important;
}

#block-slider-home .flex-direction-nav .flex-next,
#block-slider-home .flexslider:hover .flex-direction-nav .flex-next {
  right: 0 !important;
}

#block-slider-home .flex-direction-nav a::before,
#block-slider-home .flex-direction-nav a::after {
  width: 30px;
  height: 30px;
  font-size: 0;
  border-style: solid;
  border-width: 3px;
  border-color: white;
}

#block-slider-home .flex-direction-nav .flex-nav-prev a::before {
  border-top-width: 0;
  border-right-width: 0;
}

#block-slider-home .flex-direction-nav .flex-nav-next a::before {
  border-bottom-width: 0;
  border-left-width: 0;
}

.path-frontpage #content-top-highlighted {
  z-index: 9;
}

/* .slider-home-content {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 80px;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1em;
  padding: 10px 0;
} */

.slider-home-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: white;
  display: grid;
  grid-template-columns: auto 80px;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1em;
}

.slider-home-title {
  font-size: clamp(24px, 2vw, 28px);
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  color: black;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 15px 0;
}

.slider-home-title a {
  font-size: clamp(24px, 2vw, 28px);
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  color: black;
  text-decoration: none;
}

#block-slider-home .hidden-link:hover+.slider-home-media+.slider-home-title a,
.slider-home-title a:hover {
  color: #059f94;
}

@media all and (max-width: 1190px) {
  .slider-home-title {
    padding: 15px;
  }
}

.slider-home-link {
  color: white;
  display: block;
  cursor: pointer;
  font-size: 0;
  height: 80px;
  position: relative;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  margin-top: 10px;
}

.slider-home-link::before {
  width: 135%;
  height: 3px;
  right: 0;
  bottom: -2px;
  transform-origin: right bottom;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  background: black;
}

.slider-home-link:hover {
  border-right: 3px solid #790624;
  border-bottom: 3px solid #790624;
  text-decoration: none;
}

.slider-home-link:hover::before {
  background: #790624;
}

/* Lista avances */

.hidden-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#block-lista-avances-collapse .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media all and (max-width: 780px) {
  #block-lista-avances-collapse .view-content {
    grid-template-columns: 1fr !important;
  }

  #block-slider-home,
  .slider-home-media .field__item a {
    height: auto;
  }

  .slider-home-title {
    position: relative;
  }

  body.path-frontpage .page #content-top.white-region {
    height: auto !important;
  }
}

#block-lista-avances-collapse .view-content .views-row {
  position: relative;
}

#block-lista-avances-collapse .lista-avances-titulo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  margin: 0;
  z-index: 2;
  font-size: clamp(18px, 1.8vw, 22px);
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  color: white;
  padding: .6em;
  display: flex;
  align-items: center;
  transition: all .2s;
  opacity: 1;
}

#block-lista-avances-collapse .view-content .views-row:nth-child(1) .lista-avances-titulo {
  background: #059f94;
}

#block-lista-avances-collapse .view-content .views-row:nth-child(2) .lista-avances-titulo {
  background: #617482;
}

#block-lista-avances-collapse .view-content .views-row:nth-child(3) .lista-avances-titulo {
  background: #be0f2e;
}

#block-lista-avances-collapse .lista-avances-entradilla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 18px;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  transition: all .2s;
  padding: 0 1em;
  line-height: 1.3em;
  opacity: 0;
}

#block-lista-avances-collapse .view-content .views-row:nth-child(1) .lista-avances-entradilla {
  background: rgba(5, 159, 148, .7);
}

#block-lista-avances-collapse .view-content .views-row:nth-child(2) .lista-avances-entradilla {
  background: rgba(97, 116, 130, .7);
}

#block-lista-avances-collapse .view-content .views-row:nth-child(3) .lista-avances-entradilla {
  background: rgba(190, 15, 46, .7);
}

#block-lista-avances-collapse .lista-avances-imagen {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}

#block-lista-avances-collapse .lista-avances-imagen img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

#block-lista-avances-collapse .view-content .views-row:hover .lista-avances-titulo {
  opacity: 0;
}

#block-lista-avances-collapse .view-content .views-row:hover .lista-avances-entradilla {
  opacity: 1;
}

/* ACTIVAR CUANDO SE PASE A PRO */

.path-frontpage .col-md-12 {
  padding: 0;
}

.path-frontpage #content-top-highlighted.content-top-highlighted {
  bottom: 0 !important;
}

@media all and (max-width: 1210px) {
  .slider-home-content {
    padding: 0 20px;
  }

  .path-frontpage #content-top-highlighted .container {
    width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 691px) {
  .path-frontpage #content-top-highlighted {
    bottom: 0 !important;
  }
}

@media all and (max-width: 960px) {
  .path-frontpage #content-top-highlighted {
    bottom: 0 !important;
  }
}

.flex-direction-nav a {
  opacity: 1 !important;
}

#block-slider-home .flex-nav-prev,
#block-slider-home .flex-nav-next {
  border-radius: 50px;
  background: white;
  transform: none;
}

#block-slider-home .flex-direction-nav a::before,
#block-slider-home .flex-direction-nav a::after {
  width: 15px;
  height: 15px;
  font-size: 0;
  border-color: black;
}

#block-slider-home .flexslider .flex-direction-nav a,
#block-slider-home .flexslider .flex-direction-nav a:hover {
  width: 15px;
  height: 15px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg);
}

#block-slider-home .flexslider .flex-direction-nav a.flex-prev {
  margin-left: 2px !important;
}

#block-slider-home .flexslider .flex-direction-nav a.flex-next {
  margin-left: -2px !important;
}

#block-slider-home .flexslider .flex-direction-nav a:hover::before {
  border-color: #be0f2e;
}

#block-slider-home .flex-direction-nav .flex-prev,
#block-slider-home .flexslider:hover .flex-direction-nav .flex-prev {
  left: 50% !important;
}