@charset "UTF-8";

/*-----------------------------------------------------------------------------------

	Theme Name: Siena
	Theme URI: http://themeforest.net/user/zytheme
	Description: Siena is a pixel perfect creative html5 marketing landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Background
 7.	 Buttons
 8. Forms
 9. Header
 10. Menu
 11. Hero
 12. Testimonial
 13. Feature
 14. Call To Action
 15. Pricing Tables
 16. Clients
 17. Footer

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
  overflow-x: hidden;
}

html {
  font-size: 14px;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1.5;
  margin: 0;
}

.wrapper {
  background-color: #ffffff;
}

* {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  background-color: #0070cd;
  color: #ffffff;
  text-shadow: none;
}

a {
  color: #0070cd;
}

a:hover {
  color: #00549a;
  text-decoration: none;
}

a:focus {
  color: #00549a;
  outline: none;
  text-decoration: none;
}

a:active {
  color: #00549a;
  outline: none;
  text-decoration: none;
}

textarea {
  resize: none;
}

button.btn {
  margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 55px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

p.heading-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 20px;
}

p {
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #f7fafc !important;
}

.text-black {
  color: #444444;
}

.text-theme {
  color: #0070cd;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: "Poppins", sans-serif;
}

.font-body {
  font-family: "Poppins", sans-serif;
}

.font-18 {
  font-size: 16px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}

.higlighted-style1 {
  background-color: #0070cd;
  color: #fff;
  padding: 5px 0;
}

.higlighted-style2 {
  background-color: #444444;
  color: #fff;
  padding: 5px 0;
}

.higlighted-style3 {
  background-color: #f7fafc;
  color: #0070cd;
  padding: 5px 0;
}

.reveal {
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: #444444 !important;
}

.color-theme {
  color: #0070cd !important;
}

.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f7fafc !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 95px;
  padding-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 991px) {

  /* All margin */
  .m-0 {
    margin: 0 !important;
  }

  .m-xs {
    margin: 10px;
  }

  .m-sm {
    margin: 20px;
  }

  .m-md {
    margin: 40px;
  }

  .m-lg {
    margin: 80px;
  }

  /* top margin */
  .mt-0 {
    margin-top: 0;
  }

  .mt-xs {
    margin-top: 10px;
  }

  .mt-10 {
    margin-top: 10px !important;
  }

  .mt-20 {
    margin-top: 20px !important;
  }

  .mt-30 {
    margin-top: 30px !important;
  }

  .mt-40 {
    margin-top: 40px !important;
  }

  .mt-50 {
    margin-top: 50px !important;
  }

  .mt-60 {
    margin-top: 60px;
  }

  .mt-70 {
    margin-top: 70px !important;
  }

  .mt-80 {
    margin-top: 80px !important;
  }

  .mt-90 {
    margin-top: 90px !important;
  }

  .mt-100 {
    margin-top: 100px !important;
  }

  .mt-150 {
    margin-top: 150px;
  }

  /* bottom margin */
  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-15 {
    margin-bottom: 15px;
  }

  .mb-10 {
    margin-bottom: 10px !important;
  }

  .mb-20 {
    margin-bottom: 20px !important;
  }

  .mb-30 {
    margin-bottom: 30px !important;
  }

  .mb-50 {
    margin-bottom: 50px !important;
  }

  .mb-40 {
    margin-bottom: 40px !important;
  }

  .mb-60 {
    margin-bottom: 60px !important;
  }

  .mb-70 {
    margin-bottom: 70px !important;
  }

  .mb-80 {
    margin-bottom: 80px !important;
  }

  .mb-90 {
    margin-bottom: 90px !important;
  }

  .mb-100 {
    margin-bottom: 100px !important;
  }

  .mb-150 {
    margin-bottom: 150px !important;
  }

  /* right margin */
  .mr-0 {
    margin-right: 0;
  }

  .mr-30 {
    margin-right: 30px !important;
  }

  .mr-50 {
    margin-right: 50px;
  }

  .mr-60 {
    margin-right: 60px;
  }

  .mr-150 {
    margin-right: 150px;
  }

  /* left margin */
  .ml-0 {
    margin-left: 0;
  }

  .ml-xs {
    margin-left: 10px;
  }

  .ml-sm {
    margin-left: 20px;
  }

  .ml-md {
    margin-left: 40px;
  }

  .ml-lg {
    margin-left: 80px;
  }

  .ml-30 {
    margin-left: 30px !important;
  }

  .ml-50 {
    margin-left: 50px;
  }

  .ml-60 {
    margin-left: 60px;
  }

  .ml-150 {
    margin-left: 150px;
  }

  /* All padding */
  .p-0 {
    padding: 0 !important;
  }

  .p-xs {
    padding: 10px;
  }

  .p-sm {
    padding: 20px;
  }

  .p-md {
    padding: 40px;
  }

  .p-lg {
    padding: 80px;
  }

  /* top padding */
  .pt-0 {
    padding-top: 0 !important;
  }

  .pt-20 {
    padding-top: 20px !important;
  }

  .pt-30 {
    padding-top: 30px !important;
  }

  .pt-40 {
    padding-top: 40px !important;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pt-70 {
    padding-top: 70px !important;
  }

  .pt-80 {
    padding-top: 80px;
  }

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

  .pt-100 {
    padding-top: 100px !important;
  }

  .pt-150 {
    padding-top: 150px !important;
  }

  /* bottom padding */
  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .pb-70 {
    padding-bottom: 70px !important;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

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

  .pb-100 {
    padding-bottom: 100px !important;
  }

  /* right padding */
  .pr-0 {
    padding-right: 0;
  }

  .pr-xs {
    padding-right: 10px;
  }

  .pr-sm {
    padding-right: 20px;
  }

  .pr-md {
    padding-right: 40px;
  }

  .pr-lg {
    padding-right: 80px;
  }

  .pr-15 {
    padding-right: 15px !important;
  }

  .pr-30 {
    padding-right: 30px !important;
  }

  .pr-50 {
    padding-right: 50px;
  }

  .pr-60 {
    padding-right: 60px;
  }

  .pr-100 {
    padding-right: 100px !important;
  }

  .pr-150 {
    padding-right: 150px;
  }

  /* left padding */
  .pl-0 {
    padding-left: 0 !important;
  }

  .pl-30 {
    padding-left: 30px;
  }

  .pl-50 {
    padding-left: 50px;
  }

  .pl-60 {
    padding-left: 60px;
  }

  .pl-100 {
    padding-left: 100px !important;
  }

  .pl-150 {
    padding-left: 150px;
  }
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid #0070cd;
}

.border-top {
  border-top: 1px solid #0070cd;
}

.border-bottom {
  border-bottom: 1px solid #0070cd;
}

.border-right {
  border-right: 1px solid #0070cd;
}

.border-left {
  border-left: 1px solid #0070cd;
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }

  .mb-15-xs {
    margin-bottom: 15px;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }

  .mb-0-sm {
    margin-bottom: 0;
  }

  .mb-15-sm {
    margin-bottom: 15px;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .mb-50-sm {
    margin-bottom: 50px;
  }

  .mb-60-sm {
    margin-bottom: 60px;
  }

  .pb-15-sm {
    padding-bottom: 15px;
  }

  .pb-30-sm {
    padding-bottom: 30px;
  }

  .pb-50-sm {
    padding-bottom: 50px;
  }

  .pb-60-sm {
    padding-bottom: 60px;
  }

  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
}

.border-b {
  border-bottom: 1px solid #f7fafc;
}

.mt-4 {
  justify-self: center;
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.col-content {
  padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-content {
    padding: 40px !important;
  }
}

/* Small Devices, Tablets */
.col-img {
  height: 600px !important;
  padding: 60px;
  overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-img {
    height: auto;
    min-height: 600px;
  }
}

/* Postion Helpers */
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  -o-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}

@media only screen and (min-width: 992px) {

  .hidden-lg,
  .hidden-md {
    display: none;
  }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-shape {
  position: relative;
  overflow: visible;
}

.bg-shape:before {
  position: absolute;
  top: -150px;
  right: 0;
  content: "";
  width: 480px;
  height: 830px;
  background: url(../images/background/shape-right.svg);
}

.bg-shape-left:before {
  left: 0;
  right: auto;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Custom, iPhone Retina */
.bg-theme {
  background-color: #0070cd !important;
}

.bg-gray {
  background-color: #f7fafc !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #444444 !important;
}

.bg-gradient {
  background-image: linear-gradient(268deg, #a87efb 0%, #7160ff 100%);
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  background-color: #ffffff;
  opacity: 0.8;
}

.bg-overlay-dark:before {
  background-color: #444444;
  opacity: 0.3;
}

.bg-overlay-theme:before {
  background-color: #0070cd;
  opacity: 0.7;
}

.bg-parallex {
  background-attachment: fixed;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 20px;
  padding: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
  letter-spacing: 0.2px;
}

.btn.active,
.btn:active,
.btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Button Primary */
.btn--primary {
  background-color: #0069ff;
  border-color: #0069ff;
  color: #ffffff;
  box-shadow: 8px 4px 8px #0000007d;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color: #df0808;
  border-color: #df0808;
  color: #ffffff;
  box-shadow: inset 8px 4px 8px #0000007d;
}

/* Button Gradient */
.btn--gradient {
  background-color: #0070cd;
  background-image: linear-gradient(270deg, #885bfe 0%, #664ffa 100%);
  color: #ffffff;
  border: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-size: 200% 200%;
  -moz-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
  box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.btn--gradient:hover,
.btn--gradient:focus,
.btn--gradient:active {
  background-position: right center;
  color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
  color: #0069ff;
  border-color: #0069ff;
  background-color: #ffffff;
  box-shadow: 8px 4px 8px #0000007d;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: #FFFFFF;
  color: #df0808;
  border-color: #df0808;
  box-shadow: inset 8px 4px 8px #0000007d;
}

/* Button White */
.btn--white {
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
  background-color: #0070cd;
  color: #ffffff;
  border-color: #0070cd;
}

/* Button Block */
.btn--block {
  width: 100%;
}

.btn--auto {
  width: auto;
}

/* Button Rounded */
.btn--rounded {
  border-radius: 26px;
}

/* Button Bordered */
.btn--bordered {
  background-color: transparent;
}

.btn--bordered.btn--primary {
  color: #0070cd;
  border-color: #0070cd;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
  color: #ffffff;
  background-color: #0070cd;
  border-color: #0070cd;
}

.btn--bordered.btn--secondary {
  color: #2c303d;
  border-color: #e0e0e0;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}

.btn--bordered.btn--white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
  color: #0070cd;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn--white.btn--secondary {
  color: #444444;
  border-color: #ffffff;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .btn--secondary {
    background-color: #FFF !important;
    border: 1px solid #0070cd;
    color: #0070cd;
  }
  .btn--primary {
        margin-bottom: 20px;
        width: 320px !important;
        height: 80px !important;
        font-size: 20px;
        padding-top: 10px;
    }
  a.btn.btn--primary.me-2,
  a.btn.btn--secondary {
    margin-bottom: 20px;
  }
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
  color: #ffffff;
  background-color: #0070cd;
  border-color: #0070cd;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
  background-color: #444444;
  color: #ffffff;
  border: none;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
  color: #0070cd;
}

.navbar-toggle {
  border-color: #0070cd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 35px;
}

/*Whatsapp Floating Button*/
.btn-whatsapp {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  border: solid 2px white;
  width: 65px;
  height: 65px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 9998;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  color: #d9d9d9;
  text-decoration: none;
}

.bi-whatsapp::before {
  color: #fff;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
label {
  font-weight: 300;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 14px;
  color: #444444;
}

.form-group {
  margin-bottom: 0;
}

.form-control {
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  height: 42px;
  border: 1px solid #e6eaf4;
  background: #f8f9fc;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #0070cd;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Placeholder */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.select-form {
  position: relative;
}

.select-form i {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  line-height: 44px;
  color: #aaaaaa;
}

.select-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.select-form select.form-control:not([size]):not([multiple]) {
  height: 42px;
  line-height: 35px;
}

/* Input Radio */
.form-radio {
  text-align: center;
}

.form-radio .form-check-label {
  display: block;
  position: relative;
  padding-left: 6px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
}

.form-radio .form-check-input {
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.form-radio .label-radio {
  position: relative;
}

.form-radio .radio-indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 14px;
  width: 14px;
  background: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  cursor: pointer;
}

.form-radio .radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.form-radio input:checked~.radio-indicator {
  background: #0070cd;
  border-color: #0070cd;
}

.form-radio .label-radio:hover input:not([disabled]):checked~.radio-indicator,
.form-radio .label-radio input:checked:focus~.radio-indicator {
  background: #0070cd;
}

.label-radio input:checked~.radio-indicator:after {
  display: block;
}

.subscribe-alert {
  margin-top: 20px;
}

/*------------------------------------*\
    #PopUp Modal
\*------------------------------------*/

/* asegurar que modal y backdrop estén por encima */
.modal {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 9998 !important;
}

/* Hacemos el contenido del modal neutro (sin glass) */
#global-modal .modal-content {
  background: #F6FAFD;
  border: none;
  box-shadow: 0 12px 36px rgba(0,0,0,0.35);
  overflow: hidden;
}

/* Tamaño y centrado de la imagen */
#global-modal .modal-body {
  display: flex;
  align-items: center;
  background: transparent;
  flex-direction: column;
}

#global-modal .modal-body img {
  width: 100%;
  max-width: 900px;   /* ajusta si quieres un tope distinto */
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: contain;
}

/* Glass effect en EL BACKDROP (todo lo que está alrededor) */
.modal-backdrop.show {
  background: rgba(255,255,255,0.06); /* tono sutil: cambia opacidad si quieres más/menos */
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
}

/* Si quieres que el backdrop use un leve degradado oscuro en vez de blanco: */

.modal-backdrop.show {
  background: linear-gradient(rgba(10,10,10,0.35), rgba(10,10,10,0.35));
  backdrop-filter: blur(8px) saturate(140%);
}

/* Bottom Promo Bar */
.bottom-promo-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00AEEF;
  padding: 14px 20px;
  text-align: center;
  z-index: 9999;
  animation: slideUp 0.4s ease;
  transition: transform 0.35s ease;
}

.bottom-promo-bar button {
  width: 100%;
  color: white;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
}

.bottom-promo-bar.hidden {
  transform: translateY(100%);
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
  margin-bottom: 70px;
}

.heading .heading-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 0;
}

.heading .heading-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .heading {
    margin-bottom: 30px;
  }

  .heading .heading-title {
    font-size: 30px;
  }
}

/*------------------------------------*\
    #TOP BAR
\*------------------------------------*/
/* Top Bar */
.topbar {
  background-color: var(--primary);
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 4px 0;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 140px;
  width: 100%;
}

header.sticky-top {
  top: 0;
  position: fixed;
  z-index: 1030;
}

.header .scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100px;
  transition: background-color 0.3s ease-in-out;
}

.navbar {
  min-height: 100px;
  background-color: #ffffffe8;
  padding: 0;
  border-radius: 0;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.header .navbar {
  background-color: #ffffffe8;
  bottom: 0;
  padding: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
  z-index: 1030;
}

.header .navbar.affix {
  top: 0;
}

.header .navbar .logo {
  max-width: 100%;
  height: auto;
  line-height: 140px;
}

.navbar-nav {
  padding: 20px;
  margin-top: 15px;
}

.navbar-nav>li {
  margin-right: 21px;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li>a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
  color: #343a40;
  padding: 0;
  letter-spacing: -0.2px;
}

.navbar-nav>li>a:hover {
  color: #0070cd;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .header {
    height: 80px;
  }

  .header .navbar {
    min-height: 80px;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    margin: 0;
    width: 100%;
    max-width: inherit;
  }

  .navbar .navbar-brand {
    height: 80px;
    line-height: 80px;
    margin-left: 15px;
    max-width: 250px;
  }

  .navbar .navbar-brand .logo-dark {
    display: inline-block;
    max-width: 50%;
  }

  .navbar-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    padding: 0;
    position: absolute;
    top: 32px;
    right: 15px;
    border: none;
    cursor: pointer;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .toogle-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #444444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
  }

  .toogle-inner:before,
  .toogle-inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #444444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .toogle-inner:before {
    top: -6px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
  }

  .toogle-inner:after {
    bottom: -6px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
  }

  .toggler-active .toogle-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .toggler-active .toogle-inner:before {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    -moz-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    -ms-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    -o-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  }

  .toggler-active .toogle-inner:after {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -6px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -6px, 0) rotate(-90deg);
    -o-transform: translate3d(0, -6px, 0) rotate(-90deg);
    transform: translate3d(0, -6px, 0) rotate(-90deg);
  }

  .navbar-nav {
    width: 100%;
    padding: 40px 15px;
  }

  .navbar-nav>li {
    float: none;
    text-align: center;
    height: auto !important;
    margin-right: 0;
  }

  .container>.navbar-collapse {
    width: 100%;
    background-color: #ffffff;
    margin-right: 0;
  }

  .navbar-nav>li.pull-left {
    float: none !important;
  }

  .navbar-nav>li>a {
    line-height: 42px !important;
    color: #444444 !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }

  .navbar-nav>li:after {
    display: none;
  }

  .navbar-nav>li.active {
    border-bottom: none;
  }

  li a:hover,
  li.open>a:focus {
    color: #ffffff;
  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    background-color: transparent;
  }

  .navbar-nav>li>a:before {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav>li {
    margin-right: 16px;
  }
}

/*------------------------------------*\
  #Responsive Header - Versión final
\*------------------------------------*/
@media (max-width: 991px) {
  .header {
    height: 80px;
  }

  .header .navbar {
    min-height: 80px;
    background-color: #ffffff;
  }

  .navbar .navbar-brand {
    height: 80px;
    line-height: 80px;
    margin-left: 15px;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.85%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* Quitar botones de escritorio */
  .desktop-buttons {
    display: none !important;
  }

  /* Estilo del menú desplegable */
  .navbar-collapse {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #eee;
  }

  .navbar-nav {
    padding: 0;
    align-items: center;
  }

  .navbar-nav li {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }

  .navbar-nav .nav-link:hover {
    color: #0070cd;
  }

  /* Botones dentro del cajón */
  .mobile-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 25px;
  }

  .mobile-buttons .btn {
    flex: 1;
    min-width: 120px;
    font-size: 14px;
    height: 44px !important;
    padding-top: 0;
  }

  .btn--primary {
    background-color: #0070cd;
    color: #fff;
  }

  .btn--primary:hover {
    background-color: #005fa3;
  }

  .btn--secondary {
    background-color: transparent;
    border: 1px solid #0070cd;
    color: #0070cd;
  }

  .btn--secondary:hover {
    background-color: #0070cd;
    color: #fff;
  }
}

/* ===============================
   Animación del botón hamburguesa
   =============================== */

.navbar-toggler {
  border: none;
  background: transparent;
  position: relative;
  width: 32px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 1050;
  top:0px !important;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.toggler-icon {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.toggler-icon:nth-child(1) {
  top: 0;
}

.toggler-icon:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.toggler-icon:nth-child(3) {
  bottom: 0;
}

/* === Estado activo (menú abierto) === */
.navbar-toggler.active .toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.navbar-toggler.active .toggler-icon:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
}

/* =========================================
   FIX: Mostrar correctamente el menú móvil
   ========================================= */
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.show {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 80px; /* ajusta según la altura del header */
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    padding: 2rem 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }

  /* Asegurar que los links sean visibles */
  .navbar-collapse.show .nav-link {
    color: #333 !important;
  }

  /* Botones visibles y centrados */
  .navbar-collapse.show .mobile-buttons {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
  }
}

/* ===== Cambiar logo en móvil ===== */
@media (max-width: 991px) {
  .navbar-brand .logo-dark {
    content: url('assets/images/background/healthpod-logo_mobile.webp');
    width: auto;
    height: 55px; /* Ajusta si quieres más grande o pequeño */
  }
}


/*------------------------------------*\
    #Promobar
\*------------------------------------*/
.promobar {
  position: relative;
  background-color: #df0808;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  margin-top: 115px;
  z-index: 1000;
}

/* Responsividad */
@media (max-width: 991px) {
  .promobar {
    margin-top: 110px;
    font-size: 1rem;
    padding: 0.5rem;
  }
}

@media (max-width: 576px) {
  .promobar {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
@media (max-width: 750px) {
  .carousel-hero-banner {
    display: none;
  }
}

.carousel-hero-banner {
    position: relative;
}

.carousel-images {
    position: absolute;
    inset: 0;
    z-index: 1; /* detrás del contenido */
}

.carousel-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .8s ease;
    z-index: 1; /* detrás */
}

.carousel-slide.active {
    opacity: 1;
}

.hero-content,
#lq-glass,
.hero-headline,
.hero-bio-big,
.hero-bio,
.hero-action {
    position: relative;
    z-index: 5; /* Asegura que el texto quede encima */
}

.hero-content.container {
    padding-top: 40px;
    padding-bottom: 80px;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.hero-headline {
  color: #d9d9d9;
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 35px;
}

.hero-bio-big {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  color: #d9d9d9;
}

.hero-bio {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}

.nav-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #d9d9d9;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    transition: background-color 0.3s ease;
    z-index: 3;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.carousel-indicators {
    position: absolute;
    z-index: 3;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #56A9DD;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active, .dot:hover {
    background-color:#CB3631;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
@media screen and (min-width: 749px) {
  .hero {
    display: none;
}
}

.hero {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.hero .hero-headline {
  color: #d9d9d9;
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 35px;
}

.hero .hero-bio-big {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  color: #d9d9d9;
}

.hero .hero-bio {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}

.hero .btn {
  height: 60px;
  line-height: 60px;
  width: 210px;
}

/* Hero Action */
.hero-action .btn {
  width: 190px;
}

.hero-action form {
  margin-bottom: 0;
}

.hero-action form .form-control {
  width: 300px;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  margin-right: 30px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6eaf4;
  background: #ffffff;
}

.hero-action form input[type=submit] {
  height: 50px;
  line-height: 50px;
}

.hero-action {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 20px;
  }

  .hero .hero-action .btn {
    display: block;
  }

  .hero .hero-action form {
    text-align: center;
  }

  .hero .hero-action form .form-control {
    margin-bottom: 0;
    margin-right: 0;
    max-width: 280px;
    margin: 15px 0;
  }

  .hero .hero-action form .btn {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 25px;
  }

  .hero .row-content {
    padding-top: 0;
  }

  .hero .hero-headline {
    padding-top: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .hero .hero-bio-big {
    font-size: 20px;
  }
}

.hero .hero-bio {
  font-size: 15px;
  line-height: 26px;
}

.hero .hero-img img {
  margin-top: 40px;
  max-width: 100%;
  height: auto;
}

.hero .hero-action form {
  justify-content: center;
}

@media (max-width: 991px) {
  .hero-action {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero .row-content {
    padding-top: 0;
  }

  .hero .hero-headline {
    padding-top: 0;
    font-size: 36px;
    line-height: 45px;
  }

  .hero .hero-action form .form-control {
    width: 230px;
  }

}

div#lq-glass {
  display: flex;
  flex-direction: column;
  width: 662px;
  gap: 10px;
  padding: 20px 20px 40px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(206, 149, 149, 0.15) 0%, rgba(206, 149, 149, 0.15) 100%), linear-gradient(111deg, rgba(86, 169, 221, 0.1) 0%, rgba(246, 250, 253, 0.1) 50%, rgba(203, 54, 49, 0.1) 100%);
  align-items: flex-start;
  position: relative;
  border: 1px inset #0dcaf04f;
  backdrop-filter: blur(45px) saturate(280%);
  box-shadow: inset 0px 0px 20px rgb(255 255 255 / 17%);
}

/*------------------------------------*\
    #Farmacia
\*------------------------------------*/


/*------------------------------------*\
    #Motivation
\*------------------------------------*/
.motivation {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('/Users/branchbit/Proyectos/HealthPod/01 - Sitio Web/Healthpod/MAIN_FILES/kear/assets/images/background/site_background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
  padding-top: 95px;
  background: #ffffff;
  padding: 65px 40px 40px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.testimonial-panel:before {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 60px;
  height: 52px;
  background: url("../images/icons/quotes.svg");
  content: "";
}

.testimonial-panel .testimonial-body p {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 15px;
}

.testimonial-panel .testimonial-author h5 {
  color: #0070cd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.testimonial-panel:hover {
  background: #0070cd;
}

.testimonial-panel:hover:before {
  background: url("../images/icons/quotes2.svg");
}

.testimonial-panel:hover .testimonial-body p {
  color: rgba(255, 255, 255, 0.9);
}

.testimonial-panel:hover .testimonial-author h5 {
  color: #ffffff;
}

.carousel-dots .owl-dots {
  text-align: center;
  margin-top: 70px;
}

.carousel-dots .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  margin: 0 3px;
}

.carousel-dots .owl-dots .owl-dot:active,
.carousel-dots .owl-dots .owl-dot:focus {
  outline: none;
}

.carousel-dots .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #e0e0e0;
  border: none;
  display: block;
  cursor: pointer;
}

.carousel-dots .owl-dots .owl-dot.active span {
  background-color: #0070cd;
}

/*------------------------------------*\
    #End-section
\*------------------------------------*/
.end-section,
.section#end-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F7FAFC;
}

/* Overlay degradado de blanco (derecha) a transparente (izquierda) */
#end-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

/* Para asegurar que el texto esté sobre el overlay */
#end-section .container {
  position: relative;
  z-index: 2;
}

.col-12.col-md-6.col-lg-6 {
  align-content: center;
}


/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
  position: relative;
}

.feature-panel .feature-icon {
  color: #0070cd;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 35px;
}

.feature-panel .feature-img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 40px;
  text-align: center;
}

.feature-panel .feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
}

.feature-panel .feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.feature-panel .feature-content ul {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}

.feature-panel .feature-content ul li {
  padding-left: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-bottom: 15px;
}

.feature-panel .feature-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 26px;
  color: #0070cd;
}

.feature-center {
  text-align: center;
}

.feature-center .feature-img {
  margin-right: auto;
  margin-left: auto;
}

.feature-2 .feature-panel {
  position: relative;
  padding-top: 100px;
}

.feature-2 .feature-panel .feature-content h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}

.feature-2 .feature-panel .feature-content p {
  font-size: 16px;
  margin-bottom: 12px;
}

.feature-3 .feature-panel {
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
}

.feature-3 .feature-panel:hover {
  -moz-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
  -webkit-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
  box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.feature-3 .feature-panel .feature-img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 33px auto;
  text-align: center;
  background: #eff8ff;
}

.feature-3 .feature-panel .feature-content h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.feature-3 .feature-panel .feature-content p {
  font-size: 14px;
}

.feature-left .feature-panel {
  margin-bottom: 40px;
}

.feature-left .feature-panel:last-of-type {
  margin-bottom: 0;
}

.feature-left .feature-panel .feature-img {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  width: auto;
}

.feature-left .feature-panel .feature-content {
  padding-left: 70px;
}

.feature-left .feature-panel .feature-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.feature-left .feature-panel .feature-content p {
  font-size: 14px;
  max-width: 300px;
}

.img-shadow {
  -moz-box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  -webkit-box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 24px;
}

.hr-bar {
  border-top-color: #e0e0e0;
  margin: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .feature-panel,
  .feature-left .feature-panel {
    margin-bottom: 30px;
  }

  .feature-panel .feature-icon,
  .feature-left .feature-panel .feature-icon {
    margin-bottom: 10px;
  }

  .feature-panel .feature img,
  .feature-left .feature-panel .feature img {
    max-width: 100%;
    height: auto;
  }

  .feature-panel .feature-content ul li:before,
  .feature-left .feature-panel .feature-content ul li:before {
    position: relative;
    padding-right: 10px;
  }

  .feature-2 .feature-panel .feature-content h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-panel {
    margin-bottom: 20px;
  }

  .feature-3 .feature-panel {
    padding: 10px;
  }

  .feature-2 .feature-panel .feature-content h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.col-12.col-md-6.col-lg-5.offset-lg-1 {
  align-content: center;
}

.cta h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
  margin-bottom: 23px;
  text-transform: capitalize;
}

.cta p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
}

.cta .btn {
  height: 70px;
  width: 280px;
  font-size: 24px;
  line-height: 70px;
}

.form-wrapper {
  padding: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 24px;
  -moz-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
  -webkit-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
  box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
  background-color: #ffffff;
}

.form-wrapper .heading {
  margin-bottom: 45px;
  text-align: center;
}

.form-wrapper .heading h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.form-wrapper .btn {
  margin-bottom: 10px;
}

.form-wrapper .agreement {
  font-size: 12px;
  text-align: center;
}

/*Watsapp button - insection*/
.whatsapp-btn img {
  width: 60%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}

.whatsapp-btn:hover img {
  transform: scale(1.3);
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 992px) {
  .form-wrapper {
    padding: 30px;
  }

  .form-wrapper .heading h3 {
    font-size: 18px;
  }
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
/* === PRICING SECTION === */
.pricing-section {
  padding-top: 140px;
  background-color: #f7f7ff;
  padding: 4rem 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.pricing-section h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 0;
}

li.plan-name {
  font-size: 2.8rem;
  font-weight: bold;
}

/* Contenedor de las tarjetas */
.pricing-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  /* 🔥 Elimina cualquier espacio entre tarjetas */
}

/* Tarjetas base */
.pricing-card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 24px;
  border: none;
  box-shadow: none;
  flex: 1 1 300px;
  padding: 2.5rem 2rem;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

/* 🔥 Sin bordes redondeados en los lados que se tocan */
.pricing-card:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.pricing-card:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/* Tarjeta activa (centrada) */
.pricing-card.active {
  background: linear-gradient(135deg, #56A9DD 0%, #0370CD 100%);
  color: #fff;
  transform: scale(1.05);
  z-index: 2;
}

/* Precios */
p.crossedprice {
    font-size: 20px;
    color: #acacac;
    text-decoration: line-through;
}

p.price {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem 0;
}

p.monthlyprice {
    font-size: 20px;
    color: #acacac;
}

.pricing-card.active p.price,
.pricing-card.active p.crossedprice,
.pricing-card.active p.monthlyprice {
  color: #fff;
}

p#iva {
    color: #acacac;
}

p#iva-white {
    color: #fff;
}

/* Separadores */
.pricing-card ul li {
  list-style: none;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-card.active ul li {
  border-color: rgba(255, 255, 255, 0.3);
}

ul.pricing-card-list {
  padding-left: 0px;
}

label.plan.me-2 {
  font-size: 24px;
  font-weight: 600;
  color: #0070CD;
  margin-bottom: 0;
}

input#pricingToggle {
  border: solid 3px #0070CD;
  height: 35px;
  width: 4em;
  background-color: #56a9dd33;
}

.toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 80px;
  width: 60%;
  justify-self: anchor-center;
  margin-bottom: 50px;
}

@media (max-width:992px) {
  .toggle{
    width:100%;
  }

  label.plan.me-2 {
    font-size: 18px;
}
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgdm13YXJlOiBodHRwczovL2dpdGh1Yi5jb20vdm13YXJlL2NsYXJpdHktYXNzZXRzIC0tPgo8c3ZnIGZpbGw9IiMwMDcwQ0QiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDM2IDM2IiB2ZXJzaW9uPSIxLjEiICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5jaXJjbGUtc29saWQ8L3RpdGxlPgogICAgPHBhdGggZD0iTTE4LDRBMTQsMTQsMCwxLDAsMzIsMTgsMTQsMTQsMCwwLDAsMTgsNFoiIGNsYXNzPSJjbHItaS1zb2xpZCBjbHItaS1zb2xpZC1wYXRoLTEiPjwvcGF0aD4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbC1vcGFjaXR5PSIwIi8+Cjwvc3ZnPg==);
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLUxpY2Vuc2U6IE1JVC4gTWFkZSBieSB2bXdhcmU6IGh0dHBzOi8vZ2l0aHViLmNvbS92bXdhcmUvY2xhcml0eS1hc3NldHMtLT4KPHN2ZyBmaWxsPSIjMDA3MENEIiB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAzNiAzNiIgdmVyc2lvbj0iMS4xIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICA8dGl0bGU+Y2lyY2xlLXNvbGlkPC90aXRsZT4KICA8cGF0aCBkPSJNMTgsNEExNCwxNCwwLDEsMCwzMiwxOCwxNCwxNCwwLDAsMCwxOCw0WiIgY2xhc3M9ImNsci1pLXNvbGlkIGNsci1pLXNvbGlkLXBhdGgtMSIvPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbC1vcGFjaXR5PSIwIi8+Cjwvc3ZnPgo=);
}

p.promo {
    font-size: 25px;
    line-height: 2.5rem;
    color: #444444;
}

  /* --- Responsive --- */
  @media (max-width: 992px) {
    .pricing-cards {
      flex-direction: column;
      align-items: center;
    }

    .pricing-card {
      border-radius: 1rem;
      margin-bottom: 1.5rem;
      transform: none !important;
    }
  }


  /*------------------------------------*\
    #Footer
\*------------------------------------*/
  /* Parallax Effect */
  #wrapperParallax {
    position: relative;
    z-index: 1060;
    min-height: 100vh;
  }

  #footerParallax {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* Custom, iPhone Retina */
  @media only screen and (max-width: 767px) {
    #wrapperParallax {
      margin-bottom: 0 !important;
    }

    #footerParallax {
      position: relative;
    }
  }

  .footer {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer .footer-top {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .footer .widget-info-box .info-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    background-color: #eff8ff;
  }

  .footer .widget-info-box h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .footer .widget-info-box p {
    margin-bottom: 0;
  }

  .footer .footer-bar hr {
    border-top-color: #e0e0e0;
    margin: 0;
  }

  .footer .footer-bottom {
    padding: 30px 0;
  }

  .footer .footer-bottom .footer-copyright {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-transform: capitalize;
  }

  .footer .footer-bottom .footer-social {
    text-align: right;
  }

  .footer .footer-bottom .footer-social a {
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    display: inline-block;
  }

  .footer .footer-bottom .footer-social a:hover {
    color: #0070cd;
  }

  .footer .footer-bottom .footer-social a:last-of-type {
    margin-right: 0;
  }

  /* Custom, iPhone Retina */
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .widget-info-box {
      margin-bottom: 20px;
    }

    .footer .footer-bottom {
      text-align: center;
    }

    .footer .footer-bottom .footer-social {
      margin-top: 20px;
      text-align: center;
    }
  }

/*------------------------------------*\
  #PROXIMAMENTE Page
\*------------------------------------*/
#proximamente {
  margin-top: 120px;
  background-size: cover;
  height: 75vh !important;
}

#proximamente .heading-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  color: #333;
}

#proximamente .heading-desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#proximamente h2.heading-title {
    font-size: 1.7rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}

div#undCon {
    height: 100%;
}

div#prox {
    height: 100%;
    text-align: center;
}

/* Responsive ajustes */
@media (max-width: 991px) {
  #proximamente .heading-title {
    font-size: 1.75rem;
  }
  #proximamente .heading-desc {
    font-size: 0.95rem;
  }
  #proximamente {
  background-image: none !important;
  height: 110vh !important;
  margin-top:40px;
}
}

@media (min-width: 990px){
  img#encon {
    display: none;
}
}

@media (max-width: 768px) {
  #proximamente .heading {
    text-align: center;
  }
  #proximamente .btn {
    margin: 0 auto;
  }
}

/*------------------------------------*\
  #Error 404 Page
\*------------------------------------*/

span#\34 04 {
    font-size: 9rem;
}

/*------------------------------------*\
  # Legales Page
\*------------------------------------*/

.legal-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 75px;
  margin-top: 120px;
  background-color: #fff;
}

.legal-wrapper .container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
}

/* === Sidebar (Desktop) === */
.leftcol {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}

.legal-sidebar {
  flex: 0 0 260px;
  position: fixed;
  top: 100px;
  background: #f9f9f9;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.legal-sidebar h2 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 1rem;
}

.legal-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-sidebar li {
  margin-bottom: 10px;
}

.legal-sidebar a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s ease;
}

.legal-sidebar a:hover,
.legal-sidebar a.active {
  color: #CB3631;
}

/* === Contenido === */
.legal-content {
  flex: 1;
  max-width: 850px;
}

.legal-section {
  margin-bottom: 60px;
}

.legal-section h3 {
  color: #CB3631;
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.legal-section h4 {
  margin-top: 24px;
  color: #222;
}

.legal-section ul,
.legal-section ol {
  margin-left: 20px;
}

.legal-section a {
  color: #56A9DD;
}

/*------------------------------------*\
  # Responsividad
\*------------------------------------*/

@media (max-width: 768px) {
  .legal-wrapper .container {
    flex-direction: column;
    gap: 20px;
  }

  .leftcol {
    width: 100%;
    justify-content: center;
    order: 1;
    position: relative;
  }

  .legal-sidebar {
    position: fixed;
    top: 75px;
    width: 100%;
    max-height: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    padding: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .legal-sidebar ul {
    display: flex;
    padding-bottom: 4px;
    justify-content: space-evenly;
    align-content: stretch;
    flex-wrap: wrap;
  }

  .legal-sidebar li {
    margin: 0;
  }

  .legal-sidebar h2 {
    display: none;
  }

  .legal-content {
    order: 2;
    width: 100%;
  }

  .legal-wrapper {
    margin-top: 80px;
    padding: 40px 0;
  }

  .legal-sidebar ul {
    gap: 10px;
    font-size: 0.9rem;
  }

  .legal-section h3 {
    font-size: 1.4rem;
  }

  .legal-section h4 {
    font-size: 1.1rem;
  }

  .legal-section p, 
  .legal-section li {
    font-size: 0.95rem;
  }
}


/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
  .landing-hero {
    height: 100vh;
    padding-top: 200px;
  }

  .landing-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
  }

  .landing-hero p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
  }

  .landing-demos {
    padding: 40px 0;
  }

  .landing-demos .portfolio-item {
    margin-bottom: 50px;
  }

  .landing-demos .portfolio-title h4 {
    color: #444444;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .landing-demos .portfolio-title:hover h4 {
    color: #0070cd;
  }

  .landing-demos .portfolio-img {
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }

  .landing-demos .portfolio-img img {
    max-width: 100%;
    height: auto;
  }

  .landing-demos .portfolio-item:hover .portfolio-img {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .landing-demos .portfolio-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .landing-demos .portfolio-bio {
    padding-top: 23px;
  }

  .landing-action {
    padding-top: 200px;
  }

  .landing-action img {
    margin-bottom: 50px;
  }

  .landing-action h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
  }

  /* Custom, iPhone Retina */
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .landing-hero {
      height: auto;
      padding-top: 60px;
    }

    .landing-hero h1 {
      font-size: 34px;
      line-height: 50px;
    }
  }

  /* Small Devices, Tablets */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-hero {
      height: auto;
      padding-top: 100px;
    }

    .landing-hero h1 {
      font-size: 50px;
      line-height: 55px;
    }
  }

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