/*
============================================
============================================
* 
* date: 30 jun 2018
* Author: @whhhaaaaaaat
* 
============================================
============================================
*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap");
.block {
  padding-top: 50px;
  padding-bottom: 50px; }

.btn {
  padding-right: 20px;
  padding-left: 20px; }
  .btn--border {
    border: solid 1px white;
    color: white; }
    .btn--border:hover {
      color: white;
      background-color: rgba(255, 255, 255, 0.1); }
  .btn--main {
    background-color: #d1a400;
    color: white;
    font-weight: bold;
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    margin-top: 20px; }

.container--min {
  max-width: 800px; }

body {
  color: #2A264D;
  font-family: 'PT Sans', sans-serif; }

h1 {
  font-size: 3.6em;
  font-weight: bold; }

h2 {
  font-size: 2.6em;
  margin-bottom: 30px;
  font-weight: bold;
  width: 100%; }

label {
  font-weight: bold;
  margin-bottom: 3px; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20138192;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top: solid 20px rgba(0, 0, 0, 0.2); }
  .header ul {
    list-style-type: none;
    width: 100%;
    margin-bottom: 0; }
    .header ul a {
      padding: 0 15px;
      color: white;
      position: relative;
      display: inline-block; }
      .header ul a:after {
        content: "";
        width: 30px;
        background-color: white;
        height: 2px;
        display: block;
        margin: 0 auto;
        width: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .header ul a:hover {
        text-decoration: none; }
    .header ul .header__active:after {
      width: 30px; }
  .header li:last-of-type a {
    padding: 0 5px; }
    .header li:last-of-type a:first-of-type {
      border-right: solid 1px white; }
  .header__logo img {
    width: 300px; }

.scrl .header {
  background-color: rgba(16, 15, 25, 0.8); }

.main {
  position: relative; }
  .main__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main .row {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.loaded .main .row {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.servicios {
  background-image: url(../../img/servicios-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 80px; }
  .servicios h2 {
    text-align: center;
    color: white;
    width: 100%; }
  .servicios__wrap {
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 60px 50px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 358px; }

.contacto {
  background-image: url(../../img/contacto-bg.jpg);
  background-position: center;
  background-size: cover;
  color: white; }
  .contacto h2 {
    text-align: center; }
  .contacto textarea {
    min-height: 200px; }

.footer {
  background-color: #100F19;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 0.85em; }
  .footer ul {
    list-style-type: none; }
  .footer a {
    color: white; }
  .footer span {
    margin-right: 5px;
    margin-left: 5px; }
  .footer__logo img {
    width: 180px; }
  .footer i {
    margin-right: 5px;
    width: 20px;
    -webkit-text-emphasis: center;
            text-emphasis: center;
    display: inline-block; }
  .footer__dir, .footer__num {
    background-image: url(../../img/footer-icon1.svg);
    padding-left: 40px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left center; }
  .footer__num {
    background-image: url(../../img/footer-icon2.svg); }
