/*
 Theme Name:   Ziel
 Theme FRI:    http://pinkxel.com
 Description:  Desarollado por pinkxel.com para Perumotor, basado en 'WP Bootstrap Starter'.
 Author:       pinkxel
 Author URI:   http://pinkxel.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         ziel, responsive-layout, accessibility-ready
 Text Domain:  ziel
*/

/* pinkxel

   Desarrollado por pinkxel.com para Ziel Consultores
*/

body {
	color: black;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-top: 70px;
	min-width: 320px;
}

h1 {
	margin: 0.666em 0;
	/*font-family: 'Roboto Slab', serif;*/
	font-weight: 300;
}

h2 {
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

h3 {
	font-size: 20px;
}

a {
	color: #fa0;
}

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

#masthead {
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    width: 100%;
}

.admin-bar #masthead {
	top: 46px;
}

#masthead nav {
	padding: 8px 0;
}

.navbar-brand {
	padding-top: 3.5px;
	padding-bottom: 3.5px;
}

.navbar-brand img {
	width: 150px;
	max-width: none;
}

.navbar-toggler {
    font-size: 1.3em;
    padding: 12px 0;
}

.navbar-toggler-right {
	right: 0;
}

.navbar-nav .menu-item {
	margin: 8px 0;
	text-align: center;
	font-size: 20px;
}

.navbar-nav .menu-item a {
	color: black !important;
	text-decoration: none;
	transition: color 200ms ease;
}

.navbar-nav:hover .menu-item a {
	color: #999 !important;
}

.navbar-nav .menu-item a:hover {
	color: black !important;
}

#content.site-content {
	padding-top: 0;
}

section#primary {
	margin: 0 auto;
}

.animate {
	background: linear-gradient(135deg,#0AA,#82A);
	position: relative;
	overflow: hidden;
}

.animate:before,
.animate:after {
	content: '';
	display: block;
	height: 15px;
	width: 50vw;
	position: absolute;
	bottom: 20%;
	background: linear-gradient(to right,transparent 0 ,rgba(255,255,255,.5) 50%);
	animation-duration: 2500ms;
	animation-iteration-count: infinite;
	/*animation-delay: 2s;*/
	/*animation-direction: alternate;*/
}

.animate:before {
	animation-name: move-right;
	transform-origin: right center;
}

.animate:after {
	width: 20vw;
	animation-name: move-diagonal;
	transform-origin: left center;
}

@keyframes move-right {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	20% {
		opacity: 0;
		transform: translate(20vw, 0) scaleX(.5);
	}
	70% {
		opacity: 0;
		transform: translate(0, 0) scaleX(.5);
	}
	75% {
		opacity: 1;
	}
	85%, 100% {
		opacity: 0;
		transform: translate(20vw, 0) scaleX(.5);
	}
}

@keyframes move-diagonal {
	0%, 10% {
		opacity: 0;
		transform: translate(70vw,0) rotate(315deg);
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: translate(90vw,-20vw) rotate(315deg);
	}
	80% {
		opacity: 0;
		transform: translate(70vw,0) rotate(45deg);
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(80vw, 10vw) rotate(45deg);
	}
}

.ms-slide-info {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 40% !important;
	color: white;
}

.ms-slide-info.ms-dir-h {
    width: calc(100% - 30px) !important;
}

.ms-info h1 {
	font-weight: 400;
	line-height: 1em;
}

.ms-bullet {
	width: 80px !important;
	height: 8px !important;
	background-image: none !important;
	background-color: rgba(255,255,255,.2) !important;
	border-radius: 2px;
}

.ms-bullet-selected {
	background-color: rgba(255,255,255,.5) !important;
}

.ms-view {
	max-height: 905px;
}

#secondary {
	display: none;
}

#servicios,
#soluciones,
#nosotros,
#clientes,
#contacto {
	padding-top: 2px;
	padding-bottom: 2px;
}

#soluciones {
	background-color: #EEE;
	margin: 30px 0;
}

#soluciones .list-inline {
	padding: 60px 15px;
}

#soluciones .list-inline .post-info {
	flex: 0 0 calc(50% - 4px);
	max-width: calc(50% - 4px);
	height: 350px;
	color: black;
	border-radius: 2px;
	margin: 2px;
	background-color: white;
	padding: 20px 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#soluciones .list-inline .post-info .post-content a {
	display: none;
}

#soluciones .list-inline .post-info .solution-img {
	background-size: cover;
	background-position: 50% 50%;
	background-color: white;
	background-blend-mode: luminosity;
	opacity: .1;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

#serviceGlyphicon {
	font-size: 60px;
	padding: 25px 0;
	color: #fa0;
}

#nosotros {
	padding-top: 0;
	padding-bottom: 0;
}

#nosotros .container-full {
	background-color: #fa0;
}

#nosotros h1 {
	font-size: 30px;
	font-weight: 400;
}

#nosotros .inside {
	padding-top: 3em;
	padding-bottom: 200px;
	background-image: url(../../uploads/2017/08/icon-white@2x.png);
	background-repeat: no-repeat;
	background-size: 220px;
	background-position: 105% 102%;
}

#nosotros .outside {
	padding-top: 3em;
	padding-bottom: 3em;
}

#clientes {
	padding-top: 5em;
	padding-bottom: 5em;
}

#clientes-menu {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
}

#clientes-menu li {
	width: 33%;
	background-color: white;
}

#clientes-menu li img {
	width: 100%;
	max-width: 150px;
	padding: 14px;
	mix-blend-mode: luminosity;
	display: block;
	margin: 0 auto;
	opacity: .6;
	transition: opacity 200ms ease;
}

#clientes-menu li:hover img {
	opacity: 1;
	mix-blend-mode: normal;
}

#clientes-menu .menu-image-title {
	display: none;
}

#servicios .list-inline {
	text-align: initial;
}

#servicios .list-inline li {
	margin: 1em 0;
	margin-left: 2.2em;
	position: relative;
}

#servicios .list-inline .glyphicon {
	position: absolute;
	left: -1.5em;
	font-size: 1.5em
}

.list-inline .post-title { 
	text-decoration: none;
	font-size: 20px;
	color: black;
	display: block;
	font-family: 'Roboto Medium', sans-serif;
	z-index: 1;
}

.list-inline .post-content { 
	z-index: 1;
	color: black;
	display: block;
	overflow: hidden;
	height: 100%;
}

.more {
	position: absolute; 
	font-size: 42px;
	color: #fa0 !important;
	bottom: 2px;
	right: 6px;
	z-index: 1;
	text-decoration: none;
}

.more:focus,
.more:hover {
	text-decoration: none;
	color: #f80 !important;
}

footer#colophon {
	background-color: transparent;
	color: initial;
}

#go-top {
	position: fixed;
	left: calc(100% - 55px);
	bottom: 20px;
	color: #F80;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
	z-index: 10;
	opacity: 0;
	transition: opacity 200ms ease;
}

#go-top:before {
    font-size: 48px;
	line-height: 40px;
}

#go-top.show {
	opacity: 1;
}

.menu-top-menu-container {
	margin: 0 auto;
}

ul.menu-bottom li {
	padding: 0 10px;
}

.servicios-list > div {
	margin: 2em 0;
}

.form-group {
	margin: 2em 0;
}

.social-link {
	font-size: 2em;
	margin: 0 15px;
	color: black;
}

.social-link.fb:hover {
	color: #3b5998;
}

.social-link.in:hover {
	color: #0077b5
}

button[type="submit"] {
	background-color: #fa0 !important;
}

.navbar.navbar-footer .menu-item {
	font-size: initial;
}

.site-info {
	color: #888;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	body {
		margin-top: 110px;
	}

	h1 {
		font-size: 48px;
	}

	blockquote {
		font-size: 20px;
		line-height: 1.3em;
	}

	#masthead .navbar-nav > li > a {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	#masthead nav {
		padding: 20px 0;
		height: 110px;
	}

	.navbar-brand img {
		image-rendering: -webkit-optimize-contrast;
		width: 204px;
	}

	.navbar-toggleable-md {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}

	.navbar-toggleable-md .navbar-toggler {
    	display: none;
	}

	.navbar-toggleable-md .navbar-nav {
		flex-direction: row;
	}

	.navbar-toggleable-md .navbar-collapse {
		display: flex!important;
		width: 100%;
	}

	.ms-info h1 {
		font-size: 60px;
	}

	.animate:before,
	.animate:after {
		height: 30px;
		bottom: 35%;
	}

	#soluciones .list-inline .post-info {
		flex: 0 0 calc(25% - 4px) !important;
		max-width: calc(25% - 4px) !important;
	}

	.collapse {
		display: block;
	}

	#clientes-menu li {
		width: 20%;
		background-color: white;
	}

	#clientes-menu li img {
		padding: 15px;
	}

	#nosotros .inside {
		padding-top: 6em;
		padding-bottom: 6em;
		background-size: 45%;
		background-position: 95% 50%;
	}
}
@media (max-width: 450px) {
	#soluciones .list-inline .post-info {
		height: 550px;
	}
}

@media (min-width: 576px) {
	.ms-slide-info.ms-dir-h {
		width: calc(540px - 30px) !important;
	}
	#soluciones .list-inline .post-info {
		height: 350px;
	}
}

@media (min-width: 768px) {
	.ms-slide-info.ms-dir-h {
		width: calc(720px - 30px) !important;
	}
	.navbar-nav .menu-item {
		font-size: initial;
	}
	#soluciones .list-inline .post-info {
		height: 350px;
	}
}

@media (min-width: 783px) {
	.admin-bar #masthead {
		top: 32px;
	}
}

@media (min-width: 992px) {
	.ms-slide-info.ms-dir-h {
	    width: calc(960px - 30px) !important;
	}
	.navbar-nav .menu-item {
		margin-left: 16px; 
		margin-right: 16px;
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.ms-slide-info.ms-dir-h {
		width: calc(1140px - 420px) !important;
		transform: translate(calc(-50% - 195px), -50%);
	}
	#soluciones .list-inline .post-info {
		flex: 0 0 calc(20% - 4px) !important;
		max-width: calc(20% - 4px) !important;
	}
}