@charset "utf-8";
/* CSS Document */

/* --- --- carousel carousel  --- --- */
.carousel {
 	width: 100%;
	float:left;
 	margin-right: auto;
  	margin-left: auto;
	margin-top:2%;
	margin-bottom:1%;
}

.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #ffffff;
	opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 250%;
}

.carousel__anterior {
	left: 50px;
	top:-70px;
}

.carousel__siguiente {
	right: 50px;
	top:-70px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
    font-family: 'Calibri';
	text-align: right;
}
.carousel__generico {
    font-family: 'Calibri';
	text-align: right;
	font-size:140%;
	font-weight:bolder;
	color:#404040;
	margin-top:2%;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
.carousel__descri {
    font-family: 'Calibri';
	text-align: center;
	font-size:125%;
	color:#404040;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	height:36px;
	padding-top:5px;
	box-sizing:border-box;
}
.carousel__colores {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1%;
}
.carousel__cambio_color {
	width: 6%; /* el valor automÃƒÆ’Ã‚Â¡tico de los lados, unido a la anchura, centra el diseÃƒÆ’Ã‚Â±o */
	float:right;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:0;
	cursor:pointer;
}
.carousel__cambio_color img {
	width: 100%; /* el valor automÃƒÆ’Ã‚Â¡tico de los lados, unido a la anchura, centra el diseÃƒÆ’Ã‚Â±o */
	height:auto;
}
.carousel__colores_quedan {
	width: 3%; /* el valor automÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡tico de los lados, unido a la anchura, centra el diseÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±o */
	float:left;
	padding:0;
	text-align:right;
	color:#06500c;
	font-size:170%;
	margin-top:2.5%;
}
.carousel__sectores {
	width: 10%; /* el valor automÃƒÆ’Ã‚Â¡tico de los lados, unido a la anchura, centra el diseÃƒÆ’Ã‚Â±o */
	float:right;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:0;
	cursor:pointer;
}
.carousel__sectores img {
	width: 100%; /* el valor automÃƒÆ’Ã‚Â¡tico de los lados, unido a la anchura, centra el diseÃƒÆ’Ã‚Â±o */
	height:auto;
}
.carousel__foto {
	border-top:3px #D9BDB4 solid;
	border-bottom:3px #D9BDB4 solid;
	border-left:2px #D9BDB4 solid;
	border-right:1px #D9BDB4 solid;
}
.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #1D1D1B;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
} 