/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
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: #18BC9C;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none!important;
    color: #fff;
}
.carousel-control.left {
    background-image: none!important;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}*/
.img-centered {
  margin: 0 auto;
}
#superior{
  position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 30px;
background-color: #0f3341;
}
#superior a{
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}
#clients, #faqs{ border-right: 1px solid;}
#superior a:hover{
  color: #fff;
}
#superior a:hover i.fa-facebook{
  color: #43609C;
}
#superior a i.fa-google-plus:hover{
  color: #E05C51;
}
#superior a i.fa-twitter:hover{
  color: #1DA1F2;
}
#superior a i.fa-instagram:hover{
  color: #D92E76;
}
#superior a i.fa-youtube:hover{
  color: #FF0000;
}
#superior .enlaces{
  float: right;
  margin-top: 5px;
}
.logo{
top: 30px;
/*position: fixed;*/
width: 100%;
padding: 10px;
}
.cont-logo{
  float: left;
  width: 230px;
}
.cont-phones{
  float: right;
  width: 316px;
  font-size: 13px;
  margin-top: 7px;
}
.cont-phones i{
  font-size: 37px;
  color: #1797ed;
}
.cont-phones .quince{
  width: 13%;
  float: left;
}
.cont-phones .veinticinco{
  width: 30%;
  float: left;
}

.cont-phones .treinta{
  width: 32%;
  float: left;
}
.cont-phones .veinte{
  width: 20%;
  float: left;
}
.cont-phones p{
  font-size: 13px;
}
.navbar-fixed-top {
    top: 100px;
}
header {
color: white;
margin-top: 30px;

}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;

  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
    background: #0b60a1;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    opacity: 0.7;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 30px;
    border: 0px;
    border-radius: 0px;
}
.navbar-collapse{ padding-left: 0;}
.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 {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
    color: #fff;
    font-weight: 600;
}
.navbar-custom .navbar-nav li a:hover {
  color: white;
  background: transparent;
  text-decoration: underline;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
  background: transparent;
  text-decoration: underline;
}
.navbar-right li a {
  color: #fff!important;
  background: transparent;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: transparent;
  text-decoration: underline;
}
.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: white;
  background: transparent;
  text-decoration: underline;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
  background: #1D9F7A;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*padding: 25px 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 {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 40px;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#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;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.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: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
  margin-top: -5px;
}
footer h3 {
  margin-bottom: 30px;
  margin-left: 18px;
}
footer  a{
  color: #fff;
}
footer .triangle {
     width: 100%;
height: 20px;
border-right: 600px solid transparent;
border-left: 600px solid transparent;
border-bottom: 20px solid #1797ed;

}
footer .footer-head{
  background-color: #68bde6;
  height: 100px;
}
footer .footer-head h3{
  font-size: 24px;
}
footer .footer-head a{
  font-size: 15px;
  background-color: #0b60a1;
color: #fff;
padding: 4px 40px;
text-transform: uppercase;
}
footer .footer-head a:hover {
    background-color: #fff;
    color: #1797ED;
    border: 1px solid #1797ED;
}

footer .footer-head .col-md-8{
  padding: 18px;
}
footer .footer-head .col-md-4{
  text-align: center;
padding: 35px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #212832;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-col p{
  font-size: 12px;
  margin-top: 20px;
  color: #f7f7f7;
  text-align: justify;
}
footer .col-md-4{
  text-align: left;
  font-size: 14px;
}
footer .col-md-4 .marker{
  list-style-image: url('../img/icons/marker.png');
}
footer .col-md-4 .phone{
  list-style-image: url('../img/icons/phone.png');
}
footer .col-md-4 .mail{
  list-style-image: url('../img/icons/mail.png');
}
footer .col-md-5 {
  text-align: left;

}
footer .col-md-5 .lista{
  list-style-image: url('../img/icons/right-arrow.png');
  color: #fff;
  font-size: 14px;
}
footer .col-md-5 .lista li{
  padding: 3px;
}
footer .col-md-5 .izquierda{
  width: 40%;
  float: left;
}
footer .col-md-5 .derecha{
  width: 60%;
  float: right;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #1c232b;
  font-size: 12px;
  text-align: left;
}
.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: #18BC9C;
  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: #18BC9C;
  border-color: #18BC9C;
  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: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  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;
}
.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;
}
.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;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}
/*Estilos agregados*/
.carousel-caption {
left: 13% !important;
padding-bottom: 0 !important;
top: 20px !important;
width: 50%;
max-width: 400px;
text-shadow: none;
text-align: left;
height: 207px;
border-bottom: 3px solid #fff;
}

.carousel-inner h3{
  font-size: 40px;
  color:#fff;
}
.carousel-inner p{
  font-size: 15px;
  color:#fff;
}
.font-blue h3{
  color:#06335d!important;
}
.font-blue p{
  color:#06335d!important;
}


/*#caracteristicas .subtitle{
  color: #24226a;
  font-size: 22px;
  text-transform: inherit;
}
#caracteristicas .subtitle i{
  color: #1797ed;
  padding: 0 14px 0 0;
  font-size: 24px;
}
.cont-caracteristicas p {
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    margin: 10px 0 0 0;
}*/
.divider{
  border-bottom: 1px solid #e0e0e0;
  height: 20px;
}

#porqueus{
  padding: 100px 0 60px 0;
}
#porqueus .col-lg-6{
  margin-top: 30px;
}
#porqueus .subtitle{
  color: #306ec0;
  font-size: 29px;
}

#porqueus p{
  color: #474748;
  font-size: 14px;
  /*padding: 20px 20px 20px 0;*/
}
#porqueus button{
  background-color: #f3af00;
  color: #fff;
}
#porqueus button:hover {
    background-color: #1098EE;
}

#porqueus .lista-us{
  list-style-image: url('../img/servicios/soluciones-empresariales/correct-symbol.png');
}
#porqueus .cont-img{text-align: center;}
#porqueus .cont-img img{
  max-width: 500px;
  width: 100%;
}
.top40{margin-top: 40px;}
#alianzas{
  background: #f2f2f2;
  padding: 0;
}
#alianzas .col-lg-4{
  background: #2f6dc0;
  padding: 30px;
}
#alianzas .subtitle{
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
}

#alianzas p{
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  padding: 10px 0;
}
#alianzas .col-lg-8{
  padding: 30px 10px;
}
#alianzas .moviles{
  display: none;
}
#soluciones .title{
  font-size: 38px;
  color: #1440aa;
  text-align: center;
}
#soluciones .col-lg-6{
  border: 1px solid #e6e8ee;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
  min-height: 347px;
}
#soluciones .col-lg-6 i{
  font-size: 50px;
  text-align: center;
  color: #1440aa;
}
#soluciones .title{
  font-size: 28px;
  color: #1440aa;
  margin-top: 30px;
}

#soluciones p{
  font-size: 14px;
  color:#474748;
  text-align: left;
  margin-top: 30px;
}

#soluciones button{
  background: #fc6233;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
#soluciones button:hover {
     color: #fc6233;
     background-color: #fff;
     border: 1px solid #fc6233;
}

.top60{
  margin-top: 60px;
}

#servicios{
  padding: 40px 0 30px 0;
  background-color: #f4f4f4;
}
#servicios .bef-title{
  font-size: 19px;
  color: #272727;
  text-transform: uppercase;
}
#servicios .bef-title span{
  color: #159dd0;
}
#servicios .title{
  color: #24226a;
  font-size: 47.5px;
}
#servicios p{
  color: #515151;
  font-size: 16px;
  margin-top: 20px;
}
#servicios .subtitle{
  color: #2f6dc0;
  font-size: 22.5px;
  text-transform: uppercase;
  margin-top: 20px;
}
#servicios .subtitle span{
  color: #1d9f7a;
}
#servicios .cont-servicios{
  text-align: center;
  background: #f8f8f8;
  padding: 10px 20px;
  min-height: 346px;
  width: 216px;
  margin-left: 1%;
}
#servicios .cont-servicios .subtitle{
  color: #0e0e0e;
  font-size: 19px;
}
#servicios .cont-servicios p {
    color: #383838;
    font-size: 12px;
    border-top: 2px solid #009ED3;
    padding-top: 14px;
}

#servicios .cont-servicios a{
color: #fc6233;
font-size: 12px;
text-transform: uppercase;
border: 1px solid #e3e4e4;
border-radius: 0;
padding: 7px 24px;
margin-top: 20px;
position: absolute;
bottom: 24px;
left: 56px;
}
#servicios .cont-servicios:hover a{
  background-color: #fc6233;
  color: #fff;
}
#servicios .sprite {
  background: url('../img/icons/sprite.png') no-repeat -11px -17px;
  width: 83px;
  height: 29px;
  margin: 20px auto;
}
#servicios .sprite2 {
  background: url('../img/icons/sprite.png') no-repeat -116px -10px;
  width: 45px;
  height: 42px;
  margin: 15px auto;
}
#servicios .sprite3 {
  background: url('../img/icons/sprite.png') no-repeat -188px -16px;
  width: 37px;
  height: 34px;
  margin: 15px auto;
}
#servicios .sprite4 {
  background: url('../img/icons/sprite.png') no-repeat -243px -16px;
  width: 43px;
  height: 38px;
  margin: 15px auto;
}
#servicios .sprite5 {
  background: url('../img/icons/sprite.png') no-repeat -298px -14px;
  width: 61px;
  height: 35px;
  margin: 15px auto;
}
#soluciones-empre{
  padding: 80px 0 60px 0;
}
#soluciones-empre .col-lg-3 a{
  background-color: #2287cb;
  color: #fff;
  padding: 4px 40px;
  position: absolute;
  bottom: 20px;
  font-size: 18.5px;
  left: 30px;
}
#soluciones-empre .col-lg-3 a:hover{
  text-decoration: none;
  color: #2287cb;
  background-color: #fff;
}
#soluciones-empre h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
bottom: 54px;
left: 29px;
}
#soluciones-empre .gris{
  background: #322828;
width: 262.5px;
height: 100%;
opacity: 0.6;
position: absolute;
top: 0;
left: 15px;
}
#soluciones-empre img {
    width: 100%;
    height: 100%;
}

#soluciones-empre .title{
  font-size: 22.5px;
  color: #2f6dc0;
  text-transform: uppercase;
}
#soluciones-empre .title span{
  font-size: 30px;
  color: #1d9f7a;
  text-transform: uppercase;
}
.sol-emp {
    height: 190px;
    width: 292.5px;
    margin-bottom: 30px;
}

.sol-emp a:hover {
  background-color: #fff;
  color: #2287cb;
}
#soluciones-empre .col-lg-3:hover .gris{
  opacity: 0.4;
}

/*Servicios*/
#nuestros-servicios .subtitle{
  font-size: 38px;
  color: #1440aa;
  text-align: center;
  text-transform: uppercase;
}
#nuestros-servicios .col-lg-6{
  margin-top: 80px;
}

#nuestros-servicios .naranja{
  background-color: #fc6233;
  padding: 20px;
}
#nuestros-servicios .naranja h1{
  font-size: 60px;
  text-align:center;
  text-transform: uppercase;
  color: #fff;
}

#nuestros-servicios .verde{
  background-color: #1d9f7a;
  padding: 20px;
}
#nuestros-servicios .verde h1{
  font-size: 60px;
  text-align:center;
  text-transform: uppercase;
  color: #fff;
}

#soluciones-personales .subtitle{
    font-size: 22.5px;
  color: #2f6dc0;
  text-transform: uppercase;
}
#soluciones-personales .subtitle span{
  color: #fc6233;
  font-size: 30px;
}

#soluciones-personales p{
  font-size: 14px;
  color: #515151;
}

#soluciones-personales .col-lg-6, #soluciones-personales .col-lg-12{
  padding: 30px;
}
#soluciones-personales .cont-img{
  text-align: center;
}
#soluciones-personales .cont-img img{
  width: 100%;
  max-width:350px;
}
#soluciones-personales .cont-servicios{
  text-align: center;
  background: #f8f8f8;
  padding: 10px 20px;
  margin-left: 1%;
  width: 48%;
  margin-bottom: 20px;
  min-height: 186px;
}
#soluciones-personales .cont-servicios .subtitle{
  color: #0e0e0e;
  font-size: 19px;
  padding-bottom: 10px;
}
#soluciones-personales .cont-servicios p {
    color: #383838;
    font-size: 12px;
    border-top: 2px solid #009ED3;
    padding-top: 14px;
}
#soluciones-personales .col-centrada{
  margin-left: 26%;
}
#soluciones-personales .sprite {
  background: url('../img/icons/sprite.png') no-repeat -11px -17px;
  width: 83px;
  height: 29px;
  margin: 20px auto;
}
#soluciones-personales .sprite2 {
  background: url('../img/icons/sprite.png') no-repeat -116px -10px;
  width: 45px;
  height: 42px;
  margin: 15px auto;
}
#soluciones-personales .sprite3 {
  background: url('../img/icons/sprite.png') no-repeat -188px -16px;
  width: 37px;
  height: 34px;
  margin: 15px auto;
}
#soluciones-personales .sprite4 {
  background: url('../img/icons/sprite.png') no-repeat -243px -16px;
  width: 43px;
  height: 38px;
  margin: 15px auto;
}
#soluciones-personales .sprite5 {
  background: url('../img/icons/sprite.png') no-repeat -298px -14px;
  width: 61px;
  height: 35px;
  margin: 15px auto;
}

#soluciones-empresariales .subtitle {
    font-size: 22.5px;
    color: #2f6dc0;
    text-transform: uppercase;
}
#soluciones-empresariales .subtitle span {
    color: #1D9F7A;
    font-size: 30px;
}
#soluciones-empresariales p {
    font-size: 14px;
    color: #515151;
}
#soluciones-empresariales .cont-services{ text-align: center;
min-height: 632px;
padding: 20px;}
#soluciones-empresariales .cont-services h3{
  font-size: 23px;
  text-align: center;
  color: #2f6dc0;
  text-transform: uppercase;
}
#soluciones-empresariales .cont-services img{
  width: 100%;
  margin:20px auto 0;
}
#soluciones-empresariales .cont-services p{
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}

/*Empresa*/
.empresa #historia .title{
  background-color: #1d9f7a;
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 60px;
line-height: 52px;
}

.empresa #historia p{
  font-size: 16px;
  color: #474748;
  margin-top: 40px;
  text-align: center;
}

.empresa #historia .cuadro{
  text-align: center;
  margin-top: 30px;
}

.empresa #historia .cuadro h3{
  color: #24226a;
  font-size: 22px;
}
.empresa #historia .cuadro h3 i{
  font-size: 35px;
}
.empresa #historia .cuadro p{
  color: #474748;
  font-size: 14px;
  margin-top: 10px;
}

/*Valores*/
.empresa #valores .title{
  background-color: #2f6dc0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 60px;
line-height: 52px;
}
.empresa #valores .gris{
  background-color: #d0cece;

  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  height: 160px;
  padding: 20px;
  text-align: center;
}
.empresa #valores .gris p{
  color: #727070;
  font-size: 17px;
}
.empresa #valores #gris1{
  background-image: url('../img/empresa/2.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.empresa #valores #gris2{
  background-image: url('../img/empresa/4.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.empresa #valores #gris3{
  background-image: url('../img/empresa/3.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.empresa #valores #gris4{
  background-image: url('../img/empresa/1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.empresa #valores #gris1 p, .empresa #valores #gris2 p, .empresa #valores #gris3 p{
  margin-top: 39px;
}
.empresa #valores #gris4 p{
  margin-top: 14px;
}
/*Nuestros clientes*/
.empresa #ntros_clientes .title{
  background-color: #1d9f7a;
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 60px;
line-height: 52px;
}
.empresa #ntros_clientes .cont_client{
  width: 18%;
  max-width: 300px;
  padding: 10px;
  margin: 10px 1%;
  float: left;
  text-align: center;
}

/*Preguntas frecuentes*/
.empresa #preguntas .title{
  background-color: #2f6dc0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 60px;
line-height: 52px;
}
.empresa #preguntas .panel-default > .panel-heading {
    color: #5c5959;
    background-color: #a1bde3;
    border-color: #ddd;
    font-size: 19px;
      border-radius: 0;
       background-image: url('../img/empresa/question.svg');
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: 5px center;
  min-height: 45px;
}
.empresa #preguntas .panel-title{
font-size: 19px;
border-radius: 0;
padding-left: 36px;
padding-top: 2px;
}
.empresa #preguntas .panel-title:hover a,.empresa #preguntas .panel-title a:focus, .empresa #preguntas .panel-title a:active{
  color: #212121!important;
  text-decoration: none!important;
}
.empresa #preguntas .panel-group .panel{
  border-radius: 0;
}
.empresa #preguntas .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    color: #5c5959;
    font-size: 16px;
}

/*Formatos*/

.formatos #formatosylinks .title{
  background-color: #3b83cd;
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 60px;
  line-height: 59px;
  text-transform: uppercase;
}

.formatos #formatosylinks .col-lg-6{
  text-align: center;
}
.formatos #formatosylinks .col-lg-6 img{
 max-width: 300px;
 width: 100%;
 margin-bottom: 40px;
 margin-top: 30px;
}
.formatos #formatosylinks .opcion {
width: 70%;
max-width: 353px;
margin: 8px 15%;
float: left;
}
.formatos #formatosylinks .opcion .point {
 width: 10px;
 height: 10px;
 background-color: #19ad8d;
 border-radius: 50%;
 float: left;
 margin: 14px 0 0 0;
}
.formatos #formatosylinks .opcion img {
width: 47px;
height: 40px;
float: right;
margin-bottom: 0;
margin-top: 0;
}
.formatos #formatosylinks .opcion label{
  text-align: left;
float: left;
margin-left: 20px;
margin-top: 9px;
text-transform: uppercase;
color: #585858;
font-weight: 300;
}
.formatos  #formatosylinks .container{
  padding-bottom: 30px;
}

/*Contacto*/
.contacto #datos .title{
color: #3657b4;
 text-align: center;
  font-size: 30px;
  height: 60px;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contacto #datos .col-lg-4, .contacto #datos .col-lg-6{
  padding: 0;
  text-align: center;
}
.contacto #datos .head{
  background-color: #60a8ee;
  padding: 5px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.contacto #datos .data{
  padding: 15px;
}
.contacto #datos .head img{
  width: 20px;
}
.contacto #datos .data label{
  padding-bottom: 15px;
  font-size: 15px;
}
.contacto #datos .data p{
  font-size: 14px;
  margin-bottom: 0;
}
.contacto #datos .data #dir{
margin-top: 28px;
}

.contacto #formulario .title{
  background-color: #63ab8d;
  color: #fff;
 text-align: center;
  font-size: 30px;
  height: 60px;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contacto #formulario .lbl_text{
  background-color: #63ab8d;
  color: #fff;
  padding: 5px 10px;
  font-weight: 300;
  text-align: center;
}
.contacto #formulario .lbl_text2{
  color: #5a5a5a;
  font-weight: 300;
}
.contacto #formulario form{
  max-width: 900px;
  margin: 0 auto;
}
.contacto #formulario .form-group{
  width: 100%;
}
.contacto #formulario .line1 input{
  width: 49%;
}
.contacto #formulario .line1 .lbl_text{
  width: 10%;
  max-width: 72px;
}
.contacto #formulario .line2 {
  margin-top: 10px;
}
.contacto #formulario .line2 input{
  width: 40%;
}
.contacto #formulario .line2 .lbl_text{
  width: 10%;
  max-width: 72px;
}
.contacto #formulario .form-group textarea{
  width: 100%;
  resize: none;
}
#mail{margin-left: 25px;}
#apellido{float: right;}
.contacto #formulario .line1 #nombre{width: 40%;}
.contacto #formulario .form-group label{
  width: 100%;
  resize: none;
}
.contacto #formulario .centrado{
  text-align: center;
  margin-top: 20px;
}
.contacto #formulario .centrado button{
  border-radius: 0;
}
.contacto #formulario .centrado button:hover,.contacto #formulario .centrado button:focus, .contacto #formulario .centrado button:active {
  background-color: #63ab8d;
  color: #fff;
  border: transparent;
}

/*Mapa*/
.contacto #mapa .title{
  background-color: #60a8ee;
  color: #fff;
 text-align: center;
  font-size: 30px;
  height: 60px;
  line-height: 59px;
  text-transform: uppercase;
}
#mapa{padding: 30px 0 0px 0}
#mapa iframe{width: 100%;}

/*EStilos ND*/
.nav-40{width: 40%}
.nav-40 li{width: 50%; text-align: center;}
.nav-20{width: 20%}
.carousel-control{height: 80%; bottom: 0; top:20%;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { top: 35%;}
/*.logo-top{width: 100%; position: absolute; top: 0; left: 0; text-align: center; z-index: 20}*/
/*.logo-top  .cont-img{max-width: 200px; padding: 0px!important;}*/
.logo-top  .cont-img img{ position: absolute; z-index: 1000; top: 0; left: 50%; max-width: 250px; margin-left: auto; margin-right: auto; left: 0; right: 0; }

footer #contacto{width: 41.66%!important; padding-left: 130px;}
footer #menu-prin{width: 33.33%!important; padding-left: 50px;}

/*-------------Inicio------------*/
#quienes-somos, #en-nd {background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );}
#quienes-somos .col-lg-8{border-left: 3px solid #1a475a; padding: 20px 20px 20px 40px;}
#quienes-somos .col-lg-8 h2{color:#222021; font-size: 25px;}
#quienes-somos .col-lg-8 p{color:#222021;margin-top: 20px; font-size: 16px;}
.cont-btn{text-align: right; margin-top: 30px;}
.btn-azul{background: #0b60a1; color: #fff; padding: 8px 50px;}
.btn-azul:hover{color: #0b60a1; background:#fff; text-decoration: none; border: 1px solid #0b60a1;}

#en-nd{background-image: url(../img/inicio/bg-resumen.png); background-size: 100%; background-repeat: no-repeat;
min-height: 300px; background-color: #f0f0f0}
#en-nd p{font-size: 16px; color: #fff; margin-top: 50px;}
#en-nd p span{font-size: 25px;}

.cont-services{text-align: center; margin-bottom: 30px;}
.cont-services img{width: 100%; max-width: 270px; margin: 0 auto; opacity:1; -webkit-box-shadow: 0px 4px 4px 0px rgba(161,161,161,1);
-moz-box-shadow: 0px 4px 4px 0px rgba(161,161,161,1);
box-shadow: 0px 4px 4px 0px rgba(161,161,161,1);}
.cont-services p{font-size: 16px; margin-top: 10px; color: #404040;}
.cont-services .linea-azul{width: 50px; height: 3px; margin: 0 auto; background-color: #2290d7}
.cont-services:hover .linea-azul{background: #0f4364;}
.cont-services:hover p{color: #2290d7;}
.cont-services:hover img{opacity:0.8}
#nuestros-ser h2{margin:30px; font-size: 30px; border-left: 3px solid #13313f; padding: 0 0 0 20px; text-transform: uppercase;}
.linea-azul-larga{width: 100%; max-width: 600px; height: 2px; margin: 50px auto 0; background-color: #2290d7}
#mision {background: #123747; padding: 60px 20px; background-image: url(../img/nosotros/nosotros-mision.jpg); background-size: auto 100%; background-repeat: no-repeat;}
#mision h2{font-size: 25px; color: #fff;}
#mision p{font-size: 16px; color: #fff;  margin-top: 20px; font-weight: 300;}

#valores{text-align: center; background-color: #fafafa;}
#valores img{ width: 100%; max-width: 600px;}
#valores .moviles{display: none;}
#cont-gmovil{display: none;}
footer .col-md-3 img {max-width: 150px; width: 100%;}

.big{font-size: 25px;}

.frase{background: #58afe0; color: #fff;}

#capacitacion .cont-img{text-align: right; padding-right: 0;}
#capacitacion .cont-text{border: 4px solid #dddddd; border-left: none; padding: 40px; margin-top: 40px}
#capacitacion .cont-img img{width: 100%; max-width: 350px;}
#capacitacion .cont-text h2{font-size: 25px; text-align: center;}
#capacitacion .cont-text p{font-size: 16px; margin-top: 30px; width: 100%; float:left}
#capacitacion .cont-text ul{width: 50%; float: left; margin-top: 30px; font-size: 16px; font-weight: 600}

.mitad1{width: 20%; float: left;}
.mitad2{width: 80%; float: left;}
.mitad2 a{color: #000;}
#datos{background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );}
#datos p {font-size: 14px; text-align: left;}
#datos h2 {font-size: 25px; text-align: left; margin-left: 30px; border-left:2px solid #000; padding-left: 20px; margin-bottom: 30px;}
#datos img{width: 100%; max-width: 130px;}
#datos .alto{height: 50px;}
#datos  .mitad1 i{color: #58afe0; font-size: 25px;}
#datos .google{padding-top: 20px;}
#datos .google p{line-height: 39px;}
.top20{margin-top: 20px;}
.mov{display:none;}
.col-der .col-lg-12{padding: 8px 5px}
.priv p{padding-left: 35px; color: #000}
.priv p a{color: #000}

#mensaje{background: #455763; color: #fff; font-size: 14px;}
#cont-form input{width: 100%;}
#cont-form textarea{width: 100%; background-color: #fff; resize: none;}
#cont-form .txtarea{margin-top: 30px;}
#cont-form .cont-btn{text-align: center; margin-top: 20px; padding: 15px;}
#cont-form button{padding: 8px 50px; border: 1px solid #096ac8;font-weight: 600}

#der-fis{background-image: url(../img/servicios/derecho-fiscal.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 369px; background-color: #fff}
#der-fis h3{font-size: 30px; color: #fff; margin-top: 150px; text-transform: uppercase; text-align: center;}
.derecho-fiscal .carousel-inner { background: #F4F4F4; }
#content ul{ width: 100%; max-width: 750px; margin: 10px auto; text-align: justify;}
#content ul li{ margin-top: 15px; font-size: 16px; }

.list-blue ul li{ margin-top: 15px; font-size: 25px; color: #58afe0; line-height: 30px;}
.list-blue li span{ color: #000; font-size: 16px; }

#contabilidad{ background-image: url(../img/servicios/contabilidad.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px; }
#contabilidad h3{font-size: 30px; color: #fff; margin-top: 150px; text-transform: uppercase; text-align: center;}

#asesoria-fiscal{ background-image: url(../img/servicios/asesoria-fiscal-legal.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px; }
#asesoria-fiscal h3{font-size: 30px; color: #fff; margin-top: 140px; margin-left: 90px;text-transform: uppercase; text-align: center;}

#planeacion-fiscal-legal{ background-image: url(../img/servicios/planeacion-fiscal-legal.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px; }
#planeacion-fiscal-legal h3{font-size: 30px; color: #fff; margin-top: 150px; text-transform: uppercase; text-align: center;}
.gris{background-color: #fafafa;}

#der-admin{background-image: url(../img/servicios/derecho-administrativo.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 378px; }
#der-admin h3{font-size: 30px; color: #fff; margin-top: 150px; text-transform: uppercase; text-align: center;}
.derecho-administrativo .carousel-inner { background: #F4F4F4; }

.bicolor{background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(15,49,62,1) 50%, rgba(15,49,62,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(15,49,62,1)), color-stop(100%, rgba(15,49,62,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(15,49,62,1) 50%, rgba(15,49,62,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(15,49,62,1) 50%, rgba(15,49,62,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(15,49,62,1) 50%, rgba(15,49,62,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(15,49,62,1) 50%, rgba(15,49,62,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0f313e', GradientType=1 );}

#parte-blanca{list-style-image: url('../img/icons/flecha-azul.png'); padding: 20px 80px;}
#parte-azul{list-style-image: url('../img/icons/flecha-blanca.png'); color:#fff; padding: 20px 80px;}

#der-corpo{background-image: url(../img/servicios/derecho-corporativo.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 378px; background-color: #fafafa}
#der-corpo h3{font-size: 30px; color: #fff; margin-top: 150px; text-transform: uppercase; text-align: center;}

.titulo-gris{background-color: #dbdada; -webkit-box-shadow: 0px 7px 5px 0px rgba(138,138,138,1);
-moz-box-shadow: 0px 7px 5px 0px rgba(138,138,138,1);
box-shadow: 0px 7px 5px 0px rgba(138,138,138,1); padding: 10px 40px;; height: 50px; font-size: 18px;}
.lista-gris{padding: 10px 50px;}

.sec-little .container{max-width: 800px!important;}

#der-lab{background-image: url(../img/servicios/derecho-laboral.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 355px;}
#der-lab h3{font-size: 30px; color: #fff; margin-top: 150px; text-transform: uppercase; text-align: center;}

.list-flecha-azul ul{list-style-image: url('../img/icons/flecha-azul.png');}
#no-flecha{list-style-type:none!important; list-style-image: none;}
.spacewhite{width: 100%; height: 20px; }

#ges-tram{background-image: url(../img/servicios/gestion-tramites.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 378px; }
#ges-tram h3{font-size: 30px; color: #fff; margin-top: 150px;text-transform: uppercase; text-align: center; width: 100%}


#derecho-familiar{ background-image: url(../img/servicios/derecho-familiar.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px; }
#derecho-familiar h3{font-size: 30px; color: #fff; margin-top: 136px; text-transform: uppercase; text-align: center;}

#derecho-civil{background-image: url(../img/servicios/derecho-civil.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px;}
#derecho-civil h3{font-size: 30px; color: #fff; margin-top: 136px; margin-left: 90px;text-transform: uppercase; text-align: center;}

#derecho-mercantil{background-image: url(../img/servicios/derecho-mercantil.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px; }
#derecho-mercantil h3{font-size: 30px; color: #fff; margin-top: 136px; text-transform: uppercase; text-align: center;}
.gris{background-color: #fafafa;}

#capacitacion-consultoria{ background-image: url(../img/servicios/capacitacion.jpg); background-size: 100%; background-repeat: no-repeat;
min-height: 380px;}
#capacitacion-consultoria h3{font-size: 30px; color: #fff; margin-top: 129px; text-transform: uppercase; text-align: center;}

.padding50{padding: 10px 50px;}
.slider-resp{display: none!important;}
.azul-movil{display: none;}
