@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@font-face {
  font-family: 'aleobold';
  src: url('../themes/cantalupe/assets/fonts/Aleo-Bold-webfont.eot');
  src: url('../themes/cantalupe/assets/fonts/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cantalupe/assets/fonts/Aleo-Bold-webfont.woff') format('woff'), url('../themes/cantalupe/assets/fonts/Aleo-Bold-webfont.ttf') format('truetype'), url('../themes/cantalupe/assets/fonts/Aleo-Bold-webfont.svg#aleobold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleolight';
  src: url('../themes/cantalupe/assets/fonts/Aleo-Light-webfont.eot');
  src: url('../themes/cantalupe/assets/fonts/Aleo-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cantalupe/assets/fonts/Aleo-Light-webfont.woff') format('woff'), url('../themes/cantalupe/assets/fonts/Aleo-Light-webfont.ttf') format('truetype'), url('../themes/cantalupe/assets/fonts/Aleo-Light-webfont.svg#aleolight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleoregular';
  src: url('../themes/cantalupe/assets/fonts/Aleo-Regular-webfont.eot');
  src: url('../themes/cantalupe/assets/fonts/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/cantalupe/assets/fonts/Aleo-Regular-webfont.woff') format('woff'), url('../themes/cantalupe/assets/fonts/Aleo-Regular-webfont.ttf') format('truetype'), url('../themes/cantalupe/assets/fonts/Aleo-Regular-webfont.svg#aleoregular') format('svg');
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif; }

a, a:hover, a:focus {
  text-decoration: none; }

.page-title {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.1em; }

.page-section {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.page-background {
  width: 100%;
  height: 200px;
  display: block; }

.sub-title {
  color: #003d6d;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2rem; }

.section-title {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px; }

.page-top {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

.page-top-single {
  height: 0; }

@media (min-width: 768px) {
  .page-background {
    height: 300px; } }

@media (min-width: 992px) {
  .page-top {
    height: 400px; }

  .page-top-single {
    height: 150px; }

  .page-section {
    padding-top: 4rem;
    padding-bottom: 4rem; }

  .page-title {
    font-size: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.25rem;
    -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

  .sub-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem; } }

@media (min-width: 1200px) {
  .page-top {
    height: 500px; }

  .page-top-single {
    height: 150px; }

  .page-title {
    font-size: 2.25rem; } }

header .navbar-brand {
  font-size: 0;
  width: 160px;
  height: 28px;
  background: transparent url('../themes/cantalupe/assets/img/logo.svg') left top no-repeat;
  background-size: cover; }
  header .navbar-nav {
    font-family: "Lato", sans-serif;
    text-transform: uppercase; }
  header .navbar-toggler:not(:disabled):not(.disabled) {
    outline: none; }
  header .nav-link {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8); }
    header .nav-link:hover {
      color: rgba(0, 0, 0, 1); }
  header .dropdown-menu {
    border: none; }
  header .dropdown-item {
    font-weight: 600;
    padding: 0.5rem 1.5rem; }

@media (min-width: 768px) {
  header .nav-link {
    margin-left: 0.75rem; } }

@media (min-width: 992px) {
  header .navbar {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem;
    z-index: 4000; }
    header .navbar-brand {
      background-image: url('../themes/cantalupe/assets/img/logo-i.svg');
      width: 244px;
      height: 42px; }
    header .nav-link {
      color: rgba(255, 255, 255, 0.85); }
      header .nav-link:hover {
        color: rgba(255, 255, 255, 1); }
    header .active {
      position: relative; }
      header .active:after {
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ed1066; }
    header .dropdown-menu {
      background: rgba(0, 0, 0, 0.4); }
    header .dropdown-item {
      color: rgba(255, 255, 255, 0.7);
      padding: 0.5rem 1.5rem; }
      header .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.7); }
    header .dropdown:hover > .dropdown-menu {
      display: block; } }

.footer-top {
  background-color: #003d6d;
  border-top: 3px solid #ed1066;
  padding: 2em 0 1em; }
  .footer-top img {
    width: 190px;
    display: block;
    margin-bottom: 1em; }
  .footer-top .nav {
    flex-direction: column; }
  .footer-top .nav-link {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; }

.footer-bottom {
  padding: 0.75em 0;
  background-color: #083558;
  color: rgba(255, 255, 255, 0.3); }
  .footer-bottom a {
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.2s ease-in-out; }
    .footer-bottom a:hover {
      color: #ed1066;
      transition: color 0.2s ease-in-out; }

@media (min-width: 768px) {
  .footer-top {
    padding: 2rem 0; }
    .footer-top .row {
      align-items: center; }
    .footer-top img {
      margin: 0; }
    .footer-top .nav {
      flex-direction: row;
      justify-content: flex-end; }
    .footer-top .nav-item:first-of-type {
      border-right: 2px solid #fff;
      padding-right: 1rem; }
    .footer-top .nav-link {
      margin-left: 1rem;
      padding: 0; }

  .footer-bottom .col-12 {
    display: flex;
    justify-content: flex-end; } }

.separator {
  border: none;
  width: 56px;
  height: 2px; }

.separator-secondary {
  background-color: #ed1066; }

.separator-primary {
  background-color: #003d6d; }

@media (min-width: 992px) {
  .separator {
    border: none;
    width: 76px;
    height: 5px; } }

.btn {
  border-radius: 2em;
  font-family: 'Lato';
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  font-weight: 600; }

.card {
  border: none;
  border-radius: 0; }
  .card .card-title {
    font-family: "Lato";
    text-transform: uppercase;
    letter-spacing: 1px; }

.owl-logos .owl-item img {
  display: inline;
  text-align: center;
  width: 80px;
  filter: grayscale(100%); }
  .owl-logos .owl-dots .owl-dot {
    outline: none; }
  .owl-logos .owl-dots .owl-dot span {
    background: rgba(0, 61, 109, 0.3); }
  .owl-logos .owl-dots .owl-dot.active span, .owl-logos .owl-dots .owl-dot:hover span {
    background: #003d6d; }

.owl-obras {
  margin-bottom: 1rem; }
  .owl-obras .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0; }
    .owl-obras .owl-nav button.owl-prev, .owl-obras .owl-nav button.owl-next {
      margin: 0;
      background: rgba(0, 0, 0, 0.3);
      padding: 2rem;
      color: #fff;
      border-radius: 0; }
  .owl-obras i {
    padding: 1rem;
    font-size: 1rem; }

@media (min-width: 576px) {
  .owl-obras i {
    padding: 1.5rem 1rem;
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  .owl-obras i {
    font-size: 2rem; } }

.section-info .lead {
  font-family: 'Lato', sans-serif;
  color: #003d6d;
  font-weight: 500; }

@media (min-width: 992px) {
  .section-info .col-12:first-of-type {
    border-right: 1px solid #888; } }

@media (min-width: 1200px) {
  .section-info .row {
    align-items: center; }
    .section-info .col-12:first-of-type {
      padding-right: 3rem; }
    .section-info .col-12:last-of-type {
      padding-left: 3rem; } }

.col-list-data .list-group .list-group-item {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .col-list-data .list-group .list-group-item a {
    color: #484848;
    text-decoration: none; }
    .col-list-data .list-group .list-group-item a:hover {
      color: #003d6d; }
    .col-list-data .list-group .list-group-item a i {
      color: #003d6d; }

.nav-pills {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  .nav-pills .nav-link {
    color: #454545;
    border-radius: 0;
    border-bottom: 2px solid #003d6d;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .nav-pills .nav-link.active {
    color: #454545;
    background-color: transparent;
    border-bottom: 2px solid #ed1066; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .nav-pills .flex-sm-fill {
    flex: 1 1 50% !important; } }

@media (min-width: 992px) {
  .nav-pills {
    margin-left: 2rem;
    margin-right: 2rem; }
    .nav-pills .nav-link {
      padding: 0.75rem;
      padding-bottom: 1.5rem; } }

.hero {
  display: flex;
  align-items: center;
  color: #fff;
  height: calc(100vh - 57px); }
  .hero .hero-title {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 2.5rem; }
  .hero .jumbotron {
    background-color: transparent;
    margin: 0; }
  .hero .lead {
    margin-bottom: 3rem;
    font-size: 2.3rem; }

.home-obras {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .home-obras .card {
    transition: all 0.3s ease;
    overflow: hidden; }
  .home-obras .card:hover {
    transition: all 0.3s ease;
    background-color: #003d6d;
    color: #fff; }
  .home-obras .card:hover .btn {
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateY(0); }
  .home-obras .card:hover .card-title a {
    color: #fff; }
  .home-obras .card .btn {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.3s ease; }
  .home-obras .card .card-title a {
    color: #212529; }
  .home-obras .card-title {
    font-size: 1.5rem; }
  .home-obras .card-img-top {
    border-radius: 0; }

.home-partners {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3e3e3; }

@media (max-width: 575px) {
  .home-obras .col-12 {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .hero .lead {
    font-size: 1rem; }

  .home-obras .col-12:not(:last-of-type) .card {
    margin-bottom: 3rem; } }

@media (min-width: 992px) {
  .hero {
    height: 100vh; }
    .hero .hero-title {
      font-size: 3rem; }
    .hero .lead {
      margin-bottom: 4rem; } }

@media (min-width: 1200px) {
  .hero .hero-title {
    font-size: 4rem; } }





.section-grey {
  background-color: #eaeaea; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex .flex-item {
    margin-bottom: 1rem;
    width: 100%;
    padding-left: 1rem;
    position: relative; }
  .flex .flex-item:after {
    content: '';
    height: 0.4em;
    width: 0.4em;
    display: block;
    background-color: #212529;
    position: absolute;
    transform: rotate(45deg);
    top: 0.65em;
    left: 0; }

ul {
  list-style-type: none;
  padding: 0; }

@media (min-width: 992px) {
  .flex .flex-item {
    width: 50%;
    padding-right: 2rem; } }

.novedad-card:not(:last-of-type) {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.media {
  flex-wrap: wrap; }
  .media .btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.7em; }

.noticia-img {
  display: block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 1; }

.noticia-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em; }

.categoria {
  font-family: 'Lato';
  display: block;
  margin-bottom: 1rem;
  font-weight: 600; }

.categoria-vial {
  color: #03d0b1; }

.categoria-civil {
  color: #0ca6e6; }

.categoria-elect {
  color: #1d5bc0; }

.novedades-content {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da; }

@media (max-width: 768px) {
  .noticia-img {
    height: 240px;
    flex: 100%;
    margin-bottom: 1.5rem; }

  .noticia-title {
    font-size: 1.5rem; }

  .categoria {
    display: block;
    margin-bottom: 1rem; } }

@media (max-width: 575.98px) {
  .noticia-img {
    height: 40vw; } }

@media (min-width: 768px) {
  .noticia-img {
    height: 200px;
    margin-right: 1.5rem; }

  .noticia-title {
    font-size: 1.5rem; }

  .media-body {
    flex: 2; } }

@media (min-width: 992px) {
  .media-body {
    flex: 3; }

  .noticia-title {
    font-size: 1.75rem; } }

@media (min-width: 1200px) {
  .media-body {
    flex: 4; } }

#map {
  height: 100vw; }

.section-contacto .lead {
  font-family: 'aleoregular'; }
  .section-contacto .form-group {
    margin-bottom: 0.5rem; }
  .section-contacto label {
    display: none; }
  .section-contacto .list-group {
    padding-top: 1.5rem; }

@media (min-width: 576px) {
  #map {
    height: 300px; }

  .section-contacto .lead {
    width: 90%;
    margin: auto; } }

@media (min-width: 768px) {
  .section-contacto .lead {
    width: 80%;
    margin: auto; }

  .col-form {
    border-right: 1px solid #ced4da;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .col-list-data {
    padding-left: 2rem;
    padding-top: 1px;
    padding-bottom: 1rem; } }

@media (min-width: 992px) {
  .section-contacto .lead {
    width: 60%;
    margin: auto; }
    .section-contacto .row {
      justify-content: center; } }

@media (min-width: 1200px) {
  .section-contacto .lead {
    width: 50%;
    margin: auto; }

  #map {
    height: 400px; } }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  grid-auto-rows: 1fr;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #ced4da; }

.grid::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1; }

.grid > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1; }
/* Just to make the grid visible */
.grid-item {
  background-position: center center;
  background-size: cover;
  background-color: #ddd;
  margin: 10px;
  overflow: hidden;
  position: relative; }

.grid-link h1, .grid-link h2:not(:first-of-type), .grid-link h3, .grid-link h4, .grid-link h5, .grid-link h6 {
  display: none; }
  .grid-link ul, .grid-link li {
    margin: 0;
    padding: 0;
    display: inline-block; }

.grid-elect, .grid-vial, .grid-civil {
  border-top-width: 5px;
  border-top-style: solid; }

.grid-elect {
  border-color: #1d5bc0; }

.grid-vial {
  border-color: #03d0b1; }

.grid-civil {
  border-color: #0ca6e6; }

.grid-item-content .obra-title, .grid-item-content p {
  color: #454545; }
  .grid-item-content p {
    font-size: 0.8rem; }

.grid-item-content {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.grid-secondary .grid-item-content {
  background-color: rgba(0, 0, 0, 0.8); }
  .grid-secondary .grid-item-content * {
    color: rgba(240, 240, 240, 0.8) !important; }

.obra-title {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: flex;
  place-content: center;
  height: 40px; }

@media (min-width: 768px) {
  .grid:not(.grid-secondary) .grid-item:hover .grid-item-content {
    transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0%); }
    .grid:not(.grid-secondary) .grid-item:hover .grid-item-content .obra-title {
      height: auto; }
    .grid:not(.grid-secondary) .grid-item:hover .grid-item-content p, .grid:not(.grid-secondary) .grid-item:hover .grid-item-content .btn {
      opacity: 1;
      transition: all 600ms ease-in; }

  .grid-item-content {
    transform: translateY(68%);
    padding: 1rem;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
    left: 0; }
    .grid-item-content p, .grid-item-content .btn {
      opacity: 0;
      transition: all 600ms ease-in; } }

@media (max-width: 1199.98px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr)); } }

@media (max-width: 991.98px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }

@media (max-width: 767.98px) {
  .grid-item-content p, .grid-item-content .btn {
    display: none; }

  .grid-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .obra-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 1rem;
    height: auto;
    color: rgba(240, 240, 240, 0.8) !important; } }

@media (max-width: 575.98px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }

.slide-img {
  height: 60vw;
  background-size: cover;
  background-position: center center;
  background-repeat: none; }

.row-obras-features {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: center; }
  .row-obras-features .obra-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .row-obras-features .obra-feature-image {
    margin-bottom: 1.5rem;
    max-width: 60px; }
  .row-obras-features .obra-feature-title {
    font-size: 1rem;
    font-weight: 600;
    color: #003d6d; }
  .row-obras-features .obra-feature-text {
    font-size: 0.9em; }

.icon-capacidad {
  width: 60px; }

.icon-inversion {
  width: 70px; }

.icon-hormigon {
  width: 70px; }

.icon-movimientos {
  width: 60px; }

.icon-personas {
  width: 80px; }

.icon-poblacion {
  width: 80px; }

.contenido-obra h1, .contenido-obra h2, .contenido-obra h3, .contenido-obra h4, .contenido-obra h5, .contenido-obra h6 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #003d6d; }

@media (min-width: 576px) {
  .slide-img {
    height: 250px; }

  .row-obras-features .obra-feature-image {
    height: 80px; } }

@media (min-width: 768px) {
  .slide-img {
    height: 350px; } }

@media (min-width: 992px) {
  .slide-img {
    height: 450px; }

  .col-obra-data {
    border-right: 1px solid #888; } }

.section-proveedores fieldset {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem; }
  .section-proveedores legend {
    font-family: "Lato"; }

#modalCodigoEtica .modal-content {
  border-radius: 0;
  border: none; }
  #modalCodigoEtica .modal-header {
    border-radius: 0;
    background-color: #003d6d;
    color: #fff; }
  #modalCodigoEtica .modal-header .close {
    opacity: 0.9;
    color: #fff; }
  #modalCodigoEtica .modal-title {
    font-size: 1.5rem; }
  #modalCodigoEtica h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem; }

@media (min-width: 992px) {
  #modalCodigoEtica .modal-body {
    height: 400px;
    overflow-y: scroll; } }

@media (max-width: 991.98px) {
  #modalCodigoEtica .modal-dialog-centered {
    align-items: flex-start; }
    #modalCodigoEtica .modal-body {
      height: 70vh;
      overflow-y: scroll; } }

.focus-in-contract {
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.fade-in-bottom-d-600 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 600ms both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 600ms both; }

.fade-in-bottom-d-1200 {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1200ms both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1200ms both; }

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@media screen and (min-width: 992px) {
  .dropdown-menu {
    -webkit-animation: scale-in-tl 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-tl 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } }

@-webkit-keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }

@keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; } }
