/*
Theme Name: Impactainment V1
Theme URI: https://www.impactainment.com.ar
Author: Juan Peirotti
Author URI: https://www.peirotti.com.ar
Description: Sitio de Impactainment 2024
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 7.4
Version: 1.0
Text Domain: Impactainment
Tags: Indigo, Minimal
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@media (min-width: 0) {
  .container {
    max-width: 0 !important;
  }
}
@media (min-width: 320px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 568px) {
  .container {
    max-width: 568px !important;
  }
}
@media (min-width: 667px) {
  .container {
    max-width: 667px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 750px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 900px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1000px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1320px !important;
  }
}
.w-xxxs-25 {
  width: 25% !important;
}

.h-xxxs-25 {
  height: 25% !important;
}

.w-xxxs-40 {
  width: 40% !important;
}

.h-xxxs-40 {
  height: 40% !important;
}

.w-xxxs-50 {
  width: 50% !important;
}

.h-xxxs-50 {
  height: 50% !important;
}

.w-xxxs-75 {
  width: 75% !important;
}

.h-xxxs-75 {
  height: 75% !important;
}

.w-xxxs-100 {
  width: 100% !important;
}

.h-xxxs-100 {
  height: 100% !important;
}

.w-xxxs-auto {
  width: auto !important;
}

.h-xxxs-auto {
  height: auto !important;
}

@media (min-width: 320px) {
  .w-xxs-25 {
    width: 25% !important;
  }
  .h-xxs-25 {
    height: 25% !important;
  }
}
@media (min-width: 320px) {
  .w-xxs-40 {
    width: 40% !important;
  }
  .h-xxs-40 {
    height: 40% !important;
  }
}
@media (min-width: 320px) {
  .w-xxs-50 {
    width: 50% !important;
  }
  .h-xxs-50 {
    height: 50% !important;
  }
}
@media (min-width: 320px) {
  .w-xxs-75 {
    width: 75% !important;
  }
  .h-xxs-75 {
    height: 75% !important;
  }
}
@media (min-width: 320px) {
  .w-xxs-100 {
    width: 100% !important;
  }
  .h-xxs-100 {
    height: 100% !important;
  }
}
@media (min-width: 320px) {
  .w-xxs-auto {
    width: auto !important;
  }
  .h-xxs-auto {
    height: auto !important;
  }
}
@media (min-width: 568px) {
  .w-xs-25 {
    width: 25% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
}
@media (min-width: 568px) {
  .w-xs-40 {
    width: 40% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
}
@media (min-width: 568px) {
  .w-xs-50 {
    width: 50% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
}
@media (min-width: 568px) {
  .w-xs-75 {
    width: 75% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
}
@media (min-width: 568px) {
  .w-xs-100 {
    width: 100% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
}
@media (min-width: 568px) {
  .w-xs-auto {
    width: auto !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
}
@media (min-width: 667px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
}
@media (min-width: 667px) {
  .w-sm-40 {
    width: 40% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
}
@media (min-width: 667px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
}
@media (min-width: 667px) {
  .w-sm-75 {
    width: 75% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
}
@media (min-width: 667px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 667px) {
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
}
@media (min-width: 768px) {
  .w-md-40 {
    width: 40% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
}
@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-40 {
    width: 40% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-75 {
    width: 75% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-40 {
    width: 40% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-50 {
    width: 50% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-75 {
    width: 75% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-100 {
    width: 100% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
}
@media (min-width: 1920px) {
  .w-xxxl-25 {
    width: 25% !important;
  }
  .h-xxxl-25 {
    height: 25% !important;
  }
}
@media (min-width: 1920px) {
  .w-xxxl-40 {
    width: 40% !important;
  }
  .h-xxxl-40 {
    height: 40% !important;
  }
}
@media (min-width: 1920px) {
  .w-xxxl-50 {
    width: 50% !important;
  }
  .h-xxxl-50 {
    height: 50% !important;
  }
}
@media (min-width: 1920px) {
  .w-xxxl-75 {
    width: 75% !important;
  }
  .h-xxxl-75 {
    height: 75% !important;
  }
}
@media (min-width: 1920px) {
  .w-xxxl-100 {
    width: 100% !important;
  }
  .h-xxxl-100 {
    height: 100% !important;
  }
}
@media (min-width: 1920px) {
  .w-xxxl-auto {
    width: auto !important;
  }
  .h-xxxl-auto {
    height: auto !important;
  }
}
.wsp_green {
  color: #19bd3e;
}

.indigo {
  color: #3b3b6a;
}

.lightbeige {
  color: #f1f0e8;
}

.darkbeige {
  color: #858279;
}

.blackbeige {
  color: #858279;
}

.bg-indigo {
  background-color: #3b3b6a;
}

.bg-lightbeige {
  background-color: #56569b;
}

.bg-lighterbeige {
  background-color: #e1dfd6;
}

.bg-darkbeige {
  background-color: #858279;
}

.bg-blackbeige, .modal.cultura .carousel-caption p {
  background-color: #3b3735;
}

.bg-darkerbeige {
  background-color: #7b786f;
}

.gradient-bg {
  background: linear-gradient(to bottom, #e7e2da, white);
}

.bg-softblack {
  background-color: #1a1a1a;
}

.bg-softerblack {
  background-color: #2f2e2e;
}

.lightgrey {
  color: #9d9ca2;
}

.cream {
  color: #f0eff5;
}

.black {
  color: #070709;
}

.no-underline {
  text-decoration: none;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 1.65rem;
  }
}

html,
body {
  scroll-behavior: smooth;
  color: #070709;
  background-color: #f0eff5;
  font-family: "Poppins";
  font-size: 1em;
}
@media (max-width: 1919.98px) {
  html,
  body {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  html,
  body {
    font-size: 0.9em;
  }
}
@media (max-width: 767.98px) {
  html,
  body {
    font-size: 1em;
  }
}

body {
  display: flex;
  flex-direction: column;
}

#main {
  flex-grow: 1;
  margin-bottom: 5em;
}

#home {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
}
#home .corner-button a {
  color: #070709;
  text-decoration: none;
}
#home .corner-button a:hover {
  background-color: #070709;
}
#home .quote-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.3em;
}
@media (max-width: 767.98px) {
  #home .quote-box {
    font-size: 1.1em;
  }
}
#home .quote-box i.fas {
  font-size: 3em;
  color: white;
}
#home .quote-box i.fa-quote-left {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  #home .quote-box i.fa-quote-left {
    position: absolute;
    left: 45%;
    top: -50%;
    transform: translateY(100%);
  }
}
#home .quote-box i.fa-quote-right {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  #home .quote-box i.fa-quote-right {
    position: absolute;
    right: 44%;
    top: 70%;
    transform: translateY(100%);
  }
}
#home .quote-box .frase {
  padding: 0 50px;
  color: white;
}
@media (max-width: 767.98px) {
  #home .quote-box .frase {
    padding: 0 0px;
  }
}
#home .login .indicacion {
  color: white;
}
#home .login .indicacion-email {
  color: white;
}
#home .login .login-error-message {
  color: #e58a8a;
}
#home .login #loginform {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 4em;
}
#home .login #loginform label {
  display: none;
}
#home .login #loginform .login-username,
#home .login #loginform .login-submit {
  height: 100%;
  margin-bottom: 0px;
}
#home .login #loginform input[type=password],
#home .login #loginform input[type=text] {
  background: rgb(255, 255, 255);
  border-radius: 0;
  padding: 0.3em 0.5em;
  border: solid 2px #ffffff;
  font-size: 1.5em;
  height: 100%;
  text-transform: uppercase;
  color: #898788;
  width: 100%;
}
#home .login #loginform input[type=password]::placeholder,
#home .login #loginform input[type=text]::placeholder {
  color: #c3d7dd;
}
#home .login #loginform input[type=password] {
  display: none;
}
#home .login #loginform input[type=submit] {
  position: relative;
  color: white;
  background: #898788;
  width: 3em;
  height: 100%;
  border: none;
  font-size: 1.5em;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .top-banner {
    height: initial;
  }
}
@media (min-width: 768px) {
  .top-banner {
    height: 25vh;
  }
}
@media (min-width: 1440px) {
  .top-banner {
    height: 25vh;
  }
}
@media (min-width: 1920px) {
  .top-banner {
    height: 25vh;
  }
}
.top-banner .frase .titulo {
  color: #070709;
}
.top-banner .frase .subtitulo {
  color: #070709;
}
.top-banner .whatsapp-button a {
  text-decoration: none;
}
.top-banner .whatsapp-button a .fa-whatsapp {
  color: white;
  background-color: #25d366;
  border-radius: 60%;
  padding: 0.5em 0.55em;
  font-size: 1.8em;
  transition: all 0.3s ease;
}
.top-banner .whatsapp-button a .fa-whatsapp:hover {
  background-color: #42e17d;
  transform: scale(1.1);
}
.top-banner .whatsapp-button a .fa-whatsapp::before {
  vertical-align: top;
}

#post-grid .post-item a {
  box-sizing: border-box;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 10;
}
#post-grid .post-item .post-image {
  overflow: hidden;
  cursor: pointer;
}
#post-grid .post-item .post-image img {
  transition: transform 0.3s ease;
}
#post-grid .post-item:hover .post-image img {
  transform: scale(1.1);
}
#post-grid .post-item .post-content p {
  margin: 0;
}
#post-grid .post-item .post-content .post-title {
  color: #070709;
  text-transform: uppercase;
  font-size: 1.3em;
}
#post-grid .post-item .post-content .fecha {
  color: #070709;
  position: relative;
  text-transform: uppercase;
  margin: auto;
  font-size: 0.9em;
}

.zona-extra {
  border: solid 1px #9d9ca2;
}
.zona-extra .item {
  width: 20%;
  text-align: center;
  color: #9d9ca2;
}
.zona-extra .item a {
  text-decoration: none;
  color: #9d9ca2;
}
.no-radius-mobile {
  border-radius: 0em !important;
}

.slight-radius-1, #post-grid .post-item {
  border-radius: 0.1em;
}

.slight-radius-top-1 {
  border-top-right-radius: 0.1em;
  border-top-left-radius: 0.1em;
}

.slight-radius-left-1, .modal .carousel-caption p {
  border-bottom-left-radius: 0.1em;
  border-top-left-radius: 0.1em;
}

.shadow-strong, .modal .carousel-caption p {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.6);
}

.shadow-page {
  box-shadow: 0.5rem 0.5rem 1.2rem rgba(0, 0, 0, 0.2);
}

.text-shadow-1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.text-shadow-2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.text-shadow-3 {
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.navbar {
  z-index: 500;
  background: #f0eff5;
  color: #070709;
}
.navbar .navbar-brand {
  color: white;
  width: 200px;
}
.navbar .navbar-brand:hover {
  color: white;
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
}
.navbar .user-info {
  color: #070709;
}
@media (max-width: 767.98px) {
  .navbar .user-info {
    width: 100%;
    text-align: center;
  }
}
.navbar .user-info .welcome {
  color: #070709;
}
.navbar .user-info .logoff a {
  color: #070709;
  text-decoration: none;
}
.navbar .user-info .logoff a:hover {
  color: #070709;
}

#post {
  color: #070709;
}
#post .post-title {
  font-size: 2em;
}
#post .post-subtitle p {
  margin: 0;
}
#post .videos .thumbs .list-group {
  border: solid 1px #9d9ca2;
}
#post .videos .thumbs .list-group button {
  background: transparent;
  border: none;
  height: 20%;
  color: #9d9ca2;
  border-radius: 0;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767.98px) {
  #post .videos .thumbs .list-group button {
    height: 6vh;
  }
}
#post .pdf {
  border-bottom: 2px solid white;
}
#post .pdf .intro {
  color: #070709;
}
#post .pdf .drawer {
  border: solid 1px #9d9ca2;
  background: transparent;
}
@media (max-width: 767.98px) {
  #post .pdf .drawer {
    width: 100%;
    left: 0;
  }
}
#post .pdf .drawer .file {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.1s ease-in-out;
}
#post .pdf .drawer .file:hover {
  transform: scale(1.05);
}
#post .pdf .drawer .file .title {
  width: 150px;
  color: #9d9ca2;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  font-size: 0.9rem;
  padding-bottom: 15px;
  line-height: 1.2em;
}
#post .under-shadow {
  height: 30px;
  background: linear-gradient(0deg, #ffffff 0%, #ececec 100%);
}
#post .gallery .intro {
  color: #aaa9b5;
}
#post .gallery .post-gallery {
  position: relative;
}
@media (max-width: 767.98px) {
  #post .gallery .post-gallery .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 70px;
  }
}
@media (max-width: 767.98px) {
  #post .gallery .post-gallery .col {
    padding: 0.3em;
  }
}
@media (max-width: 991.98px) {
  #post .gallery .post-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
#post .gallery .post-gallery .image-thumb img {
  transition: all 0.1s ease-in-out;
}
#post .gallery .post-gallery .image-thumb img:hover {
  transform: scale(1.05);
  box-shadow: 0.3em 0.3em 0.8em rgba(0, 0, 0, 0.3) !important;
}
#post .post-content h3 {
  font-weight: 100;
  margin-top: 1em;
}

.mobile-corner-float {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 0px;
  right: 0px;
}
.mobile-corner-float::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #64856a 0%, #406a47 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%); /* Diagonal cut effect */
  z-index: -1; /* Behind the icon */
}
.mobile-corner-float .whatsapp-button {
  background-color: #25d366;
  border: 1px solid #77d986;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.mobile-corner-float .whatsapp-button .whatsapp-icon {
  margin-top: 10px;
  margin-left: 2px;
}

@media (max-width: 767.98px) {
  #legalmodal {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
#legalmodal .modal-dialog {
  bottom: 15%;
}
@media (max-width: 767.98px) {
  #legalmodal .modal-dialog {
    bottom: 0%;
  }
}

@media (max-width: 767.98px) {
  .modal .modal-content {
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-body {
    padding: 0.3em;
  }
}
.modal .carousel-item {
  transition-duration: 0.4s;
}
.modal .carousel-control-next-icon,
.modal .carousel-control-prev-icon {
  background-color: #1f1f38;
  padding: 1.5em;
  border: 1px solid white;
  background-size: 70% 70%;
}
.modal .carousel-indicators {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  text-align: left;
  margin-left: 1em;
  padding: 0.5em 1em;
  align-items: end;
  margin-bottom: 0;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .modal .carousel-indicators {
    bottom: 0;
    justify-content: center;
    margin: 0em;
  }
}
.modal .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  border: none;
  margin: 0 5px;
  opacity: 0.6;
  cursor: pointer;
}
.modal .carousel-indicators li.active {
  opacity: 1;
}
.modal .carousel-caption {
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 70%;
  right: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .modal .carousel-caption {
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .modal .carousel-caption {
    bottom: 0px;
    left: 0;
  }
}
.modal .carousel-caption p {
  background-color: rgba(59, 59, 106, 0.8);
  color: #fff;
  padding: 10px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .modal .carousel-caption p {
    background-color: #3b3b6a;
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  .modal .carousel-caption.caption-animate-down {
    bottom: -60px;
  }
}
.modal.cultura .carousel-caption p {
  color: #f1f0e8;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.is-type-video {
  margin-bottom: 2em;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f0e8;
}

#footer {
  background-color: #3b3b6a;
  color: white;
  font-size: 0.9em;
  flex-shrink: 0;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .logo {
  width: 200px;
}
@media (min-width: 1280px) {
  #footer .logo {
    width: 150px;
  }
}
@media (min-width: 1440px) {
  #footer .logo {
    width: 170px;
  }
}
@media (min-width: 1920px) {
  #footer .logo {
    width: 200px;
  }
}
#footer .higher-col {
  position: relative;
  top: -40px;
  background: rgb(165, 163, 154);
  background: linear-gradient(0deg, rgb(165, 163, 154) 0%, #918f84 100%);
}
@media (max-width: 767.98px) {
  #footer .higher-col {
    top: 0px;
  }
}
#footer .glow-green {
  text-shadow: rgba(169, 214, 133, 0.9) 0px 0px 23px;
  color: #f1ffdc;
}
#footer .glow-orange {
  text-shadow: rgba(229, 198, 114, 0.9) 0px 0px 23px;
  color: #fcffd9;
}
#footer .glow-pink {
  text-shadow: rgba(229, 129, 200, 0.9) 0px 0px 23px;
  color: antiquewhite;
}
#footer .glow-blue {
  text-shadow: rgba(114, 215, 205, 0.9) 0px 0px 23px;
  color: #e9ffea;
}
#footer .border-green {
  border-left: 1px solid #aacf63;
}
#footer .border-orange {
  border-left: 1px solid #cfb263;
}
#footer .border-pink {
  border-left: 1px solid #db8ec1;
}
#footer .border-blue {
  border-left: 1px solid #80cbbc;
}