@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding-bottom: 500px;
}


/********************************************** BARRA MENU **********************************************/

header {
	position: fixed;
	width: 100%;
	background: #fff; /*darkslateblue*/
	z-index:2;
}

#btn-menu {
	display: none;
}

#menu-cont {
	display: none;
	font-size: 24px;
	font-weight: bold;
	color: #000; /*DCDCDC*/
	padding-left: 5%;
	height: 52px;

}

#menu-cont img {
	height: 30px;
	width: auto;
	margin-bottom: 5px;*/
}

header label {
	display: none;
	width: 100%;
	height: 28px;
	padding-bottom: 16px;
	padding-left: 15px;
}

header label:hover {
	cursor: pointer;
	color: #669934;

}

.menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: auto 15% 15% 15% 15% ;
	grid-auto-rows: 68px;
	height: 68px;

}

.menu li {
	text-align: center;
	border-right: 1px solid #DCDCDC;
	padding-top: 6px;
}

.menu li:last-child {
	border-right: none;
}

.menu li a {
	display: block;
	padding: 15px 20px;
	color: #000; /*DCDCDC*/
	text-decoration: none;
}

.menu li a:hover {
	color: #669934;
	font-weight: bold;
	/*text-shadow: 0 0 5px white;*/
}

.menu img {
	height: 40px; width: auto; margin-bottom: 7px;
}

#titulo {
	display: block;
	padding: 11px 20px;
	color: #000; /*DCDCDC*/
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}

#titulo-pri {
	margin-top: 16px;
	padding: 18px;
	width: 100%;
	height: 65px;
	background: #669934; /*DCDCDC*/
	color: #FFF; /*tomato*/
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

#titulo-alt {
	padding: 14px;
	display: none;
	width: 100%;
	height: 56px; /*height: 51px;*/
	background: #669934; /*DCDCDC*/
	color: #FFF; /*tomato*/
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.logo {
	color:#669934;
	font-weight: bold;
	/*text-shadow: 0 0 5px white;*/
}


/********************************************** CUERPO Y PIE **********************************************/

#intere {
	/*text-align: center;*/
}

#intere a {
	font-weight: bold;
	color: darkslateblue;
}

#intere a:hover {
	color: #669934;
	font-weight: bold;
	text-decoration: none;
}

/*.intere a:hover .imgenla {
	border: 2px solid tomato;
}*/

.imgenla {
	height: 50px;
	width: auto;
	border-radius: 10px;
	border: 2px solid darkslateblue;
}

.imgenla:hover {
	border: 2px solid #669934;
}

.rowenla {
	margin-bottom: 20px;
}

#clima1 {
	border-right: 2px solid #D6D6D6;
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}

#clima2 {
	border-right: 2px solid #D6D6D6;
	width: 446px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#clima3 {
	border-right: 2px solid #D6D6D6;
	width: 335px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#inicio{
	padding-top: 53px;
}

.seccion {
	padding: 75px 20px 10px 20px;
}

.tit-sec-1 {
	margin:0 0 20px 0;
	padding: 0;
	border-bottom: 5px solid #FFCC33;
	text-align: center
}

.tit-sec-2 {
	color: #669934;
	font-weight: bold;
	padding-top: 4px;
	border-radius: 5px 5px 0 0;
	background-color: #FFCC33;
	height: 40px;
	width: 180px;
}

.clipri {
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	background-color: #FFCC33;
}

.clialt {
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	background-color: #FFCC33;
}

.epigrafe {
	color: darkslateblue;
	font-weight: bold;
	text-align: center;
}

.negocio {
	margin: 0 0 10px 0;
	padding: 0;
	display: grid;
	grid-template-columns: 49.5% 49.5%; /*grid-template-columns: 24.5% 24.5% 24.5% 24.5%*/
	grid-template-rows: auto;
	grid-gap: 10px;
}

.negocio .article {
	padding: 5px;
	text-align: center;
	color: darkslateblue;
}

.negocio .article h3 {
	margin: 0;
	padding: 18px 5px 18px 5px;
	color: darkslateblue;
}

.negocio .article p {
	padding: 20px 3px 0 3px;

}

.negocio .article img {
	margin: 0;
	padding: 0;
}

.negocio .article .card {
	margin-top: 10px;
	border: none;
}

.negocio .article .card-header {
	height: 70px;
	padding: 0;
	background: none;
	border: 0.5px solid #DCDCDC;
}

.negocio .article .card-header h3:hover  {
	color: #669934;
	box-shadow: 0px 0px 2px 2px #669934;
	background: #DCDCDC;
	font-weight: bold; 
}


.negocio .article a {	
	transition: all 0.3s ease; 
	color: darkslateblue;
}

.negocio .article a:hover {
	color: #669934;
	font-weight: bold;
	text-decoration: none;
}

/*.negocio .card {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}*/

/* simbolos del acordeon */
[data-toggle="collapse"] .fa:before {  
  content: "\f055";
}
[aria-expanded="true"] .fa:before {  
  content: "\f056";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f055";
}

.cont-tit {
	font-weight: bold;
	color: #669934;
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}

.ctrl-form {
	width: 100%;
	padding: 0 5px 0 5px;
	border: none;
	border-left: 1px solid #669934;
	border-bottom: 1px solid #669934;
}

.ctrl-form:focus {
	border-left: 1px solid #669934;
	border-bottom: 1px solid #669934;
	outline: none;
}

.ctrl-desc {
	margin-bottom: 10px;
	font-size: 13px;
	color: #669934;
}

.cont-rs {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
	grid-gap: 50px;
	justify-content: center;
	margin-bottom: 20px;
}

.cont-rs img {
	height: 60px;
	width: 60px;
	filter: grayscale(100%);
}

.cont-rs img:hover {
	filter: grayscale(0%);
	cursor: pointer;
}

.cont-inf ul {
	text-align: center;
	list-style: none;
}

.cont-inf ul li span {
	color: darkslateblue;
	font-size: 24px;
	padding-top: 30px; 
}

.cont-inf ul a {
	color: darkslateblue;
	font-size: 16px;
	text-decoration: none;
}

.cont-inf ul a:hover {
	font-weight: bold;
}

#cardmone {
	margin: 20px 40px 0 40px;
	/*padding: 10px 10px 10px 10px;*/
	border-width: 0; 
	/*border-color: #A16EF7;*/
}

#headmone {
	/*padding: 10px 10px 10px 10px;*/
	font-weight: bold;
	color:  #FFF;
	background: #582E71;
	text-align: center;
}

#bodymone {
	font-weight: bold;
	background: #FAF2FF;
	text-align: center;
}

#cardcere {
	margin: 20px 40px 0 40px;
	/*padding: 10px 10px 10px 10px;*/
	border-width: 0; 
	/*border-color: #A16EF7;*/
}

#headcere {
	/*padding: 10px 10px 10px 10px;*/
	font-weight: bold;
	color:  #FFF;
	background: #5F520C;
	text-align: center;
}

#bodycere {
	font-weight: bold;
	background: #FBF8E8;
	text-align: center;
}


#granos {
	margin: 20px 40px 0 40px;
	padding: 10px 10px 10px 10px;
	border-width: 0; 
	/*border-color: #A16EF7;*/
	font-weight: bold;
	background: #FFFCDE;
	text-align: center;
}

.icovalor {
	font-size: 22px;
}

.imgcere1 {
	height: 50px;
	width: auto;
	/*margin-bottom: 7px;*/
}

.imgcere2 {
	height: 70px;
	width: auto;
	/*margin-bottom: 7px;*/
}

.ceraju {
	margin-bottom: 22px;
	text-align: left;
}

.filaju {
	margin-left: 8%;
}

#enviar {
	height: 50px; font-size: 20px; margin-top:13px
}

footer {
	margin-top: 100px;
	padding: 20px;
	text-align: center;
	color: gray;
}

/* LOADER */
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*.centrado {
	text-align: center;
}
.izquierda {
	text-align: left;
}
.derecha {
	text-align: right;
}*/

/********************************************** MEDIA QUERIES **********************************************/

@media (max-width: 1000px) {
	.negocio {
		grid-template-columns: 49.5% 49.5%;
		grid-template-rows: auto;
	}

	.cont-rs {
		grid-gap: 20px;
	}
/*}

@media (max-width: 700px) {*/

	.cont-rs img {
		filter: grayscale(0%);
	}

	.negocio {
		grid-template-columns: 100%;
		grid-template-rows: auto;
	}

	.seccion {
		padding-top: 55px;
	}

	#titulo-pri {
		display: none;
	}

	#titulo-alt {
		display: block;
	}

	header label {
		display: inline-block;
	}

	.menu {
		position: absolute;
		width: 100%;
		margin-left: -100%;
		/*transition: all 0.5s;*/
	}

	.menu ul {
		display: flex;
		flex-direction: column;
	}

	.menu li {
		border:none;
		border-top: 1px solid #DCDCDC;
		text-align: center;
		padding-top: 0;
		height: 52px;
		background: #FFF;
	}

	#titulo {
		display: none;
	}

	#menu-cont {
		display: grid;
		grid-template-columns: auto 50px;
		grid-auto-rows: auto auto auto auto auto;
		align-items: center;
	}

	#btn-menu:checked ~ .menu {
		margin: 0;
	}


	#clima1 {
		display: none;
	}

	#clima2 {
		display: block;
	}

}

@media (max-width: 700px) {
	#clima2 {
		display: none;
	}

	#clima3 {
		display: block;
	}

}