@import url(seguranca.css);
@import url(styles-seguranca.css);
@import url("/assets/common/css/font-bradesco/font-bradesco.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Bradesco" !important;
}
#respostaSeis > ul > li{
  display: block;
}
#respostaSeis{
  flex-direction: column;
}
.seguranca-nav-section{
  width: 100%;
  height: 64px;
  background-color: white;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position:relative;
  z-index: 10;
}

.seguranca-nav-container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: white;
  padding-left:40px;
  padding-right:40px;
}

.seguranca-nav-body{
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.seguranca-nav-body-logo{
  width: 20%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 2;
}

.seguranca-nav-body-menu{
  width: 80%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 2;
}

.seguranca-nav-body-menu ul{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.seguranca-nav-body-menu li{
  font-size: 14px;
  font-weight: bold;
  /* margin-right:30px; */
  cursor:pointer;
}

.seguranca-nav-body-menu a{
    color: inherit;
    text-decoration: none;
}

.seguranca-nav-body-menu-mobile{
  display: none;
}

.container-modal-background{
  display: none;
}

.container-modal-content{
  display: none;
}

.seguranca-selo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center ;
}

.img-selo {
  width: 20%;
  margin: 30px;
}

@media (max-width:801px){
  .seguranca-nav-section{
    height: 81px;
  }

  .seguranca-nav-container{
    padding-left: 0px;
    padding-right:  0px;
  }

  .seguranca-nav-body{
    padding-left: 20px;
    padding-right: 20px;
    justify-content: left;
  }

  .seguranca-nav-body-menu{
    display: none;
  }

  .seguranca-nav-body-logo{
    width: 50%;
    justify-content: left;
  }

  .seguranca-nav-body-logo img{
    height: 50px;
    width: 214px;
  }

  .seguranca-nav-body-menu-mobile{
    display:flex;
    align-items: center;
    justify-content: right;
    flex-direction: row;
    height: 100%;
    width: 50%;
  }

  .seguranca-nav-body-menu-mobile img{
    width: 30px;
    height: 30px;
  }

  .container-modal-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 18, 37, 0.3);
    align-items: center;
    justify-content: right;
    z-index: 300;
    
  }

  .container-modal-content {
    background-color: white;
    width: 87%;
    height: 100vh;
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-top:50px;
    padding-right: 10px;
}

  .container-modal-content h1{
      font-size: 25px;
      font-weight: 600;
  }

  .container-modal-content ul{
    padding-right: 30px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    padding-left: 20px;
  }

  .container-modal-content li{
    margin-bottom: 30px;
  }

  #tableCustom {
    overflow-x: scroll;
  }
}

body > main > section.seguranca-fisica-informacao-section > div > div.seguranca-fisica-informacao-body > h4 > a {
  color: #3B69FF;
}

/* BANNER */

.flex-control-nav {
  bottom: -20rem;
}

.flex-control-paging li a {
  background: #fff;
}

.flex-control-paging li a.flex-active {
  background: #fff;
}

.seguranca-nav-body-menu li.active {
  border-bottom: 4px solid red;
}

#respostaTres {
  flex-direction: column;  
}

.tabela-termos {
  display: block;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #000;
  margin: 20px 0 0;
}
.tabela-termos td {
  border: 1px solid #000;
  padding: 10px;
}

.brad-dropdown.brad-dropdown--down-center .brad-dropdown__dropdown-content {
  position: relative!important;
}

h2 a {
  color: #fff;
}

.flex{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.flex p {
  width: 150px;
}

.roubo-celular .seguranca-fisica-carteira-card-body h4 {
  color: #CC092F;
  font-weight: 700;
}

.roubo-celular .seguranca-fisica-informacao-container-inicial .seguranca-fisica-informacao-head > h2 {
  font-size: 1.3rem;
}