body {
  font-family: "Poppins", sans-serif;
  color: #2c3e50;
  background-color: #ffffff;
}

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

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

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

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-right: 10px;
  color: #1e3a5f;
}

.heading_container img {
  width: 30px;
}

/*header section*/
.hero_area {
  height: 98vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 7px 20px;
  margin: 10px 15px;
  color: #2c3e50;
  text-align: center;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, 
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  background-color: #1e3a5f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(30, 58, 95, 0.3);
}

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;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  margin-right: 5px;
  width: 35px;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #1e3a5f;
}

.custom_nav-container {
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #1e3a5f;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.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;
  z-index: 2;
  color: #2c3e50;
  padding-bottom: 90px;
}

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

.slider_section .detail_box {
  color: #2c3e50;
}

.slider_section .detail_box h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #1e3a5f;
}

.slider_section .detail_box p {
  margin-top: 20px;
  color: #495057;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #ffffff;
  border-radius: 35px;
  margin-top: 35px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider_section .detail_box a:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.slider_section .img_container {
  border: 7px solid #34495e;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(52, 73, 94, 0.3);
}

.slider_section .img_container div#carouselExampleContarols {
  width: 100%;
  position: unset;
}

.slider_section .img_container .img-box img {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  top: initial;
  left: initial;
  bottom: 5%;
  right: 10%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  -webkit-transform: translate(-85px, 30px);
          transform: translate(-85px, 30px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #1e3a5f;
  -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
  box-shadow: 0 3px 10px rgba(30, 58, 95, 0.3);
}

.service_section {
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.service_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding: 35px 25px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-top: 15px solid transparent;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}

.service_section .service_container .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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
}

.service_section .service_container .box .img-box img {
  width: 90px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.service_section .service_container .box:hover .img-box img {
  filter: grayscale(0%);
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h5 {
  color: #1e3a5f;
  font-weight: 600;
  position: relative;
}

.service_section .service_container .box:hover, 
.service_section .service_container .box.active {
  border-top: 15px solid #34495e;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 12px 35px;
  background: linear-gradient(135deg, #1e3a5f 0%, #34495e 100%);
  color: #ffffff;
  border-radius: 35px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service_section .btn-box a:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4);
}

.about_section {
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
}

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

.about_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about_section .img_container .img-box {
  border: 5px solid #34495e;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(52, 73, 94, 0.3);
}

.about_section .img_container .img-box.b1 {
  width: 70%;
}

.about_section .img_container .img-box.b2 {
  width: 50%;
  margin-left: auto;
  margin-top: -12%;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  margin-right: 15%;
}

.about_section .detail-box h2 {
  color: #1e3a5f;
}

.about_section .detail-box p {
  margin-top: 25px;
  color: #495057;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 35px;
  background: linear-gradient(135deg, #1e3a5f 0%, #34495e 100%);
  color: #ffffff;
  border-radius: 35px;
  margin: 25px 0 45px 0;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about_section .detail-box a:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4);
}

.blog_section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.blog_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_section .heading_container h2::before {
  background-color: #ffffff;
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
  overflow: hidden;
}

.blog_section .box .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}

.blog_section .box:hover .img-box img {
  transform: scale(1.05);
}

.blog_section .box .detail-box {
  padding: 25px 25px 15px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
  color: #1e3a5f;
}

.contact_section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact_section form {
  margin-top: 45px;
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #2c3e50;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact_section input:focus {
  box-shadow: 0px 5px 15px 0px rgba(30, 58, 95, 0.2);
  transform: translateY(-2px);
}

.contact_section input::-webkit-input-placeholder {
  color: #95a5a6;
}

.contact_section input:-ms-input-placeholder {
  color: #95a5a6;
}

.contact_section input::-ms-input-placeholder {
  color: #95a5a6;
}

.contact_section input::placeholder {
  color: #95a5a6;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 45px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #ffffff;
  border-radius: 35px;
  margin-top: 35px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_section button:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.footer_bg {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

/* info section */
.info_section {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c3e50 100%);
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
  color: #ecf0f1;
}

.info_section .info_contact {
  margin-top: 60px;
  margin-bottom: 45px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact a {
  color: #ecf0f1;
  transition: color 0.3s ease;
}

.info_section .info_contact a:hover {
  color: #3498db;
}

.info_section .info_contact img {
  max-width: 100%;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #ecf0f1;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #2c3e50;
  min-height: 42.4px;
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #95a5a6;
  opacity: 1;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #95a5a6;
  opacity: 1;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #95a5a6;
  opacity: 1;
}

.info_section .info_form form input::placeholder {
  color: #95a5a6;
  opacity: 1;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 600;
}

.info_section .info_form form button:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 15px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
}

.info_section .info_social img:hover {
  background: rgba(52, 152, 219, 0.2);
  transform: scale(1.1);
}

/* end info section */
/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #34495e;
}

.footer_section p {
  color: #ecf0f1;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.footer_section p a {
  color: #3498db;
  transition: color 0.3s ease;
}

.footer_section p a:hover {
  color: #2980b9;
}

/*# sourceMappingURL=style.css.map */

/* Estilos mejorados para el botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  left: 30px;
  background: linear-gradient(135deg, #25d366 0%, #128C7E 100%);
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  animation: pulse-modern 2s infinite;
  transition: all 0.3s ease;
}

/* Animación de pulsación moderna */
@keyframes pulse-modern {
  0% {
      transform: scale(1);
      box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  }
  
  50% {
      transform: scale(1.05);
      box-shadow: 0 8px 35px rgba(37, 211, 102, 0.6);
  }
  
  100% {
      transform: scale(1);
      box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  }
}

.whatsapp-float:hover {
  background: linear-gradient(135deg, #128C7E 0%, #0d7a6f 100%);
  animation: none;
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(18, 140, 126, 0.6);
}

.fa-whatsapp {
  margin-top: 18px;
}

/* Efectos adicionales para elementos interactivos */
.btn, button, input[type="submit"] {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Mejoras de accesibilidad */
:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}