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

.font-l{
    font-weight: 300;
}
 
/*MENU*/

 .uk-navbar-nav li > a > .uk-icon-car {
    margin-right: 10px;
}

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

.menu > .uk-navbar > ul > li > a,
.menu > .uk-navbar > ul > li.uk-active > a {
    color: #ffffff;
    font-weight: 500;
}

.menu > .uk-navbar > ul > li > a::before {
    bottom: 0;
    height: 5px;
}

/*SLIDESHOW*/
.mod_slideshow .uk-overlay-panel.uk-flex.uk-flex-middle > div {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

@media screen and (min-width: 768px){
    .mod_slideshow .uk-overlay-panel.uk-flex.uk-flex-middle > div {
        padding: 0px 40px;
    }
    .mod_slideshow h3 {
        font-size: 42px;
        line-height: 44px;
      
    }
  .uk-align-medium-left {
    margin-right: 45px;

  }
  .uk-align-medium-right {
      margin-left: 45px;
  }
}
@media screen and (max-width: 480px){
    .mod_slideshow .uk-overlay-panel.uk-flex.uk-flex-middle > div {
        background: rgb(0 0 0 / 50%);
        padding: 15px;
    }

    .mod_slideshow .uk-overlay-panel.uk-flex.uk-flex-middle > div img {
        background: #ffffff;
    }
}

.mod_slideshow h3 {
    margin-top: 0px;
}

.mod_slideshow p {
    font-weight: 500;
    font-size: 20px;
}

.uk-button {border: 1px solid;font-size: 14px;}

.mod_slideshow a {
    color: #ffffff !important;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 15px !important;
    padding-right: 30px !important;
}

.mod_slideshow a::after {
    background: #ffffff !important;
}

.mod_slideshow a.uk-button:hover {
    background: rgb(0 0 0 / 80%);
    border-radius: 10px;
}

/*VEHICULOS*/
.mod_vehiculos h3.uk-panel-title {
    text-align: left;
    background: #c81d1e;
    max-width: max-content;
    height: 45px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.mod_vehiculos .uk-panel.uk-panel-box.uk-panel-box-primary {
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out 0s;
}

.mod_vehiculos .uk-panel.uk-panel-box.uk-panel-box-primary:hover {
    border-color: rgb(255 0 0 / 50%);
}

.mod_vehiculos h3.uk-panel-title + div + div > span {
    padding: 0px 25px;
    display: block;
    position: relative;
}

.mod_vehiculos h3.uk-panel-title + div + div > span:not(:last-child) {
    border-right: 1px solid #919191;
}

.mod_vehiculos h3.uk-panel-title + div + div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod_vehiculos h3.uk-panel-title + div + div > span:nth-child(1)::before{
    content: url('../../../images/layout/pasajeros.png');
}

.mod_vehiculos h3.uk-panel-title + div + div > span:nth-child(2)::before{
    content: url('../../../images/layout/combustible.png');
}

.mod_vehiculos h3.uk-panel-title + div + div > span:nth-child(3)::before{
    content: url('../../../images/layout/transmision.png');
}

.mod_vehiculos h3.uk-panel-title + div + div > span::before {
    display: block;
}

@media screen and (max-width: 480px){
    .mod_vehiculos h3.uk-panel-title + div + div > span {
        padding: 0px;
        border: none !important;
        font-size: 14px;
    }

    .mod_vehiculos .uk-panel.uk-panel-box.uk-panel-box-primary {
        padding: 10px;
    }

    .mod_vehiculos h3.uk-panel-title + div + div {
        display: flex;
        justify-content: space-between;
    }
}

.mod_vehiculos h3.uk-panel-title + div {
    min-height: 400px;
    display: flex;
    align-items: center;
}

/*NOTICIAS*/

.mod_noticias .uk-overlay-panel.uk-cover-background.uk-overlay-scale {
    opacity: 1 !important;
}

.mod_noticias .uk-overlay-panel.uk-cover-background.uk-overlay-scale + div {
    align-items: end;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

h3.title-blog {
    margin-top: 5px;
    font-weight: 500;
}

@media screen and (min-width: 768px){
    .mod_noticias .uk-overlay-panel.uk-cover-background.uk-overlay-scale + div {
        padding: 25px 35px;
    }
}

/*FOOTER*/
ul.uk-list.redes-footer > li {
    margin: 0px 15px;
}

ul.uk-list.redes-footer > li > a {
    font-size: 20px;
}

div#tm-footer {
    background: #000000;
  	padding-top: 50px;
}

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

/*TEASER VEHICULOS*/

.panel-mutted{
    background: #41454b;
    border: none !important;
}


.panel-mutted *{
    color: #ffffff;
}

.img-icon {
    background: #f2282a;
    position: absolute;
    left: 0;
    top: 0;
    width: max-content;
    padding: 5px;
    height: 45px;
    line-height: 32px;
}

.blog-vehiculos .uk-panel-box {
    position: relative;
    border: none !important;
}

@media screen and (min-width: 768px){
    .uk-panel-box.panel-mutted {
        padding: 100px;
    }
}


.uk-panel-box.img > div > img {
    width: 100%;
    position: relative;
    z-index: 999;
}


.uk-panel-box.img > div {
    width: 100%;
    float: initial;
    margin: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.uk-panel-box.img {
    padding: 0px;
}


.blog-vehiculos article.uk-article > .uk-grid.uk-grid-collapse > div.uk-width-medium-1-2:not(.uk-push-1-2) div.img > div {
    justify-content: end;
}


@media screen and (min-width: 768px){
    .blog-vehiculos article.uk-article > .uk-grid.uk-grid-collapse > .uk-push-1-2 .img > div >  img {
        margin-left: -180px;
    }

    .blog-vehiculos article.uk-article > .uk-grid.uk-grid-collapse > div.uk-width-medium-1-2:not(.uk-push-1-2) .img > div > img {
    margin-right: -110px;
    }     
    .uk-flex-medium {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}


.blog-vehiculos article.uk-article > .uk-grid.uk-grid-collapse > .uk-push-1-2 .img > div >  img,
.blog-vehiculos article.uk-article > .uk-grid.uk-grid-collapse > div.uk-width-medium-1-2:not(.uk-push-1-2) .img > div > img {
    transition: all 0.3s ease-in-out 0s;
}


.blog-vehiculos article.uk-article:hover > .uk-grid.uk-grid-collapse > .uk-push-1-2 .img > div >  img,
.blog-vehiculos article.uk-article:hover > .uk-grid.uk-grid-collapse > div.uk-width-medium-1-2:not(.uk-push-1-2) .img > div > img {
    margin: 0px;
}

.blog-vehiculos article.uk-article {
    margin: 0px;
    position: relative;
}



.button-teaser > a {
    padding: 10px 25px;
    background: #f2282a;
}

.button-teaser > a:hover {
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
}

@media screen and (min-width: 768px){
    .content-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .button-teaser {
    position: absolute;
    bottom: 50px;
}
}



.icon {
    background: red;
    display: flex;
    align-items: center;
    padding: 5px;
}



.content-header .content-l ul.uk-list.uk-flex-medium > li > a {
    color: #999999;
}

.content-header .content-r ul.uk-list > li > a {
    color: #000000;
}

.content-r > ul {
    margin: 0px;
}

@media screen and (min-width: 768px){
    .content-l {
        display: flex;
    }
    .icon {
        margin-right: 15px;
    }
    
    .content-header .content-r ul.uk-list > li {
        margin-right: 15px;
    }
    
    .content-header .content-l ul.uk-list.uk-flex-medium > li:not(:last-child) > a {
        margin-right: 10px;
        border-right: 2px solid#cccccc;
        padding-right: 10px;
    }
}

.rd-vehiculos .element-imagepro {
    margin: 0px;
}

.uk-article > .uk-sticky-placeholder > div.uk-active {
    top: 70px !important;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #cccccc;
    z-index: 5;
}

@media screen and (min-width: 768px){
    .img-full {
        display: flex;
        align-items: center;
    }
    
    .uk-panel-box.img-full > div > div > .uk-position-relative {
        left: -150px;
        z-index: 2;
    }
    
    .uk-panel-box.img-full > div > div > .uk-position-relative + div {
        margin: 0px;
        position: absolute;
        right: 0;
        top: 20%;
        transform: translate(-50%, 50%);
    }
    
    
    .uk-panel-box.img-full > div > div > .uk-position-relative + div > ul {
        display: flex !important;
        margin: 0px;
        margin-right: 3rem;
        flex-direction: column;
    }
}

.uk-panel-box.img-full > div > div > .uk-position-relative + div > ul > li {
    float: initial;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.uk-panel-box.img-full > div > div > .uk-position-relative + div > ul > li img {
    min-width: 237px;
    position: absolute;
    top: -45px;
    left: -139px;
    z-index: 8;
    object-fit: cover;
    opacity: 1;
}

.uk-panel-box.img-full > div > div > .uk-position-relative + div > ul > li >a {
    width: 30px;
    height: 30px;
}

.galeria-c .uk-grid .uk-panel  > div {
    margin-bottom: 0px;
}

.galeria-c .uk-grid .uk-panel.galeria-c .uk-grid .uk-panel > div + h3 {
    position: absolute;
}

.galeria-c .uk-grid .uk-panel > div + h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    color: #ffffff;
}

.galeria-t .uk-overlay-panel ,
.galeria-c .uk-grid .uk-panel > div + h3 {

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


.galeria-c {
    clear: both;
    padding: 50px 0px;
}

.galeria-d {
    background: #f5f5f5;
    padding: 75px 0px;
}

.galeria-d h2 + h4 {
    margin-top: 0px;
    padding-bottom: 35px;
    font-weight: 600;
}
.galeria-d h2 {
    font-weight: 500;
    margin-bottom: 5px;
}

.galeria-t .uk-overlay-panel {
    opacity: 1 !important;
    border: none;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );

}

.galeria-t .uk-overlay-panel h3 {
    color: #ffffff;
}


@media screen and (min-width: 768px){
    .galeria-t div.uk-grid-width-1-1 > div {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100%;
        max-width: 740px;
        margin: 0px auto;
        padding: 14px !important;
        float: left;
    }
}



@media screen and (max-width: 1557px){
    
    
    .galeria-t div.uk-grid-width-1-1 > div {
        max-width: 640px;
    }

     .galeria-t div.uk-grid-width-1-1 {
        max-width: 1280px !important;
    }
    
}

@media screen and (max-width: 1356px){
    .galeria-t div.uk-grid-width-1-1 > div {
        max-width: 520px;
    }

     .galeria-t div.uk-grid-width-1-1{
        max-width: 1040px !important;
    }
}

.galeria-t div.uk-grid-width-1-1 > div,
 .galeria-t div.uk-grid-width-1-1 > div > .uk-panel {
    height: max-content;
}

.galeria-t .uk-container.uk-container-center > div {
    max-height: 560px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 1480px;
}

.content-logos{
    background-image: url('../../../images/layout/bg-content-logos.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-logos ul > li > a {
    display: block;
    margin-top: 15px;
    color: #000000;
    font-weight: 500;
}

.content-logos ul > li {
    text-align: center;
}

@media screen and (max-width: 480px){
    .galeria-t .uk-container.uk-container-center {
        position: relative;
    }
    
    .content-header {
        text-align: center;
        height: 70px;
        padding-bottom: 10px;
        transition: all 0.3s ease-in-out 0s;
    }
    
    .icon {
        justify-content: center;
    }
    
    .uk-panel-box.img-full > div > div > .uk-position-relative + div > ul.uk-thumbnav.uk-flex-right {
        justify-content: center;
    }
    
    .uk-panel-box.img-full > div > div > .uk-position-relative + div > ul > li {
        margin: 5px;
    }
    
    .blog-vehiculos h2 {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    
    .galeria-t .uk-overlay-panel h3 {
        font-size: 18px;
        line-height: 20px;
    }
    
    .galeria-t .uk-overlay-panel {
        padding: 10px;
    }
    
    .galeria-t .uk-container.uk-container-center > div {
        margin: 0px !important;
    }
    
    .galeria-t div.uk-grid-width-1-1 > div {
        padding: 0px !important;
    }

    .content-l, .content-r {
        opacity: 0;
        transform: translateY(-200px);
    }
    
    .rd-vehiculos .uk-sticky-placeholder{
        transition: all 0.3s ease-in-out .0s;
     }
    .content-l, .content-r{
        transition: all 0.1s ease-in-out .0s;
     }

    span.toggle > i {
        font-size: 22px;
    }

    .content-header.active, .rd-vehiculos .uk-article .uk-sticky-placeholder, .rd-vehiculos .uk-article .uk-sticky-placeholder > div {
        height: auto !important;
    }

    .content-l.active, .content-r.active {
        transform: translateY(0px);
        opacity: 1;
    }

    .blog-vehiculos article.uk-article > .uk-grid.uk-grid-collapse > div.uk-width-medium-1-2 div.img > div {
        padding: 25px 0px;
    }

}

/*
.galeria-t div.uk-grid-width-1-1 > div:not(:first-child) figure.uk-overlay.uk-overlay-hover,
.galeria-t div.uk-grid-width-1-1 > div:not(:first-child) figure.uk-overlay.uk-overlay-hover > img {
    max-height: 296px;
    width: 100%;
    object-fit: cover;
}
*/
.rd-vehiculos ul.uk-list.uk-list-space.uk-flex-medium > li {
    margin-right: 25px;
    margin-top: 0px;
}

.formulario-servicios h3 {
    color: #999999 !important;
}

.formulario-servicios input {
    border: 1px solid #cccccc !important;
    border-radius: 10px;
    padding: 2px 10px !important;
    height: 40px !important;
    
}

.formulario-servicios input, 
.formulario-servicios textarea {
    color:#bc1717 !important;
}

.formulario-servicios textarea {
    border: 1px solid #cccccc !important;
    border-radius: 10px;
    padding: 2px 5px !important;
}

.formulario-servicios button.uk-button {
    background: #bc1717;
    border-radius: 10px;
}

/* animacion svg */



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

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

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

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


.blog-uikit-noticias h1.uk-article-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1.uk-article-title {
    font-size: 26px;
    font-weight: 600;
}

.blog-uikit-noticias  article.uk-article > div > a > img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}

.rd-vehiculos.m6 div#galeria,
.rd-vehiculos.m6 div#diseno {display: none}

div#caracteristicas .uk-grid .uk-width-medium-1-2 {
    display: flex;
    align-content: center;
}

div#caracteristicas .uk-grid .uk-width-medium-1-2.uk-pull-1-2 {
    background: #41454b
}

.rd-vehiculos div#caracteristicas .uk-cover-background.uk-position-cover {
    margin-right: 5rem;
}

.content-ws {
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #3be854;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}

.uk-icon-whatsapp::before {
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background-color: #3be854;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

a.uk-button {
    background-color: #eb0a1e;
    color: #ffffff;
    font-weight: 500;
    border: #eb0a1e;
    border-radius: 15px;
}