@import url('https://fonts.googleapis.com/css?family=Cabin:400,500|Open+Sans');

body {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #383a3e;
}

a {
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	color: #173164;
	text-decoration: none;
}

.active a {
	color: #394875;
}

nav {
	text-align: center;
	background-color: #ccd6e2;
	border-bottom: solid 3px #173164;
	margin-bottom: 40px;
}

.nav-link, .navbar-nav, .nav-item, .nav-link {
	font-family: 'Cabin', sans-serif;
	font-size: 1.1em;
}

.navbar-brand img {
	width: 150px;
	height: auto;
}

nav a {
	color: #465581;
	transition: 0.5s;
}

nav a:hover {
	color: #173164;
}

.nav-img {
	background: url('../images/nombre.png') center no-repeat;
	width: 155px;
	height: 55px;
	transition: 0.5s;
}

.nav-img:hover {
	background: url('../images/nombreHover.png') center no-repeat;
}

/*------------------------------ Servicios ------------------------------*/

#servicios {
	text-align: center;
}

#servicios article {
	margin-bottom: 25px;
}

.serviciosTitulo {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #465581;
	padding: 5px;
}

#servicios .fa {
	color: #ccd6e2;
	margin: 30px 0;
}

#servicios p {
	padding: 0 0.5em;
}

.separador {
	margin: 0 auto;
	width: 20%;
	border-bottom: solid 3px #465581;
	margin-bottom: 20px;
}

#servicios ul {
	list-style-type: none;
	padding: 0;
}

/*descanso*/

.fondo {
	background-color: #4485E3;
	width: 100%;
}

.descanso {
	background: url('../images/grid-250.png') fixed repeat;
	height: auto;
	padding-bottom: 20px;
}

.descanso div {
	text-align: center;
}

.descanso p {
	font-size: 1.4em;
	padding: 40px 5% 10px;
	color: #c3d8f7;
}

.descanso h5 {
	padding-bottom: 30px;
	font-size: 1.2em;
	color: #ccd6e2;
}

.resalte {
	color: #465581;
}

/*contacto*/

#contacto {
	background-color: #173164;
	width: 100%;
	padding: 40px 0;
}

#contacto h2 {
	text-transform: uppercase;
	font-size: 2em;
	color: #ccd6e2;
	text-align: center;
}

.enviarMail {
	text-align: center;
	margin-bottom: 40px;
}

.circulo .fa {
	padding: 13px 16px 16px;
	border-radius: 40px;
	color: #173164;
	background-color: #ccd6e2;
	margin: 40px auto 15px;
	transition: 0.8s;
}

.email {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: #ccd6e2;
}

.circulo .fa:hover {
	background-color: #b6c5d6;
	padding: 13px 16px 16px;
	border-radius: 40px;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0,0.4);
}

#rrss {
	text-align: center;
}

#rrss a {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	color: #173164;
	background-color: #ccd6e2;
	padding-top: 12px;
	text-align: center;
	display: inline-block;
	margin: 10px;
	transition: 0.8s;
}

#rrss a:hover {
	background-color: #b6c5d6;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0,0.4);
}

/*-------------------------------- CarolinaRod ---------------------------------*/

aside {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

#foto {
	width: 200px;
	height: auto;
	border-radius: 100px;
}

h1 {
	font-size: 1.5em;
	padding-top: 20px;
}

.datosTitulo {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #465581;
	padding: 5px;
	padding-left: 1em;
}

#datosPersonales p, #datosPersonales ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	text-align: justify;
}

#datosPersonales p {
	padding: 10px 0.5em;
}

#datosPersonales h3, h4 {
	text-transform: uppercase;
	color: #465581;
	background-color: #DADDE6;
	padding: 4px 0.5em;
}

#datosPersonales h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

#datosPersonales li {
	padding-left: 0.5em;
	padding-bottom: 5px;
}

.detalle {
	font-size: 0.9em;
	color: #465581;
}

.boton {
	color: #465581;
	background-color: #DADDE6;
	padding: 4px 1em;
	transition: 1s;
}

.boton .fa {
	padding-right: 0.5em;
}

.boton:hover {
	background-color: #465581;
	color: #fff;
}

/*skills*/

#datosPersonales h4 {
	font-size: 1em;
}

.skill {
	text-align: center;
	position: relative;
	margin: 15px auto 30px;
}

.skill h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*experiencia*/

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: right;
	font-weight: 600;
}

h5 .detalle {
	font-weight: 500;
	font-size: 0.8em;
}

.cargo {
	text-align: left;
}

#datosPersonales .labores {
	padding: 0px 0.5em 10px 0px;
}

/*------------------------------ Portafolio ------------------------------*/

#nav-portafolio {
	background-color: transparent;
	border-color: #173164;
}

@media (min-width: 534px) {
	#nav-portafolio {
		padding: 0 10%;
	}
}

#nav-portafolio .active {
	border-color: #173164;
	border-bottom: 0;
}

.proyecto {
	margin: 20px 0;
}

.proyecto h2 {
	font-size: 1.4em;
}

.proyecto img {
	margin-bottom: 20px;
}

.altura {
	width: 100%;
	height: auto;
}

/*------------------------------ footer (comun) ------------------------------*/

.stripe {
	background-color: #ccd6e2;
}


footer a {
	float: right;
	color: #465581;
	padding: 10px 0;
}