section#zones {
  background: url("../images/banners/palm-tree.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  padding: 50px 0;
}
section#zones h2 {
  color: #10679a;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: -1px 0 #fff, 1px 0 #fff, 2px 0 #fff, -1px 0 #fff;
}
section#zones .gray-box {
  background-color: #7c7e82;
  margin-bottom: 30px;
}
section#zones .gray-box h3 {
  border-bottom: 4px solid #10679a;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding: 10px;
}
section#zones .gray-box p.zone-starting {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box p.zone-price {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box p.zone-service {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box button.in-zones {
  background-color: #10679a;
  border: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-top: 15px;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 991px) {
  section#zones .gray-box h3 {
    font-size: 32px;
  }
  section#zones .gray-box p.zone-starting {
    font-size: 16px;
  }
  section#zones .gray-box p.zone-price {
    font-size: 32px;
  }
  section#zones .gray-box p.zone-service {
    font-size: 14px;
  }
  section#zones .gray-box button.in-zones {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section#zones {
    height: auto;
  }
}
section#vehicles {
  padding: 30px 0;
}
section#vehicles h2 {
  color: #006795;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 30px;
}
section#vehicles h4 {
  background: rgba(255,255,255,0.8);
  color: #000;
  font-size: 24px;
  font-weight: 800;
  margin-top: 25%;
  text-align: center;
  width: 100%;
}
section#vehicles p {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
section#vehicles .background-suburban {
  background: url("../images/photos/chevrolet-suburban.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
section#vehicles .background-expedition {
  background: url("../images/photos/ford-expedition.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
section#vehicles .background-urvan {
  background: url("../images/photos/nissan-urban.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
section#vehicles .background-vito {
  background: url("../images/photos/mercedes-benz-vito.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
section#vehicles .background-sprinter {
  background: url("../images/photos/mercedes-benz-sprinter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
section#vehicles .background-transit {
  background: url("../images/photos/ford-transit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
@media (max-width: 767px) {
  section#vehicles h4 {
    margin: 0;
    margin-top: 150px;
    position: absolute;
  }
  section#vehicles .background-suburban,
  section#vehicles .background-expedition,
  section#vehicles .background-urvan,
  section#vehicles .background-vito,
  section#vehicles .background-sprinter,
  section#vehicles .background-transit {
    height: 380px;
  }
}
@media (max-width: 450px) {
  section#vehicles h4 {
    font-size: 20px;
    margin: 0;
    margin-top: 100px;
  }
  section#vehicles .background-suburban,
  section#vehicles .background-expedition,
  section#vehicles .background-urvan,
  section#vehicles .background-vito,
  section#vehicles .background-sprinter,
  section#vehicles .background-transit {
    height: 250px;
  }
}
section#tours {
  background-color: #f0efea;
  padding: 30px 0;
}
section#tours h2 {
  color: #006795;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 30px;
}
section#tours h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding: 15% 0 30px;
}
section#tours p {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
section#tours .tour-art-walk {
  background: url("../images/banners/tours-san-jose-del-cabo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#tours .tour-todos-santos {
  background: url("../images/banners/tours-todos-santos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#tours .tour-la-paz {
  background: url("../images/banners/tours-la-paz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#tours .tour-cabo-san-lucas {
  background: url("../images/banners/tours-cabo-san-lucas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
body .padding-15 {
  padding: 15px;
}
.yellow {
  background-color: #e2af23;
}
.orange {
  background-color: #c86828;
}
.button {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px;
  text-decoration: none;
}
.button.big {
  font-size: 30px;
  max-width: 300px;
  padding: 10px 20px;
}
body .background-division-top {
  background-color: #eff5f2;
  border-bottom: 1px solid #d6deda;
}
body .background-division-bottom {
  background-color: #eff5f2;
  border-top: 1px solid #d6deda;
}
body .background-white {
  background-color: rgba(255,255,255,0.9);
  padding-bottom: 30px;
}
body .border-top-gray {
  border-top: 2px solid #999;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .margin-top-10 {
  margin-top: 10px;
}
body .font-color-gray {
  color: #696969;
}
body .font-color-orange {
  color: #ff8c00;
}
body .font-color-red {
  color: #f00;
}
body .no-margin {
  margin: 0;
}
body .no-margin-top {
  margin-top: 0;
}
body .no-padding-right {
  padding-right: 0;
}
body .no-padding {
  padding: 0;
}
body .margin-side-auto {
  padding: 0 70px;
}
body .margin-top-30 {
  margin-top: 30px;
}
body .padding-top-10 {
  padding-top: 15px;
}
body .padding-top-30 {
  padding-top: 30px;
  text-align: center;
}
body .padding-bot-30 {
  padding-bottom: 30px;
}
body .font-size-16 {
  font-size: 16px;
}
body .section-padding {
  padding: 30px 0;
}
body .sitemap a {
  color: #fff !important;
}
body .twitter .twitter-timeline {
  height: 625px !important;
}
section#promo-book {
  padding: 30px 0;
}
body #sectionSeparator {
  border-top: 2px solid #999;
  padding-bottom: 30px;
}
body #shuttle .label-align,
body #transfer .label-align,
body #bookNow .label-align {
  text-align: left;
  padding-top: 0;
}
body .margin-left-15 {
  margin-left: 15px;
}
body .mobile-menu {
  display: none;
}
/*  BANNER  */
section#banner {
  background: url("../images/banners/cabo-san-lucas-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 136px);
  margin-top: 136px;
  overflow: hidden;
}
section#banner #main-banner {
  margin-top: 25%;
  padding: 20px;
}
section#banner #main-banner a.slider-journeys {
  background: rgba(16,103,154,0.5);
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
section#banner a.slider-about-us,
section#banner a.slider-mission {
  background: rgba(155,155,155,0.5);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0 auto 10px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/*   FOOTER   */
section#footer {
  background-color: #10679a;
  padding: 30px 0;
}
section#footer a.footer-link {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
section#footer a.footer-link:hover {
  text-decoration: none;
}
section#footer p {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
section#footer p a {
  color: #fff;
}
section#footer .social-icons {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 50px;
  height: 60px;
  justify-content: center;
  margin: 0 10px;
  text-align: center;
  width: 60px;
}
section#footer .social-icons a.icono-social i {
  font-size: 36px;
  line-height: 60px;
}
/*   COPYRIGHT   */
section#copyright {
  background-color: #7c7e82;
  color: #fff;
  padding: 15px 0;
}
section#copyright p {
  font-size: 18px;
  margin: 0;
}
/*   BOOK NOW   */
#book-now {
  background: url("../images/banners/palm-tree.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  padding: 30px 0;
}
#book-now h2 {
  color: #10679a;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: -1px 0 #fff, 1px 0 #fff, 1px 0 #fff, -1px 0 #fff;
}
#book-now h4 {
  color: #10679a;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 800;
  text-align: center;
}
#book-now #book-wrapper {
  background: rgba(230,229,214,0.9);
  margin-top: 100px;
  padding: 20px;
}
body #book-now select,
body #book-now input,
body #book-now textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  margin: 5px 0;
  padding-left: 10px;
  width: 100%;
}
body #book-now textarea {
  height: 60px;
}
body #book-now h1,
body #book-now h3 {
  color: #fff;
  text-align: center;
}
body #book-now label {
  color: #fff;
  padding-left: 5px;
}
body #book-now input.submit-button {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  float: right;
  width: 150px;
}
body #book-now input.submit-button[disabled="disabled"] {
  opacity: 0.5;
}
body #book-now h1 {
  color: #fff;
  font-size: 31px;
  margin: 20px 0;
  text-transform: uppercase;
}
body #book-now #price,
body #book-now span#priceBig {
  color: #fff;
  font-size: 30px;
}
body #book-now #Thanks,
body #book-now form#Book {
  display: none;
}
body #book-now #Thanks p {
  color: #fff;
  font-size: 18px;
}
body #book-now #Thanks h2 {
  color: #fff;
  font-size: 20px;
}
body #book-now #Thanks h3 {
  color: #fff;
  font-size: 18px;
}
body #book-now #Thanks form {
  text-align: center !important;
}
body #book-now #Thanks input {
  background: none !important;
  border: 0 !important;
  width: auto !important;
}
@media (max-width: 991px) {
  body #book-now {
    height: auto;
  }
}
body section#contact {
  padding: 30px 0;
}
body section#contact h2 {
  padding-bottom: 30px;
}
body section#contact a {
  color: #000;
  font-size: 24px;
}
body section#activities {
  background: rgba(255,255,255,0.5);
  padding: 30px 0;
}
body section#footer {
  background-color: #126795;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}
body section#footer .phone a {
  color: #fff;
}
body section#main-menu {
  border-bottom: 1px solid #000;
  height: 136px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
section#upper-contact {
  background: #10679a;
  height: 46px;
  padding: 10px 0;
  text-align: right;
}
section#upper-contact .telephone,
section#upper-contact .email {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
section#upper-contact .telephone i,
section#upper-contact .email i {
  color: #10679a;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
section#upper-contact a {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding-right: 10px;
  text-decoration: none;
}
section#upper-contact .mainphone {
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
body section#menu {
  background-color: #fff;
  height: 90px;
  line-height: 40px;
  padding: 5px 0;
}
body section#menu .hide-mobile img {
  height: 80px;
  padding: 10px 0;
}
body section#menu a {
  color: #006795;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
}
body section#menu a.call-to-action {
  background-color: #006795;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  body section#menu a.call-to-action {
    padding: 2px;
  }
}
@media (max-width: 767px) {
  body section#menu .hide-mobile {
    display: none;
  }
  body section#menu .mobile-menu {
    display: block;
  }
  body section#menu .mobile-menu a {
    line-height: 40px;
  }
}
@media (max-width: 440px) {
  body section#menu .mobile-menu img {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  body section#menu .mobile-menu img {
    height: auto;
    max-width: 200px;
    padding-top: 7px;
  }
}
body #reservation .img-size {
  width: 100%;
  max-width: 450px;
  max-height: 238px;
}
body #reservation .form-font-size {
  font-size: 14px;
}
body #reservation .scroll {
  background-color: #fff;
  border: 1px solid #a6a6a6;
  height: 200px;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 5px 10px;
  width: 100%;
}
body #reservation .reserve {
  padding: 0 15px;
}
body #reservation .hotel-list-height {
  height: 190px;
}
body #reservation .name-hotel {
  text-transform: capitalize;
}
body #reservation .zone-name {
  margin-top: 0;
}
body #reservation .zone-border {
  background-color: rgba(229,237,242,0.2);
}
body #reservation form {
  margin: 0;
}
body #reservation form .form-width {
  margin-bottom: 13px;
  margin-top: 5px;
  width: 100%;
}
body #reservation form .td-title {
  background-color: #a9b4bb;
}
body #reservation form .table-size {
  width: 100%;
}
body #hero {
  padding-top: 84px;
}
body .background-slider {
  background: linear-gradient(to bottom, #aaf, #0ff);
  border-radius: 15px;
  box-shadow: 0 3px 7px rgba(50,50,50,0.75);
  margin: 0;
  padding: 20px;
  width: 100%;
}
body .notes {
  padding-left: 15px;
  padding-right: 15px;
}
body .notes .book-note {
  color: #636363;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
body .notes .button-size {
  background-color: #ff7f00;
  margin: 0 10px 10px;
  padding: 10px 0;
  width: 350px;
}
body .notes .notes-2 {
  font-weight: 700;
  padding-bottom: 30px;
}
body .btn.in-zones {
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  body #hero .img-size {
    height: 400px;
  }
}
body section#zones .ico-zone {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  width: 210px;
}
body section#zones .ico-zone h2 {
  font-size: 22px;
  margin-top: 0;
}
body section#zones .ico-zone button {
  border: 1px solid #000;
  color: #000;
}
body section#zones .ico-hotel {
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin: 5px;
  overflow: hidden;
  width: 100px;
}
section#promo {
  color: #fff;
  padding: 30px 0;
}
section#promo h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 10px;
}
section#promo a {
  color: #fff;
  text-decoration: none;
}
section#sportfishing {
  background: url("../images/banners/sport-fishing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  padding: 30px 0;
}
section#sportfishing h2 {
  color: #006795;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 30px;
}
section#sportfishing .box-services {
  background-color: #78a4bb;
  color: #fff;
  margin: 80px auto;
  max-width: 700px;
  text-align: center;
  padding: 10px 20px;
}
section#sportfishing .box-services h4 {
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 36px;
  margin: 10px 0;
  padding: 10px 0;
}
body #sitemap {
  background-color: rgba(255,255,255,0.9);
}
body #sitemap select,
body #sitemap input {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  margin: 5px 0;
  padding-left: 10px;
  width: 100%;
}
body #sitemap h1,
body #sitemap h3 {
  margin-top: 20px;
  text-align: center;
}
body #sitemap .info-download {
  margin-top: 50px;
  text-align: center;
}
body #sitemap .info-title li {
  text-align: left;
}
body #sitemap .img-size {
  width: 100%;
  margin-top: 30px;
}
body #sitemap .img-download {
  padding-top: 60px;
}
body #sitemap .img-download img {
  padding-right: 20px;
  padding-top: 20px;
}
body #sitemap p {
  text-align: center;
}
body #sitemap h1 {
  font-size: 31px;
  margin-top: 20px;
  margin-bottom: 30px;
}
body #sitemap form#Book {
  display: none;
}
body section#testimonials {
  background-color: #fff;
}
body section#testimonials .carousel-control .icon-next,
body section#testimonials .carousel-control .icon-prev {
  color: #000;
  font-size: 100px;
}
body section#testimonials .carousel-control.right,
body section#testimonials .carousel-control.left {
  background-image: none;
}
body section#testimonials .box-textimonial {
  margin-right: 20%;
  margin-left: 20%;
}
body section#testimonials p {
  font-size: 14px;
  text-align: center;
}
body section#testimonials h3 {
  margin-bottom: 20px;
  text-align: center;
}
body section#testimonials .person {
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
body section#testimonials .person .person-photo {
  border: 1px solid #000;
  border-radius: 50%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 50px;
}
body section#testimonials .person a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  body .logo_name_size {
    font-size: 40px;
    text-align: center;
  }
  body #banner .item .img-size {
    height: 500px;
  }
}
@media (max-width: 767px) {
  body .display-horizontal {
    display: -webkit-inline-box;
  }
  body .font-size-16 {
    text-align: center;
  }
  body #information {
    text-align: center;
  }
  body .mobile-display {
    display: none;
  }
  body section#home .notes .button-size {
    width: 90%;
  }
  body section#reservation .zone-border {
    background-color: transparent;
  }
  body section#upper-contact .logo {
    height: 0;
  }
  body section#upper-contact .logo img {
    max-width: 300px;
    position: relative;
    top: 12px;
  }
  body section#upper-contact .navbar-toggle {
    background-color: #fff;
  }
  body section#upper-contact .navbar-toggle .icon-bar {
    background-color: #003f92;
  }
  body section#upper-contact .navbar-toggle:hover {
    background-color: transparent;
  }
  body section#upper-contact .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  body section#zones .ico-zone {
    margin-bottom: 20px;
  }
}
@media (max-width: 556px) {
  body .display-horizontal {
    display: inline-block;
  }
  body section#hero .img-size {
    height: 400px !important;
  }
}
@media (max-width: 500px) {
  body section#upper-contact .font-size-mobile {
    font-size: 10px;
  }
  body section#upper-contact .logo {
    height: 10px;
  }
  body section#upper-contact .logo img {
    max-width: 200px;
    position: relative;
    top: 20px;
  }
}
@media (max-width: 991px) {
  body #reservation .img-size {
    max-height: 238px;
  }
  body section#menu .navbar-default .navbar-nav>li>a {
    font-size: 14px !important;
    padding: 15px 4px;
  }
  body section#hero .logo img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body section#upper-contact .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 4px;
  }
}
.display-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.justify-end {
  justify-content: flex-end;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.d-none {
  display: none !important;
}
p.notice {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  background-color: rgba(155,155,155,0.5);
  margin-top: 10px;
  padding: 15px;
}


/* Contenedor principal */
#review {
  background-color: #f8f9fa;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Título de la sección */
#review h2 {
  color: #006795;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 30px;
}

/* Contenedor de las reseñas */
.reviews {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

/* Cada reseña individual */
.review {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Estilo de reseña activa */
.review.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.review:not(.active) {
  opacity: 0;
  transform: scale(0.9);
}

/* Cabecera de la reseña */
.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.review-author {
  font-size: 1.2em;
  font-weight: bold;
  color: #007bff;
}

.review-date {
  font-size: 0.9em;
  color: #6c757d;
}

/* Cuerpo de la reseña */
.review-body {
  font-size: 1.1em;
  line-height: 1.6;
  color: #495057;
  font-family: 'Georgia', serif;
}

/* Controles del carrusel */
.controls {
  text-align: center;
  margin-top: 20px;
}

.controls button {
  margin: 0 10px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.controls button:hover {
  background-color: #0056b3;
}

.controls button:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Transiciones suaves para las reseñas */
.review {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.logo-tripadvisor {
  width: 30vh;
  margin: 0 auto;
}

