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

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.50);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	text-align: center;
}
#loading i {
	top: calc(50% - 25px);
	position: absolute;
	font-size: 50px;
	color: #cc0000;
	left: calc(50% - 25px);
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
}

h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}  

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

.menu1{
	position: fixed!important;
}


.line1 { 
    border-color: #c5140c;
    margin-bottom: 10px;
    border-width: thick;
    width: 50px;
    margin-top: .5rem!important;
}

/*backgrounds*/

.bg-white{ 
	background:#ffffff;
}

.bg-gray{ 
	background:#272828;
}

.bg-gray-light{
	background: #e7e6e6;
}
 
.bg-footer{
	background: black;
}


.bg-footer2{
	background: #272828;
}
 
.bg-red{
	background: #b11520;
}


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


/*BOTONES*/
.btn-llamanos{
    background: #c5130d;
    color: white;
    border-radius: 0px;
    font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
    background: #820c0c;
    color: white;
    border-radius: 0px;
    font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
}


.btn-llamanos2{
    background: #c5130d;
    color: white;
    border-radius: 0px;
    font-size: 21px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos2:hover{
    background: #820c0c;
    color: white;
    border-radius: 0px;
    font-size: 21px;
	margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
    background: #47c856;
    color: black;
    border-radius: 0px;
    font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats:hover{
    background: #47c856;
    color: white;
    border-radius: 0px;;
	margin-left: 5px;
	margin-top: 5px;
} 


.btn-whats2{
    background: #47c856;
    color: black;
    border-radius: 0px;
    font-size: 21px;
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats2:hover{
    background: #47c856;
    color: white;
    border-radius: 0px;
    font-size: 21px;
	margin-left: 5px;
	margin-top: 5px;
} 

.btn-envia{
    background: #c5130d;
    color: white;
    border-radius: 0px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-envia:hover{
    background: #820c0c;
    color: white;
    border-radius: 0px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}



.btn-filter{
    background: #c5130d;
    color: white;
    border-radius: 0px;
    font-size: 18px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-filter:hover{
    background: #820c0c;
    color: white;
    border-radius: 0px;
    font-size: 18px;
	margin-left: 5px;
	margin-top: 5px;
}
 

.btn-1{
	background: #c5130d;
	font-weight: bold;
	color: white;
	font-size: 20px;
	border-radius: 0px;
}

.btn-1:hover{
	background: black!important; 
	font-weight: bold;
	color: white;
	border-radius: 0px;
}




/*fondo formulario*/ 
.bg-form {
    background: rgb(84 84 84 / 84%);
}



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

/*tamaño logo*/
#logo img {
	max-height: 60px; 
}

/*banner fondo*/
#banner {
    background-image: url(../img/banner.png);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
	height: 500px;
}


.round-btn {
    transition: all .3s ease;
    background-color: #BA0001;
    font-size: 1.5rem;
    border-radius: 25px;
    color: white;
    padding: 10px 25px;
}
 

/*caja*/
.graybox {
    border-top: 2px #b2b2b2 solid;
    border-right: 2px #b2b2b2 solid;
    border-left: 2px #b2b2b2 solid;
    border-bottom: 2px #b2b2b2 solid;
    border-radius: 10px;
    
}

.img-radius{
	border-radius: 10px 10px 0px 0px;
}


 
/*redes sociales iconos*/
.white-icon {
	color: white!important;
	text-decoration: none!important;
	font-size: 35px!important;
}

/*textos footer*/
.txt-footer{
	color: white;
	font-size: 14px;
}

.txt-l{
	color: white!important;
}

.txt-l:hover{
	color: white!important;
	text-decoration: underline; 
} 

.txt-gray1{
	color: #b5b5b5;
}

.slider-handle {
    border-radius: 0 !important;
    background: #cc0000 !important;
}
.slider {
    width: 100% !important;
}

.slider-selection {
    background: gray !important;
}

@media (max-width: 767px){

.txt-movil{
	font-size: 25px;
} 

.txt-movil2{
	font-size: 20px;
} 

.fondo1 {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 240px;
}


#banner {
    background-size: 180% auto;
    background-position: -67px 0px;
}
 
.movilbanner{
	padding-top: 18px;
    font-size: 31px;
	margin-bottom: 4px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 19px;
	margin-bottom: 4px;
}


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

.bgformovil{
	margin-top: 210px;
	margin-bottom: 20px;
	background: rgb(84 84 84 / 84%);
	color: white!important;
}



}

