/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #999; }
*::selection {
  background: #f1f1f2;
  color: #999; }

body {
  font-size: 20px;
  line-height: 24px;
  overflow-x: hidden;
  color: #000000;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.bold {
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal; }

.blanco {
  color: #ffffff; }

.negro {
  color: #000000; }

/*------------------------------------fin base------------------------------------- */
.navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 100;
  background: #000000; }
  .navbar.fijo {
    background: #000000; }
    .navbar.fijo .nav--logo {
      width: 100px; }
    .navbar.fijo .nav-item {
      color: #ffffff; }
      .navbar.fijo .nav-item:hover {
        color: #ffffff; }
    .navbar.fijo .btnsOut {
      color: red; }
      .navbar.fijo .btnsOut:hover {
        color: #ffffff; }
  .navbar .navbar-toggler {
    color: #ffffff; }
  .navbar .nav--logo {
    width: 170px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navbar .nav-item a {
    color: #ffffff;
    font-size: 21px;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }

.logo--depaq {
  position: relative;
  z-index: 2;
  left: 40px;
  height: 180px;
  margin: auto;
  top: 0;
  bottom: 0; }

.navbar-nav_idioma a {
  color: #fff;
  font-size: 21px; }

.one {
  border-bottom: 20px solid #000; }

.w {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .w p {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w .circulo {
    border-radius: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w:hover p {
    opacity: 1;
    top: 70px; }
  .w:hover .circulo {
    opacity: 0.7; }

.contacto {
  background: url(../images/Contacto.jpg) no-repeat center/cover; }

.input {
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  padding: 8px;
  width: 100%;
  font-size: 16px; }

input[type=submit] {
  background: #fff;
  border: 0;
  text-align: center;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input[type=submit]:hover {
    background: #000;
    color: #fff; }

.ancla {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -100px; }

.error {
  color: red;
  font-size: 12px; }

.verr {
  position: absolute;
  right: 20px;
  top: 0px; }

@media (min-width: 1024px) {
  .logo--depaq {
    position: absolute;
    left: 100px;
    height: 360px; }

  .navbar .nav-item a {
    color: #ffffff;
    font-size: 21px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; } }

/*# sourceMappingURL=estilos.css.map */