/* Estilos personalizados */

/* Variables personalizadas */
:root {
  --bs-primary: #9966cc;
  --bs-primary-rgb: 153, 102, 204;
  --bs-warning: #9966cc;
  --bs-warning-rgb: 153, 102, 204;
  --bs-link-color: #9966cc;
  --bs-link-hover-color: #8040bf;
}

/* Estilos generales */
* {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* Estilos de navegación */
#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212529;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

#mainNav .navbar-brand {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 3.5rem !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #9966cc;
}

/* Estilos del encabezado */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../assets/img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Estilos del portafolio */
#portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(153, 102, 204, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Estilos del modal */
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
  max-height: 95vh;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
  max-height: 95vh;
  overflow-y: auto;
}

/* Estilos del carrusel */
.portfolio-modal .carousel {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 500px;
}

.portfolio-modal .carousel-item {
  height: 500px;
}

.portfolio-modal .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-modal .carousel-control-prev,
.portfolio-modal .carousel-control-next {
  width: 10%;
  opacity: 0.8;
}

.portfolio-modal .carousel-control-prev:hover,
.portfolio-modal .carousel-control-next:hover {
  opacity: 1;
}

/* Estilos para las miniaturas */
.portfolio-modal .thumbnails-container {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.portfolio-modal .thumbnail-item {
  cursor: pointer;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100px;
}

.portfolio-modal .thumbnail-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.portfolio-modal .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-modal .thumbnail-item.active {
  border: 2px solid var(--bs-primary);
}

/* Estilos de la información del cliente */
.portfolio-modal .client-info-box {
  background-color: #fff;
  border-radius: 0.5rem;
}

.portfolio-modal .client-header {
  text-align: left;
  border-bottom: 2px solid var(--bs-primary);
  padding-bottom: 1rem;
}

.portfolio-modal .client-header h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--bs-primary);
}

.portfolio-modal .client-header .item-intro {
  font-style: italic;
  font-size: 1.2rem;
  color: #6c757d;
}

.portfolio-modal .description-box {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  text-align: left;
}

.portfolio-modal .description-box h4 {
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 1.5rem;
}

.portfolio-modal .description-box p {
  color: #6c757d;
  line-height: 1.6;
  font-size: 1.1rem;
  white-space: pre-line;
}

.portfolio-modal .info-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.portfolio-modal .info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.portfolio-modal .info-item i {
  color: var(--bs-primary);
  font-size: 1.2rem;
}

.portfolio-modal .info-item span {
  font-weight: 500;
  color: #495057;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  z-index: 1000;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  .portfolio-modal .modal-content {
    padding: 60px 0;
  }

  .portfolio-modal .client-header h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .portfolio-modal .description-box h4 {
    font-size: 1.3rem;
  }

  .portfolio-modal .description-box p {
    font-size: 1rem;
  }

  .portfolio-modal .carousel,
  .portfolio-modal .carousel-item {
    height: 300px;
  }

  .portfolio-modal .thumbnail-item {
    height: 80px;
  }
}

/* Estilos del timeline */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #9966cc;
}

.timeline > li .timeline-image h4,
.timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

/* Estilos del equipo */
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}

.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}

.team-member h4,
.team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* Estilos del contacto */
section#contact {
  background-color: #212529;
  background-image: url("../assets/img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .section-subheading {
  color: #fff !important;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}

section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1rem;
  border-radius: 0.5rem;
}

section#contact form#contactForm .form-group input.form-control {
  height: auto;
}

section#contact form#contactForm .form-group-textarea {
  height: 100%;
}

section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}

section#contact form#contactForm p.help-block {
  margin: 0;
}

section#contact form#contactForm .form-control:focus {
  border-color: #9966cc;
  box-shadow: none;
}

section#contact form#contactForm ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact form#contactForm :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact form#contactForm ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact form#contactForm :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Estilos del footer */
.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212529;
  color: #fff;
}

.footer .btn-social {
    background: #fff;
    color: #4E2D7E !important;
    border: none;
}

/* Estilos del botón de contacto */
.portfolio-modal .contact-button-container {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.portfolio-modal .contact-button-container .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.portfolio-modal .contact-button-container .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.portfolio-modal .contact-button-container .btn i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .portfolio-modal .contact-button-container .btn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
}

/* Media queries */
@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
  
  .timeline:before {
    left: 50%;
  }
  
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  
  #mainNav .navbar-brand img {
    height: 1.5rem;
    transition: height 0.3s ease-in-out;
  }
  
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
  }
  
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  
  .timeline > li {
    min-height: 150px;
  }
  
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/* Estilos personalizados para la sección de timeline */
#about .timeline {
    margin-top: 3rem;
}

#about .timeline-image {
    background-color: #9966cc;
    border: 7px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .timeline-image i {
    color: white;
}

#about .timeline-panel {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 1.5rem;
}

#about .timeline-heading h4 {
    color: #9966cc;
    font-weight: 600;
    margin-bottom: 1rem;
}

#about .timeline-body p {
    font-size: 1.1rem;
    line-height: 1.6;
}

#about .timeline:before {
    background-color: #9966cc;
    opacity: 0.2;
}

@media (max-width: 767px) {
    .timeline > li .timeline-image {
        position: relative;
        left: 0;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    
    .timeline > li .timeline-panel {
        padding: 0 20px 0 20px;
        width: 100%;
    }
}

/* Mejora de legibilidad para la sección Acerca de Salaun Consulting */
#about .about-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.18rem;
  line-height: 2.1;
  color: #333;
  letter-spacing: 0.01em;
}
#about .about-content p {
  margin-bottom: 1.5em;
}
#about .about-content strong {
  color: #4E2D7E;
  font-weight: bold;
}
@media (max-width: 768px) {
  #about .about-content {
    font-size: 1rem;
    padding: 0 10px;
  }
}

/* Forzar color blanco en los labels y placeholders del formulario de contacto */
#contact .form-label {
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
#contact .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}
#contact .form-control {
  color: #222;
  background: #fff;
  padding: 0.5rem 0.5rem !important;
  height: auto;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
#contact .form-control:focus {
  background: #fff;
  color: #222;
  border-color: #9966cc;
  box-shadow: 0 0 0 0.2rem rgba(153, 102, 204, 0.25);
}

#contact .contact-info,
#contact .contact-info h4,
#contact .contact-info p,
#contact .contact-info a,
#contact .contact-info i {
  color: #fff !important;
}
#contact .contact-info .btn-social {
  background: #fff;
  color: #4E2D7E !important;
  border: none;
}
#contact .contact-info .btn-social i {
  color: #4E2D7E !important;
}
#contact .contact-info .btn-social:hover {
  background: #9966cc;
  color: #fff !important;
}
#contact .contact-info .btn-social:hover i {
  color: #fff !important;
}

#contact .form-group-textarea textarea {
  height: 8rem;
  resize: none;
}

#contact .newsletter input.form-control {
    max-width: 250px;
    display: inline-block;
}

#contact .captcha-container{
    display: flex !important;
    flex-direction: row !important;
}

/* Estilos para el toast */
.toast {
  background-color: #fff;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.toast.bg-danger {
  background-color: #fff !important;
}

.toast.bg-danger .toast-header {
  background-color: #dc3545;
  color: #fff;
}

.toast.bg-danger .toast-body {
  color: #212529;
}

.toast.bg-success {
  background-color: #fff !important;
}

.toast.bg-success .toast-header {
  background-color: #198754;
  color: #fff;
}

.toast.bg-success .toast-body {
  color: #212529;
}

/* Scroll interno para la tabla del admin */

/* Estilos para el sidebar del admin en móvil */
@media (max-width: 768px) {
    .sidebar {
        height: auto !important;
        min-height: auto !important;
        padding: 1rem 0;
    }

    .sidebar .nav-item {
        margin: 0.5rem 0;
    }

    .sidebar .nav-link {
        padding: 0.5rem 1rem;
    }

    .sidebar .nav-link i {
        margin-right: 0.5rem;
    }

    .sidebar .nav-link span {
        font-size: 0.9rem;
    }

    .sidebar .sidebar-brand {
        padding: 0.5rem 1rem;
        margin-bottom: 0.5rem;
    }

    .sidebar .sidebar-brand .sidebar-brand-text {
        font-size: 1rem;
    }
}

/* Estilos de accesibilidad */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mejoras de contraste */
.text-muted {
    color: #6c757d !important;
}

.section-subheading.text-muted {
    color: #495057 !important;
}

/* Enfoque visible para elementos interactivos */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 3px solid #4E2D7E;
    outline-offset: 2px;
}

/* Mejora de contraste para textos sobre fondos oscuros */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
}

/* Mejora de contraste para botones */
.btn-primary {
    background-color: #4E2D7E;
    border-color: #4E2D7E;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #3a2160;
    border-color: #3a2160;
    color: #ffffff;
}

/* Mejora de contraste para enlaces */
a {
    color: #4E2D7E;
}

a:hover {
    color: #3a2160;
}

/* Mejora de contraste para textos en formularios */
.form-label {
    color: #ffffff !important;
}

/* Mejora de contraste para mensajes de error */
.invalid-feedback {
    color: #dc3545;
    font-weight: 500;
}

/* Mejora de contraste para mensajes de éxito */
.valid-feedback {
    color: #198754;
    font-weight: 500;
}

/* Indicadores personalizados para el carousel del modal de portfolio */
.carousel-indicators [data-bs-target] {
    background-color: #9966cc;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.4;
    transition: opacity 0.2s, transform 0.2s;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #9966cc;
    transform: scale(1.2);
    box-shadow: 0 0 0 2px #fff, 0 0 6px #9966cc;
}

/* Estilos para el captcha y botón de envío */
section#contact form#contactForm .captcha-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

section#contact form#contactForm .g-recaptcha {
    margin: 0 auto;
}

section#contact form#contactForm .btn-submit {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

