@charset "utf-8";
/* CSS Document */

body{
	background-color:rgba(232,232,232,1.00)
}
@font-face{
	font-family: 'Demi';
	src: url(../fonts/ERASDEMI.TTF);
	
}
.Elementos li, h1, h2, h3{
	font-family: 'Demi';
}
p{
	font-family:"Calibri Light";
	font-weight: bold;
}


.Pagina{
	margin-right: auto;
	margin-left: auto; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px; 
	box-shadow: 0px 0px 10px black;
	width: 1200px;
	height: 100%;
	background-color: white;
	padding-bottom: 1%;
	margin-bottom: 3%;
}
h1, p,.Slider_img, h3{
	padding-left: 4%;
	padding-right: 4%;
}
.logo_tam{
	width: 290px;
	height: auto;
	padding-left: 4%;
	cursor: pointer;
}
.Cbz_Contacto{
	width: 30%;
	float: right;
	margin-right: 5%;
	background-color: rgb(86,47,119);
	border-radius: 15px;
	color: white;
	margin-top: 1%;
	display: flex
}
.Elementos li{
	list-style-type: none;
	display: inline-block;
	background-color: rgb(86,47,119);
	font-size: 18px;
	color: white;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0.3%;
	padding-bottom: 0.3%; 
	border-radius: 6px;
	font-size: 20px;
}
.Elementos li:hover{
	background-color: #8852b6;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
}

.Elementos li:focus{
	background-color: gray;
}
.Elementos li:visited {
	font-size: 18px;
	color: white;
	text-decoration-color: white;
	text-decoration-line: none;
}

.Elementos li:active {
	font-size: 18px;
	color: white;
	text-decoration-color: white;
	text-decoration-line: none;
}

a:link, a:visited {
text-decoration:none;
color: white;

}

.Slider{
	background-color:rgb(86,47,119);
	overflow: hidden;
	margin-left: 4%;
	margin-right: 5%;
	border-radius: 2%;
	
}


.Slider_img{
	width: 70%;
	text-align: center;
	float:left;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius: 7%;
}

.accesos{
	width: 21%;
	cursor: pointer;
	border-radius: 4%;
	display: block;
}

#arriba{
	padding-top: 2%;
}

#abajo{
	padding-bottom: 2%;
}

.Pie_Pagina{
	background-color:rgb(86,47,119);
	border-radius: 10px;
	margin-left: 4%;
	margin-right: 4%;
	overflow: hidden;
	width: 90%
}

.Info{
	display: block;
	width: 33%;
	float: left;
	color: white;
	
	
	
}
.Contacto, .Horario{
	margin-bottom: 40%; 
}

.iconos{
	display: block;
	float: left;
	padding-top: 15.8%;
	padding-left: 23%;
}

.text_con{
	display: block;
	float: right;
}
.icon{
	display: block;
}

.Redes-Sociales{
	cursor:pointer;
	width: 15%;
}

/* Aquí se declaran los estilos para los elementos de ¿Quiénes somos? */

.miviva{
	margin-left: 4%
	
}

.somos_i_img{
	width: 95%;
}

.cabeza{
	width: 91%;
	padding-left: 4%;
}

.mivi_img{
	width: 45%;
	display: inline-block;
}
.miviva_text{
	width: 45%;
	display: inline-block;
	
}
.somos_cont{
	padding-left: 4%
}

.miviva_cong{
	display: inline-block;
	overflow: hidden;
}

.miviva_img{
	display: inline
}


#mision_text{
	background-color: rgb(179,179,179);
	float: left;
	padding-bottom: 10.5%
}

#vision_text{
	background-color: rgb(214,214,214);
	float: right;
	margin-right: 10%;
	padding-bottom: 10.5%;
}

#valores_text{
	float: left;
	padding-bottom: 10.5%;
}

/*Aquí se declaraon los estilos de contacto*/

.necesita{
	background-color: white;
	color: black;
	width: 50%;
	font-size: 30px;
	margin-left: 4%;
	float:left;
	margin-bottom: 5%;
}
.nece{
	color: white;
	background-color: rgb(86,47,119);
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: 30px;
	border-radius: 15pX;
	
}

form{
	width: 30%;
	border-color: rgb(86,47,119);
	border-style:solid;
	border-radius: 4%;
	padding-left: 4%;
	margin-right: 5%;
	padding-bottom: 5%;
	float: right;
	margin-top: 3%;
}

input{
	padding-left: 2%;
	width: 200px;
	margin-bottom: 20px;
}

textarea{
	max-width: 300px;
	min-width: 300px;
	max-height: 100px;
	min-height: 100px;
}

/*----------------Marcas-------------*/

.marcas{
	font-size: 30px;
	text-align: center
}

.marcas_img{
	width: 45%
}


/*------------Productos------------*/

.productos, .servicios{
	display: inline-block;
	text-align: center;
	padding-left: 4%;
	padding-bottom: 4%;
	
}

.surce, .serv{
	width: 40%;
	padding-top: 2%;
	padding-right: 4%;
	display: inline-block;
	cursor: pointer;
}

