@charset "utf-8";
/* CSS Document */

body{
background: linear-gradient(to right, #fff, rgba(204,0,0,1));
	
}
.contenedoracerca {
width:90%;
max-width:800px;
margin:auto;
height: 100%;
display:flex;
align-items:center;	
	
}
.tarjeta{
	background:#fff;
	margin: 40px 0;
	border-radius: 5px;
	border: 2px solid #0C6;
	overflow:hidden;
	z-index:3;
	width:100%;
}
/*slider del banner*/

.slider_banner{
overflow:hidden;
z-index:1000;
position:relative;
}
.slider_banner .banner{
position:relative;
width:100%;	
}
.slider_banner .banner img{
	vertical-align:top;
	width:100%;
	height:100%;
	position:absolute;
	border: 2px solid #900;
	top:0;
	left:100%;
	
}
.slider_banner .flecha-banner{
	font-size:35px;
	line-height:35px;
	color:rgba(0,0,0,.2);
	position:absolute;
	top:50%;
	z-index:1100;
}
.slider_banner .flecha-banner:hover{
	color:rgba(0,0,0,.5);
}
.slider_banner .anterior{
	left:20px;
	
}
.slider_banner .siguiente{
	right:20px;
	
}
/*Slifder info*/
.slider_info {
text-align: center;
overflow: hidden;
z-index: 1000;
position: relative;

}
/*seccion informacion*/
.slider_info .informacion {
margin-top: 20px;
width: 100%;
font-family: Tahoma, Geneva, sans-serif;

}
.slider_info .informacion article {
	background: #fff;
width: 100%;
overflow: hidden;
position: relative;

}
.slider_info .informacion article .slide { 
background: #FFF;
width: 100%;
position: absolute;

}
.slider_info .informacion article .slideinfo{
	background: #fff;
	width:100%;
	position:absolute;
	}
.slider_info .flecha-info{
    font-size: 35px;
    line-height: 35px;
    color: #e6e6e6;
    position: absolute;
    top: 50%;
    z-index: 1000;
} 

.slider_info .flecha-info:hover{
    color: #008000;
}
.slider_info .flecha-info.anterior{
    left: 20px;
}
.slider_info .flecha-info.siguiente{
    right: 20px;
}
/*slides del info*/
.slider_info .informacion .nombre{
    color: #000;
	background: linear-gradient(to right, #fff, #FFC);
	border: 2px solid #000;
	display:block;
	margin-left: auto;
	margin-right:auto;
	margin-top: auto;
	width:75%;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 16px;
}
.slider_info .informacion .trabajo{
    color: #33F;
	font-weight:bold;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 16px;

}
.slider_info .informacion .pais{
    color: #000;
	font-weight:bold;
    font-size: 24px;
    line-height: 14px;
 
}
.slider_info .informacion .pais img{
    position: relative;
    top: 10px;
    margin-right: 10px;
    
}
.slider_info .informacion .texto{
	display: block;
	margin-left:auto;
	margin-right:auto;
    color: #000;
	font-weight:bold;
    font-size: 28px;
    line-height: 24px;
	font-weight:bold;

}
.slider_info .informacion .subtituloinfo{
	display: block;
	margin-left:auto;
    color: #000;
	font-weight:bold;
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 16px;
}
/*botones*/
.slider_info .botones{
    width: 100%;
    
}
.slider_info .botones span{
    width: 14px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 20%;
    background: #e6e6e6;
    
}
.slider_info .botones span.active{
    background: #6ed279;
}
/*redes sociales*/
.redes-sociales{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    
}
.redes-sociales a{
    display: inline-block;
	height: 40px;
    width: 40px;
    line-height: 20px;
    padding: 14px 0;
    color: #fff;
    background: #000;
    border-radius: 10%;
    margin: 0 10px;
}
.redes-sociales .facebook{
    background: #3b5998;
	font-size:20px;
}
.redes-sociales .twitter{
    background: #55acee;
	font-size:20px;
}
@media screen and (max-width: 700px{
	.slider_banner .banner img{
	
	height:300px;
	
}
	
	})