.footer-inner a {
    text-decoration:none;
}
.footer-inner a:focus,
.footer-inner a:hover {
    text-decoration:none;
    color:#fff;
}

/* FONT */
body, p {
  font-family: 'Barlow', sans-serif;
}
html, 
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar { width: 0 !important }
body  { -ms-overflow-style: none; }
body { overflow: -moz-scrollbars-none; }
/* DEFAULTS */
.margin-auto {
  margin:0 auto;
}
.vertical-position {
  display: table;
  text-align: center;
}
.max-vh {
  height: 100vh;
}
.max-width {
  width: 100%;
}
.vertical-position .vertical-position-center {
  display: table-cell;
  vertical-align: middle;
}
.vertical-position .vertical-position-bottom {
  display: table-cell;
    vertical-align: bottom;
}
.img-left {
  float: left;
}
.img-right {
  float: right;
}
.clear-both {
  clear: both;
}

/* BOOTSTRAP HACKS */
.container-fluid {
  padding-right: 140px;
    padding-left: 140px;
}
@media (min-width: 1903px) {
  .container {
    width: 1350px;
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, 
.col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, 
.col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, 
.col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, 
.col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, 
.col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 0px;
    padding-left: 0px;
}
.navbar.mgar-nav>.container .navbar-brand, 
.navbar.mgar-nav>.container-fluid .navbar-brand,
.navbar.mgar-nav>.navbar-brand {
  margin-left: 0 !important;
}
/* NAVBAR */
.navbar.mgar-nav {
  
  min-height: 91.1px;
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  height: 50.3px;
  padding-top: 22.3px;
  padding-bottom: 22.3px;
}
.navbar.mgar-nav {
  background-color: transparent;
}/*
.navbar.mgar-nav.scrolled {
  background-color: rgba(34, 61, 87, 0.99) !important;
  transition: background-color 200ms linear;
}*/
  /* HAMBURGUESA */

.button_container {
  position: absolute;
  top: 34px;
  left: 140px;
  height: 19.6px;
  width: 22.3px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: rgba(34, 61, 87, 1);
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
.modal-backdrop {
  z-index: 0;
}
.modal.fade.in {
  padding-right: 0px !important;
  overflow: hidden;
}
.modal-dialog.modal-navbar {
  height: 100vh;
  width: 100%;
  margin:0;
  background-color: rgba(34, 61, 87, 0.99);

}
.modal-dialog.modal-navbar .modal-content {
  height: 100vh;
  webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
      background-color: rgba(34, 61, 87, 0.99);
}
.modal-dialog.modal-navbar .modal-content .modal-header {
  border-bottom: none;
    background-color: rgba(34, 61, 87, 0.99);
}
.modal-body {
  width: 100%;
  height: 100%;
}
.modal-dialog.modal-navbar .modal-content ul.modal-links {
  text-align: center;
  text-decoration: none;
  list-style-type:none;
  color: #fff;
  margin: 0;
  padding: 50px 0;
}
.modal-dialog.modal-navbar .modal-content ul.modal-links hr {
  margin-right: 630px;
  margin-left: 630px;
  border-color:#dee179;
}
.modal-dialog.modal-navbar .modal-content ul.modal-links li {
  padding-top: 35px;
  padding-bottom: 35px;
}
.modal-dialog.modal-navbar .modal-content ul.modal-links li a {
  text-decoration: none;
  color:#fff;
  font-size: 22px;
}
.modal-navbar .modal-logo {
  width: 100%;
  margin: 0 auto;
  padding-top: 94px;
}
#toggle-close {
  padding-top: 20px;
}
#toggle-close i {
  cursor: pointer;
}
.english {
  
  position: absolute;
    right: 140px;
    top: 41.7px;
    
}
.english a:hover {
  text-decoration: none;
}
.english img {
  display: inline;
  padding-right: 3px;
}
.english p.english-inner {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.19;
  color: #223d57;
  padding: 0;
  display: inline;
}

section,
section.section-uno-dos,
section.section-dos-dos,
section.section-tres-dos {
  height: 115vh;
  width: 100%;
  position: relative;
}

/* PORTADA */
section.portada-servicios {
  background-image: url(../imagenes/back-portada-servicios.png);
  background-position: bottom center;  
  background-size: cover;
  background-color: #dee179;

}
section.section-uno {
  background-image: url(../imagenes/back-uno-servicios.png);
  background-position: bottom center;
  background-size: cover;
  background-color: #223d57; 
  background-attachment: fixed;
}
section.section-dos {
  background-image: url(../imagenes/back-dos-servicios.png);
  background-position: bottom center;
  background-size: cover;
  background-color: #fff; 
  background-attachment: fixed;
}
section.section-tres {
  background-image: url(../imagenes/back-tres-servicios.png);
  background-position: bottom center;
  background-size: cover;
  background-color: #2b3947; 
  background-attachment: fixed;
}
/* TIMELINE */
  /* PORTADA */
section.portada-servicios {
  height: 100vh;
  color: #223d57;
}

section.portada-servicios:before {
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #223d57;
  left: 50%;
  margin-left: -1.5px;
  height: 33vh;
}
section.portada-servicios h3 {
  font-size: 24px;
  font-weight: 700;
}
section.portada-servicios i {
  font-size: 22px;
  margin-bottom: 28px;
}
section.portada-servicios a i  {
  color: #223d57
}
section.portada-servicios p {
  padding-right: 540px;
  padding-left: 540px;
  font-size: 18px;
  line-height: 1.83;
  text-align: center;

}
.portada-timeline-badge.primary {
  color: #fff;
  width: 13px;
  height: 13px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  bottom:33vh;
  left: 50%;
  margin-left: -6px;
  background-color: #223d57;
  z-index: 1000;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
  height: 115vh;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  padding: 20px 20px 20px 340px;
  position: relative;
  text-align: right;
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 20px 340px 20px 20px;
text-align: left;
margin-top: 118px;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;

}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
padding-top: 165px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}

li .timeline-badge img {
  margin-top: -16px;
  margin-left: 18px;
}
li.timeline-inverted .timeline-badge img {
  margin-left: -572px;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 13px;
  height: 13px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -6px;
  background-color: #fff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge {
  top:200px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  top:149px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #dee179 !important;
}
.timeline-badge.success {
  background-color: #223d57 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* SECTION 1 TIMELINE */
section.section-uno img {
  padding-bottom: 27px;
}
section.section-uno {
  color: #fff;
}
section.section-uno h4.timeline-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
}
section.section-uno .timeline-body p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
}
/* SECTION 2 TIMELINE */
section.section-dos .timeline:before {
  background-color:#223d57;
}
section.section-dos img {
  padding-bottom: 27px;
}
section.section-dos {
  color: #223d57;
}
section.section-dos .timeline > li:not(.timeline-inverted) {
  padding-top: 70px;
}
section.section-dos .timeline > li:not(.timeline-inverted) > .timeline-badge {
top: 105px;
}
section.section-dos .timeline > li.timeline-inverted > .timeline-panel {
  margin-top: 85px;
}
section.section-dos  .timeline > li.timeline-inverted > .timeline-badge {
  top: 124px;
}
section.section-dos h4.timeline-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
}
section.section-dos .timeline-body p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;

}
section.section-dos .timeline-body p:nth-child(even) {
  margin-top: 40px;
}
/* SECTION 3 */
section.section-tres .timeline:before {
  background-color:#fff;
height: 130vh;
}
section.section-tres img {
  padding-bottom: 27px;
}
section.section-tres {
  color: #fff;
   height: 130vh;
}
section.section-tres .timeline > li:not(.timeline-inverted) {
  padding-top: 120px;
}
section.section-tres .timeline > li > .timeline-badge {
top: 160px;
background-color: #dee179;
}
section.section-tres h4.timeline-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
}
section.section-tres .timeline-body p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
}
/*  BUTTON UP */
.button-up {
  width: 44px;
  height: 44px;
  border:1px solid;
  border-radius: 4px;
  position: absolute;
  bottom:  39px;
  right: 54px; 
  font-size: 22px;
  text-align: center;
  z-index: 1030;
}
.button-up .button-up-inner {
   width: 41px;
  height: 43px;
}
.button-up a {
  text-decoration: none;
}
.section-uno .button-up,
.section-tres .button-up {
  border-color: #fff;
}
.section-uno .button-up i,
.section-tres .button-up i {
  color: #fff;
}
.section-dos .button-up {
  border-color: #223d57;
}
.section-dos .button-up i {
color: #223d57;
}
/* FOOTER */

.footer {
  background-color: #000;
  position: relative;
  clear: both;
  overflow: overlay;
  min-height: 61.69px;
}
.footer .footer-inner  {
    padding-right: 386px;
    padding-left: 386px;
  background-color: #000;
  overflow: overlay;
}
.footer .footer-inner p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
  padding: 18.7px 12px 10px;
  text-align: center;
}
.footer .footer-inner p i {
  padding-right: 3px;
}
.footer .caracter {
  position: absolute;
  top: 17px;
  right: 48.5px;
}
.footer .caracter p {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.18;
  color: #9a9a9a;
  margin-bottom: -4px;
}


.delay-dosms {
  moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;  
}
.delay-cuatroms {
  moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;  
}
.delay-seisms {
  moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;  
}
.delay-ochoms {
  moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;  
}

.timeline > li:not(.timeline-inverted).visible {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.timeline > li.timeline-inverted > .timeline-panel {

}
