@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow|Oswald:400,700');
/*
Gráfica Top
Diseño & Desarrollo: Roberto Pontigo
Mail: pegacreativa@gmail.com
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  color: #64686d;
  line-height: 26px;
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #272727;
}
a {
  color: #951B81;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #951B81;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 10px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 400px;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
  height: 5px;
  background: #951B81;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #951B81;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
	background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
	color: #951B81;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
	  font-weight: 400;
	  font-family: 'Oswald', sans-serif;
		color: #951B81;
		font-size: 16px;
		text-transform: uppercase;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 30px;
    border-top: 10px solid #951B81;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #FFFFFF;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 538px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
	text-align: center;
  margin-top: 100px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 30px 0;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #951B81;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #951B81;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fondo {
	background: rgba(149,27,129,0.7);
	color: #FFFFFF;
	padding: 20px;
}

.fondo h3 {
	color: #FFFFFF;
}

#nosotros {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/nosotros.jpg) no-repeat fixed;
  background-size: cover;
}

#equipo {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/equipo.jpg) no-repeat fixed;
  background-size: cover;
}

#equipo a {
	color: #000000;
	text-decoration: none;
}

#equipo a:hover {
	color: #000000;
	text-decoration: underline;
}

#equipo .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #951B81;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
	margin-bottom: 20px;
	text-align: center;
}
#equipo .team-member .team-img {
  margin: -13px -13px 0 -13px;
}
#equipo .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #951B81;
  margin-bottom: 10px;
}

#servicios {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/servicios.jpg) no-repeat fixed;
  background-size: cover;
}

.fondoservicios {
	background: rgba(255,255,255,0.8);
	color: #951B81;
	padding: 10px;
	margin-bottom: 20px;
	height: 400px;
}

.fondoservicios h4 {
	background: #951B81;
	color: #FFFFFF;
	padding: 5px;
}

#portfolio {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/portafolio.jpg) no-repeat fixed;
  background-size: cover;
}
#portfolio h3 {
	background: #951B81;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
}

#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background: #951B81;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

#animated-number {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/cifras.jpg) no-repeat fixed;
  background-size: cover;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #FFFFFF;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 48px;
  line-height: 120px;
  border: 10px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
	color: #FFFFFF;
}

#clientes {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/clientes.jpg) no-repeat fixed;
  background-size: cover;
}

#contacto {
	padding: 95px 0;
  background: #FFFFFF url(../images/fondos/contacto.jpg) no-repeat fixed;
  background-size: cover;
	color: #FFFFFF;
}

#contacto a{
	color: #FFFFFF;
	text-decoration: none;
}

#contacto a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#contacto h2{
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMULARIO
/*-----------------------------------------------------------------------------------*/

#contactForm {
  margin-bottom: 10px;
}

#contactForm .comment-notes {
  margin-bottom: 20px;
}

#contactForm .form-allowed-tags {
  margin-bottom: 20px;
}

#contactForm input,
#contactForm textarea {
  padding: 5px;
  background: #ECECEC;
  color: #000000;
  border: 1px solid #951B81;
  overflow: auto;
}

#contactForm input:focus,
#contactForm textarea:focus {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  -o-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
  box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
}

#contactForm input[type="text"],
#contactForm input[type="password"] {
  overflow: auto;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

#contactForm textarea {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contactForm input[type="submit"],
#contactForm input[type="button"] {
  width: auto;
  color: #FFFFFF;
  font-size: 14px;
  background: #951B81;
  padding: 5px 10px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#contactForm input[type="submit"]:hover,
#contactForm input[type="button"]:hover {
  background: #C0C0C0;
  color: #000000;
}

#contactForm input#submit {
  margin-top: 5px;
}

#contactForm label {
  display: block;
  margin-bottom: -20px;
}

#contactForm p {
  margin-bottom: 5px;
}

#contactForm #sent-form-msg {
  padding: 5px 10px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}

#contactForm #error {
  margin-left: 10px;
}

.gmap iframe{
	width:100%;
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  background: #4A0E40;
}
#footer a {
  color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
  color: #FFFFFF;
	text-decoration: underline;
}
.izquierda {
  text-align: left;
}
.derecha {
  text-align: right;
}


.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
