body{
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

a {
  font-size: initial;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
.h1{
  letter-spacing: 6px;
}
.h2{
  letter-spacing: 4px;
}
.h3{
  letter-spacing: 2px;
}
.tx-125{
  font-size: 1.25rem;
}
.tx-default{
  color: #666666;
}
.tx-500{
  font-weight: 500;
}
.text-black{
  color: #222222;
}
.invisible{
  visibility: hidden;
}
.bg-green{
  background-color: #7caa3f !important;
}
.btn-default{
  background-color: #e1e1e1;
}
.page-item.active .page-link {
  background-color: #678d35;
  border-color: #678d35;
}
.page-link{
  color: #678d35;
}
.btn{
  border-radius: 0;
  padding: .325rem 1.375rem;
  text-transform: uppercase;
  font-weight: 700;
  border-width: 0;
}
.btn-light{
  border: 2px solid #222;
}
.btn-primary{
  background-color: #7caa3f;
  border-color: #7caa3f;
}
.btn-primary:hover {
  background-color: #678d35;
  border-color: #678d35;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #678d35;
  border-color: #678d35;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #678d35;
  border-color: #678d35;
  opacity: 0.5;
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #7caa3f;
  border-color: #7caa3f;
  box-shadow: 0 0 0 0.2rem rgba(124, 170, 63, 0.5);
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7caa3f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(124, 170, 63, 0.25);;
}
.card.bd-2{
  border-width: 2px;
  border-radius: 0;
}
.btn-lg{
  letter-spacing: 2px;
}
.bg-black{
  background-color: #000;
}
.bg-brown{
  background-color: #754c28;
}
.bg-mint-green{
  background-color: #41be7e;
}
.bg-turquese{
  background-color: #39aaa3;
}
.bg-dark-turquese{
  background-color: #249991;
}
.bg-gray{
  background-color: #dfe4e9;
}
.progress-bar-vertical {
  width: 10px;
  min-height: 100px;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.rotate-180{
  transform: rotate(180deg);
}
.popover-body{
  font-weight: 700;
}
.r-0{
  right: 0;
}
/* COMPONENTS */
#loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #8dc63f;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: .1rem;
    -webkit-box-shadow: 2px 2px 2px #00000036;
    border-radius: 3px;
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    left: calc(-0.5rem - 0px);
    width: 1rem;
    height: 1rem;
    margin: .1rem 0;
    margin-top: 0.0rem;
}

.popover-body {
    padding: 0.1rem .25rem;
    color: #212529;
}

.spin{
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0%  {transform: rotate(0deg);}
  100% {transform: rotate(360deg);} 
}
#content{
  padding-top: 85px;
  min-height: calc(100vh - 136px);
}
#main-navbar{
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.075);
}
#main-navbar .navbar-nav .nav-item{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  align-content: center;
  align-items: center;
}
#main-navbar .navbar-nav .nav-link{
  color: #000;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
#main-navbar .nav-item.active .nav-link{
  border-bottom: 2px solid #85b63f;
  font-weight: 500;
}
#main-navbar.admin-navbar .navbar-nav .nav-link{
  color: #fff;
}
#main-navbar.admin-navbar .nav-item.active .nav-link{
  border-bottom: 2px solid #ffffff;
}
#main-navbar .dropdown-login{
  width: 100%;
}
#main-navbar .dropdown-item.active, #main-navbar .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #85b63f;
}
#main-navbar .navbar-nav .nav-link:hover{
  opacity: 0.65;
}
#main-navbar .navbar-nav .nav-item:nth-child(7){
  display: none;
}
#main-navbar .navbar-nav .dropdown-more .dropdown-item{
  text-transform: uppercase;
  font-size: 0.875rem;
}
#main-navbar.small-logo{
  padding: .25rem 1rem;
}
#main-navbar.small-logo .navbar-brand img{
  width: 172px;
}
#main-carousel .carousel-inner .carousel-item{
  min-height: 330px;
  height: calc(100vh - 241px);
  background-size: cover;
  background-position: center;
}
.section{
  padding-top: 190px;
  padding-bottom: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section>.container{
  position: relative;
}
.opacity{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.35));
  z-index: 0;
}
.opacity-2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.25);
  z-index: 0;
}
#donde-reciclar{
  background-size: cover;
  background-position: center;
  position: relative;
}
#donde-reciclar img{
  max-width: 490px;
  margin-top: -50px;
}
#termometro{
  background-image: url('../images/termometro.svg');
  background-repeat: no-repeat;
  padding-bottom: 30px;
  padding-top: 30px;
  display: block;
  width: 130px;
  height: 430px;
  transform: scale(0.75);
  margin-left: 20px;
}
.bg-white #termometro{
  background-image: url('../images/termometro-v2.svg');
}
.ther3 #termometro{
  background-image: url('../images/termometro-v2.svg');
}
#termometro .title{
  width: 240px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  background: #152bb1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  margin-left: -55px;
  margin-top: -120px;
}
#termometro .progress{
  height: 335px;
  width: 25px;
  margin-left: 48px;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
}
#termometro .progress .progress-bar{
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#termometro .progress .progress-bar:last-child{
  border-radius: 0 0 15px 15px;
}
#termometro .circle{
  width: 40px;
  height: 40px;
  background: #7c7e7c;
  position: absolute;
  bottom: 40px;
  margin-left: 40px;
  border-radius: 40px;
}
#termometro .total{
  background: #162bb0;
  width: 210px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  bottom: calc(100% - 130px);
  z-index: 1;
  margin-left: 120px;
}
#termometro .total:before{
  content:"\A";
  border-style: solid;
  border-width: 17px 42px 17px 0px;
  border-color: transparent #162aaf transparent transparent;
  position: absolute;
  left: -37px;
  margin-top: -5px;
}
#como-vamos .info ul{
  list-style: none;
  font-weight: 500;
}
#como-vamos .info ul li{
  padding-top: 7px;
  padding-bottom: 10px;
  font-size: 1.1rem;
}
#como-vamos .info .square{
  width: 35px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
}
#que-salvamos img{
  border: 5px solid #fff;
}
#que-salvamos .h1{
  font-size: 1.25rem;
}
#que-salvamos p{
  font-size: 0.85rem;
}
#nuestros-socios img{ 
    height: 50%;
    width: auto !important;
    margin-bottom: 15px;
}
#calendar{
  padding: 5px 5px;
}
#calendar .vc-pane {
  padding: 10px;
}
#calendar .vc-day-content{
  height: 40px!important;
  font-size: 1rem
}
#calendar .vc-dot {
  margin-top: 10px;
}
#categories h3{
  margin-left: 15px;
}
#categories .list-group-item{
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  background: transparent;
}
#categories .list-group-item:focus{
  outline: none;
}
#categories .list-group-item.active{
  font-weight: 700;
  background-color: #dfdfdf;
  border-color: #c1c1c1;
  outline: none;
}
.modal-backdrop.show {
  opacity: .75;
}
#modal-event .modal-content, .modal-event .modal-content{
  border: 0;
  border-right: 20px solid transparent;
  padding-right: 15px;
}
.modal button.close{
  opacity: 1;
  margin-right: 10px;
  font-size: 2.25rem;
}
#modal-event .modal-title, .modal-event .modal-title{
  font-weight: 900;
}
#modal-event .day, .modal-event .day{
  font-weight: 700;
  font-size: 5rem;
  display: block;
  margin-bottom: 0;
}
#modal-event .month, .modal-event .month{
  margin-top: -1rem;
  display: block;
}
#modal-event .left{
  flex-direction: column;
}
#conoce-ubicaciones{
  background-color: #71d8d4;
}
#conoce-ubicaciones img{
  max-width: 290px;
  margin: 40px auto 5px;
}

#modal-location .title img{
  border: 2px solid #eee;
  padding: 10px;
  background: #fff;
}
#modal-location .row{
  font-weight: 500;
  font-size: 1.1rem;
}
ul.materiales{
  list-style: none;
}
ul.materiales li{
  padding: 7px 5px;
}
ul.materiales li.active{
  font-weight: 700;
  background-color: #d6d6d6;
}
ul.materiales li .square{
  width: 30px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  margin-left: -40px;
  margin-top: 6px;
}
#busqueda ul.materiales li{
  cursor: pointer;
}
#modal-location .close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  margin-right: 15px;
  position: absolute;
  right: 0;
}
#benefits .card .logo{
  padding: 15px 10px;
}
#benefits .card .logo img{
  max-height: 110px;
}
#modal-benefit .modal-dialog{
  max-width: 690px;
}
.dropdown-menu form label{
  font-size: 0.925rem;
}
/* MEDIA SCREEN */
@media screen and (min-width: 768px){
  #main-navbar .navbar-nav .nav-item{
    display: flex;
  }
  .section{
    padding-top: 255px;
    padding-bottom: 255px;
  }
  #beneficios{
    background-position-x: left;
  }
  .opacity{
    display: none;
  }
  #termometro{
    transform: scale(1);
    margin-left: 0;  
  }
  #como-vamos .info {
    margin-left: 50px;
  }
  #calendar{
    padding: 5px 60px;
  }
  #calendar .vc-pane {
    padding: 30px;
  }
  #calendar .vc-day-content{
    height: 65px!important;
    font-size: 1rem
  }
  #calendar .vc-dot {
    margin-top: -30px;
  }
  #conoce-ubicaciones img{
    max-width: 100%;
    margin: 0px auto;
  }
  #benefits .card .logo{
    padding: 30px 10px;
  }
  #benefits .card .logo img{
    max-height: 150px;
  }
  #main-navbar .dropdown-login{
    width: 320px;
    border: 0;
    background: #fff;
    border-radius: 0;
  }
  #main-navbar.admin-navbar .dropdown-login{
    width: 225px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1250px){
  #main-navbar .navbar-nav .nav-item:nth-child(4){
    display: none;
  }
  #main-navbar .navbar-nav .nav-item:nth-child(5){
    display: none;
  }
  #main-navbar .navbar-nav .nav-item:nth-child(6){
    display: none;
  }
  #main-navbar .navbar-nav .nav-item:nth-child(7){
    display: flex;
  }
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 0;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #bbb;
  color: #000;
}
.bootstrap-select .dropdown-menu li a span.text{
  font-weight: 500;
  text-transform: uppercase;
}
.bootstrap-select>.dropdown-toggle{
  border: 2px solid #222;
  text-transform: uppercase;
}
/* ADMIN */
#sliders{
  width: 520px;
}
#sliders ul.sliders{
  width: 520px;
  list-style: none;
  cursor: pointer;
}
.ui-sortable-placeholder{
  border: 2px dashed #c1c1c1 !important;
  visibility: visible!important;
  background-color: #f5f5f5 !important;
}
#sliders ul.sliders >li{
  position: relative;
  border: 2px solid #e1e1e1;
  padding: 5px;
  background-color: #fff;
}
#sliders ul.sliders >li .options{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 10px 10px 50px 10px;
  margin: 0 15px;
  width: calc(100% - 30px);
  background: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent);
  text-align: right;
  display: none;
}
#sliders ul.sliders >li:hover .options{
  display: block;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7caa3f;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-title{
  font-size: 1.25rem !important;
}
.form-control{
  border-radius: 0;
  border: 2px solid #222;
}
.row .options{
  display: none;
  position: absolute;
  text-align: right;
  width: 100%;
  padding-right: 30px;
}
.row .card:hover .options{
  display: block;
}
#form-contact{
  max-width: 992px;
}
#form-contact label{
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 1px;
}
#form-contact .form-control{
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-size: 1.2rem;
  font: 500;
}
@media screen and (min-width: 1024px){
  #main-navbar .navbar-nav .nav-item:nth-child(7) {
    display: flex;
  }
}

.url {
    line-break: anywhere;
}

.text-truncate {
    white-space: break-spaces !important;
}

.modal-body, .modal-body, .modal-content {
    width: auto !important;
    top: 80% !important;
}

.modal-lg, .modal-xl {
    height: 40vh !important;
}
.modal-dialog {
    position: relative;
    padding: 0 50px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;}
    
.fixed-top, .modal {
    position: absolute;
}

active{
  font-weight: 700;
  background-color: #dfdfdf;
  border-color: #c1c1c1;
  outline: none;
}

.modal-backdrop.show {
  opacity: .75;
}

.col-md-6.termometro {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}


/* custom 2024 */

.modal-buttonContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/* footer */

.newFooter {
  display: flex;
  justify-content: center;
  background-color: #000000;
  padding: 35px 0 20px;
}

.newFooter-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  overflow: hidden;
}

.newFooter-separator {
  width: 100%;
  height: 1px;
  background-color: #8DC63F;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .newFooter-separator {
    width: 95%;
  }
}

.newFooter-links a {
  text-decoration: none;
  color: #8DC63F;
  font-size: 16px;
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
}

.newFooter-links span {
  color: #afafaf;
}

.newFooter-links a:hover {
  color: #7d9e50;
}

.newFooter-info {
  margin: 0 10px;
  font-size: 16px;
  font-style: italic;
}

.newFooter-info p {
  margin: 5px 0;
  color: #afafaf;
  font-family: 'Montserrat', sans-serif;
}
