* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
}
nav {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  height: auto;
}
nav .brand-logo {
  opacity: 0;
  -webkit-transition: 0.5s ease-in all;
  -o-transition: 0.5s ease-in all;
  transition: 0.5s ease-in all;
}
nav .brand-logo img {
  width: 40px;
margin-left: 40px;
margin-top: 30px;
  -webkit-transition: 0.5s ease-in all;
  -o-transition: 0.5s ease-in all;
  transition: 0.5s ease-in all;
  background-color: #000;
}
nav ul {
  display: table;
  margin: 0 auto;
}
nav ul li {
  padding-left: 30px;
  padding-right: 30px;
}
nav ul li a {
  font-size: 1.2rem;
  color: #000!important;
}
nav ul li a:hover {
  background-color: rgba(0,0,0,0) !important;
  color: #000;
}
.section {
  padding-top: 0;
  padding-bottom: 0;
}
.table-of-contents a {
  color: inherit;
}
.table-of-contents a:hover {
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}
.table-of-contents a.active {
  font-family: 'Bebas Neue', sans-serif;
}
.table-of-contents a.active:hover {
  font-weight: bold;
}
.table-of-contents a.active,
.table-of-contents a:hover {
  border-left: 0px solid transparent;
}
section {
  width: 100%;
  float: left;
  min-height: 650px;
}
section .line {
  width: 49%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 8%;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6,
section p {
  color: #fff;
  margin: 0;
}
section .contenido_card {
  width: 70%;
  margin-bottom: 40px;
}
section .contenido_card .card_left h1,
section .contenido_card .card_left h2,
section .contenido_card .card_left h3,
section .contenido_card .card_left h4,
section .contenido_card .card_left h5,
section .contenido_card .card_left h6 {
  font-size: 1.5rem;
  font-family: 'Bebas Neue', sans-serif;
}
section .container-fluid {
  height: 100%;
}
section .container-fluid .redes {
  position: absolute;
  width: 45px;
  z-index: 10;
  top: 50%;
  right: 1%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section .container-fluid .redes img {
  width: 100%;
}
section .container-fluid .redes .collection {
  border: 1px solid transparent;
}
section .container-fluid .redes .collection .collection-item {
  background-color: transparent;
  padding: 8px;
  border-bottom: 1px solid transparent;
}
section .swiper-container {
  width: 100%;
  height: 100%;
}
section .swiper-container .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
section .swiper-container .swiper-slide span.position {
  position: absolute;
  bottom: 7%;
  left: 48%;
  color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section .swiper-container .swiper-pagination {
  left: 5% !important;
  bottom: 7% !important;
}
section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}
section .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent !important;
  width: 14px !important;
  height: 14px !important;
}
section .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
section .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.77) !important;
      -ms-transform: scale(0.77) !important;
          transform: scale(0.77) !important;
}
section .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next,
section .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.44) !important;
      -ms-transform: scale(0.44) !important;
          transform: scale(0.44) !important;
}
#home {
  height: 100vh;
  position: relative;
}
#home .logo {
  position: absolute;
  width: 170px;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home .logo img {
  width: 100%;
}
#home h1 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 3%;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  text-align: center;
  margin: 0;
}
#nosotros {
  height: 100vh;
  position: relative;
}
#que_hacemos {
  height: 100vh;
  position: relative;
}
#contacto {
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
#contacto .form {
  width: 65%;
  margin: 0 auto;
}
#contacto .form .row {
  margin: 0;
}
#contacto .form .input-field {
  margin-top: 5px;
}
#contacto .form .input-field label {
  color: #000;
}
#contacto .form .input-field input[type=text]:focus + label {
  color: #fff;
}
#contacto .form .input-field input[type=text]:focus {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
}
#contacto .form .input-field input[type=text].valid {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
}
#contacto .form .input-field input[type=text].invalid {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
}
#contacto .form .input-field .prefix.active {
  color: #fff;
}
#contacto .form .input-field input,
#contacto .form .input-field textarea {
  color: #fff;
  margin: 0;
}
#contacto .form .input-field input {
  height: 40px;
}
#contacto .form .btn {
  margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  padding-bottom: 8px;
  height: 40px;
}
#contacto .form .btn:hover {
  background-color: #ffffff;
  color: #fff;
}
#contacto .container-fluid {
  height: 100%;
  width: 100%;
}
#contacto .container-fluid .row {
  height: 100%;
}
#contacto .container-fluid .row .col {
  margin-bottom: 13px;
  height: 100%;
}
#contacto .container-fluid .row .col.ubicacion {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
}
#contacto .container-fluid .row .col .enlace_ubicacion {
  max-width: 50%;
  color: #fff;
  padding: 8px 10px;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}
#contacto .container-fluid .row .col a {
  color: #fff;
}
#precarga {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
}
#precarga .loader {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#precarga .loader img {
  width: 65%;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
#precarga .removeloader {
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sidenav {
    width: 100%;
    background-color: #ffffff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidenav .brand-logo {
    position: absolute;
    top: 2%;
    left: 1%;
    height: 100px;
    width: 100px;
  }
  .sidenav .caja-li li a {
    color: #fff !important;
    font-size: 20px;
  }
  .sidenav .redes {
    position: absolute;
    bottom: 15%;
  }
  .sidenav .redes .collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 0px solid #e0e0e0;
  }
  .sidenav .redes .collection .collection-item {
    background-color: transparent;
    border-bottom: 0px solid #e0e0e0;
  }
  .sidenav .redes .collection .collection-item a {
    width: 48px;
    padding: 0;
  }
  #home h1 {
    position: absolute;
    top: 80%;
    -webkit-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #nosotros .swiper-slide,
  #que_hacemos .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nosotros .contenido_card,
  #que_hacemos .contenido_card {
    display: block;
  }
  #contacto {
    height: auto;
  }
  #contacto .swiper-container .swiper-slide {
    display: block;
  }
  #contacto .swiper-container .swiper-slide .ubicacion {
    height: 300px !important;
  }
  #contacto .swiper-container .swiper-slide .contacto {
    min-height: 300px !important;
    display: flex;
    padding-top: 50px;
  }
  #contacto .swiper-container .swiper-pagination {
    display: none;
  }
  nav a {
    padding-top: 13px;
  }
  nav a .material-icons {
    font-size: 45px;
  }
  section container-fluid,
  section .redes,
  section .line {
    display: none;
  }
  section .swiper-container .position {
    display: none;
  }
  section .swiper-container .swiper-pagination {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .drag-target {
    display: none;
  }
  .sidenav-overlay {
    z-index: 99999;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    left: auto;
    background-color: transparent;
  }
  .sidenav-overlay:after,
  .sidenav-overlay:before {
    content: '';
    width: 4px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .sidenav-overlay:after {
    -webkit-transform: translate(-50%, -50%) rotate(-70deg);
        -ms-transform: translate(-50%, -50%) rotate(-70deg);
            transform: translate(-50%, -50%) rotate(-70deg);
  }
  .sidenav-overlay:before {
    -webkit-transform: translate(-50%, -50%) rotate(70deg);
        -ms-transform: translate(-50%, -50%) rotate(70deg);
            transform: translate(-50%, -50%) rotate(70deg);
  }
  .enlace_ubicacion {
    max-width: 100% !important;
  }
}
