@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url('httpss://fonts.googleapis.com/css?family=Asap:400,500,700');
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 19px;
    line-height: 29px;
    color: #616160;
    text-align: justify;
    /* color: rgba(28, 54, 83, 0.6); */
    padding-bottom: 20px; }

h1 {
  font-size: 50px;
text-align: center;
color: #C08F5D;
font-weight: 300;
letter-spacing: 4px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3D4351; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3D4351; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500; }

/*.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }
*/

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 40px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased
}
.btn-1 {
    /*border: 3px solid #fff;*/
    color: #fff;
	background:#f8ae37;
}



.btn-1e {
    overflow: hidden
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.btn-1e:hover,
.btn-1e:active {
    color: #003361;
	background:#e74238;
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1
}




.btn-1f {
    overflow: hidden
}

.btn-1f:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.btn-1f:hover,
.btn-1f:active {
    color: #003361;
	background: rgba(213,219,233,1.00);
}

.btn-1f:hover:after {
    height: 75%;
    opacity: 1
}

.btn-1f:active:after {
    height: 130%;
    opacity: 1
}


.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

section.intro, section.features-extra, section.sign-up {
  background: #fff; }

section.features, section.blog-intro, section.blog {
  background: #F3F4F8; }

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #e84e1b;
  text-decoration: none; }

.container a{
	color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

.container a:hover{
  color: #C08F5D;
  text-decoration: none;;
}


body {
  font-family: "Open Sans", sans-serif;
	/*font-family: Futura, sans-serif;*/
	/*font-family: "Nunito", sans-serif;*/
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
  padding: 120px 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
	padding: 15px 5px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #C08F5D;
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }

/* ==========================================================================
Hero
========================================================================== */
.hero {
  min-height: 850px;
  background: url("../img/hero.jpg") center center;
  background-size: cover;
  position: relative; }
  .hero .down-arrow a {
    color: #C08F5D; }
  .hero h1 {
    color: #fff;
	  font-size: 40px;
    margin-bottom: 40px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
}
  .hero p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
	 letter-spacing: 2px;
	  text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 80px; 
}
  .hero .hero-content {
    padding-top: 56%; }

.hero hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #C08F5D;
}


/* ==========================================================================
Hero Quienes
========================================================================== */
.heroQuienes {
  min-height: 600px;
  background: url("../img/Quienes.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroQuienes .down-arrow a {
    color: #fff; }
  .heroQuienes h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroQuienes p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroQuienes .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Ambiental
========================================================================== */
.heroAmbiental {
  min-height: 600px;
  background: url("../img/Ambiental.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroAmbiental .down-arrow a {
    color: #fff; }
  .heroAmbiental h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroAmbiental p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroAmbiental .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Compliance
========================================================================== */
.heroCompliance {
  min-height: 600px;
  background: url("../img/Compliance.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroCompliance .down-arrow a {
    color: #fff; }
  .heroCompliance h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroCompliance p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroCompliance .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Construc
========================================================================== */
.heroConstruc {
  min-height: 600px;
  background: url("../img/Construccion.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroConstruc .down-arrow a {
    color: #fff; }
  .heroConstruc h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroConstruc p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroConstruc .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Corporativo
========================================================================== */
.heroCorporativo {
  min-height: 600px;
  background: url("../img/Corporativo.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroCorporativo .down-arrow a {
    color: #fff; }
  .heroCorporativo h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroCorporativo p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroCorporativo .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Deportivo
========================================================================== */
.heroDeportivo {
  min-height: 600px;
  background: url("../img/Deportivo.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroDeportivo .down-arrow a {
    color: #fff; }
  .heroDeportivo h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroDeportivo p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroDeportivo .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Energetico
========================================================================== */
.heroEnergetico {
  min-height: 600px;
  background: url("../img/Energetico.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroEnergetico .down-arrow a {
    color: #fff; }
  .heroEnergetico h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroEnergetico p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroEnergetico .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Farmaceutico
========================================================================== */
.heroFarmaceutico {
  min-height: 600px;
  background: url("../img/Farmaceutico.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroFarmaceutico .down-arrow a {
    color: #fff; }
  .heroFarmaceutico h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroFarmaceutico p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroFarmaceutico .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Fiscal
========================================================================== */
.heroFiscal {
  min-height: 600px;
  background: url("../img/Fiscal.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroFiscal .down-arrow a {
    color: #fff; }
  .heroFiscal h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroFiscal p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroFiscal .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Inmobiliario
========================================================================== */
.heroInmobiliario {
  min-height: 600px;
  background: url("../img/Inmobiliario.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroInmobiliario .down-arrow a {
    color: #fff; }
  .heroInmobiliario h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroInmobiliario p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroInmobiliario .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero LICITACIONES
========================================================================== */
.heroLicitaciones {
  min-height: 600px;
  background: url("../img/Licitaciones.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroLicitaciones .down-arrow a {
    color: #fff; }
  .heroLicitaciones h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroLicitaciones p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroLicitaciones .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Litigio
========================================================================== */
.heroLitigio {
  min-height: 600px;
  background: url("../img/Representacion.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroLitigio .down-arrow a {
    color: #fff; }
  .heroLitigio h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroLitigio p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroLitigio .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Penal
========================================================================== */
.heroPenal {
  min-height: 600px;
  background: url("../img/Penal.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroPenal .down-arrow a {
    color: #fff; }
  .heroPenal h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroPenal p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroPenal .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Propiedad Intelectual
========================================================================== */
.heroPropiedad {
  min-height: 600px;
  background: url("../img/Propiedad.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroPropiedad .down-arrow a {
    color: #fff; }
  .heroPropiedad h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroPropiedad p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroPropiedad .hero-content {
    padding-top: 200px; }

/* ==========================================================================
Hero Amparo
========================================================================== */
.heroAmparo {
  min-height: 600px;
  background: url("../img/Amparo.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroRetail .down-arrow a {
    color: #fff; }
  .heroRetail h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroRetail p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroRetail .hero-content {
    padding-top: 200px; }


/* ==========================================================================
Hero Cursos
========================================================================== */
.heroCursos {
  min-height: 600px;
  background: url("../img/Cursos.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroCursos .down-arrow a {
    color: #fff; }
  .heroCursos h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroCursos p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroCursos .hero-content {
    padding-top: 200px; }


/* ==========================================================================
Hero Talleres
========================================================================== */
.heroTalleres {
  min-height: 600px;
  background: url("../img/Talleres.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroTalleres .down-arrow a {
    color: #fff; }
  .heroTalleres h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroTalleres p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroTalleres .hero-content {
    padding-top: 200px; }





/* ==========================================================================
Hero Noticias
========================================================================== */
.heroNoticias {
  min-height: 600px;
  background: url("../img/Noticias.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroNoticias .down-arrow a {
    color: #fff; }
  .heroNoticias h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroNoticias p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroNoticias .hero-content {
    padding-top: 200px; }






/* ==========================================================================
Hero Galería
========================================================================== */
.heroGaleria {
  min-height: 500px;
  background: url("../img/NosotrosBGA.jpg") center center;
  background-size: cover;
  position: relative; }
  .heroGaleria .down-arrow a {
    color: #fff; }
  .heroGaleria h1 {
    color: #fff;
    margin-bottom: 40px; }
  .heroGaleria p.intro {
    color: #fff;
     text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .heroGaleria .hero-content {
    padding-top: 200px; }


.navigation {
  background-color: #282E3E;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
	background-color: rgba(40, 46, 62, 0.7);
  z-index: 999;
  width: 100%; }

header {
  padding: 10px 0 20px;
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
	font-family: "Open Sans", sans-serif;
    color: #C08F5D;
    text-transform: uppercase;
    font-size: 15px; 
	font-weight: 300;
	  letter-spacing: 2px;
}
    header a.login {
      margin-right: 20px; }
  header .logo {
    display: inline-block; }
header .logo img {
	/*width: 300px;*/
	height: 75px;
}

  header ul.primary-nav {
    /*margin: 0 0 0 75px;*/
    padding: 0; }
    header ul.primary-nav li {
      display: inline; }

header ul.primary-nav li::after {
content: "|";
color: #7B7C7E;
	padding-right: 20px;
}
header ul.primary-nav li:last-child::after {
display: none;
}

      header ul.primary-nav li a {
        color: #C08F5D;
        padding-right: 15px; }
        header ul.primary-nav li a:hover {
          color: #fff; }
      header ul.primary-nav li:last-child a {
        padding-right: 0px; }
  header ul.member-actions li {
    display: inline; }
    header ul.member-actions li a {
      color: #fff; }
      header ul.member-actions li a:hover {
        color: #A7ACC5; }
  header .header-nav {
    display: inline-block;
    float: right;
padding-top: 30px;
}
  header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #C08F5D;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold; }

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px; }

.intro-content {
  display: inline-block;
  width: 80%; }

/* ==========================================================================
Features-stack
========================================================================== */
.features {
  position: relative; }
  .features p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .features h3 {
    margin: 0 0 20px 0; }
  .features span.icon {
    font-size: 35px;
    color: #FF5274;
    font-weight: bold; }
  .features .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px; }
  .features .feature-content {
    display: inline-block;
    width: 75%; }
  .features .intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px; }
  .features .intro-content {
    display: inline-block;
    width: 80%; }
  .features ul.features-stack {
    margin-top: 50px; }
  .features ul.features-stack li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E9EA; }
  .features ul.features-stack li:last-child {
    padding-bottom: 0px;
    border-bottom: none; }
  .features .ipad-wrap {
    width: 706px;
    height: 1002px;
    background: url("../img/ipad-device.png") no-repeat center center;
    z-index: 1; }
  .features .iphone-wrap {
    width: 304px;
    height: 620px;
    background: url("../img/iphone6.png") no-repeat center center;
    position: absolute;
    left: 530px;
    bottom: 129px;
    z-index: 2; }
  .features .device-showcase {
    position: absolute;
    bottom: -365px;
    right: 61%; }

.features .responsive-feature-img, .features-extra .responsive-feature-img {
  display: none; }

.devices {
  position: relative; }

/* ==========================================================================
.features-extra
========================================================================== */
.features-extra {
  position: relative;
  z-index: 3; }
  .features-extra .btn {
    margin-top: 20px; }
  .features-extra .macbook-wrap {
    position: absolute;
    width: 916px;
    height: 540px;
    background: url("../img/macbook-pro.png") no-repeat center center;
    top: 114px;
    z-index: 4;
    left: 50%; }

/* ==========================================================================
.hero-strip
========================================================================== */
.hero-strip {
  margin-top: 120px;
  background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 190px;
  position: relative; }
  .hero-strip i {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #F69D52;
    vertical-align: top;
    margin-left: -8px;
    font-style: normal; }
  .hero-strip h2 {
    color: #fff;
    margin: 0 0 20px 0; }
  .hero-strip p {
    color: #ACB1B4; }
  .hero-strip .btn {
    margin-top: 10px; }
  .hero-strip .logo-placeholder {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -285px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

/* ==========================================================================
.blog-intro
========================================================================== */
.blog-intro {
  padding-top: 160px; }
  .blog-intro h3 {
    margin-bottom: 70px; }
  .blog-intro .leftcol {
    padding-right: 100px;
    border-right: solid 1px #E6E9EA; }
  .blog-intro .rightcol {
    padding-left: 100px; }

/* ==========================================================================
.blog
========================================================================== */
.blog {
  padding-bottom: 120px; }
  .blog img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .blog h2 {
    font-size: 11px;
    color: #ACB1B4;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px; }
  .blog .btn {
    margin-top: 20px; }
  .blog .blog-img-wrap {
    position: relative;
    overflow: hidden; }
    .blog .blog-img-wrap .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
    .blog .blog-img-wrap i {
      color: #fff;
      font-size: 20px;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 25px;
      right: 35px; }
  .blog .blog-img-wrap:hover img, .blog .blog-img-wrap:focus img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .blog .blog-img-wrap:hover .overlay, .blog .blog-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9; }
  .blog figcaption i {
    margin-left: 5px;
    font-size: 15px; }
  .blog figcaption a.blog-post-title {
    color: rgba(28, 54, 83, 0.6); }
  .blog figcaption a.blog-post-title:hover, .blog figcaption a.blog-post-title:focus {
    color: #3D4351; }

/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider {
  background: url("../img/ServiciosBG.jpg") no-repeat center center;
  background-size: cover; }
  .testimonial-slider .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: solid 3px #fff;
    background-color: #fff; }
    .testimonial-slider .avatar img {
      width: 82px;
      height: auto; }
  .testimonial-slider h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    margin: 30px 0; }
  .testimonial-slider p {
    color: #ACB1B4;
    text-transform: uppercase;
    letter-spacing: 2px; }

/* ==========================================================================
Sign up form
========================================================================== */
.sign-up .signup-form .sign-up-btn {
  padding: 15px 0;
  border-radius: 3px;
  width: 80%;
  font-size: 13px; }
.sign-up .signup-form .form-input-group {
  width: 80%;
  height: 55px;
  margin: 0 auto 10px;
  border-radius: 5px;
  border: solid 1px #E6E9EA;
  text-align: left;
  position: relative; }
  .sign-up .signup-form .form-input-group i {
    color: #FF5274;
    font-size: 14px; }
  .sign-up .signup-form .form-input-group i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #E6E9EA;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sign-up .signup-form .form-input-group i.fa-lock {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 20px; }
  .sign-up .signup-form .form-input-group i.fa-envelope {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 20px; }
  .sign-up .signup-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none; }
  .sign-up .signup-form .form-input-group input::-webkit-input-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input:-moz-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input::-moz-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input:-ms-input-placeholder {
    color: #BCC1C3; }

/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 40px;
  background-color: #333A4C; }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      /*background-color: rgba(0, 0, 0, 0.15);*/ }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 40px; }
  .to-top .row {
    position: relative; }

/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #282E3E;
  position: relative;
     padding-top: 50px; }
  footer p {
    color: #ACB1B4;
    font-size: 13px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #FF5274; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .social-share {
    position: absolute;
    background-color: #373D4A;
    right: 0;
    width: 40%;
    height: 100%;
    padding: 142px 0 0 70px; }
    footer .social-share p {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer .social-share a.twitter-share {
      height: 60px;
      width: 60px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 20px; }
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 60px;
      width: 60px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 20px; }
  footer .footer-links {
    margin: 120px 0 120px 0; }

/* ==========================================================================
Icon font (https://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("../fonts/et-line.eot");
  src: url("../fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../fonts/et-line.woff") format("woff"), url("../fonts/et-line.ttf") format("truetype"), url("../fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }



/* BACKS */

.nosotros {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: 800px;
	padding-bottom: 150px;
    background: url('../img/NosotrosBG2.jpg') no-repeat fixed center center;
    background-size: cover;
}

.nosotros h1{
	color: white;
	font-size: 36pt;
	text-align: center;
	padding-top: 50%;
	font-weight: 400;
}

.nosotros2 {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: 500px;
	padding-bottom: 150px;
    background: url('../img/NosotrosBG4.jpg') no-repeat fixed center center;
    background-size: cover;
}

.nosotros3 {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: 800px;
	padding-bottom: 150px;
    background: url('../img/NosotrosBG3.jpg') no-repeat fixed center center;
    background-size: cover;
}

.nosotros3 h1{
	color: white;
	font-size: 36pt;
	text-align: center;
	padding-top: 50%;
	font-weight: 400;
}

.featured_on{padding-top: 200px; padding-bottom: 50px;}

.servicios {
  background: url("../img/ServiciosBG.jpg") no-repeat;
    background-size: cover;
    /*display: block;
    /*position: relative;*/
    width: 100%;
	min-height: 500px;
padding-top: 200px; padding-bottom: 200px;}

.servicios h1 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.servicios hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #fff;
}

.servicios p {
    font-size: 19px;
    line-height: 29px;
    color: #616160;
    text-align: justify;
    /* color: rgba(28, 54, 83, 0.6); */
    padding-bottom: 20px;
}

.servicios h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
	font-weight: 300;
}




.contacto {
  background: #003361;
    /*display: block;
    /*position: relative;*/
    width: 100%;
padding-top: 200px;}

.contacto {
    background: url(../img/Contacto.jpg) no-repeat center center;
    background-size: cover;
}

.contacto h1 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.contacto h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.contacto hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #fff;
}

.contacto p {
    font-size: 19px;
    line-height: 29px;
    color: #fff;
    text-align: justify;
    /* color: rgba(28, 54, 83, 0.6); */
    padding-bottom: 20px;
	word-wrap: break-word;
}



.contacto a {
    font-size: 19px;
    line-height: 29px;
    color: #fff;
    text-align: justify;
    /* color: rgba(28, 54, 83, 0.6); */
    padding-bottom: 20px;
}
.contacto a:hover {
	color: #282E3E;
}

.contacto h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
	font-weight: 300;
}


footer a {
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    text-align: justify;
    /* color: rgba(28, 54, 83, 0.6); */
    padding-bottom: 20px;
}
footer a:hover {
	color: #828CA6;
}

.codrops-header,
.pricing-section {
	/*min-height: 100vh;*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pricing-section {
	padding: 2em 0 0;
	/*min-height: 100vh;*/
	position: relative;
}

.pricing-section__title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 3em 0 5em;
	flex: none;
}

.pricing-section a {
	color: #333;
}

.pricing-section a:hover, 
.pricing-section a:focus {
	color: #000;
}




/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 45%;
	flex: 0 1 45%;
	background-color: rgba(255,255,255,0.40);
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/* Rabten */
.pricing--rabten .pricing__item {    
	/* font-family: 'Cabin', sans-serif; */
    padding: 5em 5em;
    margin: 10px;
    cursor: default;
    /* color: #262b38; */
    /* max-width: 250px; */
    /* min-height: 250px; */
}

.pricing--rabten .pricing__item:nth-child(2) {
	border-right: 1px solid rgba(139, 144, 157, 0.18);
	border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__item:nth-child(3) {
	border-right: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__title {
	/*font-size: 1em;*/
	margin: 1.5em 0 0;
}

.pricing--rabten .icon {
	font-size: 4.5em;
	color: #1b1464;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon {
	color: #c1272d;
}

.pricing--rabten .pricing__price {
	font-size: 2em;
	font-weight: bold;
	margin: 0.5em 0 0.75em;
	overflow: hidden;
}

.pricing--rabten .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--rabten .pricing__period {
	font-size: 0.35em;
	color: #8b909d;
}

.pricing--rabten .pricing__anim {
	display: inline-block;
	position: relative;
}

.pricing--rabten .pricing__item:hover .pricing__anim {
	-webkit-animation: moveUp 0.4s forwards;
	animation: moveUp 0.4s forwards;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
	50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.pricing--rabten .pricing__sentence {
	font-weight: bold;
	margin: 10px 0 1em 0;
	padding: 0 0 0.5em;
	color: #8b909d;
}

.pricing--rabten .pricing__feature-list {
	font-size: 0.85em;
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
	color: #8b909d;
}

.pricing--rabten .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #E03E3E;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
	background-color: #C53737;
}

@media screen and (max-width: 60em) {
	.pricing--rabten .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
		border: none !important;
		opacity: 1 !important;
	}
}


/* COMPLIENCE ICONOS */ 
.team {
	margin: 80px 0;
	/*background: rgba(218,218,218,0.20);*/
	min-height: 350px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
}

.team h4 {
    font-size: 16pt;
    text-align: center;
	text-transform: uppercase;
	color: #003361;
	font-weight: 700;
}

.team p {
    font-size: 12pt;
    text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -270px;
}

.team:hover .avatar {
	filter: brightness(0) invert(1);
}

.team .title p{
	opacity: 0;
	/*margin: -100px 0;*/
}

.team:hover .title p{
	opacity: 1;
	/*margin: 50px 0;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.teamMorado {
	margin: 80px 0;
	/*background: rgba(218,218,218,0.20);*/
	min-height: 350px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
}

.teamMorado h4 {
    font-size: 16pt;
    text-align: center;
	text-transform: uppercase;
	color: #003361;
	font-weight: 700;
}

.teamMorado p {
    font-size: 12pt;
    text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.teamMorado .avatar {
	position: relative;
	z-index: 2;
	margin-top: -270px;
}

.teamMorado:hover .avatar {
	filter: brightness(0) invert(1);
}

.teamMorado .title p {
	opacity: 0;
	/*margin: -100px 0;*/
}

.teamMorado:hover .title p{
	opacity: 1;
	/*margin: 50px 0;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.teamAmarillo {
	margin: 80px 0;
	/*background: rgba(218,218,218,0.20);*/
	min-height: 350px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
}

.teamAmarillo h4 {
    font-size: 16pt;
    text-align: center;
	text-transform: uppercase;
	color: #003361;
	font-weight: 700;
}

.teamAmarillo p {
    font-size: 12pt;
    text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.teamAmarillo .avatar {
	position: relative;
	z-index: 2;
	margin-top: -270px;
}

.teamAmarillo:hover .avatar {
	filter: brightness(0) invert(1);
}

.teamAmarillo .title p{
	opacity: 0;
	/*margin: -100px 0;*/
}

.teamAmarillo:hover .title p{
	opacity: 1;
	/*margin: 50px 0;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.teamRojo {
	margin: 80px 0;
	/*background: rgba(218,218,218,0.20);*/
	min-height: 350px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
}

.teamRojo h4 {
    font-size: 16pt;
    text-align: center;
	text-transform: uppercase;
	color: #003361;
	font-weight: 700;
}

.teamRojo p {
    font-size: 12pt;
    text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.teamRojo .avatar {
	position: relative;
	z-index: 2;
	margin-top: -270px;
}

.teamRojo:hover .avatar {
	filter: brightness(0) invert(1);
}

.teamRojo .title p{
	opacity: 0;
	/*margin: -100px 0;*/
}

.teamRojo:hover .title p{
	opacity: 1;
	/*margin: 50px 0;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}







.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #ececec;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team:hover .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #003361;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #003361;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.teamMorado .coverMorado .overlayMorado {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #ececec;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.teamMorado:hover .coverMorado .overlayMorado {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #85398c;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #85398c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.teamAmarillo .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #ececec;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.teamAmarillo:hover .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #f8ae37;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #f8ae37;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.teamRojo .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #ececec;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.teamRojo:hover .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    border-radius: 50%;
    border: 10px solid #e74238;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #e74238;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* SERVICIOS */ 
.Serv {
	margin: 0 0;
	/*background: rgba(218,218,218,0.20);*/
	min-height: 320px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
}

.Serv h4 {
    font-size: 12pt;
    text-align: center;
	text-transform: uppercase;
	color: #C08F5D;
	font-weight: 300;
	letter-spacing: 2px;
}

.Serv p {
    font-size: 10pt;
    text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.Serv .avatar {
	position: relative;
	z-index: 2;
	margin-top: -270px;
}

.Serv:hover .avatar {
	filter: brightness(0) invert(1);
}

.Serv .title {
	opacity: 0;
	/*margin: -100px 0;*/
}

.Serv:hover .title {
	opacity: 1;
	/*margin: 50px 0;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.Serv .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
    /*border-radius: 50%;
	/*background: rgba(183,194,221,0.50);*/
	background-color: rgba(218, 218, 218, 0.20);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Serv:hover .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
	/*background: rgba(183,194,221,0.50);*/
	background-color: #C08F5D;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



/* CLIENTES */ 
.Client {
	margin: 0 0;
	/*background: rgba(218,218,218,0.20);*/
	min-height: 320px;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
}

.Client h4 {
    font-size: 12pt;
    text-align: center;
    text-transform: uppercase;
    color: #C08F5D;
    font-weight: 300;
    letter-spacing: 2px;
}

.Client p {
    font-size: 10pt;
    text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.Client .avatar {
	position: relative;
	z-index: 2;
	margin-top: -270px;
}

/*.Client:hover .avatar {
	filter: brightness(0) invert(1);
}*/

.Client .title {
	opacity: 0;
	/*margin: -100px 0;*/
}

.Client:hover .title {
	opacity: 1;
	/*margin: 50px 0;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.Client .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
	/*background: rgba(183,194,221,0.50);
	background-color: rgba(218, 218, 218, 0.20);*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Client:hover .cover .overlay {
	height: 220px;
	padding-top: 60px;
	opacity: 1;
	/*background: rgba(183,194,221,0.50);
	background-color: #C08F5D;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.list-group-item {
    font-size: 18px;
    /* color: #000; */
    font-weight: 400;
     padding: 20px 15px;
}



/* CONTACTO*/

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e74238;
	font-size: 12pt;
	font-weight: 600;
}

.text-muted {
    color: #f8ae37 !important;
	font-size: 11pt !important;
	font-weight: 600;
}


/*NOTICIAS*/


.latest-articles .sort {
    text-align: right
}

.latest-articles article span.featured-tag {
    font-size: 13px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    padding: 4px 10px;
    color: #fff;
    background-color: #f8ae37;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.latest-articles article figure.has-overlay {
    height: 100%
}

.latest-articles article:hover h2:after {
    margin-left: 10px;
    opacity: 1
}

.latest-articles article:hover .has-overlay:after {
    background-color: rgba(0, 51, 97, 0.7)
}

.latest-articles article ul.article-footer {
    padding-top: 15px;
    border-top: solid 1px #E5E7E9
}

.latest-articles article ul.article-footer li {
    font-size: 13px;
    display: inline-block
}

.latest-articles article ul.article-footer li.article-comments {
    float: right
}

.latest-articles img {
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.latest-articles figcaption h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 15px 10px 10px 0;
    color: #e74238;
}

.latest-articles figcaption h2:after {
    font-family: FontAwesome;
    content: '\f105';
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0
}

.latest-articles article.article-post {
    position: relative;
    overflow: hidden
}

.latest-articles article.article-post .article-image {
    position: relative;
    overflow: hidden;
    height: 225px;
    max-height: 250px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.latest-articles .has-overlay:after,
.latest-articles .freebies .has-overlay:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    background-color: rgba(133, 57, 140, 0.5)
}

.latest-articles select#inputArticle-Sort {
    font-size: 13px;
    width: 300px;
    margin-left: 25px;
    padding-bottom: 9px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    text-indent: .01px;
    text-overflow: '';
    color: rgba(65, 74, 82, 0.5);
    border: none;
    border-bottom: solid 2px #7AE2DE;
    background: url("../img/dd-arrow.png") no-repeat;
    background-color: none;
    background-position: 280px 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.latest-articles select#inputArticle-Sort:focus {
    outline: none
}



/* MOUSE ANIMATION */

.mouse{
  margin: 50px auto;
  width: 100px;
}.mouse-icon{
   width: 25px;
   height: 45px;
   border: 2px solid white;
   border-radius: 15px;
   cursor: pointer;
   position: relative;
   text-align: center;
}.mouse-wheel{
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
 -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@-moz-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}
