  body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

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

.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #f6c245;
  background: #f6c245;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: grey;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background: #fff;
  color: #000;
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

header .navbar-brand span {
  color: #028fd7;
}

header .top-bar {
  background: #dee2e6;
}

header .top-bar a {
  color: #fff;
  padding: 10px;
  font-size: 13px;
  display: inline-block;
}

header .top-bar .cta-btn {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: #5AC8D8;
}

header .top-bar .cta-btn:hover {
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
  margin-bottom: 0;
}

header .top-bar .social li {
  display: inline-block;
  text-align: center;
}

header .top-bar .social li a {
  color: #fff;
  padding: 10px;
  width: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  header .top-bar .social li a {
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
  }
}

header .top-bar .social li a:hover {
  background: #5AC8D8;
  color: #fff;
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: #100f0fad ;
}

@media (max-width: 1199px) {
  header .navbar {
    background:#100f0fad ;
    padding-top: 0;
    padding-bottom: 0;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  outline: none !important;
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
  color: #028fd7 !important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  position: relative;
  margin-top: -10px;
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #028fd7;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #028fd7;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar .cta-btn a {
  background: #028fd7;
  color: #000 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: uppercase;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  line-height: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

header .navbar .cta-btn a:hover {
  color: #fff !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(244, 178, 20, 0.9);
  box-shadow: 2px 0 30px -5px rgba(244, 178, 20, 0.9);
}

.cta-overlap {
  margin-top: -4em;
  position: relative;
  z-index: 100;
}

.cta-overlap .text {
  background: #028fd7;
  padding: 3em 2em;
  -webkit-box-shadow: 0 1px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 30px -4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .cta-overlap .text {
    padding: 30px 15px;
    display: block !important;
    text-align: center;
  }
}

.cta-overlap .text h2 {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 991px) {
  .cta-overlap .text h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.custom-icon {
  font-size: 70px;
  color: #028fd7;
}

/* Owl Carousel */
.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #4d4d4e;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
.owl-carousel.home-slider .slider-item {
/*cover*/

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
  height: calc(100vh - 1%);
  /*min-height: 630px;*/
   min-height: 620px;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 620px;
}


}
@media (min-width: 1920px) {
.owl-carousel.home-slider .slider-item {
/*cover*/

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
  height: calc(100vh - 1%);
  min-height: 720px;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 720px;
}


}
/*.owl-carousel.home-slider .slider-item {
cover

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
  height: calc(100vh - 1%);
  min-height: 900px;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 900px;
}
*/

.flotante {
    display:scroll;
        position:absoluted;
        bottom:320px;
        right:0px;
}


.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 500px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 500px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
 /* padding-top: 30px;
  padding-bottom: 30px;*/
  padding-top: 10px;
/*  padding-bottom: 10px;*/
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
 /* bottom: -30px !important;*/

  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.section {
  padding: 3.5em 0;
}
.section-a {
 padding-top: 4.5em;
 padding-right: 4.5em;
 padding-left: 4.5em;
 padding-bottom: 2em;
}

.cta-link {
  background: #028fd7;
  padding: 3.5em 0 3em 0;
  display: block;
  text-align: center;
}

.cta-link:focus, .cta-link:active {
  outline: none;
}

.cta-link span {
  line-height: 1.2;
}

.cta-link .sub-heading {
  color: #fff;
  display: block;
  font-size: 20px;
}

.cta-link .heading {
  font-size: 50px;
  color: #392903;
}

@media (max-width: 991px) {
  .cta-link .heading {
    font-size: 30px;
  }
}

.cta-link:hover {
  background: #e4a40b;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #028fd7;/*f4b214*/
}

.text-black {
  color: #000 !important;
}
.text-white {
  color: white !important;
}
.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 20px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 3px solid transparent;

  /*  border-radius: 4px;*/
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: black;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover, .media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 2px solid #028fd7;
}

.div-custom1 {
  background: #e3e706;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
   border: 4px solid #e3e706;
}

.div-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
   border: 1px solid #e8eaf1;
}

.div-custom .meta-post {
  color: #aaaaab;
  font-size: 15px;
 /* text-transform: uppercase;*/
}

.div-custom .meta-chat {
/*  color: #ced4da;*/
  color: #3e629880;
}

.div-custom .meta-chat:hover {
  color: #868e96;
}

.div-custom:focus, .div-custom:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.div-custom .media-body {
  padding: 20px;
}

.div-custom .media-body h3 {
  font-size: 20px;
}

.div-custom .media-body p:last-child {
  margin-bottom: 0;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

.site-footer {
 /* padding: 3em 0;*/
  background: #000;
  font-size: 13px;
  padding-top: 1em;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  color: #028fd7;
}

.site-footer a:hover {
  color: #028fd7;
}

.site-footer h3 {
  font-size: 15px;
  margin-bottom: 20px;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.footer-social a:hover {
  background: #028fd7;
  border-color: #028fd7;
  color: #fff;
}

.link-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.link-thumbnail img {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.link-thumbnail .icon {
  position: absolute;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 4;
  top: 50%;
  font-size: 30px;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

.link-thumbnail h3 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.link-thumbnail:before {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.link-thumbnail:hover h3 {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.link-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-thumbnail:hover .icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.link-thumbnail:hover:before {
  opacity: 1;
  visibility: visible;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.copyright {
  font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
.mt-10 {
  margin-top: 10px;}

.mt-15{ margin-top: 15px;}
.mt-20{  margin-top: 20px;}
.mt-25{ margin-top: 25px;}
.mt-30{ margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{ margin-top: 60px;}
.mt-70{ margin-top: 70px;}
.mt-80{ margin-top: 80px;}
.mt-100{ margin-top: 100px;}
.mt-120{ margin-top: 120px;}
.mt-150{ margin-top: 150px;}
.ml-0{ margin-left: 0 !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{ margin-left: 10px;}
.ml-15{ margin-left: 15px;}
.ml-20{ margin-left: 20px;}
.ml-30{margin-left: 30px;}
.ml-50{ margin-left: 50px;}
.mr-0{ margin-right: 0 !important;}
.mr-5{margin-right: 5px !important;}
.mr-15{ margin-right: 15px;}
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.mr-30{margin-right: 30px;}
.mr-50{margin-right: 50px;}
.mb-0 {margin-bottom: 0px;}
.mb-0-i{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{ margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{ margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;} 
.mb-90{margin-bottom: 90px;}
.mb-100{margin-bottom: 100px;}
.pt-0{padding-top: 0px;}
.pt-5a{padding-top: 3px;}
.pt-10{padding-top: 5px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 90px;}
.pt-100{padding-top: 100px;}
.pt-120{padding-top: 120px;}
.pt-150{padding-top: 150px;}
.pt-170{padding-top: 170px;}
.pb-0{padding-bottom: 0px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-90{padding-bottom: 90px;}.pb-100 { padding-bottom: 100px;}
.fs-20{font-size: 20px;}
.fs-30{font-size: 30px;}
.fw-100{font-weight: 100;}
.pr-50{padding-right: 50px;}
.pl-50{padding-left: 50px;}
.pr-20{padding-right: 20px;}
.pl-20{padding-left: 20px;}


/* =========================================================
   MEGA MALLA - HERO PRINCIPAL
   ========================================================= */

.mega-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 107px);
    min-height: 650px;
    overflow: hidden;
    background: #111;
}

/* VIDEO */

.mega-hero-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
    object-position: center center;

    z-index: 1;
}

/* OSCURECIMIENTO */

.mega-hero-overlay {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.55);

    z-index: 2;
}

/* CONTENEDOR */

.mega-hero-container {
    position: relative;

    z-index: 3;

    width: 100%;
    max-width: 1200px;

    height: 100%;

    margin: 0 auto;

    padding: 0 30px;

    display: flex;
    align-items: center;
}

/* CONTENIDO */

.mega-hero-content {
    width: 100%;
    max-width: 850px;

    padding-top: 20px;

    text-align: left;
}

/* ETIQUETA */

.mega-hero-label {
    display: inline-block;

    margin-bottom: 18px;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 1.8px;

    color: #ffffff;
}

/* TITULAR */

.mega-hero-content h1 {
    margin: 0 0 22px 0;

    max-width: 850px;

    font-size: 54px !important;
    line-height: 1.1 !important;

    font-weight: 800 !important;

    text-transform: none !important;

    color: #ffffff !important;
}

/* DESCRIPCIÓN */

.mega-hero-content p {
    max-width: 760px;

    margin: 0 0 30px 0;

    font-size: 20px !important;
    line-height: 1.55 !important;

    font-weight: 400 !important;

    color: #ffffff !important;
}

/* BOTONES */

.mega-hero-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-bottom: 28px;
}

.mega-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 13px 28px;

    border-radius: 4px;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .5px;

    text-decoration: none !important;

    transition: all .25s ease;
}

/* BOTÓN PRINCIPAL */

.mega-btn-primary {
    background: #028fd7;

    border: 2px solid #028fd7;

    color: #ffffff !important;
}

.mega-btn-primary:hover {
    background: #027bb9;

    border-color: #027bb9;

    color: #ffffff !important;
}

/* BOTÓN SECUNDARIO */

.mega-btn-secondary {
    background: transparent;

    border: 2px solid #ffffff;

    color: #ffffff !important;
}

.mega-btn-secondary:hover {
    background: #ffffff;

    color: #111111 !important;
}

/* DATOS DE CONFIANZA */

.mega-hero-trust {
    display: flex;

    flex-wrap: wrap;

    gap: 10px 28px;

    font-size: 14px;

    line-height: 1.5;

    color: #ffffff;
}

.mega-hero-trust span {
    position: relative;
}

.mega-hero-trust span:not(:last-child)::after {
    content: "•";

    position: absolute;

    right: -18px;

    color: rgba(255,255,255,.7);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .mega-hero {
        height: calc(100vh - 70px);

        min-height: 650px;
    }

    .mega-hero-container {
        padding: 0 25px;
    }

    .mega-hero-content h1 {
        font-size: 44px !important;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .mega-hero {
        height: auto;

        min-height: 680px;
    }

    .mega-hero-container {
        height: auto;

        min-height: 680px;

        padding: 80px 20px 70px;

        align-items: center;
    }

    .mega-hero-content {
        padding-top: 30px;

        max-width: 100%;
    }

    .mega-hero-label {
        margin-bottom: 14px;

        font-size: 12px;

        letter-spacing: 1px;
    }

    .mega-hero-content h1 {
        margin-bottom: 18px;

        font-size: 34px !important;

        line-height: 1.15 !important;
    }

    .mega-hero-content p {
        margin-bottom: 25px;

        font-size: 17px !important;

        line-height: 1.5 !important;
    }

    .mega-hero-buttons {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }

    .mega-btn {
        width: 100%;
    }

    .mega-hero-trust {
        display: block;

        margin-top: 25px;

        font-size: 13px;
    }

    .mega-hero-trust span {
        display: block;

        margin-bottom: 8px;
    }

    .mega-hero-trust span:not(:last-child)::after {
        display: none;
    }

}


/* SOLUCIONES */

.section-label {
    display: block;
    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #028fd7;
}

.solution-card {
    height: 100%;
    padding: 35px 30px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #eeeeee;

    transition: all .25s ease;
}

.solution-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.solution-icon {
    margin-bottom: 20px;

    font-size: 42px;

    color: #028fd7;
}

.solution-card h3 {
    margin-bottom: 15px;

    font-size: 24px;
    font-weight: 700;
}

.solution-card p {
    margin-bottom: 20px;

    font-size: 16px;
    line-height: 1.6;
}

.solution-link {
    font-weight: 700;

    color: #028fd7;

    text-decoration: none;
}

.solution-link:hover {
    color: #027bb9;
}


.mega-hero {
    position: relative !important;
    width: 100% !important;
    height: 700px !important;
    min-height: 700px !important;
    overflow: hidden !important;
    background: #111 !important;
}

.mega-hero-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    z-index: 1 !important;
}

.mega-hero-overlay {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: rgba(0,0,0,.55) !important;
    z-index: 2 !important;
}

.mega-hero-container {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    max-width: 1200px !important;
    height: 100% !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
    display: flex !important;
    align-items: center !important;
}

.mega-hero-content {
    width: 100% !important;
    max-width: 850px !important;
    text-align: left !important;
}

.mega-hero-label {
    display: inline-block !important;
    margin-bottom: 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    color: #fff !important;
}

.mega-hero-content h1 {
    margin: 0 0 22px 0 !important;
    max-width: 850px !important;
    font-size: 54px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    text-transform: none !important;
    color: #fff !important;
}

.mega-hero-content p {
    max-width: 760px !important;
    margin: 0 0 30px 0 !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    color: #fff !important;
}

.mega-hero-buttons {
    display: flex !important;
    gap: 14px !important;
    margin-bottom: 28px !important;
}

.mega-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    padding: 13px 28px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.mega-btn-primary {
    background: #028fd7 !important;
    border: 2px solid #028fd7 !important;
    color: #fff !important;
}

.mega-btn-secondary {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.mega-hero-trust {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 28px !important;
    font-size: 14px !important;
    color: #fff !important;
}

@media (max-width: 767px) {

    .mega-hero {
        height: 680px !important;
        min-height: 680px !important;
    }

    .mega-hero-container {
        height: 100% !important;
        padding: 40px 20px !important;
    }

    .mega-hero-content h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    .mega-hero-content p {
        font-size: 17px !important;
    }

    .mega-hero-buttons {
        flex-direction: column !important;
    }

    .mega-btn {
        width: 100% !important;
    }

    .mega-hero-trust {
        display: block !important;
        margin-top: 20px !important;
    }

    .mega-hero-trust span {
        display: block !important;
        margin-bottom: 8px !important;
    }
}


/* =========================================================
   MEGA MALLA - SECCIÓN DE SOLUCIONES
   ========================================================= */

.section-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #FFC72C;
}

.solution-card {
    height: 100%;
    padding: 35px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all .25s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.solution-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    border-radius: 50%;
    font-size: 36px;
    color: #FFC72C;
}

.solution-card h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.solution-card p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.solution-link {
    font-weight: 700;
    color: #FFC72C;
    text-decoration: none;
}

.solution-link:hover {
    color: #D9A900;
}

.mega-btn-primary {
    background: #FFC72C !important;
    border: 2px solid #FFC72C !important;
    color: #1c1c1c !important;
    font-weight: 800 !important;
}

/* =========================================================
   MEGA MALLA - EXPERIENCIA
   ========================================================= */

.about-box {
    padding: 10px;
}

.about-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    padding: 25px 20px;
    margin-bottom: 15px;

    background: #f7f7f7;
    border-left: 4px solid #FFC72C;
}

.about-icon {
    min-width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1c1c1c;
    border-radius: 50%;

    color: #FFC72C;
    font-size: 22px;
}

.about-item h4 {
    margin: 0 0 8px 0;
    font-size: 19px;
    font-weight: 700;
}

.about-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   MEGA MALLA - FORMAS DE PAGO
   ========================================================= */

.mega-payment {
    padding: 60px 0;
    background: #f7f7f7;
}

.mega-payment h2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
}

.mega-payment p {
    margin-bottom: 30px;
    font-size: 17px;
}

.payment-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.payment-logos img {
    width: 90px;
    height: auto;
}

/* =========================================================
   MEGA MALLA - PROMOCIONES
   ========================================================= */

.js-carousel-1 .div-custom {
    height: 100%;
    min-height: 490px;
    display: flex;
    flex-direction: column;
}

.js-carousel-1 .media-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 15px 10px 20px;
}

/* CTA */
.promo-cta {
    display: inline-block;
    margin: 12px auto 0;
    padding: 10px 18px;

    background: #1c1c1c;
    color: #FFC72C !important;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;

    border: 2px solid #FFC72C;

    transition: all .25s ease;
}

.promo-cta:hover {
    background: #FFC72C;
    color: #1c1c1c !important;
}

/* Promociones: estructura uniforme */
.js-carousel-1 .promo-titulo {
    margin: 12px 0 8px;
    font-size: 18px;
}

.js-carousel-1 .promo-descripcion {
    min-height: 72px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.js-carousel-1 .promo-cta {
    margin-top: 12px;
}

.js-carousel-1 .promo-cta {
    margin-top: 20px;
}

.gallery-cta {
    padding: 30px 15px 10px;
}

.gallery-cta p {
    font-size: 20px;
    margin-bottom: 15px;
}

.btn-cotizar-galeria {
    display: inline-block;
    padding: 13px 25px;
    background: #1c1c1c;
    color: #FFC72C !important;
    border: 2px solid #FFC72C;
    font-weight: 700;
    text-decoration: none !important;
    transition: .25s ease;
}

.btn-cotizar-galeria:hover {
    background: #FFC72C;
    color: #1c1c1c !important;
}

/* ==========================================
   AJUSTES GALERÍA
   ========================================== */

/* Quitar el espacio excesivo debajo de las imágenes/títulos */
#galeria .div-custom {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 25px !important;
}

/* Evitar que los elementos internos tengan una altura forzada */
#galeria .media-body {
    height: auto !important;
    min-height: 0 !important;
}

/* Mantener las imágenes con una proporción uniforme */
#galeria .div-custom img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Separación debajo de toda la galería */
#galeria {
    padding-bottom: 70px !important;
}


/* ==========================================
   ESPACIO ANTES DEL FORMULARIO / CONTACTO
   ========================================== */

/* Si el botón está dentro de la galería */
#galeria .btn,
#galeria a.btn {
    margin-bottom: 35px !important;
}



/* =========================================
   CORRECCIÓN DE ANCHO EN MÓVILES
   ========================================= */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 767px) {

    /* El contenido nunca debe superar el ancho de pantalla */
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Evita que las filas generen ancho adicional */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* Las columnas deben ocupar el ancho disponible */
    .col,
    [class*="col-"] {
        max-width: 100%;
    }

    /* Imágenes siempre dentro de la pantalla */
    img {
        max-width: 100%;
        height: auto;
    }

}

@media (max-width: 767px) {

    /* Sección de experiencia / quienes somos */
    .col-md-6,
    .col-lg-5,
    .col-lg-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

}

/* Botón flotante de WhatsApp */
.whatsapp {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 9999 !important;
}

@media (max-width: 767px) {
    .whatsapp {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
        right: 15px !important;
        bottom: 15px !important;
    }
}

.whatsapp-flotante {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    z-index: 99999;
    display: block;
}

.whatsapp-flotante img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .whatsapp-flotante {
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: 15px;
    }
}

/* Fondo de la sección de soluciones */
#soluciones,
.soluciones,
section#soluciones {
    background: #fff !important;
}


/* =========================================================
   MEGA MALLA
   ESTILOS VISUALES DE SECCIONES
   NEGRO + AMARILLO + BLANCO
   ========================================================= */


/* =========================================================
   COLORES BASE
   ========================================================= */

:root {
    --mega-negro: #111111;
    --mega-negro-2: #1a1a1a;
    --mega-blanco: #ffffff;
    --mega-amarillo: #ffbd22;
    --mega-gris: #dddddd;
}


/* =========================================================
   PROMOCIONES
   ========================================================= */

/* Espaciado general de la sección */
#promociones + section {
    padding-top: 45px !important;
    padding-bottom: 70px !important;
}

/* Título PROMOCIONES */
#promociones + section h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 35px !important;
}

/* Línea amarilla debajo del título */
#promociones + section h2::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 4px;
    background: #ffbf19;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* Tarjetas de promociones */
#promociones + section .div-custom {
    border: 1px solid #e2e2e2;
    border-top: 4px solid #ffbf19;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

/* Efecto al pasar el mouse */
#promociones + section .div-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

/* Texto de las promociones */
#promociones + section .colorblue2 {
    color: #282828;
}

/* Título de la cuarta promoción */
#promociones + section .promo-titulo {
    color: #282828;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
}

/* Descripción de la cuarta promoción */
#promociones + section .promo-descripcion {
    color: #555555;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Botones */
#promociones + section .promo-cta {
    display: inline-block;
    background: #171717;
    color: #ffbf19 !important;
    border: 2px solid #ffbf19;
    padding: 13px 20px;
    margin-top: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

/* Hover de botones */
#promociones + section .promo-cta:hover {
    background: #ffbf19;
    color: #171717 !important;
}

/* =========================================================
   CLIENTES
   ========================================================= */

#clientes {
    background: var(--mega-negro) !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    position: relative;
}

#clientes::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: var(--mega-amarillo);
    position: absolute;
    top: 0;
    left: 0;
}

#clientes h2 {
    color: var(--mega-blanco) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#clientes h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: var(--mega-amarillo);
    margin: 18px auto 35px;
}

#clientes img {
    filter: grayscale(100%);
    opacity: .9;
    transition: all .3s ease;
}

#clientes img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


/* =========================================================
   GALERÍA
   ========================================================= */

#galeria {
    background: var(--mega-negro) !important;
    padding-top: 70px !important;
    padding-bottom: 80px !important;
    position: relative;
}

#galeria::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: var(--mega-amarillo);
    position: absolute;
    top: 0;
    left: 0;
}

#galeria h2 {
    color: var(--mega-blanco) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#galeria h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: var(--mega-amarillo);
    margin: 18px auto 35px;
}


/* TARJETAS DE GALERÍA */

#galeria .div-custom {
    background: var(--mega-blanco);
    border: 1px solid #333333;
}

#galeria .div-custom h3,
#galeria .div-custom h3 a {
    color: #111111 !important;
}


/* TEXTO "¿TIENES UN PROYECTO SIMILAR?" */

#galeria p {
    color: var(--mega-blanco) !important;
}

#galeria .text-center {
    color: var(--mega-blanco);
}


/* Por si el texto está dentro de un div específico */

#galeria .clearfix {
    color: var(--mega-blanco) !important;
}


/* BOTÓN DE GALERÍA */

#galeria .btn,
#galeria a.btn {
    background: transparent !important;
    color: var(--mega-amarillo) !important;
    border: 2px solid var(--mega-amarillo) !important;
    font-weight: 800;
    text-transform: uppercase;
}

#galeria .btn:hover,
#galeria a.btn:hover {
    background: var(--mega-amarillo) !important;
    color: var(--mega-negro) !important;
}


/* FLECHAS */

#galeria .owl-prev,
#galeria .owl-next {
    color: var(--mega-amarillo) !important;
}

#galeria .owl-prev:hover,
#galeria .owl-next:hover {
    color: var(--mega-blanco) !important;
}


/* INDICADORES */

#galeria .owl-dots .owl-dot span {
    background: #666666 !important;
}

#galeria .owl-dots .owl-dot.active span {
    background: var(--mega-amarillo) !important;
}


/* =========================================================
   CONTACTO
   ========================================================= */

#contacto {
    background: var(--mega-negro-2) !important;
    padding-top: 70px !important;
    padding-bottom: 80px !important;
    color: var(--mega-blanco) !important;
    position: relative;
}

#contacto::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: var(--mega-amarillo);
    position: absolute;
    top: 0;
    left: 0;
}


/* TEXTOS */

#contacto h2,
#contacto h3,
#contacto h4 {
    color: var(--mega-blanco) !important;
}

#contacto p,
#contacto span,
#contacto label,
#contacto li {
    color: var(--mega-blanco) !important;
}


/* ENLACES */

#contacto a,
#contacto a:visited {
    color: var(--mega-blanco) !important;
}

#contacto a:hover {
    color: var(--mega-amarillo) !important;
}


/* =========================================================
   ICONOS DE CONTACTO
   ========================================================= */

#contacto i,
#contacto .fa,
#contacto .fas,
#contacto .far,
#contacto .fab,
#contacto [class*="icon-"] {
    color: var(--mega-amarillo) !important;
}


/* Iconos que estén dentro de enlaces */

#contacto a i,
#contacto a .fa,
#contacto a .fas,
#contacto a .far,
#contacto a .fab {
    color: var(--mega-amarillo) !important;
}


/* =========================================================
   FORMULARIO
   ========================================================= */

#contacto input,
#contacto textarea,
#contacto select {
    background: var(--mega-blanco) !important;
    border: 1px solid #555555 !important;
    color: #111111 !important;
}

#contacto input::placeholder,
#contacto textarea::placeholder {
    color: #777777 !important;
}

#contacto input:focus,
#contacto textarea:focus,
#contacto select:focus {
    border-color: var(--mega-amarillo) !important;
    box-shadow: 0 0 0 2px rgba(255, 189, 34, .20) !important;
}


/* =========================================================
   BOTÓN ENVIAR
   ========================================================= */

#contacto button,
#contacto .btn,
#contacto input[type="submit"] {
    background: var(--mega-amarillo) !important;
    color: var(--mega-negro) !important;
    border: 2px solid var(--mega-amarillo) !important;
    font-weight: 800 !important;
}

#contacto button:hover,
#contacto .btn:hover,
#contacto input[type="submit"]:hover {
    background: var(--mega-blanco) !important;
    color: var(--mega-negro) !important;
    border-color: var(--mega-blanco) !important;
}


/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */

.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
}


/* =========================================================
   AJUSTES RESPONSIVOS
   ========================================================= */

@media (max-width: 767px) {

    #promociones,
    #clientes,
    #galeria,
    #contacto {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }

    #promociones h2,
    #clientes h2,
    #galeria h2,
    #contacto h2 {
        font-size: 28px !important;
    }

    #promociones h2::after,
    #clientes h2::after,
    #galeria h2::after,
    #contacto h2::after {
        margin-bottom: 25px;
    }

}

/* WHATSAPP EN CONTACTO */
.contact-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px;
}

.contact-whatsapp i {
    color: #ffbf19 !important;
    font-size: 38px;
}

.contact-whatsapp:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.contact-whatsapp:hover i {
    color: #ffbf19 !important;
}

/* ESPACIO ENTRE CONTACTO Y MAPA */
#contacto {
    padding-bottom: 70px !important;
}

/* ==========================================
   ICONOS REDES SOCIALES - FOOTER
   ========================================== */

.site-footer .color_footer i {
    color: #ffbf19 !important;
    transition: all 0.3s ease;
}

.site-footer .color_footer:hover i {
    color: #ffffff !important;
}

/* ICONOS DE CONTACTO */
.contacto-icon {
    color: #ffbd1b !important;
    font-size: 40px !important;
    width: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
}

/* WhatsApp */
.contacto-whatsapp {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}