/***************************************************/
/* CSS Document */
/***************************************************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	background-color: white;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	position: relative;
}

.boton {
	background-color: #d5eed3;
	padding: 4px;
	font-size: 12px !important;
}

.naranja {
	background-color: orange;
}

.container {
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
	background-color: white;
}

.alinear-izq {
	text-align: left;
}

h3,
h2,
h4 {
	color: #52914c;
	text-align: left;

}

h3 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px #52914c solid;
	margin-bottom: 30px;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

h5 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-align: left;

}

/***************************************************/
/* Header */
/***************************************************/
header {
	position: fixed;
	top: 0;
	z-index: 12;
}

#el-header-sico {
	height: 50px;
	display: block;
	width: 100%;
	background-color: white;
}

#branding {
	position: relative;
	top: 10px;
	left: 20px;
	/* background-image: url("../img/logo/sico.png"); */
	height: 52px;
	width: 221px;
	z-index: 10;
}

#branding h1 {
	display: none;
	width: 221px;
	height: 52.px;
}

#branding img {
	position: absolute;
	width: 70%;
	height: 70%;
}

/* Icon Menú - Responsive*/
#icon-menu {
	z-index: 500;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 20px;
	border-radius: 100%;
	color: #52914c;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #fff;

}


#icon-menu:hover {
	/*background-color: #75d66c3d;*/
	/*color: white;*/
}

/* NAV */

.menu-level-1 {
	padding: 100px;
}

.menu-level-1 li {
	/*
	text-align: left;*/
	width: 100%;
	float: right;
}

.menu-level-2 {
	
	display:block;
	height: 100%;
	width: 100%;
	align-content: left;
	text-align: left;
}


/***************************************************/
/*NAV*/
/***************************************************/
nav {
		width: 0px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #FFFFFFDD;
		overflow: hidden;
}

.boton a,
.boton a:hover,
nav a:hover,
nav a:visited,
nav a,
a,
a:hover {
	color: #52914c;
	font-weight: bolder;
	/*font-size: 18px;*/
}

nav a:hover,
a:hover {
	color: #47ce3b;
	text-decoration: none;
}

nav li {
	padding: 4px;
}

nav ul {
	list-style-type: none;
}

/*
.menu-level-2 a {
	position: relative;
	left: 10px;
}*/

.mostrar-menu-sico {
		width: 100%;

	}

.accordion {
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s linear;
}

#caret {
	display: none;
}
/*
#carett {
	content: url("../img/icons/down.svg");

	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
	text-decoration: none;
	transition: all 0.3s ease 1s;
}

#caret.isopen {
	content: url("../img/icons/up.svg");

	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-top: 4px;
	text-decoration: none;
	transition: all 0.3s ease 1s;
}

.accordion:after {
	float: right;
	transition: transform 250ms ease 0s;
}

.accordion.is-open:after {
	transition: transform 250ms ease 0s;
}*/


.accordion-content {
	padding: 0;
	max-height: 0;
	overflow:visible;
	transition: max-heigth 0.2s ease-in-out;
}

.guion {
	/*background-color: lawngreen;*/
	margin-left: -13px;
}




/***************************************************/
/* CAROUSEL */
/***************************************************/

#carousell {
	/*position: relative;*/
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/*
#carousellExampleFade
{
	background-color: yellowgreen;
	width: 100%;
	height: 80%;
}
*/

/*
#carousell #foto img {
	position: relative;
	top:0;
	right: 0;
	width: 100%;
	/height: 100%;/
	object-fit: cover;
	object-position: center left;
}*/

/*#carousell .trama*/
.trama {
	display: none;
	/*position: absolute;
	top:0;
	z-index: 2;
	border-left: white 50px solid;
	background-image: url("../css/img/trama9.png");
	background-repeat: repeat-y;
	background-size: contain;
	width: 30%;
	height: 100%;*/
	/*width: 500px; /*1280px;*/
	/*height: 720px;*/

}

.carousel-caption {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-color: #faf0e6CC;
	padding: 5px;
	width: 300px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 40px;
	width: 40px;
}

.carousel-control-prev-icon{
	/* porque el área de acción se ha movido*/
	margin-top:90px;
	/*background-color: royalblue;*/
}
.carousel-control-prev
{
/*	display: none;*/
/*background-color: red;*/
bottom: 80px;
}

.carousel-control-prev-icon {
	background-image: url('../img/icons/left.svg');
	filter: brightness(100%);
}

.carousel-control-next-icon {
	background-image: url('../img/icons/right.svg');
	filter: brightness(100%);
}

.carousel-control-next-icon:after {

	background-image: url('../img/icons/right.svg');
	/*content: '>';
  font-size: 45px;*/
	color: white;
}

.carousel-control-prev-icon:after {
	/*content: '<';
  font-size: 55px;*/
	background-image: url("../img/icons/left.svg");
	color: white;
}

.link-proyecto h5 {
	/*background-color: rgba(255, 255, 255, 0.51);*/
	z-index: 10;
	/*-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: black;*/
	font-weight: bold;

}


/*************************************/
/* SERVICIO                          */
/*************************************/

.titulo-servicio {
	/*background-color: lightcoral;*/
	min-height: 8%;
	display: block;
}

/* SERVICIOS */
.servicios-contenedor {
	display: flex;
	align-items: flex-end;

}

.servicio {
	display: table-cell;
	height: 100%;
}

.servicio img {
	width: 100%;
}

/* SERVICIO INDIVIDUAL */

.contenedor-servicio {
	position: relative;
	display: block;
	display: flex;
	align-items: flex-end;
	width: 80%;
	left: 250px;

	justify-content: flex-end;
	align-content: flex-end;
	right: 0;
}

.columna-servicio-foto {
	width: 30%;
	float: left;
	right: 0;
	justify-content: right;
	padding: 20px;
}

.columna-servicio-texto {
	/*flex-basis:40%*/
	width: 70%;
	float: right;
	padding: 10px;
}

/*************************************/
/* SOCIOS                            */
/************************************/

.contenedor-socio {
	display: flex;
	justify-content: center; /*flex-end*/
	width: 100%;
	align-content: flex-end;
	right: 0;
}

.columna-socio-foto {
	/*flex-basis:40%*/
	width: 30%;
	float: right;
	padding: 50px;
	right: 0;
}

.columna-socio-texto {
	/*flex-basis:40%*/
	width: 50%;
	float: left;
	padding: 10px;
}

.socio {
	align-content: right;
	padding: 10px;
	box-sizing: border-box;
}

.socio .nombre h5,
.socio .nombre p {
	padding: 5px;
}

.socio .titulos {
	box-sizing: border-box;
}

/***************************************************/
/* PROYECTO */
/***************************************************/

.wrapper {
	width: 100%;
	overflow: visible;
	clear: left;
	float: left;
	margin-top: 50px;
}

.wrapper::after {
	content: "";
	display: block;
	clear: both;
}

.imagen {
	position: relative;
	width: 66%;
	/*background-color:blueviolet;*/
	clear: left;
	float: left;
	top: 0;
	display: inline;
	margin: 0;
	padding: 0;


}

.descripcion {
	width: 34%;
	/*background-color: lightsalmon;*/
	float: left;
}

.image-big {
	position: relative;
	top: 0;
	max-width: 100%;
	max-height: 100%;
}

.image-big img {
	top: 0;
	max-width: 100%;
	max-height: 100%;
	/*height:100%;
	margin: 0;
	top:0px;
	margin-bottom: 8px ;
	float: left;*/
	/*z-index: 50;*/
}

.image-small-container {
	display: inline;
	width: 100%;
	right: 0;
	float: right;
	/*background-color: lawngreen;*/
}

.image-small {
	float: right;
	align-items: right;
	margin-left: 8px;
	margin-top: 8px;
	z-index: 50;
}

.trama-proy {
	display: none;
	/*position: absolute;
	top:0px;
	background-repeat:repeat-y;
	width: 70%;
	height: 100%; 
	z-index: 5;*/
}


#foto {
	position: relative;
	top: 50px;
	width: 100%;
	clear: left;
	float: left;
	/*height: 100%;*/

	/*background-color:lime;
	display:block;*/
}

/*
#foto::after{
	display: block;
	clear:both;
}
*/


.detalle {
	float: left;
	/*background-color: lightsalmon;*/
	width: 40%;
	left: 0;

}

.img-group {
	position: relative;

	/*background-color: magenta;
	width: 60%;*/

	/*height: 100%;*/
	/*left: 50px;*/
	top: 0px;
	left: 0px;
	margin: 0px;
	position: 0;
	padding: 0;
	border: 0;

	/*float: left;
	clear: left;*/
}



.imglist {
	/*width: 1200px;*/
	padding: 0px;
	margin: 0px;
}

.img-thumb {
	position: static;
	width: 1000px;
	/*background-color: magenta;*/
	display: block;
	/*float: right;
	flex-direction:row-reverse;
	align-items: right;*/
}

#display-proyecto {
	background-color: yellow;
	/*max-width: 50%;
	float: left;
	left:0;
	height: 600px;*/
	/*position: relative;
	
	*/
}


#detalle-proyecto {
	/*background-color: darkblue;*/
	position: absolute;
	right: 0;
	width: 40%;
	/*height: 800px;*/
	top: 50px;
	text-align: justify;
}

.proyecto {
	position: fixed;
	font-weight: bold;
	top: 490px;
	left: 50px;
	/*z-index: 11;*/
}


.flex-container {
	display: flex;
	flex-wrap: wrap-reverse;
	flex-direction: row;
	/*flex-flow: row wrap;*/
	/*justify-content: space-around;*/
	padding: 0;
	margin: 0;
}

.flex-proyecto {

	display: flex;
	flex-wrap: inherit;
	flex-direction: row;
	justify-content: start;
	width: 100%;
	/*align-items: flex-start;
	align-content:flex-start;*/

	/*flex-flow: row wrap;
	align-items:flex-start;
	align-content:flex-start;
	justify-content:start;
    padding: 0;
  	margin: 20px;*/
	/*justify-content: flex-end;*/
	/*width: 1000px;*/
	/*margin:10px auto;*/
	/*columns: 4;*/
	/*column-gap: 40px;*/
}

.proy-entrada {
	position: relative;
	/*max-width: 300px;*/
	/*margin: 10px;*/
	overflow: hidden;
	margin-bottom: -60px;
	padding: 10px;
	width: 23%;
	/*max-height: 80%;*/
	/*margin: 0 0 10px;*/
	/*padding: 5px;
	padding-bottom: 15px;*/
	background: #fff;
	overflow: hidden;
	break-inside: avoid;
	/*display: inline-block;*/
	/*background-color: greenyellow;*/
}


.proy-entrada:hover .proy-hover {
	opacity: 0.9;
}

.proy-hover {
	/*position: absolute;*/
	transition: all 0.3s ease;
	background-color: linen;
	opacity: 0;
	padding: 10px;

}

.proy-hoverLeft {
	position: relative;
	bottom: 60px;
	left: 0;
	width: 0;
	/*height: 70px;*/
	background-color: linen;
	width: 100%;
}

.proy-imagen {
	display: block;
	width: 100%;
	height: 100%;
}

h2.proy-titulo,
.proy-ubicacion {
	font-family: 'Raleway', sans-serif;
	font-size: 80%;
	/*17px;*/
	font-weight: bolder;
	left: 50%;
	bottom: 50%;
	color: black;
	/*background-color: lawngreen;*/
}

.proy-ubicacion {
	font-size: 70%;
}

/*
.imglist
{
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}*/






/*
.image-small{
	/*position: relative;*/
/*display: flexbox;*/
/*	margin: 5px 5px 0 0;
}*/


/***************************************************/
/* CONTACTOS */
/***************************************************/

.contenedor-contacto {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-content: flex-end;
	right: 0;
}

.columna-contacto {
	/*flex-basis:40%*/
	width: 40%;
	float: right;
	padding: 10px;
}



/***************************************************/
/* Cuerpo */
/***************************************************/
#cuerpo {
	/* 	padding: 10px;
	margin: 10px; */
	/*position: relative;*/
	top: 100px;
	text-align: justify;
	padding-right: 20px;
}

strong {
	color: #52914c;
	font-weight: bold;
}

.bullets {
	display: block;
	width: 100%;
	font-size: 15px;
	padding-left: 50px;
	/*margin-left:100px;*/
}

.texto-chico {
	font-size: 15px;
}

.resaltado {
	background-color: #d5eed3;
	padding: 8px;
	/*font-size: 12px !important;*/
}


/***************************************************/
/* Historia */
/***************************************************/

.historia-contenedor {
	position: relative;
	display: block;
	width: 85%;
	left: 160px;
	justify-content: flex-end;
	right: 0;
	align-content: right;
	box-sizing: border-box;
	/*margin: 0 0 0 180px;*/
}

.historia-parrafo {
	/*padding: 10px;*/
	margin: 20px 0;
	/*width: 100%;*/
	/*height: 100%;*/
	justify-content: flex-end;
	align-content: flex-end;
	right: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
	float: left;
}

.historia-imagen {
	justify-content: flex-end;
	width: 30%;
	height: 30%;

	float: left;

}

.historia-texto {
	/*padding: 20px 50px;*/
	width: 70%;
	display: block;
	padding-left: 30px;
}


/***************************************************/
/* Footer */
/***************************************************/
#footer {
	/*background-color: yellowgreen;*/
	/*display: relative;
	top: 150px;*/
	height: 50px;
	width: 100%;
	/*position:initial;*/
	/*padding: auto;*/
}

#footer span {
	padding: 3px;
	/*display: block;*/
	float: left;
}

#dir {
	font-size: 14px;
	border-top: 1px solid #52914c;
}

div .servicio {
	padding-bottom: 50px;
}































/* DISEÑO RESPONSIVE Adaptable a Dispositivos Móviles*/

@media screen and (max-width: 1000px) {}


@media screen and (max-width:1200px)

/*TABLETS */
	{

	/*antes era : a.link-proyecto*/
	.carousel-item {
		display: none;

	}


	.container-fluid {
		width: 100%;
		flex-direction: column;
	}

	/* HEADER*/
	#el-header-sico {
		background-color: white;
	}

	#branding img {

		/*position: absolute;
		top:-10px;
		left: -10px;
		overflow: visible;
		width: 155px;
		height: 36px;*/
	}

	/*ACCORDION*/

	.trama {
		display: none;
	}

	.trama-proy {
		display: none;
	}

	/*
	.menu-level-1 {
		padding: 100px;

	}

	.menu-level-1 a {
		width: 100%;
		text-align: center;

	}*/



	/*CAROUSELL*/

	/*
	header{
		width: 0px;
		height: 100vh;
		position: fixed;
		top:0;
		left: 0;
		background-color: #FFFFFFDD;
		overflow: hidden;
		box-shadow: 10px 0 20px -25px black;
	}

	header nav ul{
		flex-direction: column;
	}
	header nav ul li{
		max-width: 200px;
		height: 60px;
		justify-content: flex-start;
	}
	*/
	nav {
		width: 0px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #FFFFFFDD;
		overflow: hidden;
		/*box-shadow: 10px 0 20px -25px black;*/
		/*transition: all 300ms cubic-bezier(1,0,0,1);*/
	}

	nav ul {
		/*flex-direction: column;*/
	}

	/*nav ul li{
		max-width: 200px;
		height: 60px;
		justify-content: flex-start;
	}*/

	#caret {
		display: none;
	}


	.accordion-content {
		padding: 0;
		max-height: 0;
		overflow: visible;
		transition: max-heigth 0.2s ease-in-out;
	}


	/*
	.accordion-content {
		background-color: aquamarine;
		display: block;
		overflow: scroll;
		box-sizing: border-box;
	}*/

	.flex-proyecto {
		/*columns: 3;	*/
	}

	.proy-entrada {
		width: 30%;
	}
/*
	.menu-level-1 {
		align-content: center;
		width: 100%;
		display: flexbox;
	}

	.menu-level-1 li {
		float: right;
	}

	.menu-level-2 {

		display: block;
		height: 100vh;
		width: 100%;
		align-content: center;
		text-align: center;
	}
*/
	#carousell {

		/*margin-top:60px;*/
		padding: 0;
		height: 500px;
		object-fit: cover;
	}

	#cuerpo .col-6 {
		width: 100%;
	}

	.mostrar-menu-sico,
	li {
		width: 100%;

	}

	nav ul {
		text-align: center;
	}

	#icon-menu {
		display: flex;
	}


	.menu-level-1 li {
		float: right;
	}

	.menu-level-2 {

		display: block;
		height: 100%;
		width: 100%;
		/*height: 50px;
		width: 100%;*/
		align-content: center;
		text-align: center;
	}


	/* FOOTER */
	#dir {
		font-size: 13px;
		border-top: 1px solid #52914c;
	}




	/* SOCIOS*/

	.contenedor-socio {
		display: block;
	}

	.columna-socio-foto {
		/*flex-basis:40%*/
		width: 50%;
		float: left;
		padding: 20px;
	}

	.columna-socio-texto {
		/*flex-basis:40%*/
		width: 50%;
		float: left;
		padding: 20px;
	}

	.socio {

		width: 50%;
		height: 100%;
		float: left;
	}

	.img-fluid {
		width: 100%;
		object-fit: cover;
	}

	/* SERVICIO*/
	.contenedor-servicio {
		width: 100%;
		left: 0;
	}

	.columna-servicio-foto {
		width: 40%;
		padding: 40px;
	}

	.columna-servicio-texto {
		/*flex-basis:40%*/
		width: 60%;
	}


}


















@media screen and (max-width:768px)

/*CELL PHONES*/
{

	/*ACORDEÓN*/

	/*
	Se puede borrar, se hereda del media superior
	.accordion-content {
		padding: 0;
		max-height: 0;
		overflow: visible;
		transition: max-heigth 0.2s ease-in-out;
	}*/

	#branding img {

		/*display: flex;
		position: relative;
		top:-10px;
		left: -10px;
		overflow: visible;
		width: 155px;
		height: 36px;*/
	}

	#dir {
		font-size: 13px;
	}

	.imagen {
		float: left;
	}

	.imagen .descripcion {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.trama {
		display: none;
	}

	#carousell {

		/*margin-top:60px;*/
		padding: 0;
		height: 500px;
		object-fit: cover;
	}

	#carousell row {
		margin-left: -55px;
		margin-right: -55px;
	}

	.carousel-control-prev {
		display: flex;
	}

	.w-100 {
		height: 500px;
		object-fit: cover;
	}

	.flex-proyecto {
		/*columns: 2;*/
	}

	.proy-entrada {
		width: 47%;
	}

	.proy-hover {
		opacity: .8;
		width: 100%;
		height: 100%;
	}


	.imagen {
		width: 100%;
	}

	.trama-proy {
		display: none;
	}

	.descripcion {
		width: 100%;
	}

	.image-big img {
		height: 480px;
		object-fit: cover;

	}

	.image-small {
		float: left;
		display: flex;
		max-width: 23%;
	}



	/* CONTACTO*/
	.contenedor-contacto {
		display: block;
		width: 100%;
	}

	.columna-contacto {
		flex-direction: row;
		columns: 1;
		width: 100%;
		padding: 10px;
		display: block;
	}


	/* SOCIOS*/

	.socio {
		width: 100%;
		height: 100%;
		margin-bottom: 60px;
	}



	/***************************************************/
	/* Historia */
	/***************************************************/

	.historia-contenedor {
		/*margin: 0;
		padding:0;
		left:0px;*/
		left: 10px;
		width: 100%;
	}


	.historia-parrafo {
		flex-direction: row;
		/*columns: 1;*/
		width: 100%;
		/*padding: 10px;*/
		display: block;
		/*align-self: stretch;*/
	}

	.historia-imagen {
		object-fit: cover;
		width: 100%;
		padding: 20px;
	}

	.historia-texto {
		float: left;
		width: 100%;

	}
}





























@media screen and (max-width:480px)

/*CELL PHONES*/
	{
	.flex-proyecto {
		/*columns: 1;*/

	}

	.proy-entrada {
		width: 100%;
	}

	.imagen {
		width: 100%;
	}

	.descripcion {
		width: 100%;
	}



	.columna-socio-foto {
		/*flex-basis:40%*/
		width: 100%;
		float: right;

	}

	.columna-socio-texto {
		/*flex-basis:40%*/
		width: 100%;
		float: left;
	}

	/* SERVICIO */

	.contenedor-servicio {
		width: 100%;
		left: 0;
	}

	.columna-servicio-foto {
		width: 100%;
		padding: 0;
	}

	.columna-servicio-texto {
		/*flex-basis:40%*/
		width: 100%;
	}

}