body, html {
  margin: 0;
  padding: 0;

     font-family: "DM Sans", sans-serif;

     font-weight: bold;
  font-style: normal;
}

.hero {
  background: url('doctor-background.jpg') no-repeat center center/cover;
  height: 65vh;
  position: relative;
  margin-bottom: 30px;
}

.overlay {
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  padding: 20px;
}
.listado{
  background-color: #0066cc;
  color: #fff;
  font-size: 10pt;
  border: none;
  padding: 2px;
  border-radius: 4px;
}
.listado a{
    color: #fff;
  font-size: 10pt;
  text-decoration: none;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 10;
  z-index: 200;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    margin-bottom: 150px;
}

.logo {
  height: 50px;
}
.notice {
  padding: 20px;
    padding-bottom: 20px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
    border-left-color: rgb(127, 127, 132);
  -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
  margin-bottom: 20px;
  box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.login-btn{
    color: #fff !important;
    font-size: 12px !important;
}
.nav-links a {
  color: #337ab7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11pt;
  margin: 5px;
  text-decoration: none;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  display: inline-block;
}

.login-btn {
  background: #c02430;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
}

.hero-content {
  text-align: center;
  margin-top: 100px;
}

.hero-content h1 {
  font-size: 2.5rem;
  color: #1d3557;
  margin-bottom: 20px;
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #38659c;;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(#38659c);
  text-shadow: 2px 2px 3px #ffffff;
}

.search-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.search-bar input {
  width: 400px;
  padding: 10px;
  font-size: 16px;
}

.search-bar button {
  background: #c02430;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.btn-prof {
  margin: 10px 0;
  background: #4a90e2;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}

.quick-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.quick-links .item {
  background: white;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  width: 80px;
   color: #11436D;
  font-size: 11px;
  height: 80px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.quick-links img {
  width: 40px;
  height: 40px;
}

.stats {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
  height: 104px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.stats strong{
    color: #38659c;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.stats p{
text-align: justify;
  line-height: 1.5;
  color: #11436D;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.updates-section {
  background: #fff;
  padding: 40px 20px;
}

.updates-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.update-box {
  background: #f9f9f9;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.update-box h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #222;
  display: flex;
  justify-content: space-between;
}

.update-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.update-box li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}

.update-box .date, .update-box .code {
  font-size: 12px;
  color: #666;
}

.update-box .green { border-left-color: #28a745; }
.update-box .blue  { border-left-color: #007bff; }
.update-box .red   { border-left-color: #dc3545; }
.update-box .grey  { border-left-color: #6c757d; }

/** cima **/
.cima-section {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f5f5f5;
    padding: 20px;
}

.cima-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.cima-content {
    width: 50%;
}
.cima-img-container{
    width: 50%;
    height: 400px;
    object-fit: cover;
}
.cima-img-container img{
    width: 100%;
    height: 100%;
}

.cima-header h1 {
    font-size: 24px;
    color: #0066cc;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cima-container h1{
    text-align: center;
    color: #5385c1;
  font-size: 30pt;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.cima-container h2{
   color: #777;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  width: 225px;
  margin: 0 auto;
}
.cima-container span{
    text-align: center;
}

.cima-content h2 {
    font-size: 20px;
    color: #0066cc;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cima-descripcion{
    width: 60%;
    margin: auto;
}
.cima-content p {
    margin-bottom: 10px;
    line-height: 1.4;
    olor: #2c2c2c;
  font-size: 12pt;
  font-weight: regular;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: justify;
}

.link {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}
.flex{
    display: flex;
    justify-content: space-between;
}

.cima-gluten h3,
.cima-menu h3,
.cima-label h3,
.cima-contact h3,
.cima-about h3 {
    font-size: 18px;
    color: #0066cc;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cima-menu ul,
.cima-about ul {
    list-style-type: none;
    padding-left: 0;
}

.cima-menu li,
.cima-about li {
    margin-bottom: 5px;
}

.cima-contact a {
    color: #0066cc;
    word-break: break-all;
}

.copyright {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}

.footer-cima {
text-align: center;
  background: #38659c;
  margin: 0;
  color:#fff ;
  padding: 20px;
  display: flex;
}
.footer-cimas {
 width: 70%;
 justify-content: space-around;
 margin: auto;
  padding: 20px;
  display: flex;
}
.cima-contact-footer h3{
    text-align: left;
}
.cima-contact-footer p{
    text-align: left;
}
.flex2{
    display: flex;
}
.cima-contact-footer{
    width: 40%;
}
.cima-about-footer ul li{
margin: 10px;
list-style: none;
}
.boxpuser {
  background: rgba(61, 106, 158, 0.8);
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.boxpuser h1 {
  color: #fff;
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.boxpuser .feature-item p{
text-align: left;
  color: #d6d6d6;
}
.boxpuser .feature-item {
text-align: left;
  color: #d6d6d6;
}
.boxpuser button {
color: #fff;
  background-color: #B81029;
  border-color: #B81029;
}
.primera, .feature-list{
    width: 50%;
}
.cima-register-container{
    width: 70%;
    margin: auto;
}

@media (max-width: 400px) {
  .top-bar{
    display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .quick-links .item {


  padding: 20px;
  text-align: center;
  width: 30px;

  height: 30px;
 
}
.updates-section {
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 220px;
}
  .quick-links .item img {

  width: 30px;
  height: 30px;
 
}
.updates-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.flex {
  display: block;

}
.cima-content {
  width: 100%;
}
.primera, .feature-list {
  width: 100%;
}
.cima-descripcion {
  width: 100%;
  margin: auto;
}
.stats strong {
  color: #38659c;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  gap: 2px;

  border-bottom: 1px;
  width: 100%;
  height: 220px;
  margin-top: 30px;
  padding: 1px;
  margin-bottom: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.stats p {
  text-align: center;

}
.hero {
  background: url('doctor-background.jpg') no-repeat center center/cover;
  height: 89vh;
  position: relative;
  margin-bottom: 30px;
}
.cima-img-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-cimas {
  width: 70%;
  justify-content: space-around;
  margin: auto;
  padding: 20px;
  display: block;
}
.cima-contact-footer {
  width: 100%;
}
.quick-links .item {
  text-align: center;
  color: #11436D;
  margin-top: 50px;
  font-size: 11px;
}
.quick-links p {

  margin-top: 30px;
  font-size: 11px;
  text-align: left;
  margin-bottom: 20px;
}
.update-box h3 {
  font-size: 12px;

}
.stats p {
font-size: 14px;
}
.quick-links {
  display: flex;
  justify-content: center;

  margin-top: 10px;
  margin-bottom: 60px;
}
}