/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

#logo
{
	width:220px;
	height: auto;
	
	position: absolute;
	left: 17%;
	top:30px;
	z-index: 110;
}

.div_blanco
{
	width:100%;
}

#banner
{
	width:100%;
	height: 500px;
	z-index: -10;
	
	background-image: url(images/banner.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

#imgtop
{
	width:100%;
	height: auto;
	
	position: absolute;
	left: 0px;
	top:100px;
	overflow: hidden;
	
	z-index: 100;
}

#imgbottom
{
	width:100%;
	height: auto;
	
	position: absolute;
	left: 0px;
	top:555px;
	
	z-index: 100;
}

#textoBanner
{
	width: auto;
	height: auto;
	
	position: absolute;
	left: 45%;
	top: 250px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	
	font-size: 50px;
	color:#FFF;
	text-shadow: 2px 2px 6px #000;
}

#quienessomos
{
	width: 100%;
	height: auto;
	
	padding: 50px 0px;
	background-color: #FFF;
}

#quienesContenedor
{
	max-width: 900px;
	height: auto;
	
	margin: 50px auto;
}
#imgQuienes
{
	width:250px;
	float: left;
	
	margin: 50px;
}
#textoQuienes
{
margin: 0px 20px;
	max-width:500px;
	float:left;
	
	text-align: justify;
}
h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
	font-size: 44px;
	color:#000;
}

.t1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	
	font-size: 20px;
	color:#ed9800;
}
.t2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000;
}

.clearfix
{
	clear: both;
}

#servicios
{
	width:100%;
	height: auto;
	padding: 50px 0px;
	
	background-color: #4f4e50;
}

#serviciosBox
{
	max-width: 1000px;
	height: auto;
	
	margin: 30px auto;
}

.serviciosTexto
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
	font-size: 16px;
	color:#FFF;
	text-align: justify;
}

.columna
{
	max-width:400px;
	height: auto;
	margin: 0px 50px;
	float: left;
}

.tituloLista
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
	font-size: 22px;
	color:#FFF;
	text-align: justify;
}

.lista
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	
	font-size: 18px;
	color:#ed9800;
	text-align: justify;
	
	list-style-type: circle;
}

#especialidad
{
	width:100%;
	height: auto;
	padding: 50px 0px;
	
	background-color: #ed9800;
}

#especialidadBox
{
	max-width: 1000px;
	margin: auto;
}

.especialidadTitulo::before
{
	background-image:url('images/arrow.svg');
    background-size: 22px;
	background-repeat: no-repeat;
    display: inline-block;
    width: 22px; 
    height: 22px;
	margin-right: 5px;
    content:"";
}
.especialidadTitulo
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
	font-size: 26px;
	
	width:auto;
	height: auto;
	
	margin: 10px 30px;
	float: left;
}
/*
.especialidadTitulo:hover
{
	background-color:chocolate;
}
*/
#contacto
{
	width:100%;
	height: 350px;
	padding: 50px 0px;
	
	background-image: url(images/bgcontacto.jpg);
	background-position: center;
	background-size: cover;
}

.contactoTitulo
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	
	font-size: 44px;
	color:#FFF;
	text-align: center;
}

#formulario
{
	max-width:340px;
	margin: auto;
}
.cuadroTexto1
{
	width: 300px;
	height: auto;
	padding: 10px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#666;
	font-size: 16px;
}
.cuadroTexto2
{
	width: 300px;
	height: 60px;
	padding: 10px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#666;
	font-size: 16px;
}

.botonEnviar
{
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#FFF;
	font-size: 16px;
	width: 320px;
	height: 40px;
	cursor: pointer;
	background-color: #ed9800;
}
.botonEnviar:hover
{
	background-color:#FFF;
	color:#ed9800;
}

#prefooter
{
	width:100%;
	height: auto;
	padding: 50px 0px;
	
	background-color: #FFF;
}

.prefooterTexto
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000;
	text-align: justify;
}

#footer
{
	width:100%;
	height: auto;
	padding: 50px 0px;
	
	background-color: #ed9800;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color:#FFF;
	text-align: center;
	font-size: 14px;
}

@media (max-width:460px)
{
	#logo
	{
		width:180px;
		top:20px;
	}
	#textoBanner
	{
		width: auto;
		height: auto;

		position: absolute;
		left: 15%;
		top: 200px;

		font-size: 40px;
	}
	.segunda
	{
		margin-top: 20px;
	}
}