@charset "UTF-8";
/* Colores */
/* Espacios, tamaños y medidas */
/* Mixins */
div.sheet > * {
  font-family: "MyriadPro";
  color: #77848D;
  font-weight: 400;
  font-size: 15px;
}

strong {
  font-weight: bold;
}

img.autoridad {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}

.container-intro {
  margin-bottom: 40px;
}

.container-autoridad {
  margin-top: 40px;
}

p.texto-intro-azul, p.texto-intro-azul-italic {
  font-family: "MyriadPro";
  color: #9BB8CB;
  font-size: 20px;
}

p.texto-intro-azul-italic {
  font-style: italic;
}

.titulo-azul,
.titulo-naranja {
  font-family: "MyriadPro";
  color: #E96B3B;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

.titulo-azul {
  color: #206D93;
}

.titulo-gris {
  font-family: "MyriadPro";
  color: #77848D;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}

ul.autoridad-descripcion > li {
  font-family: "MyriadPro";
  color: #77848D;
  font-weight: 400;
}

div.container-autoridad > div:nth-child(1) {
  text-align: center;
}

@media (max-width: 767px) {
  ul, ol {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  ul.autoridad-descripcion {
    padding: 0 !important;
  }
  li > ul {
    padding-inline-start: 15px;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-message {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-message hr {
  border-top-color: #c9e2b3;
}

.alert-message .alert-link {
  color: #2b542c;
}

.alert-notice,
.alert-notice > div > div.alert-message {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}

.alert-notice hr {
  border-top-color: #a6e1ec;
}

.alert-notice .alert-link {
  color: #245269;
}

.alert-warning,
.alert-warning > div > div.alert-message {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-error,
.alert-error > div > div.alert-message {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-error hr {
  border-top-color: #e4b9c0;
}

.alert-error .alert-link {
  color: #843534;
}

/* Menu buttom hamburger */
#btnMainMenu {
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 15px;
  float: left;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  border: 0;
  background-color: transparent;
  margin-top: 35px;
}

#btnMainMenu span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 4px;
  width: 100%;
  background: #206D93;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

#btnMainMenu span:nth-child(1) {
  top: 0px;
}

#btnMainMenu span:nth-child(2) {
  top: 8px;
}

#btnMainMenu span:nth-child(3) {
  top: 16px;
}

#btnMainMenu.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#btnMainMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#btnMainMenu.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

/* Background navigator */
.navbar-top-apda {
  background-color: #fff;
  height: 100px;
}

.banner-web {
  margin-top: 100px;
}

/* Ancho de contenedor */
.container-center {
  width: 100%;
  margin: auto;
  max-width: 1176px;
  padding-left: 0;
  padding-right: 0;
}

/* Logo */
.logo-desktop {
  margin-top: 10px;
}

/* Buscador */
input.search-query {
  background-color: initial;
  height: 36px;
  width: 90%;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 14px;
  color: #9db9cc;
  border: 0;
  padding: 5px 5px 5px 0px;
  border-bottom: 1px solid #9db9cc;
  border-radius: 0;
}

input.search-query:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.search-query::placeholder {
  font-size: 14px;
  color: #9db9cc;
}

button.btn-apda-search {
  background-color: initial;
  height: 35px;
  width: 10%;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 14px;
  color: #9db9cc;
  border: 0;
  padding: 5px;
  border-bottom: 1px solid #9db9cc;
  border-radius: 0;
}

input:focus {
  outline: none;
}

button.btn-apda-search:focus,
button.btn-apda-search:hover,
button.btn-apda-search:active,
button.btn-apda-search.active {
  background-color: #fff;
  color: #206D93;
  border-bottom: 1px solid #9db9cc;
}

.searchbtn-apda-search {
  position: relative;
  top: 50px;
}

/* Menu de redes sociales */
.social-networks-top {
  list-style-type: none;
  float: right;
  margin-right: 60px;
  margin-top: 53px;
  color: #9db9cc;
  font-size: 20px;
}

.social-networks-top > li {
  display: inline-block;
  margin-right: 25px;
  color: #9db9cc;
  font-size: 20px;
}

.action-buttons > li.facebook > span,
.action-buttons > li.facebook > span > i,
.social-networks-top > li > a {
  color: #9db9cc;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

.social-networks-top > li.facebook > a:hover {
  color: #3b5998;
}

.social-networks-top > li.instagram > a:hover {
  color: #d30061 !important;
}

.social-networks-top > li.youtube > a:hover {
  color: #ff0000;
}

.social-networks-top > li.twitter > a:hover {
  color: #1da1f2;
}

.social-networks-top > li.linkedin > a:hover {
  color: #0077b5;
}

/* Carusel home page */
#myCarousel > div > div > a > img {
  width: 100%;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background-color: #78767b;
  margin-left: 20px;
}

.carousel-indicators li.active {
  background-color: #206D93;
}

.carousel-indicators li:hover,
.carousel-indicators li.active:hover {
  cursor: pointer;
}

/* Menu activable por la tecla de hamburguesa */
div#desktop-menu {
  display: none;
  position: fixed;
  top: 100px;
  z-index: 9999;
  background-color: rgba(32, 109, 147, 0.9);
  width: 400px;
  padding: 20px;
  color: white;
  overflow-y: auto;
  max-height: stretch;
}

ul.nav.menu-top.menu-top-items > li > a {
  color: white;
}

ul.nav.menu-top.menu-top-items > li > a:hover {
  color: #206D93;
  background-color: white;
}

.menu-top > li > span, .menu-top > li > span > i {
  color: #fff;
}

.menu-top > li {
  width: 80%;
  margin-left: 10%;
  color: #fff;
  border-bottom: 1px solid #9BB8CB;
  padding: 10px 0px;
}

.menu-top-items > li > a {
  color: white;
  padding: 0;
}

.dropdown-menu > li > a {
  color: white;
  line-height: 2;
}

ul.nav-child.unstyled.small.dropdown-menu {
  float: none;
  position: static;
  height: 100%;
  background-color: inherit;
  border: none;
  box-shadow: none;
}

.chevron-rotate {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  float: right;
}

.chevron-rotate.rotate-up {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/* Articulos recientes de home page */
.mosaic-item-wrapper {
  width: 100%;
  height: auto;
  display: table;
}

.mosaic-item-image:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.mosaic-item-image-desc:hover {
  cursor: pointer;
}

.mosaic-item-image-desc {
  height: 80px;
  color: white;
  position: relative;
  padding: 10px;
  width: 100%;
  padding: 35px;
  transition: all .2s ease-in-out;
  bottom: 179px;
  text-align: center;
  font-family: 'MyriadPro';
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 0px 6px black;
}

.mosaic-item-image-desc-title {
  font-weight: bold;
}

.mosaic-item-image-desc-introtext {
  font-size: 20px;
  font-weight: 400;
}

/* Home iconos */
.p-home-icon,
.p-home-caption-icon {
  text-align: center;
}

.p-home-caption-icon {
  color: #206D93;
  font-size: 25px;
}

.p-home-caption-icon > a:hover {
  text-decoration: none;
  color: #9db9cc;
}

.p-home-icon {
  padding: 60px 60px 0px 60px;
}

/* Footer */
footer.footer {
  margin: 0;
  margin-top: 40px;
  background-color: #206D93;
  padding: 60px;
  color: #fff;
}

.p-home-icono-news,
.p-home-icono-news-caption {
  text-align: center;
  color: #fff;
}

p.p-home-icono-news-caption {
  font-size: 27px;
  color: #fff;
}

.acymailing-container-module {
  margin-top: 46px;
}

.inputbox-mailing-list {
  font-family: "Gotham Light" !important;
  font-size: 14px;
  color: #425363;
  padding: 6px;
  border: 1px solid #9ca4ad;
}

td.acyfield_name.acy_requiredField > input,
td.acyfield_email.acy_requiredField > input {
  background-color: rgba(32, 109, 147, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 5px;
  width: 300px !important;
}

td.acyfield_name.acy_requiredField > input,
td.acyfield_email.acy_requiredField > input {
  color: rgba(255, 255, 255, 0.7);
}

.acymailing_module_form td {
  text-align: left;
}

.subbutton {
  font-family: "Gotham Light" !important;
  font-size: 14px;
  width: 121px;
  height: 41px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #8fb9ce;
  border: 0;
  border-radius: 0;
}

table.acymailing_form {
  margin: 0 !important;
}

p.copyright {
  text-align: center;
  font-size: 13px;
  padding: 40px;
  color: #ffffff;
}

p.latinium {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}

a.latinium {
  color: #ffffff;
}

a.latinium:hover,
a.latinium:focus {
  color: #f1f1f1;
  text-decoration: none;
}

a.naranja {
  color: #E96B3B;
}

a.naranja:hover,
a.naranja:focus {
  color: #E96B3B;
  text-decoration: none;
}

/* Commons */
.no-pad-l-r {
  padding-left: 0px !important;
  padding-right: 0px  !important;
}

.banner-caption {
  position: relative;
  top: -80px;
  z-index: 1;
  color: white;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.7;
}

img.responsive {
  width: 100%;
  height: auto;
}

.blog-article {
  margin-top: 40px;
  display: table;
}

.container-medio {
  max-width: 1138px;
}

div.page-header > h2 {
  font-family: 'MyriadPro';
  text-align: center;
  color: #206D93;
  font-weight: normal;
  font-size: 40px;
}

.page-header {
  border-bottom: 1px solid #206D93;
}

/* Pagination */
.pagination-container {
  width: 100%;
  display: none;
  margin-top: 40px;
}

.pagination {
  margin: 0 auto;
  display: table;
}

.pagination div {
  float: left;
}

.pagination div:before {
  clear: both;
}

.pagination div:after {
  clear: both;
}

.pagination-button {
  background-color: white;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  min-width: 40px;
}

.pagination-button.off {
  color: #b0b6bd;
}

.pagination-button {
  border-left: 1px solid grey;
}

.pagination-button:last-child {
  border-right: 1px solid grey;
}

p.counter.pull-right {
  display: none;
}

div.contact-form {
  background-color: initial;
}

div.contact-form form fieldset dl,
div.contact-form form fieldset dl dt,
div.contact-form form fieldset dl dd {
  float: left;
}

div.contact-form form fieldset dl dt label {
  font-size: 11px;
  font-family: Verdana;
  float: left;
  width: 130px;
  height: 14px;
}

div.contact-form form fieldset dl dt span {
  color: red;
  float: left;
}

div.contact-form form fieldset legend {
  display: none;
  margin-bottom: 5px;
}

div.contact-form form fieldset dl dd input {
  height: 14px;
  margin-bottom: 5px;
}

div.contact-form form fieldset dl dd input,
div.contact-form form fieldset dl dd textarea {
  padding: 3px;
  font-size: 11px;
  font-family: Verdana;
  border: 1px solid #004d79;
  width: 350px;
  float: left;
}

div.contact-form form fieldset {
  width: 100%;
  border: 1px solid #F8F8F8;
  background-color: #F4F4F4;
  padding: 10px;
}

#jform_contact_email_copy {
  width: 15px;
  margin-top: 5px;
}

div.contact h2 {
  font-weight: bold;
  padding: 0px;
}

div.contact-form form fieldset dl dd:last-child {
  clear: both;
  float: right;
  position: relative;
  left: -27px;
}

#jform_contact_profesion, #jform_captcha, #jform_contact_name, #jform_contact_email {
  float: right;
}

#jform_contact_message {
  width: 100%;
  height: 196px;
  padding: 5px;
}

#jform_contact_profesion,
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
}

.btn-enviar-contacto {
  padding: 5px 40px;
  font-family: "Gotham Light";
  color: #fff !important;
  background-color: #425363;
  font-size: 14px;
  border: 0;
}

.btn-enviar-contacto:hover,
.btn-enviar-contacto:focus {
  color: #425363 !important;
  background-color: #eee;
  text-decoration: none;
}

.btn-thumb-side {
  padding: 5px 20px;
}

@media (max-width: 767px) {
  /* Mobile menu */
  div#mb-side-menu {
    display: none;
  }
  div#main {
    top: 0px;
    position: relative;
  }
  .mb-side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #206D93;
    overflow-x: hidden;
    margin-top: 50px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
  }
  .banner-web {
    margin-top: 50px;
  }
  button#btnMainMenu {
    margin-top: 28px;
  }
  img.logo-apda {
    width: 140px;
    height: auto;
    position: relative;
    top: 2px;
    left: -54px;
  }
  .logo-container {
    text-align: center;
    margin: 10px 0px;
  }
  .navbar-apda-mobile {
    background-color: white;
  }
  /* Search on menu */
  .mb-search-container {
    height: 80px;
  }
  .search-query::placeholder {
    color: #9BB8CB;
  }
  .searchbtn-apda-search {
    position: initial;
    top: initial;
    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
  }
  input.search-query {
    color: #9BB8CB;
    border-bottom: 1px solid #9BB8CB;
    width: 90%;
  }
  button.btn-apda-search {
    color: #9BB8CB;
    border-bottom: 1px solid #9BB8CB;
    height: 37px;
  }
  .menu-top > li {
    width: 80%;
    margin-left: 10%;
    color: #fff;
    border-bottom: 1px solid #9BB8CB;
    padding: 10px 0px;
  }
  .menu-top-items > li > a {
    color: white;
    padding: 0;
  }
  .dropdown-menu > li > a {
    color: white;
    line-height: 2;
  }
  ul.nav-child.unstyled.small.dropdown-menu {
    float: none;
    position: static;
    height: 0;
    background-color: inherit;
    border: none;
    box-shadow: none;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
  }
  .chevron-rotate {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    float: right;
  }
  .chevron-rotate.rotate-up {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  /* Mailing list */
  td.acyfield_name.acy_requiredField > input,
  td.acyfield_email.acy_requiredField > input {
    padding: 5px;
    width: 100% !important;
  }
  .carousel-indicators {
    left: 10px;
    bottom: 6px;
    margin-left: 0%;
    text-align: left;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    margin-left: 10px;
  }
  .mosaic-item-image-desc {
    bottom: 125px;
    font-size: 17px;
    display: table;
    padding: 5px 15px;
  }
  h2.mosaic-item-image-desc-title {
    font-size: 19px;
  }
  p.mosaic-item-image-desc-introtext {
    font-size: 15px;
  }
  /* Social networks menu mobile */
  .social-networks-top {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 40px;
  }
  .social-networks-top > li {
    display: inline-block;
    margin-right: 15px;
  }
  .social-networks-top > li > a {
    font-size: 30px;
  }
  p.p-home-icono-news-caption {
    font-size: 23px;
  }
  p.p-home-icon > a > img {
    max-width: 100px;
    width: 100px;
    height: auto;
  }
  p.p-home-icon.home-icon-campus > a > img {
    max-width: 93px;
    width: 93px;
    height: auto;
  }
  p.p-home-icon {
    padding: 40px 0px 0px 0px;
  }
  .home-caption-socios {
    font-size: 15px;
  }
  .home-caption-campus {
    font-size: 15px;
  }
  .acymailing-container-module {
    margin-top: 0px;
  }
  input.button.subbutton.btn.btn-primary {
    width: 100%;
  }
  footer.footer {
    padding: 50px 15px;
  }
  table.acymailing_form {
    width: 100%;
  }
  .container-autoridad {
    display: table;
  }
  .banner-caption {
    position: relative;
    top: -40px;
    z-index: 1;
    color: white;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .titulo-azul {
    margin: 30px 0px 10px 0px;
  }
}

fieldset.phrases, fieldset.only {
  margin-top: 50px;
}

fieldset.only > input, fieldset.only > label, div.controls > input, div.controls > label {
  display: inline-block;
  padding-left: 30px;
  line-height: 1.5;
}

.form-limit, p.counter {
  text-align: right;
}

dt.result-title a {
  font-size: 18px;
}

dt.result-title {
  margin-top: 22px;
}

dd.result-text > p {
  margin: 0;
}
