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

.uk-animation-3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.uk-button {
  background-color: #8ea9dd;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px 25px;
  font-weight: 600;
  border-color: #8ea9dd;
}

.uk-button:not(.uk-button-link)::before {
  top: 0;
  background: #2c5296 !important;
}

.uk-button-link {
  padding: 5px !important;
  width: 100%;
  max-width: 200px;
}

.uk-button.uk-button-link:hover {
  background: #305496;
  color: #ffffff;
}

.uk-button-link::before {
  right: 27px !important;
}

.uk-button-link::after {
  right: 30px !important;
  background: #ffffff !important;
}

.uk-button-link:hover::before {
  right: 15px !important;
}

.uk-button-link:hover::after {
  right: 17px !important;
}

/*MENU*/
.tm-navbar-container {
  background: #eff5fb;
}

.tm-navbar-container.uk-active {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #eeeeee;
}

.rd-blog article.uk-article li a,
a.uk-button.menu-btn {
  color: #ffffff !important;
  background: linear-gradient(
    to right,
    rgba(191, 2, 2, 1) 0%,
    rgba(237, 55, 58, 1) 100%
  );
  height: 38px;
  line-height: 26px;
  padding: 5px 25px;
  border-color: #f33f42;
  border-radius: 10px;
}
a.uk-button.menu-btn:hover{
  border-color:#2c5296;
}

.menu ul.uk-navbar-nav > li:last-child {
  height: 70px;
  display: flex;
  align-items: center;
}

a.uk-button.menu-btn:hover::before,
a.uk-button.menu-btn:focus::before {
  width: 160px !important;
}

/*SLIDESHOW*/
.mod_slideshow .uk-overlay-panel > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.mod_slideshow h1 {
  color: #2c5296;
  font-size: 61px;
  font-weight: 600;
}

.mod_slideshow h3 {
  color: #333333;
  font-size: 40px;
  line-height: 44px;
}

.mod_slideshow .uk-button {
  background: #ffffff;
  border-radius: 10px;
  padding: 5px 25px;
  font-weight: 600;
  color: #2c5296 !important;
}

.mod_slideshow .uk-button:hover {
  color: #ffffff !important;
}

.rd-home section.tm-top-a {
  position: relative;
}

@media screen and (min-width: 960px) {
  .rd-home section.tm-top-a::before {
    content: "";
    position: absolute;
    background-image: url("../../../images/layout/big-icon.png");
    background-position: center;
    background-size: contain;
    width: 485px;
    height: 600px;
    right: -14%;
    bottom: -350px;
    z-index: 1;
  }
}

/*SERVICIOS*/
.uk-panel.mod_nuestros-servicios {
  position: relative;
  z-index: 1;
}

.uk-panel-box {
  border-radius: 10px;
}

.mod_nuestros-servicios h3.uk-h4 {
  color: #2f5396;
  font-size: 26px;
}

.mod_nuestros-servicios .uk-panel.uk-panel-box.uk-panel-box-primary > a + div {
  text-align: left !important;
}

.mod_nuestros-servicios h3.uk-h4 + div > p {
  font-size: 18px;
}

.mod_nuestros-servicios h1 {
  color: #2d5296;
  font-size: 51px;
  font-weight: 600;
  margin-bottom: 0px;
}

.mod_nuestros-servicios h1 + h3 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
}

.mod_nuestros-servicios h1 + h3 + p {
  line-height: 30px;
  font-size: 18px;
}

/*Conoce Siddhatech*/

.mod_ultimos-articulos-de-blog > h2,
.mod_conce-sdt h3.uk-h1,
.mod_nuestros-clientes > h2 {
  color: #2d5296;
  font-size: 42px;
  font-weight: 600;
}

.mod_ultimos-articulos-de-blog > p,
.mod_conce-sdt h3.uk-h1 + div > p {
  font-size: 18px;
  line-height: 30px;
}

.rd-home div#tm-top-c {
  background: #f3f7fe;
  margin-top: 150px;
}

@media screen and (min-width: 768px) {
  .mod_conce-sdt .uk-grid > div > img {
    position: relative;
    top: -45px;
  }

}

@media screen and (max-width: 768px) { 
    .mod_slideshow h3 {font-size: 25px;line-height: 30px;}
    .mod_slideshow h1 {font-size: 40px;line-height: 40px;}
}

/*ANIMATION SLOW*/
.mod_conce-sdt .uk-grid > div {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*NUESTROS CLIENTES*/
div#tm-top-d {
  padding-top: 75px;
}

.widget_clientes .uk-panel.uk-panel-hover:hover {
  background: #f3f7fe;
}

.widget_clientes .uk-panel.uk-panel-hover {
  transition: all 0.3s ease-in-out 0s;
}

/*BLOG*/
.mod_ultimos-articulos-de-blog ul.uk-slideset > li > div {
  padding: 0px;
  padding-bottom: 15px;
}

.mod_ultimos-articulos-de-blog ul.uk-slideset > li > div > a + div + div,
.mod_ultimos-articulos-de-blog ul.uk-slideset > li > div > a + div + div + p {
  padding: 0px 15px;
}

/*FOOTER*/
.tm-footer .menu.mod-list {
  list-style: none;
  display: flex;
  justify-content: space-evenly;

}

.tm-footer .menu.mod-list > li:last-child > a {
  background: transparent;
  border: 0;
  padding: 0px;
}
div#tm-footer .nav.menu.mod-list li.parent > .nav-child > li{
  list-style: none !important;
}

.tm-footer .menu.mod-list > li > a, .tm-footer .menu.mod-list > li > span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

div#tm-footer {
  background: #284c8d;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left !important;
  color: #ffffff;
}

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

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

ul.redes > li > a {
  color: #ffffff;
  border-color: rgb(255 255 255 / 10%);
  border-radius: 25px;
  background: rgb(255 255 255 / 20%);
}

.tm-footer .uk-width-medium-3-4 strong {
  line-height: 30px;
}

.tm-footer a {
  color: #ffffff;
}

.tm-footer .tm-totop-scroller,
.tm-footer .tm-totop-scroller:focus,
.tm-footer .tm-totop-scroller:active{
  color: #ffffff !important;
}

.tm-footer a:hover {
  color: #8ea9dd !important;
  text-decoration: auto;
}

.tm-footer a.uk-button::before {
  display: none;
}

.mod-list > li.parent {
  position: relative;
}

.mod-list > li.parent > ul {
  list-style: none;
  padding: 10px;
  background: #ffffff;
  position: absolute;
  width: 260px;
  top: -140px;
  left: -75px;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  box-shadow: 0px 0px 5px 0px #eeeeee;
}

.mod-list > li.parent > ul > li:not(:last-child) {
  margin-bottom: 5px;
}

.mod-list > li.parent > ul a {
  color: #666666;
}

.mod-list > li.parent:hover > ul,
.mod-list > li.parent:hover > ul:hover {
  opacity: 1;
  z-index: 1;
}

/**SECC SERVICIOS*/
.blog-uikit-servicios > div.uk-grid > div > .uk-article h1 {
  font-size: 22px;
  line-height: 26px;
  color: #2f5396;
  margin: 0px;
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article {
  padding: 25px;
  box-shadow: 0px 0px 21px 3px #eeeeee;
  position: relative;
  border-radius: 10px;
  min-height: 300px;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1);
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article:hover {
  transform: scale(1.1);
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article h1 + p {
  margin-top: 0px;
}

.blog-uikit-servicios > div.uk-grid > div > .uk-article h1 + p + a {
  color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
ul.uk-breadcrumb {
  background: linear-gradient(180deg, #eef4fb, #eef4fb00);
  text-align: center;
  line-height: 1;
  padding-bottom: 25px;
  padding-top: 50px;
}

ul.uk-breadcrumb > li:not(.uk-active) > a,
ul.uk-breadcrumb > li:not(.uk-active) > span {
  font-size: 18px;
  color: #666666;
}

ul.uk-breadcrumb > li.uk-active {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #2f5396;
  text-transform: math-auto;
}

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

.blog-uikit h2 {
  color: #61879c;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 52px;
}

.blog-uikit > article.uk-article p {
  font-size: 18px;
  line-height: 28px;
}

body.rd-servicios.teaser .tm-block-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 40px;
}

.bg-blue-sky {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 247, 255, 1) 40%
  );
  padding-bottom: 50px;
}

svg .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.rd-servicios h3.uk-h4 {
  color: #2f5396;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
}

ul.list-check {
  list-style: none;
  padding-left: 0px;
}

ul.list-check > li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
}

ul.list-check > li::before {
  content: "\f058";
  font-family: "FontAwesome";
  left: 0px;
  position: absolute;
  color: #ff4d51;
  font-size: 22px;
}

ul.list-check > li:not(:last-child) {
  margin-bottom: 15px;
}

.rd-hist-exito img.uk-overlay-fade {
  opacity: 1;
}

.uk-panel-box.card-blue {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input#cnumber,
input#email,
input#subject,
textarea#coments,
input#name {
    margin-top: 5px;
    margin-bottom: 15px;
    padding:20px;
    border: 1px solid #1f3763;
    border-radius: 5px
}

.rd-home .mod_nuestros-clientes img.uk-overlay-scale {
    height: 50px;
}

footer.tm-footer .mod-list > li.parent > ul {
  top: 42px;
}

div#tm-footer .nav.menu.mod-list li.parent > .nav-child {
  position: relative;
  padding: 0;
  opacity: 1;
  z-index: 1;
  background-color: transparent;
  box-shadow: none;
  top: 0;
  left: 0;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
}
div#tm-footer .nav.menu.mod-list li.parent > .nav-child > li {
  margin-bottom: 3px;
}
div#tm-footer .nav.menu.mod-list li.parent > .nav-child > li a {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) { 
    div#tm-footer .nav.menu.mod-list{flex-direction: column;}
}
@media screen and (max-width: 768px) { 
    .mod_slideshow h3 {font-size: 25px;line-height: 30px;}
    .mod_slideshow h1 {font-size: 40px;line-height: 40px;}
}

.circle{fill:none;stroke:#11a6c5;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#11a6c5;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;} }

