@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap);
body,
html {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #142c45;
  margin: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 700;
  padding-bottom: 30px;
}
h5 {
  font-size: 14px;
}
p {
  font-size: 14.2px;
  color: #868686;
  line-height: 1.9;
  font-weight: 400;
}
img {
  max-width: 100%;
  text-align: center;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
.spad {
  padding-top: 40px;
  padding-bottom: 1px;
}
.sp-pad {
  padding-left: 150px;
  padding-right: 150px;
}
.sp-sub-title {
  color: #868686;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sp-title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.section-title h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 110px;
  padding-bottom: 2px;
  line-height: normal;
}
.section-title h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #40424a;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.element {
  margin-bottom: 0;
}
.element .sp-title {
  margin-bottom: 70px;
}
.element:last-child {
  margin-bottom: 0;
}
.element .site-btn {
  margin-bottom: 10px;
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
.site-btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 135px;
  font-weight: 600;
  padding: 15px 10px;
  color: #175caa;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid #175caa;
}
.site-btn.light {
  color: #000;
  background: #fff;
  float: left;
}
.site-btn.light:after {
  background: #fff;
}
.site-btn.light:hover {
  color: #000;
}
.site-btn:hover {
  color: #222121;
}
.site-btn.btn-two {
  border-left: 2px solid #222121;
  border-right: 2px solid #222121;
}
.site-btn.btn-three {
  padding: 19px 10px 19px;
}
.site-btn.btn-three:after {
  display: none;
}
.site-btn.btn-four {
  padding: 19px 10px 19px;
  border-left: 2px solid #222121;
  border-right: 2px solid #222121;
}
.site-btn.btn-four:after {
  display: none;
}
.arrow-btn {
  color: #7a7a7a;
  font-size: 20px;
}
.arrow-btn i {
  display: inline-block;
}
.arrow-btn:hover {
  color: #7a7a7a;
}
.circle-progress {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -45px;
}
.circle-progress .progress-info h2 {
  margin-bottom: 5px;
}
.circle-progress .progress-info p {
  font-size: 14px;
  margin-bottom: 0;
  color: #222121;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fact-box .fact-content {
  text-align: center;
  position: relative;
}
.fact-box .fact-content:after {
  position: absolute;
  content: "";
  height: 90px;
  width: 2px;
  background: #516a84;
  right: 0;
  top: 17px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.fact-box .fact-content i {
  color: #d3d3d3;
  font-size: 45px;
  line-height: 45px;
  display: block;
  margin-bottom: 20px;
}
.fact-box .fact-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.fact-box .fact-content p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.fact-box:last-child .fact-content:after {
  display: none;
}
.accordion-area .panel {
  margin-bottom: 18px;
  text-align: center;
}
.accordion-area .panel-header {
  display: block;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-align: center;
}
.accordion-area .panel-link:after {
  content: url(../img/ico-flecha.png);
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  right: 25px;
  top: 50%;
  color: #000;
  line-height: 16px;
  margin-top: -8px;
  margin-left: -4px;
}
.accordion-area .panel-header.active .panel-link:after {
  content: url(../img/ico-flecha-menos.png);
  margin-top: -10px;
}
.accordion-area .panel-header.active .panel-link.collapsed:after {
  content: url(../img/ico-flecha.png);
}
.accordion-area .panel-link {
  text-align: left;
  background-color: transparent;
  border: none;
  position: relative;
  width: 47%;
  padding: 13px 40px 13px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.accordion-area .panel-body p {
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 25px;
  text-align: left;
}
.accordion-area .panel-body {
  padding: 0 90px;
}
.tab-element .nav-tabs {
  border-bottom: 2px solid #222121;
  display: table;
  width: 100%;
}
.tab-element .nav-tabs .nav-item {
  display: table-cell;
  text-align: center;
}
.tab-element .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.tab-element .nav-tabs .nav-link {
  border: 2px solid #222121;
  margin-right: 10px;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #222121;
  padding: 15px 10px;
}
.tab-element .nav-tabs .nav-link.active {
  padding-bottom: 25px;
  border-bottom: none;
  position: relative;
}
.tab-element .nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: 0;
}
.tab-element .tab-pane {
  padding-top: 25px;
}
.icon-box {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  box-shadow: 0 20px 50px rgba(20, 44, 69, 0.15);
  padding-bottom: 5px;
}
.icon-box.home {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.icon-box i {
  display: block;
  font-size: 50px;
  color: #d3d3d3;
  margin-bottom: 30px;
}
.icon-box h3 {
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 0 0;
}
.header-section {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 111;
  padding-top: 40px;
  padding-bottom: 20px;
}
.site-logo {
  padding-top: 5px;
  color: #fff;
  display: inline-block;
}
.search-top {
  float: right;
  display: inline-block;
  position: relative;
  padding: 14px;
  margin-left: 30px;
}
.search-top .se-btn {
  border: none;
  background: 0 0;
  color: #fff;
}
.search-top input[type="text"] {
  position: absolute;
  right: 5px;
  top: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.17);
  padding: 10px 20px;
  opacity: 0;
  outline: 1px solid #fff;
  outline-offset: 5px;
  margin-top: 5px;
  color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.search-top input[type="text"]:focus {
  visibility: visible;
  opacity: 1;
}
.search-top:hover input[type="text"] {
  opacity: 1;
  visibility: visible;
}
.nav-switch {
  display: none;
}
.main-menu {
  float: right;
}
.main-menu ul {
  list-style: none;
}
.main-menu ul li {
  display: inline;
}
.main-menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  margin-right: 10px;
  position: relative;
}
.main-menu ul li a:hover:after {
  opacity: 1;
  width: 34px;
}
.hero-slider {
  position: relative;
}
.hero-slider .owl-nav {
  position: absolute;
  display: inline-block;
  right: 150px;
  top: 50%;
  font-size: 20px;
  z-index: 999;
  color: #fff;
}
.hero-slider .owl-nav i {
  margin-left: 2px;
}
.hero-slider .owl-nav .owl-prev {
  display: none;
}
.hero-slider .owl-dots {
  position: absolute;
  bottom: -5px;
  left: 150px;
}
.hero-slider .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.hero-slider .owl-dots .owl-dot.active span {
  color: #83bce6;
}
.hero-slider .owl-dots .owl-dot.active:after {
  height: 100%;
}
.hero-slider .owl-dots .owl-dot:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  left: 50%;
  top: 30px;
  margin-left: -2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hs-item {
  min-height: 950px;
  position: relative;
  display: table;
  width: 100%;
}
.hs-item:after {
  background-color: rgba(23, 92, 170, 0.25);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hs-item .hs-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
}
.hs-item .hs-title {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  left: 150px;
  opacity: 0;
}
.hs-item .hs-des {
  color: #fff;
  font-size: 49px;
  line-height: 1.4;
  position: relative;
  left: 150px;
  opacity: 0;
  letter-spacing: 1px;
  font-weight: 300;
}
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-title {
  left: 0;
  opacity: 1;
}
.owl-item.active .hs-item .hs-title {
  -webkit-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
.owl-item.active .hs-item .hs-des {
  -webkit-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}
.intro-text {
  padding-top: 70px;
}
.intro-text p {
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
}
.portfolio-warp {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio {
  height: 580px;
  width: 33.333333%;
  position: relative;
  float: left;
  display: block;
  background-position: center center;
}
.single-portfolio.sm-wide {
  width: 22.222222%;
}
.single-portfolio:hover .portfolio-info {
  opacity: 1;
}
.portfolio-info {
  position: absolute;
  width: calc(100% - 110px);
  height: calc(100% - 110px);
  left: 55px;
  top: 55px;
  text-align: center;
  padding-top: 220px;
  border: 1px solid #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.portfolio-info .pfbg {
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-position: center center;
}
.portfolio-info h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
}
.portfolio-info p {
  font-size: 14px;
  color: #fff;
  z-index: 9;
  position: relative;
}
.portfolio-filter {
  list-style: none;
}
.portfolio-filter li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 12px;
  color: #868686;
  font-weight: 600;
  cursor: pointer;
}
.portfolio-info .enunciado a{
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff !important;
}
.portfolio-filter li.mixitup-control-active {
  color: #111;
}
.milestones-section {
  background: #142c45;
}
.milestones-section .fact-box .fact-content {
  text-align: center;
  position: relative;
}
.milestones-section .fact-box .fact-content:after {
  background: #516a84;
}
.milestones-section .fact-box .fact-content h2,
.milestones-section .fact-box .fact-content i,
.milestones-section .fact-box .fact-content p {
  color: #fff;
}
.milestones-section .fact-box:last-child .fact-content:after {
  display: none;
}
.services-section {
  position: relative;
}
.services-warp {
  position: relative;
}
.services-text {
  position: absolute;
  width: 490px;
  left: 140px;
}
.services-text p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  line-height: 35px;
}
.service-more-link {
  position: absolute;
  right: 150px;
  top: 50%;
  margin-top: -15px;
}
.contact-section {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.contact-section .contact-warp {
  position: relative;
  z-index: 2;
}
.contact-section:after {
  background-color: rgba(23, 92, 170, 0.35);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-text {
  position: absolute;
  width: 490px;
  left: 140px;
}
.contact-text .sp-sub-title,
.contact-text .sp-title,
.contact-text p {
  color: #fff;
}
.contact-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-text .con-info {
  list-style: none;
}
.contact-text .con-info li {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}
.contact-text .con-info li i {
  width: 30px;
  float: left;
  color: #616161;
  display: block;
  margin-right: 25px;
  font-size: 20px;
}
.contact-form {
  padding-top: 80px;
}
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 20px;
  margin-bottom: 20px;
}
.contact-form textarea {
  height: 130px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.contact-form::-webkit-input-placeholder {
  font-style: italic;
  color: #fff;
}
.contact-form:-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}
.contact-form::-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}
.contact-form::placeholder {
  font-style: italic;
  color: #fff;
}
.footer-section {
  background: #101929;
}
.footer-section h2 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.footer-section p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-section .social a {
  color: #fff;
  margin-right: 40px;
}
.footer-section .social a:last-child {
  margin-right: 0;
  color: #666;
}
.page-top-area {
  height: 305px;
  position: relative;
}
.page-top-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(23, 92, 170, 0.35);
}
.breadcrumb-area {
  color: #fff;
  left: 153px;
  position: absolute;
  top: 272px;
  z-index: 2;
  opacity: 0.7;
}
.breadcrumb-area a,
.breadcrumb-area span {
  color: #fff;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  opacity: 0.7;
}
.breadcrumb-area a:first-child {
  margin-left: 0;
}
.progress-section {
  padding: 0 80px 50px 150px;
}
.progress-section .circle-progress:after {
  position: absolute;
  content: "";
  height: 90px;
  width: 2px;
  background: #d0d0d0;
  right: 0;
  top: 70px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.progress-section .cp-item:last-child .circle-progress:after {
  display: none;
}
.review-section {
  position: relative;
}
.review-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
}
.review-section .review-warp {
  position: relative;
  z-index: 2;
}
.review-section .review-warp .sp-sub-title,
.review-section .review-warp .sp-title {
  color: #fff;
}
.review-slider .rs-item .qute {
  font-size: 30px;
  color: #fff;
}
.review-slider .rs-item p {
  font-size: 24px;
  font-style: italic;
  color: #fff;
  margin-bottom: 50px;
}
.review-slider .rs-item h4 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 50px;
  margin-left: 90px;
  text-transform: uppercase;
}
.review-slider .client-pic {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  float: left;
}
.worknav-section {
  padding-top: 0;
  padding-bottom: 80px;
  background: #f3f4f6;
}
.worknav-section.extra-style {
  background: #f2f7f7;
  padding-top: 150px;
  padding-bottom: 150px;
}
.worknav .wn-thumb {
  width: 165px;
  height: 165px;
  display: inline-block;
  border-radius: 50%;
}
.worknav .wn-info {
  position: relative;
  display: inline-block;
}
.worknav .wn-info span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}
.worknav .wn-info h3 {
  font-size: 24px;
  font-weight: 400;
}
.worknav.wn-prev .wn-info {
  top: -50px;
  margin-left: 50px;
}
.worknav.wn-next {
  text-align: right;
}
.worknav.wn-next .wn-thumb {
  float: right;
}
.worknav.wn-next .wn-info {
  top: 65px;
  margin-right: 50px;
}
.blog-item {
  margin-bottom: 150px;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog-thumb {
  height: 660px;
  margin-bottom: 140px;
  position: relative;
}
.post-date-warp {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}
.post-date-warp .post-date-box {
  width: 105px;
  height: 106px;
  background: #fff;
  text-align: center;
  padding-top: 20px;
}
.post-date-warp .post-date-box h3 {
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.post-date-warp .post-date-box p {
  font-size: 12px;
  text-transform: uppercase;
  color: #222121;
  font-weight: 600;
}
.blog-list {
  margin-bottom: 140px;
}
.blog-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 5px;
  font-weight: 700;
}
.post-metas {
  margin-bottom: 60px;
}
.post-metas .post-meta {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
  margin-left: 15px;
  margin-right: 15px;
}
.post-metas .post-meta a {
  color: #222121;
}
.post-metas .post-meta:first-child {
  margin-left: 0;
}
.work-slider {
  margin-bottom: 150px;
}
.work-slider .ws-item {
  height: 660px;
}
.work-slider .owl-nav {
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -10px;
}
.work-slider .owl-nav .owl-prev {
  display: none;
}
.work-slider .owl-nav .owl-next {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.work-info-list {
  list-style: none;
}
.work-info-list li {
  display: block;
  width: 50%;
  margin-bottom: 60px;
  float: left;
}
.work-info-list li span {
  font-size: 12px;
  text-transform: uppercase;
  color: #868686;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 1px;
  font-weight: 600;
}
.work-info-list li h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.next-portfolio-link {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: right;
}
.map-area {
  height: 560px;
}
th {
  font-size: 15px;
  padding: 7px 0 7px 8px;
}
table {
  width: 90%;
  text-align: center;
  color: #f7f7f7;
}
p.pie-de-pagina {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  float: left;
  font-size: 15px;
  margin-top: 70px;
  padding-top: 33px;
  width: 100%;
  font-weight: 300;
}
.pie-de-pagina a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-right: 30px;
  text-decoration: none;
}
.pie-de-pagina a:hover {
  color: #fff;
}

.cms strong{
	font-size:14px!important;
	color:#000!important;
}

.cms {
  padding: 0 150px 80px 10px;
  text-align: justify;
}
.cms p {
  line-height: 1.8;
}
.cms a {
  color: #034ca7;
}
.cms ul li {
  color: #868686;
  font-size: 15px;
  list-style: outside none square;
  margin: 0 0 10px 17px;
}
.cms h4 {
  font-size: 14px;
  margin: 40px 0 0;
  padding-bottom: 20px !important;
  text-transform: uppercase!important;
}
.cms h3 {
  margin: 20px 0 40px;
}
p.texto-form {
  float: left;
  font-size: 12px !important;
  line-height: 20px !important;
  margin: 0 0 10px 5px;
  padding: 0;
  text-align: left;
}
.contact-form .label-checkbox {
  color: #868686;
  float: left;
  font-size: 13px !important;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: -20px;
  width: 100%;
}
.contact-form a {
  color: #fff;
}
.intro-img iframe {
  margin: 90px 0 0 0;
}
.solicitar-informacion {
  background: #fff;
  border: 2px solid #115ead;
  margin: 0 auto 10px;
  padding: 8px 0 10px 14px;
  text-align: left;
  width: 218px;
}
.solicitar-informacion a {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #115ead;
}
.solicitar-informacion::after {
  color: #115ead;
  content: ">";
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin-left: -4px;
  position: relative;
  right: -13px;
  top: 10%;
}
.solicitar-informacion-index {
  background-color: rgba(0, 123, 255, 0.8);
  border: 2px solid #fff;
  float: left;
  padding: 11px 40px 11px 30px;
  position: fixed;
  right: -2px;
  text-align: center;
  top: 220px;
  width: 300px;
  z-index: 99999;
}
.solicitar-informacion-index a {
  color: #fff;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
.solicitar-informacion-index::after {
  color: #fff;
  content: ">";
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin-left: -4px;
  margin-top: -8px;
  position: relative;
  right: -20px;
  top: 12%;
}
.footer-section.spad .container.text-center .social {
  color: #333;
}
.services-section.spad
  .container-fluid.services-warp
  .container.p-0
  .row
  .col-xl-8.offset-xl-4
  .row
  .col-md-6
  .icon-box
  p
  a {
  font-size: small;
}
.services-section.spad
  .container-fluid.services-warp
  .container.p-0
  .row
  .col-xl-8.offset-xl-4
  .row
  .col-md-6
  .icon-box
  p {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}
.services-section.spad
  .container-fluid.services-warp
  .container.p-0
  .row
  .col-xl-8.offset-xl-4
  .row
  .col-md-6
  .icon-box
  p {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.services-section.spad
  .container-fluid.services-warp
  .container.p-0
  .row
  .col-xl-8.offset-xl-4
  .row
  .col-md-6
  .icon-box
  p {
  font-family: Poppins, sans-serif;
}
.footer-section.spad .container a {
  color: #fff;
  opacity: 0.7;
}
.footer-section.spad .container .pie-de-pagina {
  color: #fff;
  opacity: 0.7;
}
h3.video {
  margin-bottom: 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}
.icon-box.sectores {
  margin-bottom: 20px !important;
}
.portfolio-info h3 a {
  color: #fff !important;
}
.footer-section .titulo {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 40px;
}
.accordion-area .panel-body p .enlace {
  float: right;
}
p.texto-form {
  color: #fff;
  opacity: 0.7;
}
.flaticon-phone-call::before {
  color: #fff !important;
  opacity: 0.7 !important;
  margin-right: 10px;
}
.flaticon-envelope::before {
  color: #fff !important;
  opacity: 0.7 !important;
  margin-right: 10px;
}
.flaticon-placeholder::before {
  color: #fff !important;
  opacity: 0.7 !important;
  margin-right: 10px;
}
.flaticon-information::before {
  color: #fff !important;
  opacity: 0.7 !important;
  margin-right: 10px;
}
ul.con-info li a {
  color: #fff !important;
}
ul.social-list {
  justify-content: flex-start;
  display: flex;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.social-list > li {
  align-items: center;
  padding-right: 10px;
}
ul.social-list > li > a {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
ul.social-list > li > a {
  border-radius: 100%;
  display: flex;
  padding: 8px;
}
.container-section-spad {
  padding-left: 120px;
  padding-right: 120px;
  min-height: 390px;
}
.col-md-4-footer {
  float: left !important;
  width: 35% !important;
  margin-top: -15px;
}
.col-md-3-footer {
  float: left !important;
  width: 22% !important;
}
.col-md-3-footer-grande {
  float: left !important;
  width: 27% !important;
}
.col-md-2-footer {
  float: left !important;
  width: 16% !important;
}
.col-md-4-footer .con-info li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}
.col-md-4-footer ul.con-info {
  list-style: none;
  margin-left: 20px;
}
.footer-section.spad {
  padding-top: 60px;
}
.col-md-3-footer .sp-sub-title {
  color: #83bce6;
  float: left;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.col-md-3-footer-grande .sp-sub-title {
  color: #83bce6;
  float: left;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.col-md-3-footer ul {
  list-style: none;
}
.col-md-3-footer-grande ul {
  list-style: none;
}
.col-md-3-footer ul li a {
  color: #fff;
  font-family: poppins;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 300;
}
.col-md-3-footer-grande ul li a {
  color: #fff;
  font-family: poppins;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 300;
}
.col-md-3-footer ul li {
  margin-bottom: 7px;
}
.col-md-3-footer-grande ul li {
  margin-bottom: 7px;
}
.single-portfolio::after {
  background-color: rgba(23, 92, 170, 0.15);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.col-md-4-footer h3.site-logo img {
  width: 75%;
}
.milestones-section.spad {
  padding: 40px 0 50px;
}
.page-top-area.set-bg h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  left: 150px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 213px;
  z-index: 3;
}
.subtitulo-interior {
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center;
  background: #f3f4f6;
}
.subtitulo-interior h2 {
  color: #115ead;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-top:50px;
}
.worknav-section.sp-pad .col-md-4 {
  margin-bottom: 60px;
}
.subtitulo-contacto {
  background: #f3f4f6 none repeat scroll 0 0;
  margin: 0 auto;
  padding: 70px 0 0 150px;
  text-align: left;
}
.subtitulo-contacto h2 {
  font-family: poppins;
  font-weight: 200;
  text-transform: uppercase;
}
p.subtitulo-contacto {
  background: #f3f4f6 none repeat scroll 0 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 26px;
  margin: 0 auto;
  padding: 14px 0 0 150px;
  text-align: left;
}
.contact-form-contacto {
  padding-top: 0;
}
.contact-form-contacto input[type="email"],
.contact-form-contacto input[type="text"],
.contact-form-contacto textarea {
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 3px solid #ccc;
  color: #000;
  font-size: 14px;
  padding: 5px 0 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-section-contacto {
  background-color: #f3f4f6;
  padding-bottom: 90px;
  padding-top: 50px;
}
.contact-section-contacto .container {
  margin-left: 140px !important;
}
.contact-section-contacto p.texto-form {
  color: #000;
  opacity: 0.7;
}
.contact-section-contacto p.texto-form {
  float: left;
  font-size: 13px !important;
  line-height: 20px !important;
  margin: 0 0 10px 5px;
  padding: 0;
  text-align: justify;
}
.contact-contacto {
  position: absolute;
  right: 270px;
  top: 400px;
  width: 490px;
}
.container-contacto {
  box-shadow: 0 10px 50px rgba(20, 44, 69, 0.25);
  display: block;
  padding: 40px;
  text-align: left;
  width: 330px;
  background: #fff;
}
.container-contacto ul {
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #5c5d5e;
  line-height: 1.8;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}
.container-contacto .flaticon-phone-call::before {
  color: #223d5a !important;
}
.container-contacto .flaticon-envelope::before {
  color: #223d5a !important;
}
.container-contacto .flaticon-placeholder::before {
  color: #223d5a !important;
}
.container-contacto .flaticon-information::before {
  color: #223d5a !important;
}
.container-contacto ul.con-info li a {
  color: #223d5a !important;
  opacity: 1 !important;
}
.contact-form-contacto .site-btn.light {
  background: #115ead !important;
  border: 0 none !important;
  color: #fff !important;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
}
.contact-form-contacto .label-checkbox {
  font-size: 14px;
  color: #000;
  font-weight: 200;
}
.contact-form-contacto .g-recaptcha {
  margin: 20px 0 0 0;
}
.titulo-con-info {
  color: #223d5a;
  float: left;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  width: 100%;
}
.accordion-area a {
  color: #115ead !important;
}

h3.index {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
    padding-bottom: 30px;
}

.worknav-section a {
    color: #115ead;
}

.worknav-section a:hover{
	text-decoration:underline;
}


.worknav-section strong{
    color: #000;
}

.intro-section  a {
    color: #115ead;
}

.intro-section  a:hover{
	text-decoration:underline;
}

.intro-section strong{
    color: #000;
}
h1.sp-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height:35px!important;
}

h2.sp-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height:35px!important;
}

.icon-box .enunciado {
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  float:left;
  text-align:center;
  width:100%;
}


@media only screen and (max-width: 1650px) {
  .sp-pad {
    padding-left: 90px;
    padding-right: 90px;
  }
  .hero-slider .owl-dots {
    left: 90px;
  }
  .contact-text,
  .services-text {
    left: 80px;
  }
}
@media only screen and (max-width: 1510px) {
  .sp-pad {
    padding-left: 30px;
    padding-right: 30px;
  }
  .breadcrumb-area,
  .hero-slider .owl-dots {
    left: 31px;
  }
  .contact-text,
  .services-text {
    left: 30px;
    width: 350px;
  }
  .service-more-link {
    right: 30px;
  }
  .progress-section .circle-progress:after {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .hs-item {
    min-height: 750px;
  }
  .single-portfolio {
    height: 400px;
  }
  .portfolio-info {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    padding-top: 165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-text,
  .services-text {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    left: 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-portfolio.sm-wide {
    width: 50%;
  }
  .single-portfolio.sm-wide.md-w-100 {
    width: 100%;
  }
  .single-portfolio .md-w-100 {
    width: 100%;
  }
  .service-more-link {
    right: 0;
    position: relative;
    text-align: center;
  }
  .worknav {
    text-align: center;
  }
  .worknav .wn-info,
  .worknav .wn-thumb {
    display: block;
  }
  .worknav .wn-thumb {
    margin: 0 auto 30px;
  }
  .worknav.wn-next .wn-info,
  .worknav.wn-prev .wn-info {
    top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .worknav.wn-next .wn-thumb {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    padding-top: 0;
  }
  .search-top {
    padding: 8px;
    margin-left: 10px;
  }
  .main-menu ul li a {
    padding: 10px;
    margin-right: 5px;
  }
  .hero-slider .owl-nav {
    right: 50px;
  }
  .hs-item {
    min-height: 650px;
  }
  .hs-item .hs-title {
    font-size: 100px;
    margin-bottom: 20px;
  }
  .hs-item .hs-des {
    font-size: 40px;
  }
  .contact-text,
  .services-text {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    left: 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-portfolio.sm-wide {
    width: 50%;
  }
  .single-portfolio.sm-wide.md-w-100 {
    width: 100%;
  }
  .single-portfolio .md-w-100 {
    width: 100%;
  }
  .fact-box .fact-content {
    margin-bottom: 50px;
  }
  .fact-box .fact-content:after {
    display: none;
  }
  .service-more-link {
    right: 0;
    position: relative;
    text-align: center;
  }
  .worknav {
    text-align: center;
  }
  .worknav .wn-info,
  .worknav .wn-thumb {
    display: block;
  }
  .worknav .wn-thumb {
    margin: 0 auto 30px;
  }
  .worknav.wn-next .wn-info,
  .worknav.wn-prev .wn-info {
    top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .worknav.wn-next .wn-thumb {
    float: none;
  }
  .blog-thumb {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .search-top {
    display: none;
  }
  .nav-switch {
    position: absolute;
    right: 20px;
    font-size: 30px;
    color: #fff;
    top: 38px;
    display: block;
  }
  .main-menu {
    display: none;
    float: none;
    position: absolute;
    width: 100%;
    background: #222;
    left: 0;
    top: 100%;
  }
  .main-menu ul li {
    display: block;
  }
  .main-menu ul li a {
    display: block;
    padding: 15px;
    margin-right: 0;
    border-bottom: 1px solid #292929;
  }
  .main-menu ul li a:after {
    left: 35px;
  }
  .hero-slider .owl-nav {
    right: 50px;
  }
  .hs-item {
    min-height: 470px;
  }
  .hs-item .hs-title {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .hs-item .hs-des {
    font-size: 30px;
  }
  .sp-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sp-title {
    font-size: 26px;
  }
  .contact-text,
  .services-text {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    left: 0;
  }
  .single-portfolio {
    width: 100%;
  }
  .single-portfolio.sm-wide {
    width: 100%;
  }
  .single-portfolio.sm-wide.md-w-100 {
    width: 100%;
  }
  .single-portfolio .md-w-100 {
    width: 100%;
  }
  .fact-box .fact-content {
    margin-bottom: 50px;
  }
  .fact-box .fact-content:after {
    display: none;
  }
  .service-more-link {
    right: 0;
    position: relative;
    text-align: center;
  }
  .progress-section {
    padding: 0 15px 100px;
  }
  .worknav {
    text-align: center;
  }
  .worknav .wn-info,
  .worknav .wn-thumb {
    display: block;
  }
  .worknav .wn-info h3,
  .worknav .wn-thumb h3 {
    font-size: 20px;
  }
  .worknav .wn-info h3 {
    font-size: 20px;
  }
  .worknav .wn-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
  }
  .worknav.wn-next .wn-info,
  .worknav.wn-prev .wn-info {
    top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .worknav.wn-next .wn-thumb {
    float: none;
  }
  .work-slider .ws-item {
    height: 400px;
  }
  .blog-thumb {
    height: 400px;
  }
}
@media (max-width: 1440px) and (min-width: 1280px) {
  .page-top-area.set-bg h1 {
    font-size: 40px !important;
    left: 30px !important;
    top: 221px !important;
  }
  .contact-contacto {
    right: 50px !important;
    top: 400px !important;
    width: 400px !important;
  }
  .subtitulo-contacto {
    padding: 70px 0 0 30px;
  }
  .subtitulo-contacto h2 {
    font-size: 40px !important;
  }
  p.subtitulo-contacto {
    font-size: 17px !important;
    line-height: 24px !important;
    padding: 14px 0 0 30px !important;
  }
  .contact-section-contacto .container {
    margin-left: 10px !important;
  }
  .container-contacto ul {
    font-size: 14px !important;
  }
  .col-md-4-footer .con-info li {
    font-size: 13px !important;
  }
  .col-md-3-footer-grande ul li a {
    font-size: 13px !important;
  }
  p.pie-de-pagina {
    font-size: 14px !important;
    margin-top: 40px !important;
    padding-top: 23px !important;
  }
  .pie-de-pagina a {
    font-size: 14px !important;
  }
  .container-section-spad {
    min-height: 370px !important;
  }
  .worknav-section {
    padding-bottom: 140px !important;
  }
  h3.video {
    font-size: 15px !important;
  }
  .worknav-section.sp-pad .col-md-4 {
    margin-bottom: 40px !important;
  }
  .services-text p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .sp-title {
    font-size: 40px !important;
  }
  .sp-sub-title {
    font-size: 15px !important;
  }
  .hs-item .hs-title {
    font-size: 110px !important;
    margin-bottom: 0 !important;
  }
  .hs-item .hs-des {
    font-size: 40px !important;
  }
  .solicitar-informacion-index a {
    font-size: 15px !important;
  }
  h4 {
    font-size: 20px !important;
    padding-bottom: 20px !important;
  }
  .services-section.spad
    .container-fluid.services-warp
    .container.p-0
    .row
    .col-xl-8.offset-xl-4
    .row
    .col-md-6
    .icon-box
    p {
    font-size: 14.5px;
  }
}
@media (max-width: 1920px) and (min-width: 1080px) {
  .services-text {
    width: 430px !important;
    left: 100px !important;
  }
  .contact-contacto {
    right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slider .owl-nav {
    right: 20px;
  }
  .hs-item .hs-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .hs-item .hs-des {
    font-size: 18px;
  }
  .sp-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .worknav .wn-thumb {
    width: 70px;
    height: 70px;
  }
  .worknav .wn-info h3 {
    font-size: 16px;
  }
  .work-info-list li {
    width: 100%;
  }
  .footer-section h2 {
    font-size: 33px;
  }
  .map-area iframe {
    width: 100% !important;
  }
  .intro-img iframe {
    width: 100% !important;
    margin: 0 !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 0 !important;
  }
  .spad {
    padding: 0 0 50px 0 !important;
  }
  .contact-text,
  .services-text {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
  }
  .solicitar-informacion {
    padding: 7px 0 9px 14px !important;
    width: 70% !important;
  }
  .accordion-area .panel-link {
    width: 77% !important;
  }
  .icon-box h3 {
    letter-spacing: 1.5px !important;
    margin-bottom: 0 !important;
  }
  .solicitar-informacion::after {
    right: -14px !important;
    top: 9% !important;
  }
  .worknav-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .breadcrumb-area a,
  .breadcrumb-area span {
    font-size: 14px !important;
  }
  .page-top-area {
    height: 200px !important;
  }
  .spad {
    padding: 40px 0 30px !important;
  }
  .footer-section h2 {
    font-size: 28px !important;
  }
  .footer-section h2 {
    margin-bottom: 5px !important;
  }
  .footer-section p {
    font-size: 20px !important;
    margin-bottom: 25px !important;
  }
  .pie-de-pagina a {
    color: #ccc !important;
    font-size: 13px !important;
  }
  .footer-section p {
    font-size: 16px !important;
  }
  .footer-section p.pie-de-pagina {
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }
  .icon-box {
    margin-bottom: 60px !important;
  }
  .accordion-area .panel-body {
    padding: 0 35px !important;
  }
  .nav-switch {
    top: 7px !important;
  }
 .page-top-area.set-bg h1 {
    font-size: 24px!important;
    left: 24px!important;
    top: 140px!important;
}
.breadcrumb-area, .hero-slider .owl-dots {
    left: 23px!important;
}
.breadcrumb-area {
    left: 25px!important;
    top: 169px!important;
}

.subtitulo-interior {
    padding: 40px 0 20px!important;
}

.subtitulo-interior h2 {
    font-size: 25px!important;
}

.icon-box h3 {
    font-size: 16px !important;
    padding: 20px 0 0 !important;
}
.icon-box {
    margin-bottom: 0 !important;
}
.container-section-spad {
    min-height: 700px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.col-md-4-footer {
    margin-top: 0!important;
    width: 100% !important;
	 text-align: center!important;
}

.col-md-4-footer ul.con-info {
    margin-left: 0!important;
}

.col-md-3-footer-grande {
    text-align: center!important;
    width: 100% !important;
}

.col-md-3-footer {
    text-align: center !important;
    width: 100% !important;
}

.col-md-2-footer {
    width: 100% !important;
	padding: 0 110px!important;
}

p.pie-de-pagina {
    margin-top: 30px!important;
    padding-top: 10px!important;
    text-align: center!important;
}
.pie-de-pagina a {
    font-size: 15px!important;
    margin-right: 6px!important;
}

.col-md-3-footer-grande .sp-sub-title {
    margin-bottom: 5px!important;
	font-size: 14px!important;
}

.col-md-3-footer .sp-sub-title{
    margin-bottom: 5px!important;
	font-size: 14px!important;
}
.footer-section.spad {
    padding-top: 20px !important;
}

.intro-text {
    padding-top: 0 !important;
}

.intro-text p {
    margin-bottom: 20px!important;
}
.contact-text, .services-text {
    padding-top: 0 !important;
}

.services-text p {
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 28px!important;
    margin-bottom: 30px!important;
}
.element .sp-title {
    margin-bottom: 0!important;
}

.portfolio-info h3 {
    font-size: 15px!important;
}

.sp-sub-title {
    font-size: 14px!important;
}

.contact-text p {
    font-size: 14px!important;
    margin-bottom: 10px!important;
}

.contact-form {
    padding-top: 40px!important;
}

.fact-box .fact-content {
    margin-bottom: 10px!important;
}

.solicitar-informacion-index {
    padding: 9px 20px 9px 15px!important;
    width: 250px!important;
}
.solicitar-informacion-index a {
    font-size: 14px!important;
}

.subtitulo-contacto h2 {
     font-size: 30px!important;
}

.subtitulo-contacto {
    padding: 25px 0 0 20px!important;
}
p.subtitulo-contacto {
    font-size: 15px!important;
    line-height: 22px!important;
}
.contact-section-contacto .container {
    margin-left: 10px !important;
}
.contact-contacto {
    right: 0!important;
    width: 0!important;
	position: relative!important;
    top: -27px!important;
}

.container-contacto {
    box-shadow: 0 10px 20px rgba(20, 44, 69, 0.25)!important;
    padding: 40px;
}

.container-contacto ul {
    font-size: 14px!important;
}
.titulo-con-info {
    font-size: 22px!important;
}

.contact-section-contacto.set-bg .spad {
    padding: 20px 0 30px !important;

}

.icon-box.sectores {
    margin-bottom: 0 !important;
}
.main-menu {
    background: #08203b!important;
}

.main-menu ul li a {
    border-bottom: 1px solid #fff!important;
}

}
