body{
    /* font-size: px!important; */
    font-family: 'Scope One', serif!important;
}
h1,h2,span,a{
    font-family: 'Fira Sans', sans-serif!important;
}
h3,h4{
    font-family: 'Gudea', sans-serif!important;
}
img{
    max-width: 100%;
}
/* a{
    
} */
.btn-main{
    background-color: #000;
    color: #fff;
}

.btn-main:hover{
    color: #fff;
    background-color: #111;
    text-decoration: none;
}
.contenedor{
    max-width: 90%;
    margin: 0 auto;
    padding: 0 1px;
}
@media (min-width: 1378px) {
    .contenedor{
        max-width: 70%;
    }
}
.tit{
    text-transform: capitalize;
    border-left: #000 solid 2px;
    padding-left: 10px;
}
.tit h3{
    margin-bottom: 0;
    font-family: 'Scope One', serif!important;
}
.tit span{
    color: #000;
}
.tit{
    text-transform: capitalize;
    border-left: #000 solid 2px;
    padding-left: 10px;
}
.bar-certify{
    /* background-color: #F5F5F5; */
    padding: 0;
}
@media (min-width: 768px) {
    .bar-certify{
        padding: 10px 0;
    }
}
.bar-certify .cont-logo {
    display: flex;
    justify-content: flex-start;
}
.bar-certify div.card-logo{
    display: flex;
    align-items: center;
    padding: 10px;
}
@media (min-width: 920px) {
    .bar-certify .cont-logo {
        align-items: center;
        justify-content: space-between;
    }
    .bar-certify div.card-logo{
        border-top: #9c1b1b 1px solid;
        border-bottom: #9c1b1b 1px solid;
        padding: 10px;
    }
}
.bar-certify div.card-logo .txt-logo{
    display: none;
}
@media (min-width: 1024px) {
    .bar-certify div.card-logo .txt-logo{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        text-transform: capitalize;
    }
}
.bar-certify div.card-logo .txt-logo p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.bar-certify div.card-logo .txt-logo span{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Scope One', serif!important;
}
.bar-certify img{
    height: 50px;
    object-fit: contain;
}
.bar-logo{
    /* background-color: #F5F5F5; */
    padding: 10px 0;
}
.bar-logo .txt-logo{
    text-transform: capitalize;
}
.bar-logo .txt-logo h4{
    font-weight: bold;
}
.bar-logo .txt-logo span{
    font-weight: 100;
}
.cont-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont-logo a img{
    width: 80px;
}
.btn-logo{
    display: flex;
    align-items: center;
    color: #111;
    text-decoration: none;
}
.btn-logo:hover{
    color: #111;
    text-decoration: none;
}
.btn-logo h4{
    font-size: 20px;
    font-stretch: expanded;
}
.btn-logo span{
    font-family: 'Scope One', serif!important;
}
.bar-logo nav.menu a{
    color: #111;
    text-transform: uppercase;
    padding: 5px;
    border: solid #fff .2px;
}
nav.menu,.btn-menu-main{
    display: none;
}
@media (min-width: 768px) {
    nav.menu{
        display: flex;
    }
    .btn-menu-main{
        display: block;
    }
}
/* ************ */
/* banner-slider */
/* ************ */
.site-banner{
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
}
.site-banner .blur{
    /* background: rgba(255, 255, 255, 0.2); */
    backdrop-filter: blur(1px);
    height: 100%;
    width: 100%;
}
.cont-img{
    position: relative;
}
.cont-slider .slider .txt-slider{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    min-height: 100%;
    padding: 0 0 60px 0;
}
.cont-slider .slider .txt-slider h1{
    line-height: 1;
}
.cont-slider .slider .txt-slider h1,.cont-slider .slider .txt-slider p{
    margin: 0;
}
.cont-slider .slider .txt-slider p{
    max-width: 90%;
    margin: 20px 0;
}
@media (min-width: 768px) {
    .cont-slider .slider .txt-slider p{
        max-width: 70%;
    }
}
@media (min-width: 1300px) {
    .cont-slider .slider .txt-slider{
        padding: 0 0 100px 0;
    }
}
@media (min-width: 1500px) {
    .cont-slider .slider .txt-slider{
        padding: 0 0 150px 0;
    }
}
.cont-slider .slider .txt-slider small{
    margin-bottom: 3px;
}
/* indicadores */
.cont-slider{
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    min-height: 60vh;
}
.cont-slider .slider{
    display: flex;
    flex-wrap: nowrap;
    /* max-height: 300px; */
    /* min-height: 100%; */
}
.cont-slider .slider .sli{
    /* min-height: 100%; */
    min-width: 100%;
    transition: .3s ease all;
    min-height: 60vh;  
    position: relative;
}
.cont-img .indicadores{
    display: none;
    /* margin-top: -3rem;
    display: block;
    z-index: 100;
    position: absolute;
    z-index: 100;
    /* left: 30px;
    bottom: 10px; */ 
}
.cont-img .indicadores button{
    background-color: #f5f5f5;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-right: 10px;
}
/* @media (min-width: 786px) {
    .cont-img .indicadores{
        left: 40px;
    }
}
@media (min-width: 1500px) {
    .cont-img .indicadores{
        bottom: 20px;
        left: 15%;
    }
} */
@media (min-width: 1500px) {
    .cont-img .indicadores{
        bottom: 50px;
    }
}
.cont-img .indicadores button:hover,.cont-img .indicadores button.activo{
    background-color: #000;    
}
.bar-logo nav.menu a:hover{
    color: #000;
    text-decoration: none;
    border: solid #000 .2px;
}
.bar-info{
    background-color: #000;
    color: #fff;
}
.cont-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
}
@media (min-width: 768px) {
    .cont-info{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
.cont-info p{
    display: flex;
    align-items: center;
    padding: 5px;
}
.cont-info p svg{
    width: 20px;
}
.bar-span{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: #000000;
}
@media (min-width: 1440px) {
    .bar-span .txt-span{
        padding: 5px;
    }
}
.bg-flag{
    background: repeating-conic-gradient(from 0deg,#000000 0% 25%, #fefefe 0% 50%);
    background-position: 0 0, 15px 15px;
    background-size: 15px 15px;
    background-color: #fefefe;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 31.2% 100%); */
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%); */
    clip-path: polygon(0% 0%, 100% 0%, 96.7% 100%, 0% 100%);
    min-width: 100%;
    min-height: 100%;
}
.cont-sliders{
    max-height: 80vh!important;
    /* overflow: hidden; */
}
.site-licencias,.site-comparendo .cont-comparendo,.cont-faq,.cont-about{
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .site-licencias,.site-comparendo .cont-comparendo,.cont-faq,.cont-about{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}
.cont-licencias{
    /* padding: 30px 0; */
    padding: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.cont-licencias .card{
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .cont-licencias{
        grid-template-columns: repeat(3, 1fr);
    }
}
.card-licencias .card{
    transition: all .3s ease-in .1s;
    border: #DFDFDF solid .2px!important;
}
.card-licencias .card:hover{
    transition: all .3s ease-in .1s;
    border: rgb(46, 46, 46) solid .2px;
}
.card-licencias a{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #111;
    font-family: 'Scope One', serif!important;
}
.card-licencias a:hover{
    text-decoration: none;
}
a .tit-licencia, .cont-txt-licencia div .tit-licencia{
    border-radius: 100%;
    border: solid #9c1b1b 5px;
}
a .tit-licencia h4, .cont-txt-licencia div .tit-licencia{
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0;
}

/* slider pag */
.cont-exp{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
}
/* slider */
.cont-exp .cont-img-cars{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* imagenes slider */
.cont-exp .cont-slider-cars{
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
}
.cont-exp .cont-slider-cars .slider-cars{
    display: flex;
    flex-wrap: nowrap;
}
.cont-exp .cont-slider-cars .slider-cars .sli-cars{
    min-width: 100%;
    transition: .3s ease all;
}
.cont-exp .cont-img-cars .cont-slider-cars .sli-cars img{
    height: 300px;
    width: 300px;
    object-fit: contain;
}
.cont-exp .cont-img-cars .cont-slider-cars .sli-cars:hover{
   /* transform: scale(1.1); */
   transition: .3s ease all;
   z-index: 600;
}
.sli-cars{
    position: relative;
}

.site-comparendo{
    background: linear-gradient(rgba(255,253,249,0.8),rgba(255,253,249,0.9)), url(../../img/banner4.jpg) bottom;
    background-size: cover;
}
.cont-txt-comparendo .tit{
    border-left: none;
    border-right: #000 solid 2px;
    padding-right: 10px;
    padding-left: 0px;
}
.cont-comparendo .txt-comparendo{
    font-size: 100px;
}
.cont-comparendo{
    align-items: center;
}
.cont-about{
    text-align: justify;
    gap: 20px;
    padding: 30px;
}
.cont-about .tit{
    margin-bottom: 20px;
}
.cont-about .cont-media{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-about .cont-media{
    max-height: 400px;
}
.cont-about .cont-media video{
    max-height: 400px;
}
/* @media (min-width: 768px) {
    .cont-about .cont-media{
        max-height: 50%;
    }
} */
.cont-servicios{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .cont-servicios{
        grid-template-columns: repeat(5,1fr);
    }
}
.cont-servicios a .card img{
    width: 30px;
}
.cont-servicios  a:hover{
    text-decoration: none;
}
.cont-servicios  a .card{
    min-height: 100%;
}
.cont-servicios  a .card h5{
    margin-top: 10px;
    color: #111;
}
.cont-servicios  .card:hover{
    text-decoration: none;
    transition: all .2s ease-in .1s;
    border: rgb(46, 46, 46) solid .2px;
}
.cont-faq{
    gap: 20px;
}
footer{
    padding: 25px 0;
    background-color: #111;
    /* background-color: #F5F5F5; */
}
.cont-footer{
    display: flex;
    flex-direction: column;
    text-align: justify;
}
@media (min-width: 768px) {
    .cont-footer{
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 20px;
    } 
}
.txt-footer img,.cont-footer .txt-about img{
    width: 100px;
    margin-bottom: 20px;
}
.cont-footer .txt-about img{
    margin-bottom: 10px;
}
.cont-footer .txt-about svg,.cont-site-contact .txt-about svg{
    width: 25px;
    margin-right: 10px;
}
.cont-footer .txt-about a, .cont-site-contact .txt-about a{
    color: rgb(53, 53, 53);
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Scope One', serif!important;
}
.cont-footer .txt-about a:hover, .cont-site-contact .txt-about a:hover{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.cont-form{
    margin-top: 20px;
}
@media (min-width: 768px) {
    .cont-form{
        margin-top: 0px;
    }
}
.mapa{
    z-index: 1!important;
    min-height: 400px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 20px;
    right: 20px;
	background-color:#4cc370;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:1100;
}
.float:hover {
	text-decoration: none;
	color: #fff;
  background-color:#3d9e5a;
}

.my-float{
	margin-top:16px;
}

/* site-licencias */
.site-licencias-vw{
    background-color: #f5f5f5;
}
.cont-bn-vw{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../img/bg-vw.jpeg) bottom;
    background-size: cover;
    min-height: 50vh;
    display: flex;
    align-items: center;
}
.txt-vw{
    background-color: #FAD905;
    padding: 5px;
    border-radius: 5px;
}
.txt-vw h2{
    border: #000 solid 10px;
    color: #000;
    padding: 20px;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}
.cont-txt-licencia{
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .cont-txt-licencia{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
}
.cont-txt-licencia div:first-child{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cont-txt-licencia div h5{
    margin-top: 30px;
}
.cont-txt-licencia div .txt-licencia{
    margin-top: 20px;
}
.cont-txt-licencia div .txt-licencia p{
    margin: 0;
}

.tabs{
    display: flex;
    align-items: center;
}
.tabs button{
    border: none;
    border-radius: 0;
    background-color: #000;
}
.tabs button:hover{
    background-color: #111;
}
.tabs button.actual{
    background-color: #111;
}
.noseccion {
    display: none;
}
.mostrar-seccion,.mostrar-malla {
    display: block!important;
    background-color: #F5F5F5;
}
.mostrar-malla {
    background-color: #fff;
}
.mostrar-seccion p{
    margin: 0;
    padding: 2rem;
}
h5.tit-lic{
    font-weight: bold;
    margin: 30px 0;
    position: relative;
}
h5.tit-lic::after{
    content: '';
    background-color: #000;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.cont-about-vw{
    display: flex;
    flex-direction: column;
}
.cont-about-vw img{
    margin-top: 20px;
}
@media (min-width: 768px) {
    .cont-about-vw{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
    }
    .cont-about-vw img{
        margin-top: 0;
    }
}
.cont-about-vw img{
    object-fit: cover;
    height: 100%;
}
/* ------------------ */
/* tabla comparendos */
/* ------------------ */

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 5px 10px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 5px 10px;
    word-break: normal;
}

.tg .tg-dg6o {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: top
}

.tg .tg-0lax {
    text-align: left;
    text-align: center;
    vertical-align: top
}
.tg-0lax p span{
    text-transform: uppercase;
}
.list-services li a img{
    width: 40px;
    margin-right: 10px;
}
.list-services li a{
    color: #000;
    font-family: 'Scope One', serif!important;
}
.list-services li a:hover{
    color: #111;
    font-weight: bold;
}
.cont-site-contact{
    display: flex;
    flex-direction: column;
}
.cont-site-contact #mapa2{
    margin-top: 20px;
    height: 300px;
}
@media (min-width: 768px) {
    .cont-site-contact{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
    .cont-site-contact #mapa2{
        margin-top: 0;
        height: auto;
    }
}
.cont-site-contact .cont-form form{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.cont-menu-movil{
    display: flex; 
    align-items: center;
    justify-content: end;
    padding: 0 0 20px 0;
}
.cont-menu-movil a img,.menu-fijo img{
    width: 30px;
}
.menu-fijo .close{
    position: absolute;
    top: 5px;
    right: 5px;
}
.menu-fijo .menu-movil{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.menu-fijo .menu-movil a{
    padding: 10px;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    border-bottom: #000 1px solid;
}
.menu-fijo .menu-movil a:hover{
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
@media (min-width: 768px) {
    .cont-menu-movil{
        display: none;
    }
}
.cont-malla{
    display: flex;
    flex-direction: column;
}