body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #006ca6;
  outline: none;
}


.a_footer,
.a_footer:hover,
.a_footer:focus,
.a_footer:active,
.a_footer.active {
  color: #fff;
  outline: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #006ca6;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: left;
  /*background: url('../img/slider-1.jpg') top center no-repeat;*/
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: -20px;
  letter-spacing: -0.5px;
  text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -webkit-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -moz-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -o-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
}
header .intro-text .skills {
  font-size: 60px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 20px;
  text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -webkit-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -moz-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -o-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
}
header .intro-text .skills2 {
  font-size: 55px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 20px;
  text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -webkit-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -moz-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
  -o-text-shadow: 0px 3px 1px rgba(0,0,0, 0.5);
}
h1{
  display: none;
}
.navbar-custom {
  background: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -moz-transition: all 0.3s;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  font-size: 14px;
  font-weight: 400;
}
.navbar-custom .navbar-nav li a {
  color: #212322;
}
.navbar-custom .navbar-nav li a:hover {
  /*color: #006ca6;*/
  color: #006ca6;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #006ca6;
}
.navbar-custom .navbar-nav li.active a {
  color: #006ca6;
  background: none;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #006ca6;
  background: none;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #006ca6;
  color: white;
  border-color: #006ca6;
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #006ca6;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #006ca6;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #006ca6;
  border-color: #006ca6;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #006ca6;
  border-color: #006ca6;
}
.btn-success .badge {
  color: #006ca6;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.smart .navbar-brand{
  padding: 0 15px;
}
.navbar-brand > img{
  width: 148px;
  height: 50px;
}
.intro-text{
  margin: 225px 0 260px 0;
}
.btn{
  background: white;
  color: black;
/*  padding: 10px 44px 10px 30px;*/
  padding: 10px 30px 10px 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 15px;
  font-weight: 700;
}
.btn > i{
  position: absolute;
}
.btn:hover{
  background: #006ca6;
  color: white;
  border: 1px solid white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#history {
  background: white;
  color: #494949;
}
#faq {
  background: white;
  color: #494949;
}
.frame-img{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border: 6px solid white;
  -webkit-border: 6px solid white;
  -moz-border: 6px solid white;
  -o-border: 6px solid white;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
h2{
  font-size: 30px;
  letter-spacing: -0.2px;
  padding-bottom: 30px;
}
.light-txt{
  font-weight: 300;
}
#history p{
  font-family: georgia;
  font-size: 18px;
  padding-bottom: 20px;
}
#faq p{
  font-size: 18px;
  padding-bottom: 20px;
}
#history h3{
  font-family: georgia;
  font-size: 20px;
  padding-bottom: 6px;
}
#faq h3{
  font-family: georgia;
  font-size: 20px;
  padding-bottom: 6px;
}
#who{
  background: url(../img/img-who.jpg) #006ca6 no-repeat;
  background-size: auto 100%;
  color: white;
  padding: 0;
}
#who p{
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 20px;
}
h2 > p{
  font-weight: 300;
  margin-bottom: 0;
  font-size: 24px !important;
  padding-bottom: 0 !important;
}

.bg-who{
  background: #006ca6;
  padding: 80px 0 80px 40px;
}
#services .titulo{
  text-align: center;
  color: #212322;
}
#lr .titulo{
  text-align: center;
  color: #212322;
}
#services p{
  font-size: 18px;
  font-weight: 600;
}
#lr p{
  font-size: 18px;
  font-weight: 600;
}

#services .col-md-6{
  margin-top: 30px;
}
#lr .col-md-6{
  margin-top: 30px;
}
.item-services{
  padding-left: 0;
  padding-right: 40px;
}
.item-lr{
  padding-left: 0;
  padding-right: 40px;
}
.item-services li{
  list-style-type:none;
  background:url(../img/escudo.svg) no-repeat;
  background-size: 14px 17px;
  background-position: 0 4px;
  padding-left: 30px;
  font-size: 17px;
  padding-bottom: 20px;
  font-weight: 400;
}
.item-lr li{
  list-style-type:none;
  background:url(../img/escudo.svg) no-repeat;
  background-size: 14px 17px;
  background-position: 0 4px;
  padding-left: 30px;
  font-size: 17px;
  padding-bottom: 20px;
  font-weight: 400;
}
.img-services{
  padding-left: 40px;
}
.img-lr{
  padding-left: 40px;
}
#contact{
  background: #f5f5f5;
  text-align: center;
  color: black;
  padding-bottom: 40px;
}
#contact h2{
  padding-bottom: 10px;
}
.txt-contact{
  font-size: 22px;
  font-weight: 300;
}
.txt-contact i{
  font-size: 20px;
  position: relative;
  top: 4px;
}
.txt-contact p{
  margin-bottom: 0;
}
/*.parallax-window-slider {
    min-height: 400px;
    background: transparent;
}*/
.parallax-window-slider {
    min-height: 400px;
    background: transparent;
	background-position: 70%;
}
.parallax-window-slider-disputes {
    min-height: 400px;
    background: transparent;
	background-position: 50%;
}
.parallax-window-slider-industries {
    min-height: 400px;
    background: transparent;
	background-position: 70%;
}
.parallax-window-slider-faqs {
    min-height: 400px;
    background: transparent;
	background-position: 65%;
}

.parallax-window-mapa {
    min-height: 340px;
    background: transparent;
}
#footer{
  background: black;
  color: white;
  padding: 20px;
}
#footer p{
  font-weight: 300;
  font-size: 14px;
}
#footer p > span{
  font-weight: 700;
}
#footer p > i{
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 2px;
}
.redes{
  text-align: right;
}
.redes img{
  margin-left: 18px;
}
.redes .fb{
  width: 7px;
  height: 15px;
}
.redes .tw{
  width: 16px;
  height: 13px;
}
.redes .yt{
  width: 19px;
  height: 13px;
}

/*-- Media Queries --*/
@media (max-width: 1600px) {
  #who{
    background-position: -180px 0;
  } 
}

@media (max-width: 1199px) {
  #who{
    background-position: -360px 0;
  }
  header .intro-text .name {
    font-size: 45px;
    margin-bottom: -20px;
  }
  header .intro-text .skills {
    font-size: 50px;
    padding-bottom: 20px;
  }
  
  header .intro-text .skills2 {
    font-size: 45px;
    padding-bottom: 20px;
  }  
}

@media (max-width: 991px) {
  #who{
    background: #006ca6;
  }
  .bg-who{
    padding: 80px 0;
  }
  .redes img{
    margin-left: 13px;
  }
  .img-services img{
    margin-left: auto;
    margin-right: auto;
  }
  .img-lr img{
    margin-left: auto;
    margin-right: auto;
  }  
}

@media (max-width: 768px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  header .intro-text .name {
    font-size: 40px;
    margin-bottom: -20px;
  }
  header .intro-text .skills {
    font-size: 40px;
    padding-bottom: 20px;
  }
/*  .intro-text {
    margin: 165px 0 200px 0;
  }*/
  .intro-text {
    margin: 285px 0 40px 0;
  }  
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 14px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    background: rgba(255, 255, 255, 1);
    -moz-transition: all 0.3s;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    /*padding: 10px 0;*/
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .frame-img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #history h2{
    text-align: center;
  }
  #faq h2{
    text-align: center;
  }
  .navbar-header{
    height: 66px;
  }
  .navbar-brand img{
    margin-top: 10px;
  }
  .navbar-custom {
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
  }
  #mainNav .navbar-toggle{
    padding: 4px 0 0 0;
  }
  .navbar-custom .navbar-toggle{
    border: none;
    border-radius: 0;
  }
  button .material-icons{
    font-size: 42px;
    color: black;
  }
  .navbar-custom .navbar-toggle:hover,
  .navbar-custom .navbar-toggle:focus{
    background: none;
  }
  #who h2{
    text-align: center;
  }
  #services h2{
    padding-bottom: 10px;
  }
  #lr h2{
    padding-bottom: 10px;
  }  
  .img-services{
    padding-left: 0;
    padding-top: 20px;
  }
  .img-lr{
    padding-left: 0;
    padding-top: 20px;
  }  
  .redes img{
    margin-left: 18px;
  }
  .redes {
    text-align: center;
  }
  #footer .col-sm-8{
    text-align: center;
  }
}
@media (max-width: 580px) {
  .smart header{
    /*background-position: left center !important;*/
  }
  .intro-text{
    text-align: center;
  }
  .light-txt{
    display: block;
  }
}

@media (max-width: 480px) {
  header .intro-text .name {
    font-size: 28px;
    margin-bottom: -4px;
    letter-spacing: 0;
  }
  header .intro-text .skills {
    font-size: 24px;
    letter-spacing: 0;
  }
  header .intro-text .skills2 {
    font-size: 28px;
    letter-spacing: 0;
  }  
  h2{
    font-size: 26px;
  }
  h2 .light-txt{
    font-size: 20px !important;
    font-weight: 300 !important;
  }
  .redes img {
    margin-left: 0;
    margin: 14px;
  }
  .txt-contact p{
    font-size: 16px;
  }
}


.mb-10{
	margin-bottom:10px;
}

.mb-15{
	margin-bottom:15px;
}

.mb-20{
	margin-bottom:20px;
}

.w100{
	width:100%;
}

.fs18p{
	font-size: 18px;
}



.bg-blue{
	background-color:#399cd3;
	height: 40px !important;
	margin-top: 80px !important;
}

.titulo-gracias{
	font-size:60px;
	color: #007fc7;
	font-weight:bold;
}

.texto-gracias{
	font-size:22px;
	color: #000000;
	font-weight:bold;
}

@media (max-width: 767px) {
	.titulo-gracias{
		font-size:36px !important;
	}
}