﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap");
:root {
  --bs-link-color: #3776F3; }

.form-group {
  margin-bottom: 10px; }
  .form-group label {
    margin-bottom: 5px; }

.form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
  align-items: center; }
  .form-check input {
    margin-right: 10px; }

a {
  text-decoration: none; }

.acuse {
  text-align: center;
  color: #32ce81;
  max-width: 900px;
  margin: 0 auto 30px;
  font-weight: 700;
  font-size: 0.95rem; }

.loader-canaldenuncias {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loader-canaldenuncias .loader-content {
    position: relative; }
  .loader-canaldenuncias .icon-cut {
    transform: translateY(-40px); }
  .loader-canaldenuncias .circle-loader {
    animation: rotate360 1.2s infinite ease-in-out;
    border: 2px solid;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-color: #333 transparent transparent; }
  .loader-canaldenuncias .left-cut, .loader-canaldenuncias .right-cut {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px; }
    .loader-canaldenuncias .left-cut img, .loader-canaldenuncias .right-cut img {
      width: 40px; }
  .loader-canaldenuncias .left-cut {
    animation: cut-left 1s infinite;
    animation-fill-mode: forwards;
    transform: translate(-50%, -50%); }
  .loader-canaldenuncias .right-cut {
    animation: cut-right 1s infinite;
    animation-fill-mode: forwards;
    transform: translate(-50%, -50%); }
  .loader-canaldenuncias .right-cut img {
    transform: rotateY(-180deg) translateX(-9px); }

@keyframes rotate360 {
  100% {
    transform: rotate(-360deg); } }

@keyframes cut-left {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(25deg); }
  100% {
    transform: rotate(-5deg); } }

@keyframes cut-right {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-25deg); }
  100% {
    transform: rotate(5deg); } }

.spinner-full {
  position: fixed;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.mascaraLoaderAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.75;
  width: 100%;
  height: 100%; }

.mascaraLoaderAbsolute p {
  margin: 25px 0 0 0;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }

.mascaraLoaderAbsolute .sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both; }

.mascaraLoaderAbsolute .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both; }

.mascaraLoaderAbsolute .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #111;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s; }

.mascaraLoaderAbsolute .sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; }

.bg-light {
  background-color: #EEF0F3 !important; }

.btn-1, .btnEnviar {
  height: 45px;
  padding: 8px 25px !important;
  background-color: #3776F3;
  color: white !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border: 1px solid #3776F3;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important; }
  .btn-1:hover, .btnEnviar:hover {
    opacity: 0.7;
    transition: 0.3s all ease; }

.btn-2 {
  height: 45px;
  padding: 8px 25px !important;
  background-color: #DDDDDD;
  color: #27262B !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important; }
  .btn-2:focus {
    outline: 0px auto -webkit-focus-ring-color; }
  .btn-2:hover {
    color: white !important;
    opacity: 1;
    background-color: #3776F3;
    transition: 0.3s all ease; }

.btn-line {
  height: 45px;
  padding: 8px 25px;
  background-color: white;
  color: #3776F3 !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border: 1px solid #3776F3;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important; }
  .btn-line:hover {
    opacity: 0.7;
    transition: 0.3s all ease; }

.btn-link {
  color: #3776F3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  cursor: pointer;
  font-weight: 600; }
  .btn-link span {
    text-decoration: underline !important; }
  .btn-link i {
    text-decoration: none !important; }
  .btn-link:hover {
    opacity: 0.7;
    transition: 0.3s all ease; }

.navbarCustom .navbar-nav {
  justify-content: space-between;
  width: 100%; }

.navbarCustom .btnConsultarDenuncia {
  height: 40px; }

.navbarCustom .dropdown-toggle1 {
  border-left: 1px solid #707070;
  padding-left: 15px;
  align-items: center;
  display: flex; }
  .navbarCustom .dropdown-toggle1 .nav-link {
    padding-left: 0; }
  .navbarCustom .dropdown-toggle1 i {
    padding-right: 9px;
    font-size: 1.25rem; }
  .navbarCustom .dropdown-toggle1 .dropdown-item {
    font-size: 0.8rem; }

main {
  min-height: calc(100dvh - 190px); }
  main section {
    min-height: inherit;
    display: flex; }

.table th, .table td {
  padding: 0.5rem 0.75rem; }

.containerInterior {
  padding: 50px 0; }

.bannerSection {
  background-image: url(/resources/images/home.png);
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  text-align: center; }
  .bannerSection .titleh1 {
    color: white; }

.validation-errors, .validation-errors-ficheros {
  color: #F3375D;
  background-color: #fddada;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 0.8rem;
  padding: 5px 10px;
  display: flex;
  align-items: center; }
  .validation-errors .validation-error-message, .validation-errors-ficheros .validation-error-message {
    padding: 5px; }

h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, small, span {
  font-family: 'Montserrat', sans-serif; }

.titleh1 {
  font-size: 2rem;
  color: #27262B;
  font-weight: 600; }

.titleh2 {
  font-size: 1.2rem;
  color: #27262B;
  font-weight: 400; }

.titleh3 {
  font-size: 1.7rem;
  color: #27262B;
  font-weight: 600; }

.titleh4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0; }

.titleh5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem; }

.boxTitle {
  border-bottom: 1px solid #707070;
  padding: 7px 0;
  margin-bottom: 15px; }

.infoSection {
  padding-top: 50px;
  font-size: 1rem; }

footer .topFooter {
  border-top: 1px solid #707070;
  padding: 15px 0; }
  footer .topFooter .logoFooter {
    width: 164px; }

footer .bottomFooter {
  background-color: #EEF0F3;
  padding: 15px 0; }

.boxConsulta {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center; }

.colorBox {
  width: 100%;
  background-color: #EEF0F3;
  padding: 40px 50px;
  border: 10px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  border-radius: 0.25rem;
  margin: 10px auto 20px; }

.form-control1 {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  height: 45px;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control1:focus, .form-control1:active, .form-control1:focus-visible {
    outline: #ced4da auto 0px; }

textarea.form-control1 {
  height: auto;
  padding-top: 15px; }

.alertInfo {
  border: 1px solid #3776F3;
  background-color: rgba(55, 118, 243, 0.09);
  color: #3776F3;
  padding: 20px 35px;
  border-radius: 7px;
  font-size: 0.85rem; }
  .alertInfo .titleAlert {
    font-weight: 600;
    font-size: 1.05rem; }
  .alertInfo p {
    margin-bottom: 0; }

.alertWarning {
  background-color: #EEF0F3;
  color: #27262b;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 0.85rem;
  text-align: center;
  opacity: 0.7; }
  .alertWarning p {
    margin-bottom: 0; }
    .alertWarning p i {
      font-size: 14px; }

.errorText {
  color: #F3375D;
  font-style: italic;
  font-size: 0.85rem; }
  .errorText p {
    margin: 0; }

.boxCheck {
  border: 1px solid #1CCF7C;
  background-color: rgba(28, 207, 124, 0.13);
  color: #1CCF7C;
  padding: 12px 35px;
  border-radius: 7px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; }
  .boxCheck p {
    margin-bottom: 0; }

.boxLine {
  border: 1px solid #CECECE;
  background-color: white;
  color: #979797;
  padding: 25px 40px;
  border-radius: 7px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500; }
  .boxLine > div {
    min-width: 38%; }
  .boxLine .numberResult {
    font-size: 1rem;
    color: #27262B;
    font-weight: 700; }
  .boxLine p {
    margin-bottom: 7px; }

.boxLine.boxLineFour > div {
  min-width: 20%;
  padding-left: 15px; }
  .boxLine.boxLineFour > div .numberResult {
    font-size: 0.85rem;
    color: #27262B;
    font-weight: 700; }

.estadoBadge {
  width: 11px;
  height: 11px;
  border-radius: 25px; }
  .estadoBadge.new {
    background-color: #DCDCDC; }
  .estadoBadge.research {
    background-color: #3776F3; }
  .estadoBadge.result {
    background-color: #1CCF7C; }
  .estadoBadge.cancel {
    background-color: #F3375D; }

.verticalLine {
  background-color: #cecece;
  height: 50px;
  width: 1px; }

.boxResponsable {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .boxResponsable img {
    max-width: 200px; }
  .boxResponsable p {
    max-width: 45%;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0; }

.boxImportant p {
  margin-bottom: 0;
  font-size: 1rem; }

.boxImportant p span {
  color: #F3375D;
  font-weight: 700; }

.infoBoxTrack {
  background-image: url(/resources/images/bgTrack.png);
  color: white;
  padding: 25px 55px;
  border-radius: 0px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600; }
  .infoBoxTrack p {
    margin-bottom: 0;
    max-width: 49%; }
  .infoBoxTrack img {
    filter: brightness(35);
    max-width: 300px;
    width: 300px; }

.createPage .form-control1 {
  border: 1px solid #ced4da; }

.textSmall {
  display: flex;
  align-items: center;
  height: max-content;
  margin-top: auto;
  margin-bottom: 5px; }
  .textSmall small {
    font-style: italic; }

.row.dvConsultarDenuncia {
  padding: 50px 0 10px;
  height: 100%; }
  .row.dvConsultarDenuncia > div {
    height: max-content; }

.toggleBox {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .toggleBox .custom-toggle-row {
    margin-bottom: 15px; }
  .toggleBox .custom-toggle-style-1 label {
    cursor: pointer;
    height: 28px;
    margin-bottom: 0;
    position: relative;
    width: 65px; }
  .toggleBox .custom-toggle-style-1 label .off, .toggleBox .custom-toggle-style-1 label .on {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    z-index: 1; }
  .toggleBox .custom-toggle-style-1 label .off {
    right: 6px; }
  .toggleBox .custom-toggle-style-1 label .on {
    left: 13px; }
  .toggleBox .custom-toggle-style-1 input[type="checkbox"] {
    width: 100%;
    opacity: 0; }
  .toggleBox .custom-toggle-style-1 input[type="checkbox"] ~ .on {
    transition: 0.2s linear all;
    opacity: 0;
    visibility: hidden; }
  .toggleBox .custom-toggle-style-1 input[type="checkbox"]:checked ~ .on {
    transition: 0.2s linear all;
    opacity: 1;
    visibility: visible;
    color: #ffffff; }
  .toggleBox .custom-toggle-style-1 input[type="checkbox"]:checked ~ .off {
    transition: 0.2s linear all;
    opacity: 0;
    visibility: hidden; }
  .toggleBox .custom-toggle-style-1 input[type="checkbox"]:checked ~ .custom-toggle-inner {
    background-color: #3776F3; }
  .toggleBox .custom-toggle-style-1 input[type="checkbox"]:checked ~ .custom-toggle-inner::before {
    transition: 0.2s linear all;
    transform: translateX(36px); }
  .toggleBox .custom-toggle-style-1 .custom-toggle-inner {
    background-color: #eeeeee;
    border-radius: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .toggleBox .custom-toggle-style-1 .custom-toggle-inner::before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 3px;
    position: absolute;
    top: 2px;
    transition: 0.2s linear all;
    width: 24px; }

.custom-control-label::after, .custom-control-label::before {
  top: 1px; }

.form-check.custom-checkbox.disabled {
  position: relative; }
  .form-check.custom-checkbox.disabled:after {
    position: absolute;
    content: '-';
    top: -9px;
    left: 2px;
    font-size: 26px;
    opacity: 0.3; }

.form-check.custom-checkbox:not(.disabled) .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3776F3; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0px #fff; }

.btnOk {
  background-color: #3776F3 !important;
  color: white !important;
  border: 0;
  font-size: 0.9rem;
  padding: 7px 20px;
  border-radius: 5px; }

.btnCancel {
  background-color: #a5a5a5 !important;
  color: white !important;
  border: 0;
  font-size: 0.9rem;
  padding: 7px 17px;
  border-radius: 5px; }

#detalleCollapse .card {
  margin-bottom: 15px;
  border: 0; }
  #detalleCollapse .card .boxTile {
    position: relative; }

#detalleCollapse .card .card-header {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: white;
  cursor: pointer; }

#detalleCollapse .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: white;
  color: #222;
  padding: 20px; }

#detalleCollapse .card .card-header:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0; }

#detalleCollapse .card .card-header .btn-header-link.collapsed {
  background: white;
  color: #27262B; }

#detalleCollapse .card .card-header.collapsed:after {
  content: "\f107"; }

#detalleCollapse .card .collapsing {
  background: white;
  line-height: 30px; }

#detalleCollapse .card .collapse {
  border: 0; }

#detalleCollapse .card .collapse.show {
  background: white;
  line-height: 30px;
  color: #222; }

#detalleCollapse .card-body {
  flex: 1 1 auto;
  padding: 1.25rem 0 0; }
  #detalleCollapse .card-body .title {
    margin-bottom: 0px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #979797; }
  #detalleCollapse .card-body .result {
    font-size: 0.85rem;
    color: #27262B;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.5rem; }

.colSmall {
  width: 30px; }

.expBox {
  font-size: 12px;
  background-color: #dde8ff;
  padding: 2px 5px;
  border: 1px solid #b3caf8;
  border-radius: 3px;
  color: #3776f3; }

.chatBox {
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #1CCF7C;
  background-color: rgba(28, 207, 124, 0.13);
  color: #1CCF7C;
  border-radius: 3px; }

.dvMensajesContainer {
  background-color: #EEF0F3;
  padding: 25px;
  max-height: 460px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column; }
  .dvMensajesContainer .mensaje {
    background-color: white;
    max-width: 80%;
    width: 80%;
    border-radius: 7px;
    padding: 15px 25px;
    margin-bottom: 10px;
    box-shadow: 0 3px 25px #dfdfdf;
    position: relative; }
    .dvMensajesContainer .mensaje:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      border-bottom: 10px solid transparent;
      border-top: 10px solid transparent;
      border-right: 13px solid #ffffff;
      font-size: 0px;
      line-height: 0px;
      top: 9px;
      right: 0;
      left: -9px; }
    .dvMensajesContainer .mensaje.propio {
      margin-left: auto; }
      .dvMensajesContainer .mensaje.propio:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 13px solid #ffffff;
        border-right: 0;
        font-size: 0px;
        line-height: 0px;
        top: 9px;
        right: -9px;
        left: initial; }
    .dvMensajesContainer .mensaje p {
      margin-bottom: 0; }
    .dvMensajesContainer .mensaje .topText {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .dvMensajesContainer .mensaje .topText .titleMsg {
        font-size: 0.9rem;
        font-weight: 700; }
      .dvMensajesContainer .mensaje .topText .dateMsg {
        font-size: 0.8rem;
        font-weight: 400;
        color: #979797; }
    .dvMensajesContainer .mensaje .msgText {
      font-size: 0.8rem;
      font-weight: 400; }
    .dvMensajesContainer .mensaje .filesTextBox {
      display: flex;
      flex-wrap: wrap; }
      .dvMensajesContainer .mensaje .filesTextBox .filesText {
        margin-right: 13px; }
        .dvMensajesContainer .mensaje .filesTextBox .filesText a {
          color: #3776F3 !important;
          text-decoration: underline;
          font-size: 0.8rem; }

.dvNuevoMensaje {
  background-color: white;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .dvNuevoMensaje .boxText {
    align-items: center;
    width: 100%;
    display: flex; }
    .dvNuevoMensaje .boxText .inputText {
      position: relative;
      width: inherit;
      padding-right: 15px; }
      .dvNuevoMensaje .boxText .inputText textarea {
        padding-right: 50px;
        width: inherit;
        border: 1px solid #ced4da;
        min-height: 45px;
        padding-top: 12px;
        font-size: 0.85rem; }
  .dvNuevoMensaje .btnAdjuntarFicheros {
    position: absolute;
    right: 44px;
    color: #3776F3 !important;
    bottom: 7px;
    font-size: 1rem;
    cursor: pointer; }

.dvNuevosAdjuntos {
  display: flex;
  flex-wrap: wrap; }
  .dvNuevosAdjuntos .adjunto {
    background-color: #F5F8FF;
    border-radius: 5px;
    padding: 2px 15px;
    font-size: 0.85rem;
    margin-right: 10px;
    margin-top: 4px; }
    .dvNuevosAdjuntos .adjunto .deleteBtn {
      color: #3776F3;
      margin-left: 5px;
      cursor: pointer; }

.fileNew {
  font-size: 0.85rem;
  color: #3776F3;
  text-decoration: underline; }

.boxAudio {
  display: flex;
  background-color: #EEF0F3 !important;
  border-radius: 5px;
  /* overflow: hidden;*/
  /*width: 45px;*/
  height: 45px;
  /*padding-right: 10px;*/
  margin-right: 10px;
  position: relative;
  cursor: pointer; }
  .boxAudio:hover {
    background-color: #c8c8c8 !important; }
  .boxAudio .btnAudio, .boxAudio .btn-Grabar {
    border: none;
    width: 45px;
    border-radius: 5px 0 0 5px;
    height: 45px;
    cursor: pointer;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e78ef;
    background-color: transparent !important;
    min-width: 45px;
    position: relative;
    cursor: pointer; }
    .boxAudio .btnAudio:focus, .boxAudio .btn-Grabar:focus {
      outline: none; }
  .boxAudio span {
    position: absolute;
    z-index: 2;
    right: 18px;
    top: 12px; }
    .boxAudio span.detalleDenuncia {
      top: 6px; }
  .boxAudio canvas {
    mix-blend-mode: color-burn;
    height: 45px;
    filter: grayscale(1);
    min-width: 60px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    position: relative;
    z-index: 10; }

.boxAudio {
  width: max-content;
  padding-right: 0px; }

.boxAudio .btn-Grabar {
  border: none;
  border-radius: inherit; }

.boxAudio .icon {
  color: #3776F3;
  width: 45px;
  font-size: 19px; }

.boxAudio .icon.small {
  width: 24px;
  min-width: 24px; }

.boxAudio .dropdown-menu span, .textButton {
  position: relative !important;
  z-index: 2 !important;
  right: 0 !important;
  top: 0 !important;
  font-size: 14px;
  color: #21254b;
  margin-left: 5px;
  display: flex !important;
  align-items: center; }

.boxAudio .textButton {
  z-index: 15;
  position: relative; }

.boxAudio:hover .btn-Grabar {
  background-color: #c8c8c8 !important; }

.boxAudio canvas {
  visibility: hidden;
  right: 0;
  position: absolute;
  background-color: #eef0f3;
  mix-blend-mode: normal;
  width: 148px; }

.boxAudio .btnAudio {
  width: 195px;
  justify-content: flex-start; }

.boxAudio .dropdown-item.btnAudio {
  width: auto; }

.boxAudio .dot {
  margin: 0 10px; }

.boxAudio .dropdown-item {
  padding: 0.25rem 1.25rem; }

.boxAudio .dot {
  display: none; }

.boxAudio.grabando button i {
  display: none; }

.boxAudio.grabando span {
  display: none; }

.boxAudio.grabando .dot {
  display: block; }

.dvErrorCarga {
  height: 100vh;
  background: #ebf2f6;
  background: -moz-linear-gradient(180deg, #ebf2f6 0%, rgba(255, 255, 255, 0.286152) 100%);
  background: -webkit-linear-gradient(180deg, #ebf2f6 0%, rgba(255, 255, 255, 0.286152) 100%);
  background: linear-gradient(180deg, #ebf2f6 0%, rgba(255, 255, 255, 0.286152) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf2f6",endColorstr="#ffffff",GradientType=1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  text-align: center; }
  .dvErrorCarga .boxCarga i {
    color: #fb6485;
    font-size: 25px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 15px;
    background-color: #fce5ea;
    border-radius: 25px; }

.imgSecure2 {
  width: 62px; }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(180, 0, 11, 0.4);
    box-shadow: 0 0 0 0 rgba(180, 0, 11, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(128, 2, 9, 0);
    box-shadow: 0 0 0 10px rgba(128, 2, 9, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(61, 0, 4, 0);
    box-shadow: 0 0 0 0 rgba(61, 0, 4, 0); } }

.dot {
  animation: pulse 1s infinite;
  width: 17px;
  height: 17px;
  background: #F3375D;
  border-radius: 50%; }

@media (max-width: 576px) {
  .dropdown-toggle1 .nav-link {
    padding-right: 0 !important;
    font-size: 12px;
    align-items: center;
    display: flex; }
  .dropdown-toggle1 {
    position: absolute !important;
    top: 5px;
    right: 15px;
    border: 0 !important; }
  .containerInterior {
    padding: 40px 15px; }
  .titleh1 {
    font-size: 1.6rem; }
  h4, .h4 {
    font-size: 1.25rem !important; }
  .btn-link.nav-link {
    padding: 0.5rem 0;
    font-size: 0.75rem; }
  .navbarCustom .btnConsultarDenuncia {
    height: 30px;
    padding: 8px 15px !important;
    font-size: 0.75rem; }
  .form-control1 {
    padding: 0.375rem 1.25rem; }
  .titleh2 {
    font-size: 1.1rem; }
  .titleh3 {
    font-size: 1.4rem; }
  .colorBox {
    padding: 35px 35px; }
  .bannerSection {
    padding: 60px 15px; }
  .infoSection {
    padding-top: 25px;
    font-size: 0.9rem; }
  .alertInfo {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center; }
    .alertInfo > div.ms-4 {
      margin-left: 0 !important;
      margin-top: 15px; }
  .btn-1, .btn-2, .btn-line, .btnEnviar {
    height: 40px;
    font-size: 0.85rem; }
  .boxResponsable {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    .boxResponsable p {
      max-width: 100%;
      font-size: 1.2rem; }
  .boxImportant {
    font-size: 0.9rem; }
  .boxLine {
    flex-direction: column;
    align-items: flex-start; }
    .boxLine .verticalLine {
      display: none; }
    .boxLine > div {
      min-width: 100%; }
  .infoBoxTrack {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 30px;
    border-radius: 0px;
    font-size: 1.4rem; }
    .infoBoxTrack img {
      width: auto;
      max-width: 85%;
      margin-top: 15px; }
    .infoBoxTrack p {
      max-width: 100%;
      font-size: 1.2rem; }
  .boxCheck {
    border: 1px solid #1CCF7C;
    background-color: rgba(28, 207, 124, 0.13);
    color: #1CCF7C;
    padding: 12px 18px;
    border-radius: 7px;
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600; }
  .navbar {
    padding: 5px 10px; }
  .boxLine.boxLineFour {
    padding: 25px 10px; }
  .titleh5 {
    font-size: 1rem; }
  .table thead th {
    font-size: 0.8rem; }
  .errorText {
    font-size: 0.75rem;
    line-height: 1.5; }
  .dvMensajesContainer .mensaje {
    max-width: 95%;
    width: 95%;
    padding: 10px 15px; }
  .dvMensajesContainer .mensaje .topText {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse; }
  .dvMensajesContainer .mensaje .topText .titleMsg {
    font-size: 0.85rem;
    line-height: 1; }
  .dvMensajesContainer .mensaje .topText .dateMsg {
    font-size: 0.7rem; }
  .dvMensajesContainer {
    padding: 15px; }
  .dvNuevoMensaje .boxText {
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .dvNuevoMensaje .boxText .btnEnviar {
      margin-top: 10px;
      width: 100%; }
  .dvNuevoMensaje .boxText .inputText {
    padding-right: 0px; }
  .dvNuevoMensaje {
    padding: 10px 0px; } }
