﻿@charset "utf-8";
@font-face {
  font-family: MuseoSansRounded;
  src: url('../fonts/MuseoSansRounded.otf') format('opentype'), url('../fonts/MuseoSansRounded500.otf') format('opentype'), url('../fonts/MuseoSansRounded900.otf') format('opentype');
}
@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Relugar.otf') format('opentype'), url('../fonts/Inter-Bold') format('opentype'), url('../fonts/Inter-SemiBold.otf') format('opentype');
}
@color-corporativo : ViewBag.colorCorporativo;
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  background-repeat: no-repeat;
  background-size: cover;
}
body footer,
html footer {
  width: calc(100%);
  height: 50px;
  margin-top: 0px;
  background-color: #33333373;
}
body footer p,
html footer p {
  color: white;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  body footer,
  html footer {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 990px) {
  #seguimiento_denuncia {
    margin-top: 10px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.form_textarea {
  padding-left: 0px;
}
.formulario_modal {
  text-align: justify;
}
.titulo_ppl {
  color: black;
  text-align: center;
  margin-left: 10px;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.btn_ppl {
  margin-left: 20px;
  margin-bottom: 50px;
}
.btn_ppl button {
  color: orange;
  border-color: orange;
  font-size: 2em;
}
/*.btn_width_standard button{
    width:10%;
}*/
.btn_width_standard {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_buzon {
  background-color: rgba(220, 220, 220, 0.78);
  color: black !important;
  border-color: black;
  width: 18%;
}
/*#btn_consulta{
    margin-top:1.3em;
}*/
.ajs-close {
  background-color: white !important;
}
.ajs-header {
  background-color: #f39c12 !important;
  color: white !important;
}
.modal-header {
  background-color: #33333373 !important;
  color: white !important;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover {
  background-color: #e08e0b;
}
.text-red {
  color: red;
}
#modal_internos {
  overflow-y: auto;
}
#modal_externos {
  overflow-y: auto;
}
#modal_anonimo {
  overflow-y: auto;
}
#modal_estado_denuncia {
  overflow-y: auto;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
/*a,
a:hover,
a:focus {
    color: inherit;
}*/
/*body {
    background-color: #F1F2F3;
}*/
/*.container-fluid,
.container {
    max-width: 1200px;
}*/
.card-container {
  padding: 100px 0px;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.profile-card-6,
.profile-card-6-1 {
  height: 170px;
  max-height: 170px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.profile-card-6-1:hover {
  background-color: #333333a3;
}
.profile-card-6 img {
  transition: all 0.15s linear;
}
.profile-card-6-1 img {
  transition: all 0.15s linear;
}
.profile-card-6 .profile-name {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.profile-card-6-1 .profile-name {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.profile-card-6 .profile-position {
  color: #fff;
  top: 70px;
  text-align: center;
}
.profile-card-6-1 .profile-position {
  color: #fff;
  top: 70px;
  text-align: center;
}
.profile-card-6:hover img {
  filter: brightness(80%);
}
.profile-card-6:hover .profile-position {
  left: 40px;
}
.profile-card-6-1:hover img {
  filter: brightness(80%);
}
.profile-card-6-1:hover .profile-position {
  left: 40px;
}
.banderas {
  width: 30px;
}
img {
  max-width: 200px;
  margin: 10px;
  vertical-align: middle;
}
video {
  width: 100%;
}
.borde-consulta {
  border: 2px solid #33333373;
  border-radius: 10px;
  margin-bottom: 20px;
}
#btn_internos.col-md-4 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}
#btn_externos.col-md-4 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}
#btn_anonimo.col-md-4 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}
body select {
  background-color: white;
  color: black;
  padding: 12px;
  width: 250px;
  font-size: 14px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
body select option {
  padding: 30px;
}
.imagen_cabecera {
  max-width: 1170px !important;
  margin: 0px 0px 0px 0px;
}
.tb {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
  min-width: auto;
  margin: 25px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.tb thead tr {
  background-color: #33333373;
  color: #ffffff;
  text-align: left;
}
.tb th,
.tb td {
  padding: 12px 15px;
}
.tb tbody tr {
  border-bottom: 1px solid #dddddd;
}
.tb tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
#chat-container {
  max-width: 600px;
  max-height: 550px;
  overflow-y: auto !important;
  margin: 50px auto;
  background-color: #fff;
  /*border-radius: 8px;*/
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}
.message {
  padding: 10px;
  margin: 5px 0;
  /*border-bottom: 1px solid #eee;*/
}
.user-message {
  text-align: right;
}
.partner-message {
  text-align: left;
  background-color: aliceblue;
  border-radius: 1.5rem;
}
#message-input {
  width: 60%;
  padding: 10px;
  border: none;
  border-top: 1px solid #eee;
  font-size: 16px;
  outline: none;
  margin-left: 10%;
  margin-bottom: 20px;
  background-color: blanchedalmond;
}
#message-input:focus {
  border-color: #007bff;
}
.send-btn {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
.send-btn:hover {
  background-color: #0056b3;
}
.responsive {
  width: 100%;
  height: auto;
}
.radio-button-container {
  display: flex;
  align-items: baseline;
  /*gap: 2px;*/
  flex-direction: column;
  margin-left: 15px;
}
.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-button__label {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  color: black;
  font-weight: 600;
  cursor: pointer;
  /*text-transform: uppercase;*/
  transition: all 0.3s ease;
}
.radio-button__custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s ease;
}
.flecha_idioma {
  vertical-align: inherit;
  font-size: x-small;
}
.body-content {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
#btn_modal_previa,
#seguimiento_denuncia {
  padding-right: 1px !important;
  padding-left: 1px !important;
}