@charset "UTF-8";
/*  Scss  */
/*  Fuentes  */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/*  Estilos globales  */
body {
  -webkit-font-smoothing: antialiased;
  color: #6E7883;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #ffffff;
  padding: 0px;
}

a {
  color: #25ACE7;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

.feed-icons {
  display: none;
}

.modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.modal .modal-content h4 {
  font-weight: 700;
}
.modal .modal-content button {
  border-radius: 5px;
}
.modal .modal-content .btn-primary {
  margin: 0 0 10px 0;
  background-image: none;
  width: 100%;
  filter: none;
  background-repeat: no-repeat;
  border-color: #164194;
  background-color: #164194;
  transition: 0.3s;
}
.modal .modal-content .btn-primary:hover {
  background: #091a3b;
  transition: 0.3s;
}
.modal .modal-content .btn-primary:active, .modal .modal-content .btn-primary.active {
  background-color: #164194 !important;
  border-color: #164194 !important;
}
.modal .modal-content .btn-default {
  background-image: none;
  margin: 0 0 0 0;
  filter: none;
  width: 100%;
  background-repeat: no-repeat;
  border-color: #e0e0e0 !important;
  background-color: #e0e0e0 !important;
  text-shadow: none;
}
.modal .modal-content .btn-link {
  color: #164194;
}
.modal .modal-content .btn-link:hover {
  color: #091a3b;
}
.modal .modal-content .accordion {
  margin-bottom: 20px;
}
.modal .modal-content .accordion .btn-group {
  padding: 10px 10px 20px;
}
.modal .modal-content .accordion .btn-group .btn {
  margin: 0px !important;
}

.region-content {
  padding: 0;
}

/*  Botones  */
.boton--outline-azul {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 240px;
  border: 1px solid #164194;
  transition: 0.3s;
  border-radius: 100px;
  color: #164194;
  background: transparent;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.boton--outline-azul:hover {
  background: #164194;
  color: #ffffff;
}

.boton--outline-naranja {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 240px;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  color: #E59832;
  background: transparent;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.boton--outline-naranja:hover {
  background: #E59832;
  color: #ffffff !important;
}

.boton--fill-naranja {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 240px;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  color: #ffffff;
  background: #E59832;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.boton--fill-naranja:hover {
  background: transparent;
  color: #E59832;
}

.boton-cat {
  background: #FAEAD6;
  color: #E59832;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 100px;
  display: inline-block;
}

.boton-cat:hover,
.boton-cat.active {
  background: #E59832;
  color: #FAEAD6;
}

.boton--outline-gris {
  vertical-align: middle;
  padding: 0 20px;
  border: 1px solid #999999;
  transition: 0.3s;
  border-radius: 100px;
  color: #999999 !important;
  background: transparent;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.boton--outline-gris:hover {
  background: #999999;
  color: #ffffff !important;
}

.boton--outline-gris svg {
  margin-right: 8px;
}

/*  Header  */
.role-authenticated.role-administrator #header,
.role-authenticated.role-editor #header {
  position: relative;
}

.role-authenticated.role-administrator main,
.role-authenticated.role-editor main {
  padding-top: 0px;
}

.role-authenticated.role-administrator #slider-home,
.role-authenticated.role-editor #slider-home {
  margin-top: 0px;
}

#header {
  box-shadow: 0px 0px 4px rgba(3, 78, 162, 0.05);
  z-index: 3;
  padding: 25px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}

#header > a {
  color: #6E7883;
  font-size: 0.75rem;
}

#header > a img {
  width: 170px;
  margin-top: -20px;
}

#header .navbar {
  padding: 0px;
  width: 80%;
}

#header .navbar-nav {
  justify-content: right !important;
  width: 100%;
}

#header .navbar-nav .nav-item {
  margin-right: 30px;
}

#header .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

#header .navbar-nav .nav-item > a {
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #164194;
  padding-top: 32px;
}

#header .navbar-nav .inicio {
  background: url("../img/inicio.svg") no-repeat center top;
}

#header .navbar-nav .noticias {
  background: url("../img/noticias.svg") no-repeat center top;
}

#header .navbar-nav .canal-etico {
  background: url("../img/noticias.svg") no-repeat center top;
}

#header .navbar-nav .somos-trox {
  background: url("../img/actividades.svg") no-repeat center top;
}

#header .navbar-nav .actividades {
  background: url("../img/actividades.svg") no-repeat center top;
}

#header .navbar-nav .contacto {
  background: url("../img/contacto.svg") no-repeat center top;
}

#header .navbar-nav .cuenta {
  background: url("../img/cuenta.svg") no-repeat center top;
}

#header .navbar-nav .buscador {
  background: url("../img/buscador.svg") no-repeat center top;
}

#header .navbar-nav .inicio:hover,
#header .navbar-nav .inicio.is-active {
  background: url("../img/inicio-h.svg") no-repeat center top;
}

#header .navbar-nav .noticias:hover,
#header .navbar-nav .noticias.active {
  background: url("../img/noticias-h.svg") no-repeat center top;
}

#header .navbar-nav .canal-etico:hover,
#header .navbar-nav .canal-etico.active {
  background: url("../img/noticias-h.svg") no-repeat center top;
}

#header .navbar-nav .somos-trox:hover,
#header .navbar-nav .somos-trox.active {
  background: url("../img/actividades-h.svg") no-repeat center top;
}

#header .navbar-nav .actividades:hover,
#header .navbar-nav .actividades.active {
  background: url("../img/actividades-h.svg") no-repeat center top;
}

#header .navbar-nav .contacto:hover,
#header .navbar-nav .contacto.active {
  background: url("../img/contacto-h.svg") no-repeat center top;
}

#header .navbar-nav .cuenta:hover,
#header .navbar-nav .cuenta.active {
  background: url("../img/cuenta-h.svg") no-repeat center top;
}

#header .navbar-nav .buscador:hover,
#header .navbar-nav .buscador.active {
  background: url("../img/buscador-h.svg") no-repeat center top;
}

@media (max-width: 991.98px) {
  #header {
    padding: 0px 20px;
    display: block;
    text-align: center;
    min-height: 70px;
  }
  #header .logo {
    display: inline-block;
    margin-top: 20px;
  }
  #header .navbar {
    width: inherit;
    position: absolute;
    top: 18px;
    right: 0px;
    left: 0px;
  }
  #header .navbar .navbar-toggler {
    border: none;
    padding: 0px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 32px;
    height: 32px;
    background: url("../img/close.svg") no-repeat center center !important;
  }
  #header .navbar .navbar-toggler.collapsed {
    border: none;
    padding: 0px;
    position: absolute;
    right: 16px;
    top: 0px;
    width: 32px;
    height: 32px;
    background: url("../img/menu.svg") no-repeat center center !important;
  }
  #header .buscador--movil {
    position: absolute;
    top: 17px;
    left: 20px;
  }
  #header > a img {
    width: 154px;
  }
  #header .navbar-collapse {
    transition: none;
    background: #ffffff;
    position: relative;
    top: 52px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
  }
  #header .navbar-collapse.show {
    background: #ffffff;
  }
  #header .navbar-nav {
    margin: 0px;
    padding: 16px;
  }
  #header .navbar-nav .nav-item {
    margin-bottom: 5px;
  }
  #header .navbar-nav .nav-item > a {
    font-size: 1rem;
    line-height: 1rem;
    padding: 18px 50px !important;
    border-radius: 8px;
    text-align: left;
  }
  #header .navbar-nav .inicio {
    background-color: #F3F6FB !important;
    background-image: url("../img/inicio-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar-nav .noticias {
    background-color: #F3F6FB !important;
    background-image: url("../img/noticias-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar-nav .canal-etico {
    background-color: #F3F6FB !important;
    background-image: url("../img/noticias-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar-nav .somos-trox {
    background-color: #F3F6FB !important;
    background-image: url("../img/actividades-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar-nav .actividades {
    background-color: #F3F6FB !important;
    background-image: url("../img/actividades-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar-nav .contacto {
    background-color: #F3F6FB !important;
    background-image: url("../img/contacto-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar-nav .cuenta {
    background-color: #F3F6FB !important;
    background-image: url("../img/cuenta-h.svg"), url("../img/ico-next.svg") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left 10px center, right 10px center !important;
  }
  #header .navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .navbar-nav .nav-item {
    margin-right: 0px;
  }
  #header .navbar-nav .nav-item:last-child {
    display: none;
  }
}
/*  Main  */
.node-1 main {
  padding: 20px 0 0;
}

main {
  padding: 140px 0 64px;
}

main .tabs-primary {
  margin: 0px;
}

.node-1 > .row {
  align-items: center;
}

.bienvenida {
  max-width: 1114px;
  margin: 0 auto;
}

.bienvenida h1 {
  color: #164194;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.bienvenida h1 span {
  display: block;
  color: #E59832;
}

.bienvenida p {
  margin-bottom: 30px;
}

.bienvenida .bienvenida--novedades {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.bienvenida .bienvenida--novedades a {
  display: flex;
  padding: 8px;
  align-items: center;
  background: linear-gradient(90deg, #E9F7FD 0%, #D3EEFA 100%);
  border-radius: 8px;
  margin-top: 16px;
  color: #164194;
}

.bienvenida .bienvenida--novedades a svg:first-child {
  margin-right: 4px;
}

.bienvenida .bienvenida--novedades a svg:last-child {
  margin-left: auto;
}

.menu--bot {
  display: none;
}

.node--top {
  padding: 0px 0px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.node--top h1 {
  font-weight: 700;
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}

.node--top h1 span {
  display: block;
  color: #E59832;
}

.back:hover {
  filter: brightness(0.9);
}

.webform-submission-contacto-form input[type=text],
.webform-submission-contacto-form input[type=email],
.webform-submission-contacto-form textarea {
  border-radius: 8px;
  height: auto;
  border: 1px solid #E5E5E5;
  padding: 7px 10px;
}

@media (max-width: 1199.98px) {
  .bienvenida > img {
    width: 430px;
  }
}
@media (max-width: 991.98px) {
  main {
    padding: 84px 0 64px;
  }
  .bienvenida {
    display: block;
    text-align: center;
    padding: 0 15px;
  }
  .bienvenida .box {
    text-align: left;
    margin-top: 20px;
    margin-left: 0px;
  }
  .bienvenida .bienvenida--novedades {
    max-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .menu--bot {
    box-shadow: 0px 0px 4px rgba(3, 78, 162, 0.1);
    display: block;
    padding: 14px;
    text-align: center;
    position: fixed;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
  }
  .menu--bot .navbar-nav {
    display: block;
  }
  .menu--bot .navbar-nav > .nav-item > a {
    transition: 0.3s;
    font-size: 0.625rem;
    line-height: 0.625rem;
    color: #164194;
    padding-top: 32px;
  }
  .menu--bot .navbar-nav > .nav-item {
    float: left;
    width: 25%;
  }
  .menu--bot .navbar-nav .noticias {
    background: url("../img/noticias.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .canal-etico {
    background: url("../img/noticias.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .contacto {
    background: url("../img/contacto.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .contacto:hover,
  .menu--bot .navbar-nav .contacto.active {
    background: url("../img/contacto-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .inicio {
    background: url("../img/inicio.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .somos-trox {
    background: url("../img/actividades.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .actividades {
    background: url("../img/actividades.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .cuenta {
    background: url("../img/cuenta.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .buscador {
    background: url("../img/buscador.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .canal-etico:hover,
  .menu--bot .navbar-nav .canal-etico.active {
    background: url("../img/noticias-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .noticias:hover,
  .menu--bot .navbar-nav .noticias.active {
    background: url("../img/noticias-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .somos-trox:hover,
  .menu--bot .navbar-nav .somos-trox.active {
    background: url("../img/actividades-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .actividades:hover,
  .menu--bot .navbar-nav .actividades.active {
    background: url("../img/actividades-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .cuenta:hover,
  .menu--bot .navbar-nav .cuenta.active {
    background: url("../img/cuenta-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .buscador:hover,
  .menu--bot .navbar-nav .buscador.active {
    background: url("../img/buscador-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav .inicio:hover,
  .menu--bot .navbar-nav .inicio.is-active {
    background: url("../img/inicio-h.svg") no-repeat center top;
  }
  .menu--bot .navbar-nav > .nav-item:last-child {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .webform-submission-contacto-form .boton--outline-azul {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
  .bienvenida .bienvenida--novedades {
    display: block;
  }
}
/*  Submain  */
#block-bloquedeultimasnoticias {
  padding: 64px 15px;
}

#block-bloquedeultimasnoticias h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #164194;
  margin-bottom: 16px;
}

#block-bloquedeultimasnoticias center {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

#block-bloquedeultimasactividades {
  padding: 2px 15px 64px 15px;
}

#block-bloquedeultimasactividades h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #164194;
  margin-bottom: 16px;
}

#block-bloquedeultimasactividades center {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

#block-ejemplodestacadosparati {
  padding: 64px 15px;
  background: #F3F6FB;
}

#block-ejemplodestacadosparati h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #164194;
  margin-bottom: 36px;
}

#block-ejemplodestacadosparati .box {
  display: block;
  text-align: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 8px;
}

#block-ejemplodestacadosparati .box img {
  margin-bottom: 10px;
}

#block-ejemplodestacadosparati h3 {
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
}

#block-ejemplodestacadosparati p {
  color: #6E7883;
  margin: 0px;
}

#block-ejemploactividadesdestacadas .fondo {
  padding: 64px 15px;
  background: #F3F6FB;
}

#block-ejemploactividadesdestacadas h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #164194;
  margin-bottom: 36px;
}

#block-ejemploactividadesdestacadas .box {
  display: block;
  text-align: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 8px;
}

#block-ejemploactividadesdestacadas .box img {
  margin-bottom: 10px;
}

#block-ejemploactividadesdestacadas h3 {
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
}

#block-ejemploactividadesdestacadas p {
  color: #6E7883;
  margin: 0px;
}

#block-ejemploactividadesdestacadas center {
  padding: 32px 0;
}

.page-node-type-noticia #block-ejemploactividadesdestacadas center {
  display: none;
}

/*  Comentarios  */
.role-authenticated.user-logged-in.path-comment .tabs-wrapper,
.role-authenticated.user-logged-in.path-comment #edit-subject-wrapper,
.role-authenticated.user-logged-in.path-comment details {
  display: none;
}

.role-administrator.user-logged-in.path-comment .tabs-wrapper,
.role-administrator.user-logged-in.path-comment #edit-subject-wrapper,
.role-administrator.user-logged-in.path-comment details {
  display: block;
}

.noticia .field--name-field-destacar,
.noticia .field--name-subject {
  display: none;
}

#comentarios {
  background: #F3F6FB;
  padding: 64px 0;
  margin-top: 64px;
}

#comentarios h2 {
  text-align: center;
  color: #164194;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 30px;
}

#comentarios article img {
  width: auto;
  display: inline-block;
  border-radius: 100px;
}

#comentarios .owl-item > article {
  display: block;
  text-align: center;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
}

#comentarios .owl-item > article span {
  text-transform: uppercase;
  width: 96px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  justify-content: center;
  color: #ffffff;
  background: #CDDCEC;
}

#comentarios .owl-item > article h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 16px;
  margin-bottom: 16px;
}

.noticia #comentarios .owl-item > article h4 {
  display: none;
}

#comentarios .owl-item > article h4,
#comentarios .owl-item > article h5 {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #164194;
  margin-bottom: 16px;
}

#comentarios .owl-carousel .owl-nav button.owl-next {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  background-color: #ffffff !important;
  background-image: url("../img/arrow-right-b.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100px;
}

#comentarios .owl-carousel .owl-nav button.owl-prev {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  background-color: #ffffff !important;
  background-image: url("../img/arrow-left-b.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100px;
}

#comentarios .owl-nav {
  text-align: center;
  margin-top: 32px;
}

#comentarios .owl-nav button {
  margin: 0 6px;
}

#comentarios .field--name-field-comentario {
  font-style: italic;
}

#comentarios .comentario {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 12px;
  margin-top: 32px;
}

#comentarios .comentario label {
  display: none;
}

#comentarios .comentario textarea {
  border-radius: 8px;
  height: auto;
  border: 1px solid #E5E5E5;
  padding: 7px 10px;
}

#comentarios .comentario .items-usuario {
  margin-bottom: 16px;
}

#comentarios .comentario .items-usuario img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 14px;
}

#comentarios .comentario .items-usuario span {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  margin-right: 14px;
  background: #CDDCEC;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.375rem;
}

#comentarios .comentario .boton--outline-azul {
  min-width: 275px;
  max-width: 275px;
  display: inline-block;
  text-align: left;
  background: transparent url("../img/arrow-right-blue.svg") no-repeat right 26px center;
  padding: 6px 30px;
}

#comentarios .comentario .boton--outline-azul:hover {
  background: #164194 url("../img/arrow-right-white.svg") no-repeat right 26px center;
}

#comentarios .comentario #edit-actions {
  text-align: right;
}

#comentarios .boton--outline-gris {
  margin-top: 20px;
}

#block-bloquedecomentariosdestacados {
  padding: 64px 0;
  background: #F3F6FB;
}

#block-bloquedecomentariosdestacados h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #164194;
  margin-bottom: 36px;
}

#block-bloquedecomentariosdestacados .box {
  min-height: 394px;
  display: block;
  text-align: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 8px;
}

#block-bloquedecomentariosdestacados .box img {
  display: inline-block;
  width: inherit;
  border-radius: 100px;
}

#block-bloquedecomentariosdestacados h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 16px;
  margin-bottom: 16px;
}

#block-bloquedecomentariosdestacados h4 {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #164194;
  margin-bottom: 16px;
}

#block-bloquedecomentariosdestacados h5 {
  display: none;
}

#block-bloquedecomentariosdestacados p {
  color: #6E7883;
  margin: 0px;
  font-style: italic;
}

#block-bloquedecomentariosdestacados .box span {
  text-transform: uppercase;
  width: 96px;
  height: 96px;
  background: #CDDCEC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}

#block-bloquedecomentariosdestacados .field--name-field-comentario {
  font-style: italic;
}

#block-bloquedecomentariosdestacados .owl-carousel .owl-nav button.owl-next {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  background-color: #ffffff !important;
  background-image: url("../img/arrow-right-b.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100px;
}

#block-bloquedecomentariosdestacados .owl-carousel .owl-nav button.owl-prev {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  background-color: #ffffff !important;
  background-image: url("../img/arrow-left-b.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100px;
}

#block-bloquedecomentariosdestacados .owl-nav {
  text-align: center;
  margin-top: 32px;
}

#block-bloquedecomentariosdestacados .owl-nav button {
  margin: 0 6px;
}

#block-bloquedecomentariosdestacados .boton--outline-gris {
  margin-top: 20px;
}

.comentarios--nav {
  padding: 0px 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#comentarios .comentarios--nav {
  display: none;
}

.comentarios--nav > h2 {
  font-weight: 700;
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}

.comentarios--grid .col-md-6 {
  margin-bottom: 20px;
}

.comentarios--grid .container > h2 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #164194;
  margin-bottom: 20px;
}

.comentarios--grid article {
  display: block;
  text-align: center;
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(3, 78, 162, 0.15);
}

.comentarios--grid article img {
  display: inline-block;
  width: inherit;
  border-radius: 100px;
}

.comentarios--grid article h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 16px;
  margin-bottom: 16px;
}

.comentarios--grid article h4 {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #164194;
  margin-bottom: 16px;
}

.comentarios--grid article h5 {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 16px;
}

.comentarios--grid article span {
  text-transform: uppercase;
  width: 96px;
  height: 96px;
  background: #CDDCEC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}

.comentarios--grid article .field--name-field-comentario {
  font-style: italic;
}

.comentarios--grid .boton--outline-gris {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  #comentarios .comentario .boton--outline-azul {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  #block-bloquedecomentariosdestacados .box,
  .comentarios--grid article {
    min-height: auto;
  }
}
/*  Buscador  */
.path-buscador .noticias--nav {
  padding-bottom: 12px !important;
}

.path-buscador .noticias--nav + form {
  max-width: 600px;
  margin: 0 auto 32px auto;
}

.path-buscador .noticias--nav + form .form-control {
  border-radius: 100px;
  background: url("../img/search.svg") no-repeat right 14px center;
  padding: 6px 42px 6px 16px;
}

/*  Noticias  */
.noticias--nav {
  padding: 0px 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.noticias--nav > h2,
.noticias--nav > h3 {
  font-weight: 700;
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}

.inscripcion h1 {
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: #164194;
  font-weight: 700;
  margin-bottom: 32px;
}

.inscripcion h1 span {
  color: #E59832;
}

.inscripcion--top {
  padding: 0px 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.inscripcion--top h2 {
  font-weight: 700;
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}

.inscripcion article {
  max-width: 800px;
  margin: 0 auto;
}

.noticias--grid {
  padding-top: 6px;
  padding-bottom: 6px;
}

.noticias--grid .col-md-6 {
  margin-bottom: 30px;
}

.noticias--grid .container > h2 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #164194;
  margin-bottom: 20px;
}

.noticia__top {
  max-width: 1138px;
  margin: 0 auto;
  padding: 0px 12px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.noticia__top h3 {
  font-weight: 700;
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}

.noticia__mid {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 12px;
}

.noticia__mid h1 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 30px;
  color: #164194;
}

.noticia__mid .fecha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 30px 0;
  border-top: 1px solid #E2E4E6;
  border-bottom: 1px solid #E2E4E6;
  padding: 8px;
  display: flex;
  align-items: center;
}

.noticia__mid .fecha span {
  text-transform: uppercase;
  color: #E59832;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.noticia__mid .field--name-field-entradilla {
  font-weight: 700;
}

.noticia__mid .field--name-field-imagen img {
  border-radius: 8px;
  display: inline-block;
}

.noticia__mid .field--name-body {
  margin-bottom: 40px;
}

.noticia__mid .entradilla .col-md-6,
.noticia__mid .entradilla .col-md-12 {
  margin-bottom: 40px;
}

.noticia__mid .fechas .col-md-6,
.noticia__mid .fechas .col-md-12 {
  margin-bottom: 40px;
}

.noticia__mid .fechas .col-md-6 .box,
.noticia__mid .fechas .col-md-12 .box {
  border-radius: 8px;
  background: #F3F6FB;
  padding: 16px;
  display: flex;
  align-items: center;
}

.noticia__mid .fechas .col-md-6 .box p,
.noticia__mid .fechas .col-md-12 .box p {
  margin: 0px 0 0 10px;
  line-height: 1.25rem;
}

.noticia__mid .datos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.noticia__mid .likes {
  margin-right: 12px;
  color: #6E7883;
  text-decoration: none;
  cursor: pointer;
}

.noticia__mid .likes span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FB;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 6px;
}

.noticia__mid .vistos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FB;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 6px;
}

.noticia__mid .info {
  margin-bottom: 30px;
}

.noticia__mid .info h2 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #164194;
  font-weight: 700;
  margin-bottom: 18px;
}

.noticia__mid .secundarias {
  margin-bottom: 16px;
}

.noticia__mid .secundarias img {
  border-radius: 8px;
}

.noticia__mid .secundarias a {
  margin-bottom: 20px;
  display: block;
}

.noticia__mid .etiquetas {
  margin: 0px 0 30px;
  border-top: 1px solid #E2E4E6;
  border-bottom: 1px solid #E2E4E6;
  padding: 8px;
  display: flex;
  align-items: center;
}

.noticia__mid .etiquetas span {
  text-transform: uppercase;
  color: #E59832;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-left: 10px;
}

.noticia__mid .field--name-field-archivos-adjuntos {
  margin-bottom: 40px;
  text-align: center;
}

.noticia__mid .field--name-field-archivos-adjuntos a {
  margin: 3px;
  min-width: 240px;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  padding: 0 16px;
  color: #E59832;
  background: transparent;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.noticia__mid .field--name-field-archivos-adjuntos a:hover {
  background: #E59832;
  color: #ffffff !important;
}

.noticia__mid .field--name-field-archivos-adjuntos .file {
  padding: 0px;
  background: none;
}

.noticia__mid .field--name-field-video video {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  height: auto;
}

.noticia .apuntarse {
  z-index: 2;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #F3F6FB;
  padding: 32px 0;
}

.noticia .apuntarse .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.noticia .apuntarse p {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin: 0px;
  color: #6E7883;
}

.noticia .apuntarse p span {
  color: #164194;
}

.path-taxonomy article {
  margin-bottom: 30px;
}

.path-taxonomy .noticia__top {
  flex-direction: row-reverse;
}

.noticias--listado {
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(3, 78, 162, 0.15);
}

.noticias--listado .box {
  padding: 16px;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.noticias--listado h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

.noticias--listado h3 a {
  min-height: 48px;
  color: #6E7883;
  display: block;
}

.noticias--listado img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.noticias--listado .top {
  margin-bottom: 10px;
}

.noticias--listado .top a {
  margin-bottom: 10px;
  display: block;
}

.noticias--listado .field--name-field-categoria {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #E59832;
  letter-spacing: 0.1em;
}

.noticias--listado .field--name-field-fecha {
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.1em;
}

.noticias--listado .bot {
  display: flex;
  align-items: center;
}

.noticias--listado .bot > a {
  color: #6E7883;
}

.noticias--listado .enlace {
  margin-left: auto;
}

.noticias--listado .enlace.boton--outline-naranja {
  max-width: 110px;
  min-width: 110px;
  color: #E59832;
  height: 32px;
}

.noticias--listado .likes {
  margin-right: 12px;
  text-decoration: none;
  cursor: pointer;
}

.noticias--listado .likes span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FB;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 6px;
}

.noticias--listado .vistos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F6FB;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 6px;
}

.noticias--listado .enlace span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #164194;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .noticia .apuntarse {
    padding: 22px 0;
  }
  .noticia .apuntarse p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .noticia__mid h1 {
    margin-bottom: 30px;
  }
  .noticia__mid .entradilla .col-md-6,
  .noticia__mid .entradilla .col-md-12 {
    margin-bottom: 20px;
  }
  .noticia__mid .fechas {
    margin-bottom: 24px;
  }
  .noticia__mid .fechas .col-md-6,
  .noticia__mid .fechas .col-md-12 {
    margin-bottom: 6px;
  }
  .noticia .apuntarse {
    padding: 18px 0;
    text-align: center;
    bottom: 78px;
  }
  .noticia .apuntarse p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 10px;
  }
  .noticia .apuntarse .container {
    display: block;
  }
  .noticia .apuntarse a {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .noticia .apuntarse {
    padding: 10px 0;
  }
  .noticia .apuntarse p {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 8px;
  }
}
/*  Actividades  */
.path-actividades #block-ejemploactividadesdestacadas {
  margin-bottom: 64px;
}

.path-actividades #block-ejemploactividadesdestacadas center {
  display: none;
}

.path-actividades .categoria,
.path-noticias .categoria {
  margin-bottom: 30px;
}

.path-actividades .categoria a,
.path-noticias .categoria a {
  margin: 0 10px 10px 0;
}

/*  Documentos  */
.documentos--mid {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 12px;
}

.documentos--mid-menu > a {
  display: flex;
  padding: 11px 13px;
  color: #6E7883;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0px 0px 10px rgba(3, 78, 162, 0.15);
}

.documentos--mid-menu > a svg:first-child {
  margin-right: 8px;
}

.documentos--mid-menu > a svg:last-child {
  margin-left: auto;
  margin-right: 6px;
}

.documentos--mid-menu > a:hover {
  background: #F3F6FB;
}

.documentos--mid > p {
  margin-bottom: 30px;
}

.documentos--mid-menu .type_file {
  text-align: center;
  margin-right: 8px;
}

.documentos--mid-menu .type_file svg {
  margin-right: 0px !important;
}

.documentos--mid-menu .type_file span {
  display: block;
  color: #164194;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
}

.paginador {
  text-align: center;
  margin-top: 28px;
}

.paginador > div {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.paginador > div a {
  width: 32px;
  height: 32px;
  background: #E2E4E6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
}

.paginador > div a:hover {
  background: #CDDCEC;
}

.paginador .page_after a {
  font-size: 0px;
  background: #CDDCEC url("../img/arrow-right-white.svg") no-repeat center;
}

.paginador .page_after a:hover {
  background: #E2E4E6 url("../img/arrow-right-white.svg") no-repeat center;
}

.paginador .page_before a {
  font-size: 0px;
  background: #CDDCEC url("../img/arrow-left-white.svg") no-repeat center;
}

.paginador .page_before a:hover {
  background: #E2E4E6 url("../img/arrow-left-white.svg") no-repeat center;
}

/* Nominas */
.nominas--nav {
  padding: 0px 0px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.nominas--mid-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 11px 13px;
  color: #6E7883;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0px 0px 10px rgba(3, 78, 162, 0.15);
}

.nominas--mid-menu span {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.nominas--mid-menu svg:first-child {
  margin-right: 8px;
}

.nominas--mid-menu svg:last-child {
  margin-left: auto;
  margin-right: 6px;
}

.nominas--mid-menu:hover {
  background: #F3F6FB;
}

.nominas--mid-menu .actions a {
  margin: 0px 0.5rem;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  padding: 0 1rem;
  color: #E59832;
  background: #fffff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nominas--mid-menu .actions a:hover {
  background: #E59832;
  color: #ffffff !important;
}

/*  Owl  */
#sync1 {
  margin-bottom: 20px;
}

#sync2 .item {
  cursor: pointer;
}

.owl-prev span,
.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  background-color: #CDDCEC !important;
  background-image: url("../img/arrow-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100px;
}

.owl-carousel .owl-nav button.owl-prev {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  background-color: #CDDCEC !important;
  background-image: url("../img/arrow-left.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 100px;
}

#slider-home {
  margin-top: 104px;
}

#slider-home .mobile {
  display: none;
}

#slider-home .owl-dots {
  margin-top: 0px;
  z-index: 5;
  top: -50px;
  position: relative;
}

#slider-home .owl-dots .owl-dot span {
  margin: 0 3px !important;
}

#sliders-home .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

#sliders-home .owl-carousel .owl-dots.disabled,
#sliders-home .owl-carousel .owl-nav.disabled {
  display: block;
}

#sliders-home .owl-nav {
  float: right;
  margin: 0px;
}

#sliders-home .owl-dots {
  counter-reset: slides-num;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}

#sliders-home .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  vertical-align: middle;
  padding-left: 3px;
}

#sliders-home .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

#sliders-home .owl-dot span {
  display: none;
}

#sliders-home .owl-dot.active:before {
  content: counter(slides-num) " /";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

#sliders-list {
  margin-bottom: 80px;
}

#sliders-list > h2 {
  margin: 0px;
}

#sliders-list .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

#sliders-list .owl-carousel .owl-dots.disabled,
#sliders-list .owl-carousel .owl-nav.disabled {
  display: block;
}

#sliders-list .owl-nav {
  float: right;
  margin: 0px;
}

#sliders-list .owl-dots {
  counter-reset: slides-num;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
}

#sliders-list .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  vertical-align: middle;
  padding-left: 3px;
}

#sliders-list .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

#sliders-list .owl-dot span {
  display: none;
}

#sliders-list .owl-dot.active:before {
  content: counter(slides-num) " /";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media (max-width: 991.98px) {
  #slider-home {
    margin-top: 70px;
  }
}
@media (max-width: 767.98px) {
  #slider-home .mobile {
    display: block;
  }
  #slider-home .desktop {
    display: none;
  }
}
/*  Login   */
.path-user:not(.user-logged-in) {
  background: url("../img/imagen_login_contectadox.jpg") no-repeat center;
  background-size: cover;
}

.path-user:not(.user-logged-in) #header,
.path-user:not(.user-logged-in) #footer,
.path-user:not(.user-logged-in) main nav,
.path-user:not(.user-logged-in) .menu--bot {
  display: none !important;
}

.path-user:not(.user-logged-in) main {
  max-width: 320px;
  padding: 0px;
}

.path-user:not(.user-logged-in) .dialog-off-canvas-main-canvas {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: inherit !important;
}

.path-user:not(.user-logged-in) form {
  padding: 96px 16px 0 16px;
  background: url("../img/logo-login.svg") no-repeat center top;
  background-size: 230px auto;
}

.user-login-form {
  text-align: center;
}

.user-login-form > a {
  color: #ffffff;
  margin-top: 30px;
  display: block;
}

.user-login-form label,
.user-login-form .description {
  display: none;
}

.user-login-form #edit-submit {
  margin: 40px 0 0 0;
  width: 100%;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  color: #ffffff;
  background: #E59832;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-login-form #edit-submit:hover {
  background: #CE892D;
  border: 1px solid #CE892D;
}

.user-login-form input[type=text],
.user-login-form input[type=password] {
  border-radius: 8px;
  height: auto;
  border: 1px solid #E5E5E5;
}

.user-login-form #edit-name {
  background: #ffffff url("../img/usuario.svg") no-repeat left 10px center;
  padding: 7px 30px 7px 40px;
}

.user-login-form #edit-pass {
  background: #ffffff url("../img/contra.svg") no-repeat left 10px center;
  padding: 7px 30px 7px 40px;
}

.user-pass label,
.user-pass p {
  color: #ffffff;
}

.user-pass #edit-submit {
  width: 100%;
  min-width: inherit;
  max-width: inherit;
}

.user-pass input[type=text] {
  border-radius: 8px;
  height: auto;
  border: 1px solid #E5E5E5;
  padding: 7px 10px;
}

.efor-trox-cambiar-pass-form #edit-submit {
  margin: 0px;
}

.efor-trox-cambiar-pass-form .form-item {
  margin-bottom: 20px;
}

.efor-trox-cambiar-pass-form #edit-new-password > label {
  font-weight: 700;
  color: #E59832;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px 0 32px;
}

/*  Login Inicir Sesion  */
.path-iniciar-sesion {
  background: url("../img/imagen_login_contectadox.jpg") no-repeat center;
  background-size: cover;
}

.path-iniciar-sesion #header,
.path-iniciar-sesion #footer,
.path-iniciar-sesion main nav,
.path-iniciar-sesion .menu--bot {
  display: none !important;
}

.path-iniciar-sesion main {
  max-width: 320px;
  padding: 0px;
}

.path-iniciar-sesion .dialog-off-canvas-main-canvas {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: inherit !important;
}

.path-iniciar-sesion form {
  padding: 96px 16px 0 16px;
  background: url("../img/logo-login.svg") no-repeat center top;
  background-size: 230px auto;
}

.user-login-form #edit-submit {
  margin: 40px 0 0 0;
  width: 100%;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  color: #ffffff;
  background: #E59832;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-login-form #edit-submit:hover {
  background: #CE892D;
  border: 1px solid #CE892D;
}

.user-login-form #email {
  background: #ffffff url("../img/usuario.svg") no-repeat left 10px center;
  padding: 7px 30px 7px 40px;
}

.user-login-form #password {
  background: #ffffff url("../img/contra.svg") no-repeat left 10px center;
  padding: 7px 30px 7px 40px;
}

#email-help.form-text,
#pass-help.form-text {
  font-size: 12px;
  color: #ffffff;
  margin: 4px 0px 0px 0px;
  text-align: left;
}

/*  User  */
.user--top {
  max-width: 1138px;
  margin: 0 auto;
  padding: 0px 12px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.user--top h1 {
  font-weight: 700;
  color: #164194;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}

.user--top h1 span {
  display: block;
  color: #E59832;
}

.user--top--mid {
  background: #f3f6fb;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

.user--mid {
  max-width: 754px;
  margin: 0 auto;
  padding: 0 12px;
}

.user--mid-menu a {
  display: flex;
  cursor: pointer;
  padding: 11px;
  color: #6E7883;
  align-items: center;
  background: #F3F6FB;
  border-radius: 8px;
  margin-bottom: 16px;
}

.user--mid-menu a svg:first-child {
  margin-right: 8px;
}

.user--mid-menu a svg:last-child {
  margin-left: auto;
}

.user--mid-menu a:hover {
  background: #e0e8f5;
}

.user--mid > .field {
  display: none;
}

/*  Footer  */
#footer,
#footer .region-footer {
  padding: 0px;
}

#block-pie {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #164194;
  padding: 35px 60px;
}

#block-pie .enlaces {
  margin-left: auto;
  padding: 0px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}

#block-pie .enlaces a {
  color: #ffffff;
  margin-right: 40px;
}

#block-pie .enlaces a.social.social-last {
  margin-right: 40px !important;
}

#block-pie .enlaces a.social {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

#block-pie .enlaces a.social svg {
  width: 26px;
  height: auto;
}

#block-pie .enlaces a:last-child {
  margin-right: 0px;
}

#block-pie img {
  max-width: 160px;
}

@media (max-width: 991.98px) {
  #block-pie .enlaces {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  #block-pie {
    padding: 35px 16px 120px !important;
    display: block;
  }
  #block-pie .enlaces {
    display: block;
    width: 100%;
  }
  #block-pie .enlaces a {
    display: block;
    margin-top: 24px;
  }
  #block-pie .enlaces-iconos {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
/*  Apaño para demo  */
.path-actividades #sliders-list > h2 {
  margin-bottom: 20px;
}

.path-actividades #block-personalizado-content > .noticias--grid {
  margin-bottom: 50px;
}

.path-actividades #block-bloquedeactividadesqueelusuarioestainscrito article {
  max-width: 416px;
}

/*  Solicitar acceso VIRTUOX  */
body.node-96 {
  background: url(../img/logo-pie.svg) no-repeat;
  background-size: 160px;
  background-position: center 10%;
  background-color: #07286a;
}
body.node-96 .alert {
  max-width: 350px;
}
body.node-96 .dialog-off-canvas-main-canvas {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: inherit !important;
}
body.node-96 header,
body.node-96 footer,
body.node-96 .menu--bot {
  display: none !important;
}
body.node-96 .node--top {
  justify-content: center;
  padding-bottom: 10px !important;
}
body.node-96 .node--top a {
  display: none;
}
body.node-96 .node--top h1, body.node-96 .node--top span {
  font-weight: 700;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.125rem;
  margin: 0px;
}
body.node-96 .webform-submission-solicitud-acceso-add-form {
  max-width: 350px;
  margin: auto;
}
body.node-96 .webform-submission-solicitud-acceso-add-form label {
  color: #ffffff;
}
body.node-96 .webform-submission-solicitud-acceso-add-form #edit-processed-text {
  color: #fff;
  padding-bottom: 22px !important;
}
body.node-96 .webform-submission-solicitud-acceso-add-form #edit-actions-submit {
  margin: 40px 0 0 0;
  width: 100%;
  border: 1px solid #E59832;
  transition: 0.3s;
  border-radius: 100px;
  color: #ffffff;
  background: #E59832;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.path-seccion-te-interesa #block-personalizado-content {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.path-seccion-te-interesa #block-personalizado-content h1 {
  font-weight: bold;
  color: #164194;
}

.seccion-te-interesa {
  max-width: 1264px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}

.seccion-te-interesa .item-te-interesa {
  padding: 12px 24px;
  font-size: 18px;
  min-width: 392px;
  align-items: center;
  background: linear-gradient(90deg, #E9F7FD 0%, #D3EEFA 100%);
  border-radius: 8px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.seccion-te-interesa .item-te-interesa a {
  color: #164194;
  display: flex;
  width: 100%;
}

.seccion-te-interesa .item-te-interesa svg {
  margin-left: auto;
}

.path-seccion-te-interesa .noticia__top {
  flex-direction: row-reverse;
}

@media (min-width: 1450px) {
  .path-seccion-te-interesa main {
    min-height: 70.6vh;
  }
}
@media (max-width: 1450px) and (min-width: 1366px) {
  .path-seccion-te-interesa main {
    min-height: 70.6vh;
  }
}
@media (max-width: 1450px) and (min-width: 1366px) {
  .path-seccion-te-interesa main {
    min-height: 70.6vh;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .path-seccion-te-interesa main {
    min-height: 75.6vh;
  }
}
@media (max-width: 1025px) and (min-width: 821px) {
  .path-seccion-te-interesa main {
    min-height: 80.6vh;
  }
}
@media (max-width: 821px) {
  .seccion-te-interesa .item-te-interesa {
    min-width: 90%;
  }
}
@media (max-width: 769px) {
  .seccion-te-interesa .item-te-interesa {
    min-width: 90%;
  }
}
@media (max-width: 430px) {
  .seccion-te-interesa .item-te-interesa {
    min-width: 90%;
  }
}
.somos-trox-subapartados {
  max-width: 1264px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 45px;
}

.somos-trox-subapartados .somos-trox-subapartado {
  padding: 12px 24px;
  font-size: 18px;
  min-width: 392px;
  align-items: center;
  background: linear-gradient(90deg, #E9F7FD 0%, #D3EEFA 100%);
  border-radius: 8px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.somos-trox-subapartados .somos-trox-subapartado a {
  color: #164194;
  display: flex;
  width: 100%;
}

.somos-trox-subapartados .somos-trox-subapartado svg {
  margin-left: auto;
}

.path-agenda-contactos .node--top {
  padding: 0px 0px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.path-agenda-contactos .node--top h1 {
  font-weight: 700;
  color: #E59832;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0px;
}
.path-agenda-contactos body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.path-agenda-contactos #backButton {
  background-color: #164194;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.path-agenda-contactos .container {
  margin: 10px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.path-agenda-contactos h1 {
  text-align: center;
  color: #333;
}
.path-agenda-contactos input[type=text] {
  padding: 10px;
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.path-agenda-contactos .card.shadow-sm {
  min-height: 480px;
}

.path-agenda {
  background: url("../img/imagen_login_contectadox.jpg") no-repeat center fixed;
  background-size: cover;
}
.path-agenda main {
  padding: 0;
}
.path-agenda .buttons a {
  margin: 10px;
}/*# sourceMappingURL=style.css.map */