body {
	font-family: 'Open Sans', sans-serif;
	color: black;
}


h1{
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	
}

h2{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
}

h3{
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
}

h4{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: .05rem;
	
}

h5{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

h6{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}  

p{
	font-family: 'Open Sans', sans-serif;	font-weight: 300;
}


.h1banner{
	font-weight: 400;
  	font-family: 'Open Sans', sans-serif;
	font-size: 50px; 
}

.txt-legales{
	font-size: 11px;
	letter-spacing: 0.04em;
	
}

.txt-14{
	font-size: 14px;
}

.promo{
	font-size: 20px;
	font-weight: bold;
}

.ubicacion{
	font-size: 20px;
	font-weight: bold;
}

.vigencia{
	font-size: 15px;
}

.version{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: .05rem;
	border-bottom: 4px solid #c7001e;
}

.conoce{
	color: #000100;
	font-size: 15px;
	font-weight: bold;
}

.conoce:hover{
	color: #000100;
	font-size: 15px;
	font-weight: bold;
}


.t-listado{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

.listado{
	font-size: 10px;
}

.red-str {
    color: #c7001e!important;
	font-size: 30px;
}

.red-txt {
    color: #c7001e!important;
	font-size: 30px;
}

.bg-black{
	background: black;
}

.weight{
	font-weight: 300!important;
}


l-space{
	letter-spacing: 0.04em;
}
 
.bg-footer{
	background: black;
}

.bg-gray{
	background: #f9f9f9;
} 
 
     
.i-social { 
    font-size: 25px;
    color: black;
}

.i-social:hover{
    font-size: 25px!important;
    color: #9e8c66;
} 

.img-size{
	width: 380px;
	text-align: center!important;
}

.img-size1{
	width: 100px;
	text-align: center!important;
}

.img-size2{
	width: 60px;
	text-align: center!important;
}

.img-size3{
	width: 800px;
	text-align: center!important;
}


.btn-llamanos{
	background: #c6001f;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight:bold!important;
	
}

.btn-llamanos:hover{
	background: white;
    color: #c6001f;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold!important;

}
 

.btn-whats{
	background: #0d9f16;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight:bold!important;
	
}

.btn-whats:hover{
	background: white;
    color: #0d9f16;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold!important;

}

.btn-black{
	background: black;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	font-weight: bold!important;
}

.btn-black:hover{
	background: white;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	border-color: black;
	font-weight:bold!important;
}
 
 .btn-r {
    background: #c7001e;
    color: white;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}
 
.bg-form {
        background: rgb(227 227 227 / 70%);
}



.shadow {
    box-shadow: 0px 1px 12px #888888;
}


.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

#logo img {
	
}

#banner {
    background-image: url(../img/tiggo2pro-banner.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	height:770px;
}

.hr-1 {
    margin-top: .4rem;
    margin-bottom: .4rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


ul.colores {
    display: inline-block;
    list-style: none;
    padding: 0px;
}
ul.colores li {
    width: 30px;
    height: 30px;
    display: inline-block;
	border-radius: 101px;
}

.colores #blanco {
    background: #ededed;
}

.colores #gris {
    background: #273135;
}

.colores #azul-cobalto {
    background: #0d428b; 
}

.colores #plata {
    background: #6c6c66;
}

.colores #negro {
    background: black;
}

.colores #rojo {
    background: #9c151b;
}

.colores #blanco-perlado {
    background: #e8e7e2;
}


.red-line {
    border-color: #c7001e;
    border-top-width: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 420px;
    left: 0;
    top: 0;
    margin-left: 5px;
	
}

.red-line2 {
    border-color: #c7001e;
    border-top-width: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 380px;
    left: 0;
    top: 0;
    margin-left: 5px;
	
}

.title-gallery {
    font-size: 18px!important;
    text-decoration: 3px underline #c7001e;
    text-underline-offset: 5px;   
}

.version {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: .05rem;
    border-bottom: 2px solid #c7001e;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #f4f5f5;
    border: 1px solid #d9d9d9;
    border-left: 3px solid #c7001e !important;

}

.nav-pills .nav-link {
    border-radius: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#coches2 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    background-color: white;
    border: 0px;
    border-left: none!important;

}


#coches2 .nav-pills .nav-link {
    border-radius: 0px;
}


.txt-dark{
	color: black;
	
}

.txt-dark:hover{ 
	color: #c7001e!important;
}


.txt-dark2{
	color: black;
	
}

.txt-dark2:hover{ 
	color: black;
	text-decoration: underline;
}

.txt-white{
	color: white;
	font-size: 20px;
}

.txt-white:hover{
    color: white;
    font-size: 20px;
}


.card {
    border-radius: 50;
}

.card .card-header {
    padding: 5px 10px;
}

.container-xl {
    max-width: 1300px;
}

.a-footer{
	color: white; 
	font-size: 20px;
}

.a-footer:hover{
	color: white; 
	font-size: 20px;
}

@media (max-width: 767px){
	
.margin-bmov{
	margin-top:305px;
}		
	

#banner {
    background-size: 150% auto;
    background-position: bottom left;
	height: 350px;
}
 
.movilbanner{
	padding-top: 18px;
    font-size: 25px;
	margin-bottom: 7px;
}


.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 64px;
	margin-bottom: 15px;
	background: rgb(227 227 227 / 70%);
	color: black;
}



}


