body {
	font-family: font-family: 'Lato', sans-serif;
}


h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.promo1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #cc0000;
}

.promo2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #5f5f5f;
	
}

a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #3f3f3f;
}

.t-gray{
	color:#3f3f3f;
}

.t-prm{
	color:#8f8042!important;
}

.btn-red{
	color: white;
	background: #cc0000;
	border-radius: 0px;
	font-size: 13px;
	font-weight: bold;
}

.btn-red:hover{
	color: white;
	background: #920000;
	border-radius: 0px;
	font-size: 13px;
	font-weight: bold;
	
}

.btn-redf{
	color: white;
	background: #cc0000;
	border-radius: 5px;
	font-size: 13px;
}

.btn-form{
	color: white;
	background: #cc0000;
	border-radius: 0px;
	font-size: 13px;
	font-weight: bold;
}

.red{
	background: #cc0000;
	color:white!important;
	font-size: 13px;
}

.red-txt{
	color:#cc0000!important; 
}

.red-txt:hover{
	color: black!important;
}

.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
}



.tel{
	color: white;
	font-size: 13px;
	font-family: font-family: 'Lato', sans-serif;
	
}

.gray2{
	background: #f5f5f5;
}

.line1 {
    border-color: #454545;
    margin-bottom: 7px;
    border-width: medium;
    width: 50px;
}

.listbox2{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: black;
	text-align: left;
}

.img-car{
	width: 220px!important;
}

.img-size{
	width: 90px;
}


.grayform{
	background:#5f5f5f94;
}

.gray{
	background: #5f5f5f;
}

.white:{
	color: white!important;
}
.red{
	color: white;
	background: #cc0000;
}

ul.colores {
    display: inline-block;
    list-style: none;
    padding: 0px;
}
ul.colores li {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.colores #gris {
    background: #465059;
}

.colores #rojo {
    background: #7f1720;
    border: 1px solid #6a6c6d;
}

.colores #plata {
    background: #989da1;
}

.colores #acero {
    background: #626262;
}

.colores #negro {
    background: #1a1a1a;
}

.colores #blanco {
    background: #cbcbcb;
}



.redbox {
    border-top: 2px #cc0000 solid;
    border-right: 2px #cc0000 solid;
    border-left: 2px #cc0000 solid;
    border-bottom: 2px #cc0000 solid;
    padding: 12px;
}

.txtbox{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: black;
	text-align: left;
	
}

.listbox{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	text-align: left;
}

.titlebox{
	background: #cc0000; 
	color: white;
	margin: 0px; 
	padding: 5px;
}


.titlebox2{
	background: #cccccc; 
	color: black;
	padding: 10px;
	text-align: center!important;
}

.title1{
	font-size: 20px;
}

.txtfooter{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #565656;
}	

.txtfooter2{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #808080;
}	

.txthemodal{
	color:#cc0000
}

hr.style-one {
    border-color: #cc0000!important;
    border-top-width: 5px;
    margin-bottom: -1px;
}

.border-menu{
	border-bottom: 5px #cc0000 solid;
	border-color: #cc0000;
}
.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

.bg-seguridad {
    position: relative;
    background: url(../img/fondo2.webp) center center no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.bg-seguridad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Nivel de opacidad */
    z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
}

 .h2-with-line::before,
.h2-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #c00; /* Color de la línea */
  margin: 0 15px; /* Espacio entre el texto y las líneas */
}

.acordeon-1 .accordion-button:not(.collapsed) {
  color: white!important; 
  background-color: gray!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} 

.box2{
  background: #dddfdf;  
  border-radius: 30px; 
  padding: 40px; 
} 

.h2-with-line {
  text-align: center;
}

.text-white {
  color: white !important;
}

 
#banner {
    background-image: url(../img/accord-banner.jpg);
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: center;
}


.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.texto {
	top: 0;
    color: #FFF;
    z-index: 999;
}

.btn1{
	background: #d9001d;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    width: 147px;
    border-radius: 0px;
}

.btn1:hover{
	background: #a20318;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    width: 147px;
    border-radius: 0px;
	
}

.btn2{
	background: #cc0000;
    color: white;
    font-size: 16px;
    font-weight: 300;
    width: 300px;
    border-radius: 0px;
}

.btn2:hover{
	background: black;
    color: white;
    font-size: 16px;
    font-weight: 300;
    width: 300px;
    border-radius: 0px;
	
}

.fb{
	font-size:40px!important;
	color: #0068c4;
}

.fb:hover{
	font-size:40px!important;
	color: #0068c4;
}

.cintillo{
	background: #cc0000;
} 






/*.bg-footer1{
	background: #efefef;
}

.bg-footer2{
	background: #3c3c3c;
}

.bg-footer3{
	background: #212121;
}

.txt-dir{
	color: #c7c7c7;
	font-size: 12px;
}


.txt-white{
	text-decoration: none!important;
	font-weight: bold!important;
	color: white!important;
}

.txt-white:hover{
	text-decoration: none!important;
	font-weight: bold!important;
	color: white!important;
}

.m-f{
	margin-bottom: 0px;
}

.avi{
	color: white!important;
	font-size: 13px;
}

.avi:hover{
	color: white!important;
	font-size: 13px;
}

.llama{
	font-size: 1.25rem;
	color: #212529!important;
}

.llama:hover{
	font-size: 1.25rem;
	color: #cc0000!important;
	text-decoration: none;
}


.w-style{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 58%);
} */






@media (max-width: 600px){
	
.logomovil{
	width: 55px!important;
}	

#banner {
margin-top:70px!important;
}
	
}






@media (max-width: 767px){

#banner {
    background-size: 140% auto;
    background-position: 0px 0px;
}

.movilbanner{
    font-size: 26px;
    margin-top: -26px;
	margin-bottom: 113px;
}

.movilform1{
	color:black!important;
	margin-top: 14px;
    text-align: center;
	
}

}
