@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato');
/*@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

*{
padding:0;
margin:0;
}
a {
    color: inherit; /* Toma el color del texto de su contenedor */
    text-decoration: none; /* Quita el subrayado */
}
html,body{
	width: 100%;
	height: 100%;
	margin:0;
	background-color: white;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:black;
	line-height: 30px; 
	
}

.headerBack{
	width: 100%;
	height: 550px;
	background-color: white;
	text-align: center;
	background-size: cover;
	background-image:url("system/img/imgBK00.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.headerMenu{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
	color: white;
	padding: 10px 0 10px 0;
	background-color: rgba(0,0,0,0.50);
	
}
.line01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	width: 160px;
}
.mediumMenu{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	width: 95%;
/*	background-color: aquamarine;*/
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
}

.containerMnu{
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	
	
	
	border:0.5px solid #b1b1b1;
	box-shadow: 0 0 20px white;
	border-radius: 10px;
	background-color: white;
	width: 700px;
	margin-top: 50px;
	
}
.containerTitle{
	width: 600px;
/*	border:0.5px solid #192E44;*/
	color: white;
}
.coMenu01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: 0 auto;		
	margin-top: 25px;
	width: 90%;
}
.coMenu02{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: stretch;
	margin: 0 auto;		
	margin-top: 30px;
	width: 88%;
	margin-bottom: 30px;

}
.submenu01{
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
	margin-top: 40px;
}
.btn01{
	margin: 1px;
	padding: 8px 15px;
	border: 0.5px solid #E0E0E0;
	border-radius: 3px;
	background-color: white;
	user-select: none;
	font-size: 15px;
}
.btn02{
	margin: 1px;
	padding: 8px 15px;
	border: 0.5px solid #E0E0E0;
	border-radius: 3px;
	cursor: pointer;
	background-color: #EEF1FA;
	font-size: 15px;
}
.btn02:hover{
	transition: all 0.4s linear;
	background-color:#050639;
	box-shadow: 0 0 30px white;
	color: white;
}
.btn03{
	margin: 1px;
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;
	cursor: pointer;
	background-color: #c50000;
	width: 180px;
	color: white;
	letter-spacing: 1px;
	font-size: 14px;
}
.btn03:hover{
	transition: all 0.4s linear;
	background-color:white;
	box-shadow: 0 0 30px white;
	border: 0.5px solid #c50000;
	color: #c50000;
}
.cl01{
	font-weight: bolder;
	font-size: 50px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.cl02{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1px;
}

input[type=text]:focus, input[type=password]:focus {
outline:none;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}


.input01{
	float: left;
	width: 298px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-indent: 10px;
	font-size: 13px;
	user-select: none;
	padding: 10px 10px;
	border: 0.5px solid #E0E0E0;
	border-radius: 5px;	
	
	
}

.marcas{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
	
	margin: 0 auto;
/*	border: 0.5px solid #E0E0E0;*/
	width: 95%;
	margin-top: 30px;
}

.scroll{
	margin: 0 auto;
	margin-top: 30px;
	background-color: #F5F5F5;
	width: 60%;
	border: 0.5px solid #E0E0E0;
	height: 800px;
	border-radius: 5px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.banners{
	background-color: #F3F4FA;
	width: 100%;
	height: 500px;
	margin-top: 30px;
	
		display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
}

@media only screen and (max-width:767px){

}

