@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body * {
  font-family: "Lato", sans-serif, Arial;
  text-rendering: optimizeLegibility;
}
body .btn,
body .form-control {
  border-radius: 3px;
}
body .form-control {
  border-color: rgba(206, 212, 218, 0.8196078431);
}
body .btn.btn-danger {
  background: #0CC0DF;
  border-color: #0CC0DF;
}

.navbar.navbar-auth {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

.navbar .navbar-toggler {
  border: 0;
  outline: none;
}

#dark-mode {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.575);
  width: 70px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.164) inset;
}
#dark-mode i {
  background: rgba(128, 128, 128, 0.335);
  padding: 0.4rem;
  color: #000;
  border-radius: 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transform: translateX(-21px);
}

#dark-mode-toggler:checked ~ #dark-mode i {
  transform: translateX(78%);
}

.navbar .navbar-nav {
  position: relative;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.navbar .navbar-nav .nav-item {
  font-weight: bold;
}
.navbar .navbar-nav .nav-item.nav-item-hover {
  position: relative;
}
.navbar .navbar-nav .nav-item.nav-item-hover.active::before {
  width: 100%;
}
.navbar .navbar-nav .nav-item.nav-item-hover:hover::before {
  width: 100%;
}
.navbar .navbar-nav .nav-item.nav-item-hover::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #0CC0DF;
  left: 0;
  bottom: -8px;
  transition: width 0.2s ease;
}

.carousel .carousel-inner {
  height: 600px !important;
}
.carousel .carousel-item {
  height: 600px;
}
.carousel .carousel-item a > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.753);
  padding: 1rem;
  border-radius: 50%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(163, 163, 163, 0.774);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(104, 104, 104, 0.856);
}

.card .title {
  margin-bottom: 1rem;
}

.icon-rounded {
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  padding: 1rem;
  color: #0CC0DF;
  background: #bcf2fb;
  width: 72px;
  height: 72px;
}

.section {
  margin-top: 6rem;
}

.language {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
.language:hover::before {
  height: 78%;
}
.language::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 2px;
  background: #2ad6f4;
  opacity: 0.3;
  transition: all 0.2s ease;
}

input.bad,
input.bad:focus,
select.bad,
select.bad:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 70, 0.4392156863);
  border-color: #dc3545;
}

.title {
  font-family: "Archivo Black", Impact;
  font-weight: bold;
  margin-bottom: 0;
}
.title.title-underline {
  position: relative;
}
.title.title-underline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  background: #0CC0DF;
  width: calc(4% + 10px);
  height: 8px;
}
.title.title-underline.text-right::before {
  left: inherit;
  right: 0;
}
.title.title-big {
  font-size: 2.5rem;
}

.title-home{
  color:#8A0000;
}

.title.title-home-second{
  background-image: linear-gradient(to right, #8A0000, #FF8040);
  color: transparent;
  background-clip: text;
}

.btn-banner{
  background-color:#8A0000;
  border-radius: 7px;
  color:white;
  
}

.google-play-link{
  display: block;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.google-play-button{
  width:170px;
}

.card-text-home{
  font-size: 14px;
  line-height: 15px;
  
}

.footer{
  background-color:#8A0000;
  color:#FFFFFF;
}

.loader-data,
.loader-data:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader-data {
  margin-left: 0.5rem;
  font-size: 2px;
  float: right;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(66, 64, 64, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000000;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.loader-hidden {
  opacity: 0;
  z-index: -1;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.733);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.not-results {
  background: #0CC0DF;
  background: linear-gradient(to right, #026374, #0CC0DF);
  border-radius: 8px;
  padding: 4rem 3rem;
}

.img-not-results {
  width: 100%;
  max-width: 200px;
}

body.dark-mode {
  background: #1a202c;
  color: #fff;
}
body.dark-mode * {
  color: #fff;
}
body.dark-mode hr {
  background: rgba(238, 238, 238, 0.582);
}
body.dark-mode .loader-data {
  border-left-color: #fff;
  border-right-color: #fff;
}
body.dark-mode .dropdown-menu {
  background: #1a202c;
}
body.dark-mode .swal2-popup,
body.dark-mode .loader {
  background: #1a202c;
}
body.dark-mode .swal2-popup .swal2-validation-message {
  background: #000;
}
body.dark-mode .loader .lds-ellipsis div {
  background: #fff;
}
.navbar-brand{
  text-wrap: normal;
    
}
.navbar-brand-title{
  color:#8A0000;
}

.navbar-wrapper-container{
  box-shadow: 0px 1px 10px #000;
}

.banner-image > img{
  border-radius:10px;
  box-shadow: 4px 10px 20px #000;
}

body.dark-mode .navbar-light .navbar-nav .nav-link,
body.dark-mode .navbar-brand,
body.dark-mode .navbar-brand:hover,
body.dark-mode .page-link,
body.dark-mode .swal2-input {
  color: #fff !important;
}
body.dark-mode input:not([type=file]):not(.swal2-input),
body.dark-mode input:not(.swal2-input),
body.dark-mode select,
body.dark-mode select option {
  color: #000 !important;
}
body.dark-mode .form-control {
  border-color: transparent;
}
body.dark-mode .tox .tox-collection__item-checkmark svg,
body.dark-mode .tox .tox-collection__item-icon svg {
  fill: #000;
}
body.dark-mode input[type=file] {
  color: #fff;
}
body.dark-mode .navbar-toggler-icon {
  position: relative;
}
body.dark-mode .navbar-toggler-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: #fff;
  z-index: -1;
}
body.dark-mode .card:not(.card-houses):not(.card-admins):not(.card-persons):not(.card-streets),
body.dark-mode .page-link,
body.dark-mode .page-item.disabled .page-link {
  background: #11141c;
}

.mision img,
.vision img {
  max-width: 340px;
}

.mision img {
  margin-top: -8rem;
}

.vision img {
  margin-top: -5rem;
}

.img-login {
  max-width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.dashboard-banner {
  background: #0CC0DF;
  background: linear-gradient(to right, #026374, #0CC0DF);
  border-radius: 8px;
  padding: 1rem 3rem;
}

.img-dashboard-welcome {
  width: 100%;
  max-width: 300px;
}

.card-admins {
  background: linear-gradient(to right, #0CC0DF, #0CC0DF);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.card-admins i.fa {
  font-size: 1.5rem;
}
.card-admins:hover {
  transform: translateY(-10px);
}

.card-persons {
  background: linear-gradient(to right, #0CC0DF, #0CC0DF);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.card-persons i.fa {
  font-size: 1.5rem;
}
.card-persons:hover {
  transform: translateY(-10px);
}

.dashboard-actions .card > img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.perfil-preview-container:hover .perfil-preview-icon {
  z-index: 2;
  opacity: 1;
}
.perfil-preview-container .perfil-preview-icon {
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  z-index: -1;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}

img.card-img-top.person-image {
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -60px;
     object-position: center -60px;
  height: 100%;
}

img.card-img-top.post-image {
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.post-comment-perfil {
  width: 100%;
  /*para q la imagen solo tome lo necesario del tamaño y no se anche*/
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-toggler {
  text-decoration: underline;
  color: #007bff !important;
  display: inline-block;
  margin-left: 5px;
}

.post-comment-text {
  width: 100%;
  font-size: 80%;
  line-height: 1.6;
}

.post-content {
  width: 100%;
}
.post-content > p {
  line-height: 1.6;
}
.post-content > p > img {
  width: auto !important;
  max-width: 100% !important;
  /*para q la imagen solo tome lo necesario del tamaño y no se anche*/
  height: auto;
}

.logo{
  text-align:center;
  background-color:#8A0000;
}

.logo-svg{
  display:block;
}

@media screen and (max-width: 576px) {
  .post-content img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.card-img-top.news-image {
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  .title.title-home {
    font-size: 2.5rem;
  }
  .title.title-big {
    font-size: 1.8rem;
  }
  #dark-mode {
    height: 25px;
    top: unset !important;
    bottom: -40px;
  }
}
@media screen and (max-width: 1200px) {
  #dark-mode {
    position: absolute;
    right: 0;
    top: 48px;
  }
}
@media screen and (max-width: 992px) {
  .mision img,
  .vision img {
    display: none;
  }
  .navbar .navbar-nav {
    align-items: flex-end;
  }
  .navbar .navbar-nav .nav-item {
    text-align: right;
    display: inline;
  }
  .navbar .navbar-nav .nav-item.nav-item-hover.active::before {
    width: 3px;
    height: 100%;
  }
  .navbar .navbar-nav .nav-item.nav-item-hover:hover::before {
    width: 3px;
  }
  .navbar .navbar-nav .nav-item.nav-item-hover::before {
    right: -8px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    left: inherit;
  }
  #dark-mode {
    height: 25px;
    top: unset !important;
    bottom: -40px;
  }
}/*# sourceMappingURL=styles.css.map */
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.product{
  width:320px;
}

@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}