/*COLOR*/
/*FONTS*/
:root {
  /*COLOR*/
  /*FONTS*/
}
:root body {
  font-family: "Poppins", sans-serif;
  background-color: #f9fafe;
  color: #0c2877;
}
:root h1 {
  font-size: 3rem;
  font-weight: 700;
}
:root h2 {
  font-size: 2.3rem;
  font-weight: 600;
}
:root h3 {
  font-weight: 600;
}
:root h4 {
  font-weight: 600;
}
:root h6 {
  text-transform: uppercase;
  font-size: 1rem;
}
:root p {
  /* font-family: 'Open Sans', sans-serif; */
}
:root a {
  text-decoration: none;
  color: #0c2877;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav .navbar-brand img {
  max-width: 215px;
}
nav .navbar-collapse {
  justify-content: flex-end;
}
nav .navbar-social {
  display: flex;
  margin-left: 20px;
}
nav .navbar-social img {
  min-width: 35px;
  margin-left: 16px;
}

footer {
  font-size: 0.8rem;
}
footer a {
  font-weight: 600 !important;
}

.flashbar {
  background: #0c2877;
  padding: 6px;
}
.flashbar .flashbar-content {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.flashbar .flashbar-content p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-left: 20px;
}

.navbar-nav {
  font-size: 0.9rem;
}
.navbar-nav .nav-link {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.p-destacado {
  font-weight: 600;
}

#igualdad-hero {
  background-image: url("../img/manos-violencia.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: bottom;
  background-size: contain;
  background-color: #e1eeff;
  height: 400px;
}
#igualdad-hero h1 {
  max-width: 650px;
}
#igualdad-hero a {
  text-decoration: none;
  color: #0c2877;
  font-weight: 600;
  border-color: #0c2877;
}
#igualdad-hero a:hover {
  color: #fff;
  background-color: #0c2877;
}

#igualdad-body {
  padding: 5px 0;
  text-align: center;
}
#igualdad-body h2 {
  margin-bottom: 30px;
}
#igualdad-body .igualdad-body-top {
  padding-bottom: 80px;
}
#igualdad-body .igualdad-body-top p {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#igualdad-body .igualdad-body-bottom {
  padding-bottom: 80px;
}
#igualdad-body .igualdad-body-bottom .card-maltratos {
  padding: 40px 30px;
  text-align: left;
  background: #e1eeff;
  border-radius: 33px;
  margin-bottom: 25px;

}
#igualdad-body .igualdad-body-bottom .card-maltratos.green {
  background: #e1fff0;
}
#igualdad-body .igualdad-body-bottom .card-maltratos.yellow {
  background: #fff6e7;
}
#igualdad-body .igualdad-body-bottom .card-maltratos.pink {
  background: #fde7fe;
}
#igualdad-body .igualdad-body-bottom .card-maltratos p {
  font-size: 15px;
  margin-bottom: 25px;
}
#igualdad-body .igualdad-body-bottom .card-maltratos h4 {
  margin-bottom: 15px;
}
#igualdad-body .igualdad-body-bottom .card-maltratos a {
  font-size: 15px;
  margin-top: 20px;
}
#igualdad-body .igualdad-body-bottom .card-maltratos a i {
  margin-left: 6px;
}
#igualdad-body .igualdad-body-bottom .card-maltratos .card-maltratos-icon-container {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 30px;
}
#igualdad-body #realice-su-denuncia {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: rgba(233, 56, 56, 0.831372549);
  border-color: rgba(233, 56, 56, 0.831372549);
  padding: 15px 40px;
}
#igualdad-body #realice-su-denuncia:hover {
  background-color: rgba(190, 27, 27, 0.831372549);
  border-color: rgba(190, 27, 27, 0.831372549);
}
#igualdad-body #realice-su-denuncia:focus {
  box-shadow: 0 0 0 0.25rem #ffced2;
}

/* ENCUESTA */
#encuesta-hero {
  padding: 50px 0;
  background-color: #0c2877;
}
#encuesta-hero h1 {
  color: #fff;
  text-align: center;
}

#form-denuncia {
  padding: 40px 0 70px;
}
#form-denuncia label {
  margin: 20px 5px 10px 0;
}
#form-denuncia .btn-cargar-denuncia {
  margin-top: 50px;
}

div.relative {
  position: relative;
  width: 140px;
  height: 30px;
  border: 3px solid #0c2877;
} 


#form-denuncia .form-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form-denuncia .form-container .label-container {
  text-align: left;
  width: 47%;
}
#form-denuncia label {
  width: 100%;
}
#form-denuncia select{
  width: 100% !important;
}
#form-denuncia .multiselect-container{
  width: 100% !important;
}


#form-denuncia .multiselect-container .checkbox {
  width: 100%  !important;
}

#success-form .fondo {
  margin-top: 50px;
  padding: 50px 40px !important;
  background: #e1fff0 !important;
  border-radius: 14px !important;
}

.footer-encuesta {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #0c2877;
  font-size: 0.8em !important;
  padding: 1.5em !important;
  color: #fff
}/*# sourceMappingURL=style.css.map */