@charset "UTF-8";

body  {
	font-family: Roboto;
}

body, p{
    font-size: 16px;
}



h2,.h2, h3, .h3, h4,.h4, h5, .h5 {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 500;
}

.rojo {
 color: #E84B61;
 font-weight: 700;
}

#mainNav {
    padding-top: 0px !important;
}
.navbar-brand {
    padding-top: 0px !important;
}


.display-1 {
	text-shadow: 4px 4px 5px #0005;
}
.display-6 {
	    font-weight: 600;
	    text-transform: uppercase;
	    background-color: #E84B61;
}
.masthead h1, .h1{
	font-family: 'Roboto', sans-serif;
}

.text-blue {
	color: #0A4681;
}

.bg-minjuddhh {
    background-color: #2A3370;
}

.bg-gris {
    background-color: #ECF5FF;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #0A4681 !important;
}

.accordion-button:not(.collapsed) {
    color: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0A4681 !important;
    background-color: #ECF5FF !important;
    }


.lh-2 {
  line-height: 1.5 !important;
}

/*// Accordion ///*/
.wrap {
  display: block;
  /*max-width: 1024px;
  margin: 0 auto 2em;*/
  padding: 0 1em;
  width: 100%;
}
@media (min-width: 43.75em) {
  .wrap {
    padding: 3em;
  }
}

a,
a:visited {
  /*color: #4bc5b7;*/
  text-decoration: underline;
}

.question-section {
  /*box-shadow: 0 2px 5px rgba(68, 68, 68, 0.4);*/
  display: inline-block;
  /*margin-bottom: 1em;*/
  padding: 0.4em;
  position: relative;
  vertical-align: top;
  width: 100%;
  
}



}

@media (min-width: 50em) {
  

}
@media (min-width: 62.5em) {
  
}


@media (min-width: 32.25em) {
  
}

.question-section > p, .question-section > h1 {
  text-align: center;
}

@media (min-width: 22.1875em) {
  .question-section > p {
    font-size: 0.667em;
  }
}
@media (min-width: 31.25em) {
  .question-section > p {
    font-size: 1em;
  }
}
@media (min-width: 81.25em) {
  .question-section > p {
    font-size: 1.15em;
  }
}

div[class^="cat"] {
  width: 100%;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
div[class^="cat"] > label {
  background: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  /*margin-bottom: 0.5em;*/
  padding: 0.75em 0.5em;
  transition: all 0.55s;
}
div[class^="cat"] > label:hover {
  /*background: #85d8ce;*/
}
@media (min-width: 50em) {
  div[class^="cat"] > label {
    font-size: 1.25em;
  }
}
div[class^="cat"] > input {
  position: absolute;
  z-index: -999;
}
div[class^="cat"] > input:focus + label {
  /*background: #4bc5b7;*/
  letter-spacing: 1px;
  text-decoration: underline;
}
div[class^="cat"] .question-wrap {
  height: 100%;
  max-height: 0;
  padding: 0em 0.75em 0em 2em;
  opacity: 0;
  overflow: hidden;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
div[class^="cat"] > input:checked ~ .question-wrap {
  max-height: 1000px;
  opacity: 1;
  transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}
.question-wrap {
  margin: 1em 0;
}

.question {
 padding: 0.5em 0.5em 0em 2em;

}

.question-wrap label {
  color: #0a6090;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (min-width: 50em) {
  .question-wrap label {
    font-size: 1.25em;
  }
}
.question-wrap input {
  position: absolute;
  z-index: -999;
  top: -10000px;
}
.question-wrap input:focus + label {
  color: #064060;
}
.question-wrap input:not(:checked) ~ p {
  height: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.question-wrap input:checked ~ p {
  max-height: 500px;
  opacity: 1;
  transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}

input:focus {
  border: 3px solid red;
  outline: 3px solid red;
  background: #E84B61;
}

a:focus {
  color: #085078;
  font-weight: bold;
  outline: none;
}

