@font-face {
  font-family: 'AvenirBook';
  src: url("../fonts/AvenirBook.eot");
  src: url("../fonts/AvenirBook.eot") format("embedded-opentype"), url("../fonts/AvenirBook.woff2") format("woff2"), url("../fonts/AvenirBook.woff") format("woff"), url("../fonts/AvenirBook.ttf") format("truetype"), url("../fonts/AvenirBook.svg#AvenirBook") format("svg"); }

* {
  font-family: 'AvenirBook'; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  color: #585858;
  /*=============================
	=            Intro            =
	=============================*/
  /*=====  End of Intro  ======*/
  /*===============================
	=            Portada            =
	===============================*/
  /*=====  End of Portada  ======*/
  /*==============================
	=            Header            =
	==============================*/
  /*=====  End of Header  ======*/
  /*==============================
	=            Banner            =
	==============================*/
  /*=====  End of Banner  ======*/
  /*================================
	=             Footer             =
	================================*/
  /*=====  End of  Footer   ======*/
  /*============================
	=            Copy            =
	============================*/
  /*=====  End of Copy  ======*/
  /*=====================================
	=            Section                  =
	=====================================*/
  /*=====  End of Section        ======*/
  /*================================
	=            Contacto            =
	================================*/
  /*=====  End of Contacto  ======*/ }
  body .intro {
    background-image: url("../images/age-filter.jpg");
    background-repeat: repeat;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    body .intro .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      text-transform: uppercase;
      text-align: center; }
      body .intro .container .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px; }
      body .intro .container h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 3px; }
      body .intro .container .btns {
        text-align: center;
        margin: 20px 0; }
        body .intro .container .btns a {
          display: inline-block;
          border: solid 3px #fff;
          background-color: transparent;
          color: #fff;
          text-align: center;
          padding: 5px 0;
          width: 200px;
          font-size: 30px;
          text-transform: uppercase;
          text-decoration: none;
          margin: 5px 25px; }
          body .intro .container .btns a.active {
            color: #003348;
            border-color: #003348;
            background-color: rgba(255, 255, 255, 0.8); }
      body .intro .container input[type=checkbox] {
        display: none; }
      body .intro .container .remember {
        line-height: 20px; }
      body .intro .container .recuerdame {
        width: 20px;
        height: 20px;
        border: solid 2px #fff;
        display: inline-block;
        margin-right: 30px; }
      body .intro .container .no-marque {
        margin-top: 10px;
        font-size: 12px; }
    body .intro .btn-entrar {
      width: 200px !important;
    }
    body .intro .lang {
      position: absolute;
      top: 20px;
      right: 20px;
      display: inline-block;
      color: #fff;
      font-size: 22px;
      text-align: center; }
      body .intro .lang a {
        text-decoration: none;
        color: #fff; }
        body .intro .lang a:hover {
          color: #003348; }
      body .intro .lang span {
        font-size: 14px;
        text-transform: uppercase;
        display: block; }
    body .intro .evita {
      color: #fff;
      position: absolute;
      left: 5px;
      bottom: 5px; }
      body .intro .evita p {
        margin-bottom: 0;
        font-size: 8px;
        text-transform: uppercase; }
  body .portada-home {
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: relative; }
    body .portada-home .scroll-down {
      position: absolute;
      bottom: 0;
      left: 0 !important;
      right: 0 !important;
      text-align: center;
      color: #fff;
      color: #fff !important;
      text-decoration: none;
      font-size: 50px; }
  body header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 70px; }
    body header.interior {
      position: relative;
      height: auto;
      background-color: #073a4f;
      padding-bottom: 15px; }
    body header .container {
      position: relative; }
    body header .logo {
      display: inline-block;
      max-width: 200px;
      margin-top: 10px; }
      body header .logo img {
        max-width: 100%; }
    body header .menu-btn {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #09394d;
      position: absolute;
      top: 25px;
      right: 20px;
      color: #fff !important;
      text-align: center;
      line-height: 40px;
      font-size: 22px;
      vertical-align: middle;
      cursor: pointer; }
    body header nav {
      display: none; }
      body header nav ul {
        padding: 10px 0;
        list-style: none;
        background-color: #000;
        margin-top: 20px; }
        body header nav ul li {
          display: block;
          text-align: center; }
          body header nav ul li a {
            text-decoration: none;
            color: #fff;
            padding: 5px 20px;
            font-size: 18px;
            text-transform: uppercase;
            display: block; }
            body header nav ul li a:hover, body header nav ul li a.active {
              text-decoration: none;
              color: #000;
              background-color: rgba(255, 255, 255, 0.85); }
  body .banner .container-fluid, body .banner .container {
    padding: 60px 0;
    background-image: url("../images/age-filter.jpg");
    background-repeat: no-repeat;
    background-position: 0 center; }
    body .banner .container-fluid h2, body .banner .container h2 {
      color: #073a4f;
      text-transform: uppercase;
      font-weight: bolder; }
    body .banner .container-fluid .resalta, body .banner .container .resalta {
      color: #073a4f;
      font-weight: bold; }
  body footer {
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    padding: 80px 0;
    color: #fff; }
    body footer ul.links {
      margin: 10px 0; }
      body footer ul.links li a {
        display: inline-block;
        color: #fff;
        text-decoration: none; }
        body footer ul.links li a:hover {
          text-decoration: none; }
  body .copy {
    background-color: #f3f2f0;
    padding: 15px 0;
    color: #b6b6b6; }
    body .copy ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body .copy ul li {
        display: inline-block;
        margin-right: 15px;
        color: #b6b6b6; }
        body .copy ul li a {
          text-decoration: none;
          color: #b6b6b6;
          font-size: 30px; }
    body .copy p {
      margin-bottom: 0; }
  body .section {
    padding: 40px 0; }
  body .contact-form {
    margin: 40px 0; }
    body .contact-form .form-control {
      border: solid 3px #b6b6b6;
      border-radius: 0;
      height: 50px;
      text-transform: uppercase; }
    body .contact-form textarea.form-control {
      height: 120px; }
    body .contact-form .btn-enviar {
      background-color: #9e9e9e;
      border-radius: 0;
      text-transform: uppercase;
      padding: 10px 40px;
      margin-top: 60px;
      color: #fff;
      cursor: pointer;
      display: inline-block; }

.copy .scroll-up {
  font-size: 40px;
  color: #b6b6b6;
  text-decoration: none; }

.titulo {
  color: #073a4f;
  margin: 20px 0;
  font-weight: bolder; }

.img-responsive {
  width: 100%; }

.bg-gray {
  background-color: #fbfbfb; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

/*==============================
=            Bouncy            =
==============================*/
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/*=====  End of Bouncy  ======*/
@media (min-width: 768px) {
  body {
    /*==============================
	=            Header            =
	==============================*/
    /*=====  End of Header  ======*/
    /*==============================
	=            Footer            =
	==============================*/
    /*=====  End of Footer  ======*/ }
    body .intro .evita {
      left: 20px;
      bottom: 20px; }
      body .intro .evita p {
        font-size: 12px; }
    body header .container {
      padding: 0; }
    body header .menu-btn {
      display: none; }
    body header nav {
      display: block;
      float: right; }
      body header nav ul {
        display: inline-block;
        background-color: transparent; }
        body header nav ul li {
          display: inline-block; }
          body header nav ul li a {
            line-height: 1.2em;
            padding: 5px 8px;
            font-size: 14px; }
            body header nav ul li a:hover, body header nav ul li a.active {
              text-decoration: none;
              color: #fff;
              background-color: transparent;
              border-bottom: solid 1px #fff; }
    body footer ul.links li a {
      display: inline-block;
      padding: 20px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      body footer ul.links li a:hover {
        text-decoration: none; } }

@media (min-width: 992px) {
  body {
    /*===============================
	=            Portada            =
	===============================*/
    /*=====  End of Portada  ======*/ }
    body .portada-home {
      height: 80vh; }
    body .quienes-somos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: justify;
      padding: 40px 0; } }
