@charset "utf-8";
/* CSS Document */

@media screen and (min-width:690px) {

#content_seccion {
	display: block;
	float: left;
	width: 50%;
	background-image: url(../img/bg-contacto.jpg);
	background-repeat: no-repeat;
	background-position: center 50%;
	position: relative;
	overflow: hidden;
}

#content_seccion div {
    display: block;
	float: right;
	width: 395px;
	height: 100%;
	padding-top: 18%;
	padding-left: 14%;
	padding-right: 12%;
}

}

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

#content_seccion {
   display: block;
   float: left;
   width: 100%;
   padding-bottom: 20px;
   background: none;
}

#content_seccion div {
    display: block;
	float: left;
	width: 90%;
	margin-left: 5%;
}

}

#content_seccion div h3 {
    display: block;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
    font-family: "hurme_geometric_sans_1bold", Arial, Helvetica, sans-serif;
	color: #94936B;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase !important;
}

#content_seccion div h3 span {
    font-family: "hurme_geometric_sans_1regular", Arial, Helvetica, sans-serif;
	color: #999999;
}

#content_seccion div p {
	display: block;
	width: 100%;
	float: left;
	margin-top: 3px;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 13px;
	text-align: justify;
	line-height: 1.5;
}

div#galeria-bio {
    padding: 0 !important;
	overflow: hidden;
	margin-top: 20px;
}

/*Estilos de la galeria*/

#galeria-bio .galeria {
	width: 100%;
	margin: auto;
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#galeria-bio .galeria li {
	margin: 5px;
	height: 50px;
    width: 20%;
    overflow: hidden;
}

#galeria-bio .galeria img {
	width: 100%;
	height: auto;
}

/*Estilos del modal*/

#galeria-bio .modal {
	display: none;
}

#galeria-bio .modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3% 0 0 0 !important;
    float: none !important;
	z-index: 999;
}

#galeria-bio .modal h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 15px 0;
}

#galeria-bio .imagen {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	float: none;
}

#galeria-bio .imagen a {
	color: #fff;
	font-size: 60px;
	text-decoration: none;
	margin: 0 40px;
}

#galeria-bio .imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

#galeria-bio .imagen img {
	width: 550px;
	height: 100%;
	max-width: 100%;
	border: 4px solid #fff;
}

#galeria-bio .cerrar {
	display: block;
    background: rgba(255, 255, 255, 0.68);
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #4a4a4a;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

@media screen and (min-width:690px) {

#empresa {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	overflow: hidden;
	background-color: #000000;
}

}

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

#empresa {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
}

}

/* ----------- Inicio de CSS para Slideshow ----------- */

#slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#slideshow li {
    display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow li.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow li.last-active {
    z-index: 9;
}

#slide01  {
	background-image: url(../img/biografia/01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide02  {
	background-image: url(../img/biografia/02.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide03  {
	background-image: url(../img/biografia/03.JPG);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide04  {
	background-image: url(../img/biografia/04.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide05  {
	background-image: url(../img/biografia/05.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide06  {
	background-image: url(../img/biografia/06.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide07  {
	background-image: url(../img/biografia/07.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

