html, body, header, .view.jarallax {
  height: 100%;
  min-height: 100%;
  color: black;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #88898C;
  color: white !important;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #0F1F4B !important;
  color: white;
}
.dropdown-toggle {
  color: white;
}
.navbar .dropdown-menu a {
  color: #0F1F4B;
}
.dropdown .dropdown-menu {
  padding: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  border: 1px solid #0F1F4B;
  overflow: unset;
}
.bg-primary {
  background-color: #0F1F4B !important;
}
.bg-secondary {
  background-color: #eeeeee !important;
}
.page-section {
  padding: 3rem 0;
}
.text-blue {
  color: #0F1F4B;
}
.btn, input.waves-button-input {
  font-weight: 700 !important;
  padding: 0.5rem 2rem !important;
  border-radius: .5rem !important;
}
.btn-white-ga input, .btn-blue-ga input {
  text-transform: uppercase !important;
}
.btn-white-ga, btn-white-ga:hover {
  color: #0F1F4B;
  background-color: white;
}
.btn-blue-ga, .btn-blue-ga:hover, .waves-button-input {
  color: white !important;
  background-color: #0F1F4B !important;
}
.container-logos {
  display: flex;
  justify-content: center;
  align-items: flex-end !important;
  width: 250px;
}
.container-logos2 {
  display: flex;
  justify-content: start;
  align-items: flex-end !important;
  width: 230px;
}
.container-icono {
  width: 100px;
}
.container-icono2 {
  display: flex;
  width: 330px;
}
.container-icono4 {
  display: flex;
  width: auto;
}
.icon-container {
  display: flex;
  justify-content: center;
}
.container-icono2 img {
  width: 90px;
}
.container-icono3 img {
  width: 40px;
}
.container-icono4 img {
  width: 90px;
}
.container-icono-nosotros {
  display: flex;
  width: 80px;
}
.description {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F1F4B;
}
.description2 {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #0F1F4B;
}
.description3 {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F1F4B;
}
.bg-container {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: auto;
}
section#nuestros-servicios, section#porque {
  padding: 3rem 0 1.5rem 0;
}
section#nosotros, section#servicios {
  background-color: white;
}
.jarallax-custom {
  min-height: 300px;
}
p > a {
  color: black;
}
hr {
  border-top: unset;
}
hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #0F1F4B;
}
hr.light {
  border-color: #fff;
}

h2.title {
  letter-spacing: 0.2em;
  padding-bottom: 1.5rem!important;
}
.text-white-75, a.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-black-75, a.text-black-75 {
  color: rgba(0, 0, 0, 0.75);
}

.map-container-4 {
  overflow:hidden;
  padding-bottom: 20rem;
  position:relative;
  height:0;
}
.map-container-4 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.special-color-dark {
  background-color: #252525 !important;
}

.navbar.scrolling-navbar.top-nav-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0F1F4B;
}
.navbar-light .navbar-toggler {
  color: #0F1F4B;
  border-color: #0F1F4B;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-toggler, .navbar.navbar-dark form .md-form .form-control {
  color: white;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#mainNav {
  box-shadow: none;
  background-color: #0F1F4B;
  transition: background-color 0.2s ease;
}
#mainNav .navbar-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: white;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: white !important;
}
.navbar-toggler {
  border: 1px rgba(0, 0, 0, 0.1) solid !important;
}
#mainNav a.navbar-brand {
  width: 90px;
}

header.inicio {
  background: url("../img/banner/inicio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.nosotros {
  background: url("../img/banner/nosotros.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.servicios {
  background: url("../img/banner/servicios.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
div#contacto-2 {
  margin-top: 87.31px;
}
.title-first, .title-second {
  font-weight: 600;
  line-height: 50px;
}
.title-third {
  font-weight: 600;
  line-height: 25px;
}
footer.page-footer {
  color: #000;
}
/* Medias query style */
@media (max-width: 767px) {
  .bg-container {
    height: 400px;
  }
  #seccion-inicio {
    height: 500px;
  }
  .description, .description2, .description3 {
    height: auto;
    padding: 3rem 0 3rem 0;
  }
  .uno {
    order: 1;
  }
  .dos {
    order: 2;
  }
}
@media (max-width: 991px) {
  h4.title-first, h4.title-second, h4.title-third {
    font-size: 18px;
    line-height: normal;
  }
  span.dropdown {
    margin-left:  1rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .description2 {
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F1F4B;
  }
}
@media (min-width: 600px) {
  div#contacto-2 {
    margin-top: 95.31px;
  }
}
@media (min-width: 992px) {
  #mainNav {
    background-color: #0F1F4B;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav a.navbar-brand {
    width: 90px;
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: white;
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: white;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: none;
    background-color: #0F1F4B;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #0F1F4B;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: white;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: white;
  }
  footer li {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) {
  #mainNav a.navbar-brand {
    width: 100px;
  }
  div#contacto-2 {
    margin-top: 102.13px;
  }
}
.md-form {
  margin-right: 10px;
}
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
  border: 1px solid #0F1F4B;
  border-radius: .375rem;
}
.md-form label, .md-form label:hover, .md-form label:focus {
  top: .65rem;
  color: #0F1F4B;
  background-color: white;
  padding: 0 .5rem;
  z-index: -1;
  font-weight: 500;
}
.md-form label.active {
  top: 1rem;
  color: #0F1F4B !important;
  z-index: unset;
  left: 10px;
  margin-bottom: 0;
}
input#name.form-control, input#email.form-control, input#phone.form-control, input#subject.form-control, textarea#message.md-textarea.form-control {
  padding: .3rem 0 .55rem .55rem;
  color: #0F1F4B;
}

.map-container-section {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 320px;
}
.map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.h1-responsive {
  font-size:150%
}
.h2-responsive {
  font-size:145%
}
.h3-responsive, .h4-responsive, .h5-responsive, .h6-responsive {
  font-size:100%
}
@media (min-width:576px) {
  .h1-responsive {
    font-size:170%
  }
  .h2-responsive {
    font-size:140%
  }
  .h3-responsive, .h4-responsive, .h5-responsive, .h6-responsive {
    font-size:125%
  }
}
@media (min-width:768px) {
  .h1-responsive {
    font-size:200%
  }
  .h2-responsive {
    font-size:170%
  }
  .h3-responsive {
    font-size:140%
  }
  .h4-responsive, .h5-responsive, .h6-responsive {
    font-size:125%
  }
}
@media (min-width:992px) {
  .h1-responsive {
    font-size:200%
  }
  .h2-responsive {
    font-size:170%
  }
  .h3-responsive {
    font-size:140%
  }
  .h4-responsive,.h5-responsive, .h6-responsive {
    font-size:125%
  }
}
@media (min-width:1200px) {
  h1, .h1-responsive {
    font-size:300%
  }
  h2, .h2-responsive {
    font-size:200%
  }
  h3, .h3-responsive {
    font-size: 170%
  }
  .h4-responsive, .h5-responsive, .h6-responsive {
    font-size: 150%
  }
}
@media (min-width: 1600px) {
  h1, .h1-responsive {
    font-size: 350%;
  }
  h2, .h2-responsive {
    font-size:250%
  }
  h3, .h3-responsive{
    font-size:200%
  }
  .h4-responsive, .h5-responsive, .h6-responsive {
    font-size: 170%
  }
}

/* Animate Icon NavBar*/
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon1 span {
  background: white;
}
.animated-icon2 span {
  background: white;
}
.animated-icon3 span {
  background: white;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}