@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 10px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #0a97b0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #04233b;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a97b0;
}

.header_section .header_top .contact_nav a:hover i {
  color: #04233b;
}

.header_section .header_bottom {
  background-color: #77889526;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0a97b0;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.9)), to(rgba(37, 37, 37, 0.7)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.9), rgba(37, 37, 37, 0.7));
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #04233b;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #0a97b0;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #0a97b0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  align-items: center;
  min-height: 100%;
  margin-right: 25px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #0a97b0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #04233b;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #0a97b0;
}

.track_section {
  position: relative;
  color: #ffffff;
}

.track_section .track_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.track_section .track_bg_box img {
  width: 100%;
  height: 100%;object-fit: cover;
}

.track_section .track_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.95)), to(rgba(37, 37, 37, 0.55)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.95), rgba(37, 37, 37, 0.55));
}

.track_section p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.track_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.track_section form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.track_section form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}

.track_section form button:hover {
  background-color: #0a97b0;
}

.client_section .client_container {
  width: 75%;
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}

.client_section .box .detail-box {
  border: 1px solid #dddddd;
  padding: 25px;
  margin-bottom: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  width: 75px;
  height: 75px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-left: 15px;
}

.client_section .box .client_id .name h6 {
  color: #23242a;
  font-size: 18px;
  margin-bottom: 0;
}

.client_section .box .client_id .name p {
  margin-bottom: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -15%;
  outline: none;
  background-color: #0a97b0;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #161825;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  top: 25%;
  background-image: url(../images/prev.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  top: calc(25% + 65px);
  background-image: url(../images/next.png);
}

.contact_section img{width: 8rem;margin-top: 1rem;}
.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  /*margin-bottom: 25px;*/
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}
.form_container label {
  width: 100%;
}
.contact_section .form_container input[type="file"] {margin: 0;padding: 0;height: 100%;}
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::placeholder {
  color: #04233b;
}

.contact_section .form_container input.message-box {
  height: 120px;
}
.contact_section .form_container .message-box {
  height: 120px;color: #000000;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  padding: 0.4rem;
  width: auto;
  height: auto;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.back {
  border: none;
  text-transform: uppercase;
  padding: 5px;
  font-size: 16px;
  width: auto;
  height: auto;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #0a97b0;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #04233b;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #0a97b0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #0a97b0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #0a97b0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #0a97b0;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #04233b;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.card_producto {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s;
  text-align: center;
}
.card_producto:hover {
  transform: translateY(-5px);
}
.card_producto .img-box {
  background: #f5f5f5;
  padding: 20px;
}
.card_producto img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.card_producto .detail-box {
  padding: 15px;
}
.card_producto .detail-box h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.card_producto .detail-box p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.card_producto .detail-box h6 {
  color: #28a745;
  font-weight: bold;
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */
.contact_section h2 {
  width: 100%;
  text-align: center;
}
.contact_section .container-fluid {
  align-items:center;display:flex;flex-direction: column;width: 100%;
}
.contact_section .row {
  align-items:center;display:flex;width: 100%;justify-content: center;
}
.login-form {
  width: 35%;text-align: center;
}

.contact_section input[type=number]::-webkit-inner-spin-button,
.contact_section input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
.contact_section input[type=number] {
  -moz-appearance: textfield;
}
.links {
  margin-top: 1rem;
  display: grid;
  text-align: left;
}

.message p {
  margin: 0; }
.message {
  margin: 0 0 0.5rem 0;
  padding: 5px;
  text-align: center;
}
.message.success p {
  color: black;
}
.message.success {
  background-color: green;
}
.message.error {
  background-color: red;
}

/**********************************/
table {
  width: 98%;
  border-collapse: collapse;
  margin: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  
}

thead {
  background-color: #000000;
  color: white;
}

th, td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

tr:nth-child(even) {
  background-color: #949494;
}

@media (max-width: 768px) {
  table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;padding: 1rem;
  }

  th, td {
      font-size: 14px; /* Tamaño de fuente más pequeño para pantallas pequeñas */
  }
}
.hidden {
  display: none !important;
}
#page {
  margin:0;
  padding:1rem;
  width: 3.5rem;
  height: 3rem;
  border:none;
  text-align: center;
}
.flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/**********************************/

.nav-link.active {
  font-weight: bold;
  color: #0a97b0; /* o el color que querás para la activa */
}

.blog-title {
  font-family: 'Playfair Display', serif; /* Aplicar a títulos */
}
.border-solid {
  border: 2px solid #4a90e2; /* Color del borde */
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
  padding: 16px; /* Espaciado interno */
}
.border-inner-shadow {
  border: 2px solid #ffffff4e; /* Color del borde */
  border-radius: 8px; /* Bordes redondeados */
  padding: 16px; /* Espaciado interno */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra interna */
}
.border-gradient {
  border: 5px solid transparent; /* Borde transparente */
  border-radius: 10px; /* Bordes redondeados */
  background-image: linear-gradient(#4a90e2, #e94e77); /* Gradiente de fondo */
  background-clip: padding-box; /* Recortar el fondo del borde */
  padding: 10px; /* Espaciado interno */
}
.border-double {
  border: 4px double #e94e77; /* Color del borde */
  border-radius: 5px; /* Bordes redondeados */
  padding: 12px; /* Espaciado interno */
}
.btn-add {
  width: 30px;height: 2rem;text-align: center;margin-top: 1rem;border-radius: 5px;padding: 0.2rem;
  background-color: #0a97b0;align-content: center;color: rgb(255, 255, 255);
  margin-left: 0.5rem;
}
td {
  width: auto;
}
td a {
  width: 2rem;height: 2rem;text-align: center;margin: 0.5rem;border-radius: 5px;padding: 0.4rem;
  background-color: #0a97b0;align-content: center;color: rgb(255, 255, 255);
}


/* Aplicar la fuente al cuerpo o a elementos específicos */

.blog-title {
  font-family: 'Playfair Display', serif; /* Aplicar a títulos */
}
.border-solid {
  border: 2px solid #4a90e2; /* Color del borde */
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
  padding: 16px; /* Espaciado interno */
}
.border-inner-shadow {
  border: 2px solid #ffffff4e; /* Color del borde */
  border-radius: 8px; /* Bordes redondeados */
  padding: 16px; /* Espaciado interno */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra interna */
}
.border-gradient {
  border: 5px solid transparent; /* Borde transparente */
  border-radius: 10px; /* Bordes redondeados */
  background-image: linear-gradient(#4a90e2, #e94e77); /* Gradiente de fondo */
  background-clip: padding-box; /* Recortar el fondo del borde */
  padding: 10px; /* Espaciado interno */
}
.border-double {
  border: 4px double #e94e77; /* Color del borde */
  border-radius: 5px; /* Bordes redondeados */
  padding: 12px; /* Espaciado interno */
}


.flex p:last-of-type {
  margin-left: 1rem;
}
.blog img {
  width: 20%;
}
.p-blog {
  margin: 0 !important;
}
.post {
  display: block;
  text-align: center;
  padding: 1rem;
  margin: 0.5rem;
  background-color: #e1e1e1;
}
.blog {
  width: 100post;
  
}

@media (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .post {
    display: flex;
    text-align: left;
  }
  
  .tour-card {
    max-height: 230px;
    overflow: auto;
  }
  .searchbar {
    width: 60%;
    margin-bottom: 3rem;
    position: relative !important;
  }
  .searchbar input {
    position: absolute !important;
  }
  .searchbar input:last-of-type {
    margin-bottom: 4rem;
  }
  .flex-no-movil {
    display: flex;
  }
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 200px;
  }
}
.no-mobil {
  display: none;
}
.img {
  width: 95%;
}
@media (min-width: 992px) {
  .img {
    width: 70%;
  }
  
  .no-mobil {
    display: block;
  }
  
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 300px;
  }
}


.text-primary {font-size: 3rem;color: #04233b !important;}


/* Aplicar la fuente al cuerpo o a elementos específicos */

.blog-title {
  font-family: 'Playfair Display', serif; /* Aplicar a títulos */
}
.border-solid {
  border: 2px solid #4a90e2; /* Color del borde */
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
  padding: 16px; /* Espaciado interno */
}
.border-inner-shadow {
  border: 2px solid #ffffff4e; /* Color del borde */
  border-radius: 8px; /* Bordes redondeados */
  padding: 16px; /* Espaciado interno */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra interna */
}
.border-gradient {
  border: 5px solid transparent; /* Borde transparente */
  border-radius: 10px; /* Bordes redondeados */
  background-image: linear-gradient(#4a90e2, #e94e77); /* Gradiente de fondo */
  background-clip: padding-box; /* Recortar el fondo del borde */
  padding: 10px; /* Espaciado interno */
}
.border-double {
  border: 4px double #e94e77; /* Color del borde */
  border-radius: 5px; /* Bordes redondeados */
  padding: 12px; /* Espaciado interno */
}


.flex p:last-of-type {
  margin-left: 1rem;
}
.blog img {
  width: 100%;
}
.p-blog {
  margin: 0 !important;
}

.post {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 1rem auto;
  max-width: 900px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.post-field {
  display: block;
  text-align: center;
  padding: 1rem;
}

.post-field img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 0 0 12px 12px;
}

.post-field p {
  width: 100%;
  padding: 1.2rem 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
}

/* Responsive layout */
@media (min-width: 768px) {
  .post {
    display: flex;
    flex-direction: row;
  }

  .post-field {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    padding: 0;
  }

  .post-field img {
    width: 50%;
    border-radius: 12px 0 0 12px;
    border-bottom: none;
    border-right: 1px solid #eee;
  }

  .post-field p {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  .flex-no-movil {
    display: flex;
  }
}

.no-mobil {
  display: none;
}
.img {
  width: 95%;
}
.ads-section {
  width: 100%;
}
.ads-section-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .img {
    width: 70%;
  }
  .ads-section {
    width: 50%;
  }
  .no-mobil {
    display: block;
  }
  
  
}

#select-all-text {
  margin: 0;
}

form textarea {
  width: 100%;
  min-height: 10rem;
}
  form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background-color: #d3d3d3;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }

  select#email-type {
      width: 100%;
      padding: 8px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 4px;
  }

  input[type="checkbox"] {background-color: #0a97b0;
    accent-color: #0a97b0;
    font-size: 17px;
  }
  input[type="submit"] {
      background-color: #0a97b0;
      color: white;
      border: none;
      padding: 10px 16px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 4px;
      transition: background-color 0.3s ease;
  }

  input[type="submit"]:hover {
      background-color: #08859b;
  }

  .flex {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 20px auto;
      width: 100%;
      justify-content: center;
      font-family: Arial, sans-serif;
  }

  input#select-all-clients {
      width: 16px;
      height: 16px;
      cursor: pointer;
  }

  p#select-all-text {
      margin: 0;
      font-size: 14px;
      color: #333;
  }

  .form-suscribe {
    background-color: #e0e0e011;
  }


  

#whatsapp-button {
  position: fixed;
  bottom: 0px;
  left: 15px;
  background-color: transparent;
  border-radius: 50%;
  padding: 10px;
  text-align:center;
  z-index: 1000;
}


#whatsapp-button img {
  width: 50px;
  height: 50px;
}