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

/*menu header*/
.tm-toolbar,
.es-inicio .uk-sticky-placeholder {
  position: absolute;
}

.tm-toolbar {
  width: 100%;
  background: transparent;
  padding: 0px 10px;
}

.header-black .tm-toolbar {
  padding: 0px 90px;
}

.es-inicio .uk-container.uk-container-center.uk-position-relative {
  padding: 0;
}

.tm-navbar-container.uk-sticky-init.uk-active {
  width: 100% !important;
}

nav > ul.uk-navbar-nav > li > a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: initial;
  height: auto;
  padding: 10px 10px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

nav > ul.uk-navbar-nav > li.uk-active > a {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 10px 25px;
}

.header-black div#comments,
nav > ul.uk-navbar-nav > li.uk-active > a::before {
  display: none;
}

.uk-sticky-placeholder {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: #ffffff00;
  padding-top: 0;
}

.tm-navbar-container.uk-active nav.uk-navbar .uk-navbar-nav > li > a {
  color: #ffffff;
  height: 50px;
}

.tm-navbar-container.uk-active nav > ul.uk-navbar-nav > li > a {
  color: #0a1943;
  font-size: 20px;
  line-height: initial;
  text-transform: capitalize;
}

.tm-navbar-container.uk-active {
  background: #000000;
}

.tm-logo-small img {
  height: 80px;
}

.tm-navbar-container.uk-active {
  background: #ccccd4;
}

.header-black .uk-sticky-placeholder .tm-navbar-container {
  background-color: #ccccd4;
  padding-bottom: 30px;
}

.header-black main#tm-content,
.header-black div#tm-top-b {
  padding-top: 150px;
}

.menu {
  padding-top: 20px;
}

/*Inicio*/
.mod_slideshow p {
  font-size: 30px;
  padding-top: 130px;
}

.mod_slideshow h3 {
  font-size: 45px;
}

.mod_slideshow p,
.mod_slideshow h3 {
  margin: 15px;
  padding-left: 135px;
}

.mod_secciones img {
  width: 100%;
  max-width: 40%;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

/*Portafolio*/
.mod_secciones .btn {
  border: 2px solid #242424;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  height: auto;
  text-transform: capitalize;
  color: #242424;
  transition: color 0.3s ease, border-color 0.3s ease;
}

div#tm-top-c {
  padding-top: 40px;
}

div#menu-category {
  display: flex;
  justify-content: center;
}

div#menu-category .uk-button {
  border-radius: 15px;
  margin: 5px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

/*Servicios*/
.yoo-zoo.blog-uikit.blog-uikit-servicios {
  display: none;
}

.header-black div#tm-top-c {
  padding-top: 170px;
}

/*Footer*/
div#tm-footer {
  background: #ccccd4;
}

p.uk-text-middle {
  font-size: 25px;
  padding-top: 35px;
}

#tm-footer .uk-grid {
  width: 100%;
  max-width: 50%;
  margin: auto;
  justify-content: center;
}

a.uk-icon-button.uk-icon-instagram,
a.uk-icon-button.uk-icon-facebook,
a.uk-icon-button.uk-icon-youtube-play,
a.uk-icon-button.uk-icon-linkedin {
  color: #000000;
  font-size: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding-right: 10px;
  margin-right: 5px;
}

/*Contact Form*/
@media screen and (min-width: 860px) {
  #contact-form > .uk-grid {
    box-shadow: 0 0 36px -18px rgba(0, 0, 0, 0.4);
  }
}

#contact-form > .uk-grid > .uk-width-medium-1-2:first-child > .uk-panel {
  background-color: #f7f7f7;
}

#contact-form #myForm input,
#contact-form #myForm select,
#contact-form #myForm textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding-left: 20px;
  background-color: #fff;
}

#contact-form > .uk-grid .uk-panel {
  padding: 40px;
  width: 100%;
}

#contact-form #myForm input,
#contact-form #myForm select {
  height: 40px;
}

#contact-form #myForm textarea {
  height: 130px;
  padding-top: 20px;
}

#contact-form h3.tittle {
  font-weight: bold;
  font-size: 28px;
  color: #0a1943;
}

#contact-form a {
  color: gray;
}

@media only screen and (max-device-width: 480px) {
  .es-inicio .uk-sticky-placeholder .tm-navbar-container {
    background-color: #ccccd4;
    padding-bottom: 0px;
  }

  .tm-logo-small img {
    height: 50px;
    margin-top: -10px;
  }

  .menu {
    padding-top: 0;
    padding-right: 0px;
  }

  ul.uk-slideshow.uk-overlay-active {
    height: 370px;
  }

  .mod_slideshow li.uk-active {
    height: 270px;
  }

  .mod_slideshow p {
    font-weight: bold;
  }

  .mod_slideshow p,
  .mod_slideshow h3 {
    margin: 3px;
    padding-left: 0;
    font-size: 22px;
  }

  .mod_secciones img {
    max-width: 70%;
  }

  ul.uk-slideset.uk-grid.uk-grid-match.uk-flex-center.uk-grid-width-1-3.uk-grid-width-small-1-3.uk-grid-width-medium-1-3.uk-grid-width-large-1-3.uk-grid-width-xlarge-1-3 {
    display: grid;
    grid-column: 1;
  }

  .uk-grid-width-1-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
  }

  .mod_servicios li.uk-active {
    width: 100%;
  }

  .mod_servicios img {
    padding-top: 25px;
  }

  #tm-footer .uk-grid {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .es-inicio .uk-sticky-placeholder .tm-navbar-container {
    background-color: #ccccd4;
    padding-bottom: 0px;
  }

  .tm-logo-small img {
    height: 50px;
    margin-top: -10px;
  }

  .menu {
    padding-top: 0;
    padding-right: 20px;
  }

  .mod_slideshow p {
    font-size: 30px;
    font-weight: bold;
    padding-top: 100px;
  }

  .mod_slideshow h3 {
    font-size: 30px;
  }

  .mod_slideshow p,
  .mod_slideshow h3 {
    margin: 10px;
    padding-left: 15px;
  }

  ul.uk-slideset.uk-grid.uk-grid-match.uk-flex-center.uk-grid-width-1-3.uk-grid-width-small-1-3.uk-grid-width-medium-1-3.uk-grid-width-large-1-3.uk-grid-width-xlarge-1-3 {
    display: grid;
    grid-column: 1;
  }

  .uk-grid-width-1-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
  }

  .uk-panel.mod_secciones {
    margin-top: 90px;
  }

  .mod_servicios img {
    padding-top: 25px;
  }

  .mod_servicios li.uk-active {
    width: 100%;
    max-width: 100%;
  }

  #tm-footer .uk-grid {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .uk-panel.mod_secciones {
    margin-top: 10px;
  }

  .mod_secciones img {
    max-width: 70%;
  }
}

@media screen and (max-width: 860px) {
  .mod_slideshow p,
  .mod_slideshow h3 {
    margin: 15px;
    padding-left: 135px;
  }

  .mod_slideshow h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 958px) {
  .menu {
    padding-top: 0;
    padding-right: 45px;
  }

  .mod_slideshow p,
  .mod_slideshow h3 {
    margin: 9px;
    padding-left: 7px;
    font-size: 28px;
  }
}


.es-blog .tm-navbar-container {
    background: #ccccd4
}

.header-black.es-portafolio .uk-panel,
.es-blog .uk-article {
    margin-top: 10%;
}