.quienes-somos{
    background: rgb(24,55,84);
    background: radial-gradient(circle, rgba(24,55,84,1) 0%, rgba(26,29,34,1) 100%);
  }
  .f-blue{
    background-color: #122944;
  }
  .navfoot{
    background-color: #333 !important;
    height: 70px;
  }
  .hrw{
    border: 1px solid white;
    width: 100px;
  }
  .hrb{
    border: 1px solid #122944;
    width: 100px;
  }
  .hrmf{
    border: 1px solid #cdba6d;
    width: 100px;
    text-align: left;
    margin-left:0;
    margin-top: 0;
  }
  .hrwf{
    border: 1px solid white;
    width: 100px;
    text-align: left;
    margin-left:0;
    margin-top: 0;
  }
  .tit-not{
      font-family: "Playfair Display",serif;
      font-weight: 500;
  }
.serviceBox{
    background: #fff;
    text-align: center;
    padding: 35px 15px;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 10px grey;
}
.serviceBox:hover{
    background: #122944;
}
.serviceBox .title{
    font-size: 30px;
    color: #343434;
    margin: 0 0 20px 0;
        font-family: "Playfair Display",serif;
        font-weight: 500;
}
.serviceBox:hover .title{
    color: #fff;
}
.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #122944;
    margin: 0 auto 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    transform: scale(1.20);
    background: #fff;
}
.serviceBox .service-icon i{
    font-size: 50px;
    color: #122944;
    line-height: 100px;
}
.serviceBox .description{
    font-size: 18px;
    color: #64676b;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .description{
    color: #fff;
}
.serviceBox .read{
    display: inline-block;
    font-size: 13px;
    color: #64676b;
    text-transform: capitalize;
    padding: 5px 10px;
    border-top: 1px solid #64676b;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .read{
    color: #fff;
    border-top-color: #fff;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 20px; }
}
.btn-dark {
    background-color: #122944;
}
.heading-title {
    font-family: "Playfair Display",Sans-serif;
}
label {
    margin-bottom: 0;
}

.quienes-somos{
    background: rgb(24,55,84);
    background: radial-gradient(circle, rgba(24,55,84,1) 0%, rgba(26,29,34,1) 100%);
  }
#prisection{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.font-play{
    font-family: "Playfair Display",serif;
    font-weight: 500;
}
.title-blue{
font-size: 40px;
color: #122944;
margin: 0 0 20px 0;
    font-family: "Playfair Display",serif;
    font-weight: 500;
}

.faqs{
    font-weight: 300;
  }
  .faqs span{
    font-weight: 500;
  }
  article {
    margin-bottom: 20px;
  }

  details {
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f986;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  summary {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
  }

  summary:hover {
    color: #5c5e5f;
  }



  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    h1 .heading-title {
        font-size: 3px;
    }
  }
