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

 .mod_slideshow .uk-overlay-panel {
    width: 100%;
    max-width: 1920px;
    background: rgb(0 0 0 / 20%);
}

.mod_slideshow .uk-overlay-panel > div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}



@media screen and (min-width: 768px){
  .mod_slideshow .uk-overlay-panel > div h2 {
      font-size: 52px;
      line-height: 50px;
  }
}

a.tm-logo-small {
    position: absolute;
    bottom: -45px;
    left: 0;
}

.tm-navbar-container > div {
    width: 100%;
    max-width: 1420px;
    margin: 0px auto !important;
    background: #ffffff;
    position: relative;
}

.tm-navbar-container {
    padding: 0px;
}

.menu ul.uk-navbar-nav.uk-visible-large > li > a {
    line-height: 25px;
    height: 35px;
    padding: 5px 25px;
    border-radius: 20px;
}

.menu ul.uk-navbar-nav.uk-visible-large > li > a::before {
  display: none;
}

.menu ul.uk-navbar-nav.uk-visible-large > li {
    height: 90px;   
    display: flex;
    align-items: center;
    margin: 0px;
}

.menu ul.uk-navbar-nav.uk-visible-large > li.uk-active > a {
    background: #f8b600;
    color: #ffffff;
}

@media screen and (min-width: 768px){
    .cuadro-amarillo {
        position: absolute;
        left: -30%;
    }
}

a.uk-button {
    color: #f8b600;
    border-color: #f8b600;
    border-radius: 25px;
    transition: all 0.3s ease-in-out 0s;
    line-height: 39px;
    padding: 0px 25px;
}

a.uk-button::before {
    top: 0;
}

a.uk-button:hover {
    border: 1px solid #ffffff;
}

.mod_nosotros h2 {
    font-size: 60px;
}

.mod_nosotros h2 + p {
    color: #725da5;
    font-size: 18px;
    letter-spacing: 1.5px;
}


.content-locales {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.content-locales .uk-panel div > p {
    color: #444444;
}

.content-noticias span.date + h3 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
}

.content-noticias .uk-panel-teaser + div {
    text-align: center;
    margin-top: 5px !important;
}

span.date {
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.content-noticias .uk-panel-teaser {
    margin-bottom: 0px;
}

.content-locales  h2,
.content-noticias > h2 {
    margin-bottom: 0px;
}

.content-locales h2 + p,
.content-noticias > h2 + p {
    margin-top: 0px;
}

.tm-main-top span.uk-icon-instagram, .tm-main-top span + p > a {
    color: #725da5;
}

.tm-main-top span + p {
    margin-top: 0px;
}

.rd-inicio .uk-block.tm-block-main {
    padding-top: 50px !important;
    background: #f5f5f5;
}

@media screen and (min-width: 768px){
    .tm-footer .uk-width-medium-1-3 > ul {
        min-height: 81px;
    }
}

.tm-footer .uk-width-medium-1-3 > ul > li > a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #f8b600;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.tm-footer .uk-width-medium-1-3 > ul > li > a:hover {
    background: #444444;
}

.tm-footer .uk-width-medium-1-3 > ul > li > a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #f8b600;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.tm-footer .uk-width-medium-1-3 > ul > li > a:hover {
    background: #444444;
}

a.tm-totop-scroller {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #7055ac;
    border-radius: 25px;
    bottom: 25%;
    right: 2%;
    top: auto;
    color:#ffffff;
}

.btn-whatsapp {
    position: fixed;
    bottom: 15%;
    right: 2%;
    background: #0bac3c;
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}

.btn-whatsapp > a {
    color: #ffffff;
    font-size: 24px;
}

.rd-locales .uk-grid > div > .uk-article {
    text-align: center;
   /* border: 1px solid #cccccc;*/
    border-radius: 5px;
    padding-bottom: 15px;
    transition: all 0.3s;
    padding-top: 10px;
    min-height: 380px;
}

.rd-locales .uk-grid > div > .uk-article > div > img {
    border-radius: 15px;
}

.rd-locales .uk-grid > div > .uk-article > p {
    padding: 0px 15px;
}

.rd-locales .uk-grid > div > .uk-article ul.uk-subnav {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0px;
}

.rd-locales .uk-grid > div > .uk-article:hover {
    background: #f8b600;
}

.rd-locales .uk-grid > div > .uk-article ul.uk-subnav a {
    color: #444444;
}

.rd-locales .uk-grid > div > .uk-article ul.uk-subnav > li {
    width: 100%;
    word-break: break-word;
    padding: 0px 20px;
}

.blog-uikit-noticias > div.uk-grid >div > .uk-article {
    border: 1px solid #cccccc;
    padding-bottom: 25px;
    text-align: center;
}

.blog-uikit-noticias > div.uk-grid >div > .uk-article > div {
    margin: 0px;
}

.blog-uikit-noticias > div.uk-grid >div > .uk-article  > h1 {
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 25px;
}

.blog-uikit-noticias > div.uk-grid >div > .uk-article > h1 + p {
    padding: 0px 25px;
    max-height: 150px;
    overflow: hidden;
}

.blog-uikit-nosotros .uk-align-medium-left {
  display: none;
}

@media screen and (min-width: 768px){
    .blog-uikit-nosotros .uk-align-medium-left {
        margin-right: 45px;
    }

    .blog-uikit-nosotros .uk-align-medium-right {
        margin-left: 45px;
    }

    .uk-align-medium-left{
        margin-right: 35px;
    }

    .uk-align-medium-right{
        margin-left: 35px;
    }
 
  .rd-locales .yoo-zoo.blog-uikit > .uk-grid > div {
    width: 100%;
    max-width: 25%;
}
}

.img-min-h > img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 72%;
}

.rd-locales .element-imagepro > img {
    max-width: 242px;
}

/* animacion svg */



.circle{fill:none;stroke:#7a6eb7; stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}

        .circle-dash{fill:none;stroke:#7a6eb7; stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}

        .check{fill:none;stroke:#2d619a; stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

        .check-dash{fill:none;stroke:#2d619a; 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;}





        }