/* @font-face {
  font-family: "brandon-grotesque";
  src: url("../webfonts/Brandon Grotesque/") format("truetype");
}

body {
  font-family: "brandon-grotesque", cursive;
} */

a {
  cursor: pointer;
}

#home #footer-container {
  margin-top: 0;
  margin-left: auto;
}

.dinterior {
  opacity: 0.5;
  font-size: 35px;
  color: white;
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  letter-spacing: 3px;
}

.nav ul.menu li a {
  text-align: left;
}

.swal-height {
  height: 20vh;
}

body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(10px);
}

nav ul ul {
  display: none;
  position: absolute;
  top: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px;
}

nav ul.menu li {
  text-align: left;
  padding: 1%;
  width: 100%;
}

ul > li > ul > div {
  /* border: solid 1px black; */
  width: 100%;
  margin: 1px;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  padding: 10px;
  /*  filter: blur(0.5px);
     */

  background: rgba(255, 255, 255, 0.88);
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

#slidermueble {
  /* padding-top: 150px; */
}

h2.tisa {
  font-size: 20px;
  padding-top: 20px;
}

.work-heading > h1 {
  padding-top: 20px;
}

nav > .menu {
  display: flex;
  justify-content: space-around;
  width: 30vw;
  align-items: center;
}

.contacto_footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.i_f {
  text-align: center;
  padding: 10px;
}

.copyrights {
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.contactos_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#footer-container #bottom {
  padding-bottom: 90px;
}

.bio-text > p {
  font-size: 20px;
}

.tabs {
  font-family: "brandon-grotesque", sans-serif;
}

nav a {
  padding: 5px;
}

#loading2 {
  display: none;
  font-size: 49px;
  z-index: 999;
}

.wath_float {
  right: 20px;
  bottom: 20px;
  position: fixed;
  width: 3%;
}

@media (min-width: 1000px) {
  .wath_float {
    right: 20px;
    bottom: 20px;
    position: fixed;
    width: 4%;
  }

  nav > .menu {
    width: 35%;
  }

  video {
    /*    width: 100%;
           height: 80vh; */
    width: 100%;
    height: 80vh;
  }

  .clearfix.vid {
    height: 100vh;
  }

  .container.elvideo {
    padding-top: 0px;
    height: 100vh;
  }
}

@media (max-width: 760px) {
  video {
    height: 40vh;
    width: 100%;
  }

  .container {
  }

  .wath_float {
    right: 20px;
    bottom: 20px;
    position: fixed;
    width: 15%;
  }

  nav > .menu {
    width: 30vw;
  }

  #loading2 {
    display: block;
  }

  .nav ul.menu li a {
    text-align: left;
  }

  ul > li > ul > li > a {
    padding: 5px;
    text-align: center;
    font-size: 12px;
  }

  .nav ul.menu {
    width: 88%;
  }

  #nav-wrapper {
    width: 100%;
  }

  .contacto_footer {
    padding-bottom: 15px;
  }

  .contactos_footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  #row {
    padding: 0px;
  }

  .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
  }

  .bio {
    float: left;
    width: 99%;
    display: inline;
  }

  ul {
    background-color: white;
    border-radius: 5px;
  }

  ul > li > ul > li > a {
    padding: 4px;
    text-align: center;
    font-size: 12px;
    display: block;
  }

  #logo-holder {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header {
    width: 100%;
  }

  /* width del menu ppal */
  .nav ul.menu {
    max-width: 49%;
  }

  .nav ul.menu li a {
    text-align: left;
    font-size: 12px;
    padding: 4px;
  }

  h2.tisa {
    font-size: 10px;
    padding-top: 20px;
  }
}
