/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}

html {
  overflow-x: hidden;
}

a[href="http://www.faboba.com"] {
  display: none !important;
  visibility: hidden !important;
}

.c-blue {
  color: #0099db;
}

.uk-button {
  color: #5c5c5c;
  border-color: #9ec700;
  height: 35px;
}

.uk-button::before {
  background-color: #0099db !important;
  top: 0;
}

.uk-button:hover {
  border-color: #0099db !important;
}

.uk-panel-box-secondary {
  background: #0099db;
  color: #ffffff;
}

ul.uk-list.uk-list-space > li:not(:first-child) {
  margin-top: 15px;
}


/*HEADER*/
.tm-navbar-container.uk-active {
  background: rgb(0 0 0 / 50%);
}

.uk-sticky-placeholder {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.tm-navbar-container .menu ul.uk-navbar-nav:not(.uk-nav)>li:not(.uk-active)>a {
  color: #ffffff;
}

/*SLIDESHOW*/
.mod_slideshow h1 {
  font-size: 80px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #333333;
}

.mod_slideshow h1>span.uk-h3 {
  line-height: 56px;
}

.mod_slideshow .uk-overlay-panel.uk-flex {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
}

/*QUIENES SOMOS*/
.mod_quienes-somos h2 {
  font-weight: 300 !important;
  margin-bottom: 0px;
}

.mod_quienes-somos h2>.uk-h4 {
  font-weight: 600;
}

.mod_quienes-somos h3 {
  font-weight: 600;
  margin-top: 0;
}

.mod_quienes-somos .uk-width-medium-1-2>img {
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 0;
}

.mod_quienes-somos .uk-grid>.uk-width-medium-1-2:first-child {
  position: relative;
  min-height: 640px;
}

.mod_quienes-somos {
  z-index: 1;
}

/*BLOQUE MILLONES HOME*/

.rd-inicio div#tm-top-c,
.rd-inicio div#tm-bottom-a {
  background: #f5f5f5;
}

.mod_bloque-millones h4 {
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 22px;
}

.mod_bloque-millones h4+p {
  margin-top: 0px;
}

/*SERVICIOS*/

.rd-inicio #tm-top-d {
  background-image: url('../../../images/secciones/servicios/bg-servicios.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-position: center; */
  background-size: cover;
}

.mod_servicios h2 {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 50px;
}

span.t-light {
  font-weight: 300;
}

.grid-servicios h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0px;
}

.grid-servicios .uk-panel>a+div {
  border: 2px solid #ffffff;
  width: 180px;
  height: 180px;
  line-height: 180px;
  object-fit: scale-down;
  border-radius: 50%;
  margin: 0 auto;
}

.grid-servicios .uk-panel>a+div>img {
  transform: scale(0.8);
  transition: all 0.3s;
}

.grid-servicios .uk-panel:hover>a+div>img {
  transform: scale(1);
}

/*MIEMBROS*/
.mod_miembros .uk-overlay-hover:hover img.uk-overlay-scale {
  transform: scale(1);
}

.mod_miembros .uk-overlay-hover img.uk-overlay-scale {
  transform: scale(0.9);
}

.mod_miembros>div.uk-block-large {
  padding-bottom: 0px;
}

ul.uk-slideset-nav.uk-dotnav>li.uk-active>a {
  background: #b22d20;
}

/*NOTICIAS*/
span.date {
  display: block;
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
}

.grid-notas-de-prensa {
  margin-bottom: 35px;
}

.grid-notas-de-prensa>div.uk-grid>div>div.uk-panel {
  box-shadow: 0px 0px 30px 5px #cccccc;
}

.grid-notas-de-prensa>div.uk-grid>div>div.uk-panel>div:last-child {
  padding: 0px 25px 25px 25px;
}

.Mod_sala-de-prensa>.uk-block-large {
  padding-bottom: 40px;
}


/*FOOTER*/
div#tm-footer {
  background-color: #333333;
  padding: 40px 0px;
}

.tm-footer form .uk-position-relative>button {
  transition: all 0.3s;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 18px;
}

button.no-button {
  background: transparent;
  border: none;
  height: 35px;
  width: 35px;
}

.tm-footer form .uk-position-relative>input {
  height: 35px;
  background: #ffffff !important;
  padding: 0px 10px;
}

.tm-footer form .uk-position-relative>input::placeholder {
  color: #333333;
}

.redes>ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.redes {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.redes>ul>li {
  padding: 0px 10px;
}

.redes>ul>li>a {
  font-size: 25px;
  color: #0099db;
}

.powered>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: right;
}

.powered>ul>li>p {
  font-size: 13px;
}

.redes>ul>li>a:hover {
  color: #9ec700;
}

.powered>ul>li>img {
  width: 100%;
  max-width: 75px;
}

.tm-footer .uk-grid.uk-grid-divider.uk-contrast>div:first-child>p {
  margin-bottom: 5px;
}

.tm-footer form .uk-position-relative>button:hover {
  background: #94c301;
  color: #fff;
}

.mod_slideshow_secc .uk-cover-background.uk-position-cover {
  background-position: top;
}

.mod_slideshow_secc ul.uk-slideshow,
.mod_slideshow_secc ul.uk-slideshow>li {
  max-height: 300px;
}

.mod_slideshow_secc .uk-cover-background.uk-position-cover::before {
  background: rgb(51 51 51 / 40%);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*BREADCRUMB*/
#tm-top-a .uk-panel.mod_slideshow_secc+.uk-panel {
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
}

ul.uk-breadcrumb>li:not(.uk-active),
ul.uk-breadcrumb>li.uk-active::before {
  display: none;
}

ul.uk-breadcrumb>li>span {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-shadow: 2px 2px 2px #333333;
  text-align: center;
  line-height: 34px;
}

/*SECC CONSEJO DE DIRECTORES*/

.detalle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 153 219 / 50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
}

.blog-uikit-consejo-de-directores article.uk-article>.uk-grid div.content-cd {
  position: relative;
}

.detalle>div {
  padding-bottom: 35px;
}

.content-cd:hover .detalle {
  opacity: 1;
}

.detalle h3,
.detalle p {
  color: #ffffff;
  text-shadow: 0px 2px 5px #333333;
}

.detalle h3 {
  margin-bottom: 5px;
}

.detalle h3+p {
  margin: 0;
}

.rd-consejos .img>img {
  width: 100%;
  max-height: 413px;
  object-fit: contain;
  box-shadow: 0px 0px 5px 0px #eeeeee;
}

.blog-uikit-consejo-de-directores h1 {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
}

/*SECC  MIEMBROS*/
.blog-uikit-miembros>.uk-margin+hr {
  padding-bottom: 35px;
}

.blog-uikit-miembros article.uk-article {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 15px;
  min-height: 310px;
}

.content-tease-miembros>p>a {
  font-size: 13px;
}

.content-tease-miembros {
  padding: 5px 15px;
}

.content-tease-miembros>p {
  margin: 5px 0px;
}

.blog-uikit-miembros article.uk-article>div {
  margin: 0;
}

.blog-uikit-miembros article.uk-article>a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: transparent;
}

.blog-uikit-miembros article.uk-article:hover>div>img {
  transform: scale(1);
}

.blog-uikit-miembros article.uk-article>div>img {
  transition: all 0.3s;
  transform: scale(0.8);
}

/*SECC QUIENES SOMOS*/

.blog-uikit-quienes-somos h3 {
  font-weight: 600;
}

span.unl-black {
  border-bottom: solid #333333;
  padding-bottom: 5px;
}

span.unl-green {
  border-bottom: 4px solid #8acc02;
}

span.unl-blue {
  border-bottom: 4px solid #009fd3;
}

/*PRESIDENTE*/
body.tm-isblog.rd-presidente .tm-block-main {
  position: relative;
  overflow: hidden;
}

body.tm-isblog.rd-presidente .tm-block-main::before {
  content: '';
  position: absolute;
  background-image: url('../../../images/layout/logo-big-transp.png');
  width: 560px;
  height: 560px;
  bottom: -35%;
  right: -15%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*SECC NOTICIAS*/
.blog-uikit-noticias p.uk-article-lead,
.blog-uikit-galeria-de-imagenes p.uk-article-lead{
  text-transform: initial;
}

.blog-uikit-galeria-de-imagenes>div.uk-grid>div>article.uk-article>div>a>img,
.blog-uikit-noticias>.uk-grid>div>.uk-article>div>a>img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-uikit-galeria-de-imagenes>div.uk-grid>div>article.uk-article p.uk-article-lead>a,
.blog-uikit-noticias p.uk-article-lead>a {
  color: #333333;
  height: 80px;
  display: block;
  line-height: 26px;
  overflow: hidden;
}

.blog-uikit-galeria-de-imagenes>div.uk-grid>div>article.uk-article,
.blog-uikit-noticias>div.uk-grid>div>.uk-article {
  box-shadow: 0px 0px 30px 4px #cccccc;
}

.blog-uikit-galeria-de-imagenes>div.uk-grid>div>article.uk-article >p,
.blog-uikit-noticias>div.uk-grid>div>.uk-article>p {
  padding: 0px 20px 20px 20px;
}

/*SECC GALERIA*/

@media screen and (min-width: 768px) {
  .blog-uikit-galeria-de-imagenes>div.uk-grid>div {
    width: 100%;
    max-width: 33.33%;
  }
}

.uk-list-striped>li>a>div h3 {
  color: #333333;
  transition: all 0.3s;
}



/*SECC ENLACES DE INTERES*/
.uk-list-striped a img {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 960px) {
  .uk-list-striped>li>a>div {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .uk-list-striped>li>a>div h3 {
    font-size: 18px;
  }
  
  .mod_slideshow h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 2px 2px 2px #333333;
  }
  
  .mod_quienes-somos .uk-width-medium-1-2>img {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 16px;
}

	
}

/*Educacion Continua*/
.uk-accordion-1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

h3.uk-accordion-title {
    background: #f5f5f5;
  color: #0099db;
  font-weight: 800;
  padding-left: 10px;
}

.uk-accordion a.uk-buttom {
    border: 1px solid;
    padding: 10px; 
}

.uk-accordion h3.uk-accordion-title {
  margin-top: 10px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.uk-accordion h3.uk-accordion-title.uk-active {
  color: #fff;
  background-color: #0099db;
}
.uk-accordion h3.uk-accordion-title:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 23px;
  margin-right: 16px;
}
.uk-accordion h3.uk-accordion-title.uk-active::after {
  content: "\f107";
}
.uk-accordion-content.uk-active {
  margin-bottom: 40px;
}


.circle{fill:none;stroke:#9ec700;;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#718f00;;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.check{fill:none;stroke:#01426b;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check-dash{fill:none;stroke:#01426b;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check {
    stroke-dasharray: 60 100;
    animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    opacity: 0;
}
@-webkit-keyframes check { from {stroke-dashoffset: 60;opacity: 1;} to {stroke-dashoffset: 00;opacity: 1;} }
@-moz-keyframes check { from {stroke-dashoffset: 60; opacity: 1;} to {stroke-dashoffset: 00; opacity: 1;} }
@keyframes check { from {stroke-dashoffset: 60;opacity: 1;} to {stroke-dashoffset: 00;opacity: 1;} }
.check-dash {
    stroke-dasharray: 10 100;
    animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}
@-webkit-keyframes check-dash {from {stroke-dashoffset: 120;} to {stroke-dashoffset: 45;} }
@-moz-keyframes check-dash { from {stroke-dashoffset: 120;} to {stroke-dashoffset: 45;} }
@keyframes check-dash { from {stroke-dashoffset: 120;} to {stroke-dashoffset: 45;} }
.circle { 
    stroke-dasharray: 300 300; 
    animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    opacity: 0;
}
@-webkit-keyframes circle { from {stroke-dashoffset:300;opacity: 1;} to {stroke-dashoffset:0;opacity: 1;} }
@-moz-keyframes circle { from {stroke-dashoffset:300;opacity: 1;} to {stroke-dashoffset:0; opacity: 1;} }
@keyframes circle { from {stroke-dashoffset:300; opacity: 1;} to {stroke-dashoffset:0; opacity: 1;} }
.circle-dash {
    stroke-dasharray: 10 300;
    animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    opacity: 0;
}
@-webkit-keyframes circledash { from {stroke-dashoffset:320;opacity: 1;} to {stroke-dashoffset: 20;opacity: 1;} }
@-moz-keyframes circledash { from {stroke-dashoffset:320; opacity: 1;} to {stroke-dashoffset: 20; opacity: 1;} }
@keyframes circledash { from {stroke-dashoffset:320;opacity: 1;} to {stroke-dashoffset: 20; opacity: 1;} }