@font-face {
  font-family: 'Inter';
  src: url("../fonts/static/Inter-Regular.ttf");
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/static/Montserrat-Regular.ttf");
}

h1{
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.0015em;
}

h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.0025em;
}

h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 133.4%;
}

h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0015em;
}

h5{
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.025em;
}

h6{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.0015em;
}

h7{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.0015em;
}

p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.0015em;
}

#emergency-bg-color{
    background-color: #F2F2F2;
}

.txt-color1{
  color: #0D6EFD;
}

.txt-color2{
  color: #F03148;
}

.txt-cont-title{
  color: #062553;
}

.txt-cont-sub-subtitle{
  color: #0D6EFD99;
  display: inline-flex;
}

.txt-cont-subtitle{
  color: #2C599BCC;
}

.carousel-indicators{
  position: relative;
  margin-top: 3%;
}

#carouselExampleIndicators li{
 background-color: #D9D9D9; 
}

.text-top-color{
  color: white;
}

.name-sections{
  color: black;
}


.carousel-text-shadow{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.conteudos{
  width: 45%;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 5px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}

.conteudos2{
  width: 45%;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 5px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}

.col-conteudos{
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 16px;
}


@media (max-width: 376px) {
    .response img {
      width: 98%;
    }
    .conteudos, .conteudos2{
      width: 140px;
  }
}


.modalOne .modal{
  top: 3%;
}
.modalOne .modal-content{
  width: 60%;
  left: 36%;
}

.modalOne .modal-items{
  display: flex;
  padding: 8px 16px;
  gap: 16px;
}

.modalTwo .modal-content{
  border-radius: 15px;
  margin-top: 65%;
  margin-left: 4.8%;
  width: 90%;
}

.items-modalTwo{
  display: flex;
  justify-content: end;
  gap: 33px;
}


.modalThree .modal-content{
  border-radius: 15px;
  padding: 18px 16px;
  gap: 14px;
  width: 96%;
  height: 355px;
  margin-left: 1.8%;
  margin-top: 50%;
}

button{
  border: none;
}

a{
  text-decoration: none;
}

#bottom-teste{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 127px;
gap: 10px;

width: 100%;
height: 48px;

background: #F03148;
color: #FFFFFF;
border-radius: 10px;
}

#bt-more-conteudo{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 127px;
gap: 10px;
width: 100%;
height: 48px;
background: #0D6EFD;
border-radius: 10px;

}

#bt-questionario-conteudo{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 127px;
gap: 10px;
width: 100%;
height: 48px;
background-color: #FFFFFF;
border: 1.5px solid #0D6EFD;
border-radius: 10px;
}

#bt-prosseguir-conteudo{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px;
gap: 10px;
width: 100%;
height: 48px;
background: #F03148;
border-radius: 10px;
}

#bt-voltar-video{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px;
gap: 10px;
width: 100%;
height: 48px;
background-color: #FFFFFF;
border: 1.5px solid #F03148;
border-radius: 10px;
}

.bts-conteudos{
  margin-top: 30%;
}

.bls-1{
  margin-top: 30%;
  margin-bottom: 40%;
}

.bls-conteudos-2{
  margin-top: 4.8rem;
}

.bls-conteudos-3{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 11px;
}

.slider{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
padding: 8px 16px 24px;
position: fixed;
width: 100%;
height: 107px;
left: 0px;
bottom: 0px;
background-color: #FFFFFF;
}

.slider-box{
  width: 82px;
  height: 75px;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 5px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}

.slider-box-center{
  position: absolute;
  width: 76px;
  height: 75px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 35%;
}

.slider-text{
  position: absolute;
  width: 27px;
  height: 21px;
  left: 40%;
  top: 35%;
  text-align: center;
}

.slider-arrow-left{
  position: absolute;
  margin-left: 5.8%;
  top: 26.5%;
}

.slider-arrow-right{
  position: absolute;
  margin-left: 7%;
  top: 26.5%;
}

.p-fixed{
  position: fixed; 
  top: 0; 
  width: 100%;
}

.all-tests{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 16px;
  position: absolute;
  width: 100%;
  height: 256px;
  left: 0px;
}

.individual-test{
  box-sizing: border-box;
  align-items: flex-start;
  padding: 16px 16px;
  gap: 10px;
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  border-bottom: 0.2px solid #062553;
}

.all-numbers-emergency{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 24px;
  height: 214px;
  border-radius: 6px;
}

.title-numbers-emergency{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 55px 0px 16px;
  gap: 8px;
  height: 24px;
}


.numbers-emergency{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 25px 8px 24px;
  gap: 43%;
  height: 36px;
  width: 90%;
  border-bottom: 0.5px solid #0D6EFD;
}

.center
    {
        display:         flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }