/* 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;
}

/*HEADER*/
.tm-navbar-container.uk-active {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgb(204 204 204 / 44%);
}

.menu ul >li > a {
  font-weight: 500;
  color: #000000;
}

.menu ul > li > a::before {
  height: 2px;
}

/*SLIDESHOW*/
 .mod_slideshow h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 0px;
}

.mod_slideshow h2 {
  font-size: 54px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 35px;
  line-height: 52px;
}

.mod_slideshow .uk-panel-box{
  text-align:center;
  padding: 25px 10px;
  border: none !important;
}

.mod_slideshow .uk-panel-box > h4 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

.card-pink {
  background: #ec008c;
}
.card-blue {
  background: #00aeef;
}
.card-yellow {
  background: #fff200;
}

.mod_slideshow .uk-panel-box > div > img {
  height: 60px;
  object-fit: cover;
}

.mod_slideshow h2 + div.uk-grid {
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 768px){
  .mod_slideshow ul.uk-slideshow, .mod_slideshow ul.uk-slideshow > li {
    min-height: 250px !important;
  } 
  .uk-panel.mod_slideshow .uk-cover-background.uk-position-cover {background-position: left;}
  .mod_slideshow h1 {font-size: 34px;}
  .mod_slideshow h2 {font-size: 34px;line-height: 37px;}
  .mod_slideshow h2 + div.uk-grid {display: none;}
  .rd-clientes .uk-container.uk-container-center #tm-middle {flex-direction: column-reverse;}
.rd-clientes .uk-container.uk-container-center #tm-middle > .tm-sidebar-a {margin-top: 0;margin-bottom: 20px;}
}

/*SERVICIOS*/
.mod_servicios > h3.uk-panel-title {
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.mod_servicios > h3.uk-panel-title::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  background: yellow;
  width: 100%;
  max-width: 120px;
  height: 3px;
}

.mod_servicios .uk-panel.uk-panel-box.uk-panel-box-primary > div {
  min-height: 205px;
}

.mod_servicios .uk-panel.uk-panel-box.uk-panel-box-primary h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
ul.uk-breadcrumb,
.rd-inicio div#tm-top-b {
  padding: 100px 0px;
  background: #00aeef;
  position:relative;
}

ul.uk-breadcrumb::before,
.rd-inicio div#tm-top-b::before {
  content:'';
  position:absolute;
  background-image: url('../../../images/layout/icon-punto.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  width: 600px;
  height: 600px;
  right: 0;
}

ul.uk-breadcrumb::before {
  width: 300px;
  height: 300px;
  top: 20%;
  right: -5%;
}

@media screen and (max-width: 768px){
  ul.uk-breadcrumb::before {
    width: 200px;
    height: 200px;
    top: 30%;
    right: -25%;
  }
  
}

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

ul.uk-breadcrumb {
  text-align: center;
}

ul.uk-breadcrumb > li > span {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
}
.mod_servicios .uk-panel.uk-panel-box.uk-panel-box-primary > div >div > img {
  max-height: 200px;
  object-fit: contain;
}


/*SERVICIOS TEASER*/
.blog-uikit-servicios > div.uk-grid > div > .uk-article {
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article > div {
  min-height: 210px;
}
.blog-uikit-servicios > div.uk-grid > div > .uk-article > div > img {
  max-height: 204px;
  object-fit: contain;
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article > div + p {
  min-height: 80px;
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article:hover {
  box-shadow: 0px 0px 21px 5px rgb(140 185 206 / 22%);
}

/*SECCIONES HOME*/
.rd-inicio div#tm-top-c {
  padding: 100px 0px;
  background-image: url('../../../images/secciones/secciones-home.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.mos_secciones h3.uk-panel-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.mos_secciones .uk-panel.uk-panel-box.uk-panel-box-primary > div.uk-margin-top-remove > div {
  width: 100%;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mos_secciones .uk-panel.uk-panel-box.uk-panel-box-primary{
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out 0s;
}

.mos_secciones .uk-panel.uk-panel-box.uk-panel-box-primary:hover{
  background-color: rgba(255, 255, 255, 1);
}

/*CLIENTES HOME*/
.mod_nuestros-clientes .uk-panel.uk-overlay {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rd-inicio div#tm-top-d {
  padding: 100px 0px;
}

.mod_nuestros-clientes > h3.uk-panel-title {
margin-bottom: 50px;
padding-bottom: 25px;
position: relative;
text-align: center;
font-size: 30px;
font-weight: 600; 
text-transform: uppercase;
}

.mod_nuestros-clientes > h3.uk-panel-title::before {
position: absolute;
content: '';
left: 50%;
bottom: 0;
transform: translate(-50%, -50%);
background: #00aeef;
width: 100%;
max-width: 120px;
height: 3px;
}

/*SECCION CLIENTES*/
.rd-clientes .element.element-imagepro {
  width: 100%;
  min-height: 150px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0px;
}

.rd-clientes .element.element-imagepro > img {
  height: 110px;
  width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  transition: all 0.3s ease-in-out 0s;
}

.rd-clientes article.uk-article {
  position: relative;
  padding: 15px;
  box-shadow: 0px 0px 21px 5px rgb(0 174 239 / 10%);
  overflow: hidden;
}

.rd-clientes article.uk-article > ul > li > a, .rd-clientes article.uk-article > ul > li {
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.rd-clientes article.uk-article:hover > div > img {
  transform: scale(1.1);
}

.rd-clientes .tag_clientes > ul > li::before {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}

.rd-clientes .tag_clientes > ul > li:nth-child(1)::before {

  background-image: url('../../../images/layout/icon/disenador-grafico.png');
}
.rd-clientes .tag_clientes > ul > li:nth-child(2)::before {

  background-image: url('../../../images/layout/icon/instituciones-estatales.png');
}
.rd-clientes .tag_clientes > ul > li:nth-child(3)::before {

  background-image: url('../../../images/layout/icon/mercadeo-internacional.png');
}
.rd-clientes .tag_clientes > ul > li:nth-child(4)::before {

  background-image: url('../../../images/layout/icon/cooperativa.png');
}
.rd-clientes .tag_clientes > ul > li:nth-child(5)::before {
 
  background-image: url('../../../images/layout/icon/educacion.png');
}
.rd-clientes .tag_clientes > ul > li:nth-child(6)::before {

  background-image: url('../../../images/layout/icon/industria.png');
}
.rd-clientes .tag_clientes > ul > li:nth-child(7)::before {

  background-image: url('../../../images/layout/icon/ong.png');
}

.rd-clientes .tag_clientes > ul > li > a {
    vertical-align: super;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

.rd-clientes .tag_clientes > ul > li:not(:last-child) {
   margin-bottom:10px;
}

@media screen and (min-width: 768px){
  .rd-clientes .yoo-zoo.blog-uikit > div.uk-grid > div {
      max-width: 25%;
  }
}

/*FOOTER*/
.icon-redes > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width:768px){
  .powered {
      text-align: right;
  }
}

div#tm-footer {
  background: #000000;
  padding: 25px 0px;
}

div#tm-footer p {
  color: #ffffff;
}

div#tm-footer a.uk-icon-button::before {
  color: #00aeef;
}

div#tm-footer a.uk-icon-button {
  background: #034a64;
}

.icon-redes > ul > li:not(:last-child) {
  margin-right: 10px;
}

.icon-redes > ul > li > a {
  border: none;
  border-radius: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.icon-redes > ul > li > a::after {
  background: #ffffff;
}

.tm-footer span.uk-icon {
  color: #00aeef;
  background: #034a64;
  text-align:center;
  border: none;
  border-radius: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.tm-footer p, .tm-footer a {
  font-size: 12px;
}

@media screen and (max-width: 768px){
  .icon-redes > ul {
    justify-content: flex-start;
  }
}

/*CONTACTOS*/
.blog-uikit-contactanos .uk-panel-box  a {
  color: #000000;
}

.blog-uikit-contactanos .uk-panel-box a:hover {
  color: #ffffff;
}

/*OFFCANVAS*/
.uk-offcanvas-bar {
  background: #00aeef;
}

ul.uk-nav.uk-nav-offcanvas  li > a {
  color: #000000;
}