@import url("animate.css");

:root {
	--main-font-size: 16px;
	--large-font-size: 18px;
	--extra-large-font-size: 20px;
	--main-color: #000000;
	--heading-color: #1c1d21;
	--h1-font-size: 36px;
	--h1-large-font-size: 45px; /* Renombrado para mantener consistencia */
	--h1-extra-large-font-size: 62px; /* Renombrado para mantener consistencia */
	--h1-xxl-font-size: 80px; /* Renombrado para mantener consistencia */
	--h1-xxxl-font-size: 100px; /* Renombrado para mantener consistencia */
}


body {
  color: var(--main-color);
  font-family: "Raleway", sans-serif;
  font-size: var(--main-font-size);
  font-weight: 300;
  line-height: 1.85;
  -webkit-text-size-adjust: none; /* Para versiones antiguas de WebKit */
  text-size-adjust: none; /* Propiedad estándar para navegadores modernos */
}

@media (min-width: 1200px) {
  body {
    font-size: var(--large-font-size);
  }
}

@media (min-width: 1500px) {
  body {
    font-size: var(--extra-large-font-size);
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, 
.heading-4, .heading-5, .heading-6 {
  color: var(--heading-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1, .heading-1 {
  font-family: "Montserrat Subrayada", sans-serif;
  font-weight: 700;
  font-size: var(--h1-font-size);
  line-height: 1.17;
}

@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: var(--h1-large);
  }
}

@media (min-width: 1200px) {
  h1, .heading-1 {
    font-size: var(--h1-extra-large);
  }
}

@media (min-width: 1500px) {
  h1, .heading-1 {
    font-size: var(--h1-xxl);
  }
}

@media (min-width: 1800px) {
  h1, .heading-1 {
    font-size: var(--h1-xxxl);
  }
}


:root {
  --h2-font-size: 36px;
  --h2-large: 40px;
  --h2-extra-large: 56px;
  --h2-xxl: 66px;
  --h2-xxxl: 84px;

  --h3-font-size: 32px;
  --h3-large: 44px;
  --h3-extra-large: 56px;

  --h4-font-size: 20px;
  --h4-large: 36px;
  --h4-extra-large: 40px;

  --h5-font-size: 22px;
  --h5-large: 26px;

  --h6-font-size: 18px;
  --h6-large: 22px;
  --h6-extra-large: 24px;

  --h4-color: #0612ff;
}

h2, .heading-2 {
  font-family: "Montserrat Subrayada", sans-serif;
  font-weight: 700;
  font-size: var(--h2-font-size);
  line-height: 1.39286;
}

@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: var(--h2-large);
  }
}

@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: var(--h2-extra-large);
  }
}

@media (min-width: 1500px) {
  h2, .heading-2 {
    font-size: var(--h2-xxl);
  }
}

@media (min-width: 1800px) {
  h2, .heading-2 {
    font-size: var(--h2-xxxl);
  }
}

h3, .heading-3 {
  font-size: var(--h3-font-size);
  line-height: 1.19643;
}

@media (min-width: 1500px) {
  h3, .heading-3 {
    font-size: var(--h3-large);
  }
}

@media (min-width: 1800px) {
  h3, .heading-3 {
    font-size: var(--h3-extra-large);
  }
}

h4, .heading-4 {
  color: var(--h4-color);
  font-size: var(--h4-font-size);
  line-height: 1.2;
}

@media (min-width: 1500px) {
  h4, .heading-4 {
    font-size: var(--h4-large);
  }
}

@media (min-width: 1800px) {
  h4, .heading-4 {
    font-size: var(--h4-extra-large);
  }
}

h5, .heading-5 {
  font-size: var(--h5-font-size);
  line-height: 1.40909;
}

@media (min-width: 1500px) {
  h5, .heading-5 {
    font-size: var(--h5-large);
  }
}

h6, .heading-6 {
  font-size: var(--h6-font-size);
  line-height: 2;
}

@media (min-width: 1500px) {
  h6, .heading-6 {
    font-size: var(--h6-large);
  }
}

@media (min-width: 1800px) {
  h6, .heading-6 {
    font-size: var(--h6-extra-large);
  }
}


p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @subsection Offsets
*/
h2 + .contact-info {
  margin-top: 39px;
}

h1 + h4 {
  margin-top: 27px;
}

.contact-info + .inline-list {
  margin-top: 9px;
}

h2 + h4 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  h2 + h4 {
    margin-top: 42px;
  }
}

h2 + form {
  margin-top: 53px;
}

h2 + .terms-list {
  margin-top: 41px;
}

.img-wrap + p {
  margin-top: 29px;
}

h4 + p {
  margin-top: 28px;
}

h2 + .marked-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  h2 + .marked-list {
    margin-top: 40px;
  }
}

h4 + .marked-list {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .bg-aside .img-wrap-lg .offset-1 {
    margin-left: -180px;
    top: 60%;
  }
}
@media (min-width: 1500px) {
  .bg-aside .img-wrap-lg .offset-1 {
    margin-left: 0;
    top: 50%;
  }
}

@media (min-width: 992px) {
  .offset-2 img {
    margin-left: 185px;
  }
}
@media (min-width: 1500px) {
  .offset-2 img {
    margin-left: 0;
  }
}

.flow-offset > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/*
* @subsection Insets
*/
.container-inset {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container-inset {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1800px) {
  .container-inset {
    padding-left: 139px;
    padding-right: 139px;
  }
}

@media (min-width: 1500px) {
  .inset-0 {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .inset-1 {
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .inset-2 {
    padding-right: 70px;
  }
}
@media (min-width: 1800px) {
  .inset-2 {
    padding-right: 125px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .inset-3 {
    padding-left: 70px;
  }
}

@media (min-width: 1500px) {
  .inset-4 {
    padding-right: 125px;
  }
}

.inset-5 {
  padding-left: 0;
  padding-right: 0;
}

/*
* @subsection Prefix
*/
/*
* @subsection Well
*/
.well-md {
  padding-top: 40px;
  padding-bottom: 0;
}
.well-md--inset-3 {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 110px;
    padding-bottom: 126px;
  }
}
@media (min-width: 992px) {
  .well-md--inset-1 {
    padding-bottom: 157px;
  }
}
@media (min-width: 992px) {
  .well-md--inset-2 {
    padding-bottom: 133px;
  }
}
.well-md--inset-3 {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-md--inset-3 {
    padding-bottom: 137px;
  }
}
.well-lg {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 333px;
    padding-bottom: 131px;
  }
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 333px;
    padding-bottom: 131px;
  }
}

/*
* @section Helpers
*/
.strike {
  text-decoration: line-through;
}

.hidden-md {
  display: none;
}
@media (min-width: 992px) {
  .hidden-md {
    display: block;
  }
}

.text-primary {
  color: #0026d1;
}

.small {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.uppercase {
  text-transform: uppercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

.big {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .big {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

.relative {
  position: relative;
}

.brdr {
  border-bottom: 1px solid #0612ff;
  padding-bottom: 22px;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
html.lt-ie10 .row-no-gutter > * + [class*='col'], .row-no-gutter > * + [class*='col'] {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Components
*/
/*
* @subsection Banner
*/
.banner {
  z-index: 3;
  position: relative;
  background: url(../images/page-2_img03.jpg) no-repeat center center;
  background-size: cover;
}
.banner:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
  background: linear-gradient(to bottom, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
}
@media (min-width: 1500px) {
  .banner:after {
    left: 43.4%;
  }
}
.banner__cnt h1, .banner__cnt h2, .banner__cnt h3, .banner__cnt h5, .banner__cnt h6, .banner__cnt .heading-1, .banner__cnt .heading-2, .banner__cnt .heading-3, .banner__cnt .heading-5, .banner__cnt .heading-6 {
  color: #fff;
}
@media (min-width: 1500px) {
  .banner__cnt {
    left: 50.8%;
    position: relative;
    text-align: left;
  }
}

/*
* @subsection Terms-list
*/
.terms-list dt + dd {
  margin-top: 28px;
}
.terms-list dd + dt {
  margin-top: 59px;
}

.privacy-link {
  color: #0026d1;
  margin-top: 37px;
  display: inline-block;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.privacy-link:hover {
  color: #000;
}

/*
* @subsection Inline-list
*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 29px;
}

/*
* @subsection Quote
*/
.quote p q {
  position: relative;
}
.quote p + p {
  margin-top: 16px;
}
.quote cite {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
}

/*
* @subsection Marked list
*/
.marked-list li {
  position: relative;
  padding-left: 41px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .marked-list li {
    font-size: 24px;
  }
}
.marked-list li:before {
  content: "\e5cc";
  position: absolute;
  left: -9px;
  top: -3px;
  font-weight: 400;
  font-size: 28px;
  font-family: "Material Icons";
  color: #0026d1;
}
.marked-list li + li {
  margin-top: 4px;
}
.marked-list a:hover {
  color: #0026d1;
  text-decoration: none;
}

/*
* @subsection List
*/
.list li + li {
  margin-top: 8px;
}

/*
* @subsection Contact-info
*/
.contact-info .icon {
  margin-top: -15px;
}
@media (min-width: 1200px) {
  .contact-info .icon {
    margin-top: -10px;
    margin-left: -4px;
  }
}
.contact-info li span {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .contact-info li span {
    margin-right: 22px;
  }
}
.contact-info li a[href^="mailto:"] {
  text-decoration: underline;
  color: #33d6ff;
}
.contact-info li a[href^="mailto:"]:hover {
  color: #fff;
}
.contact-info li a:hover {
  text-decoration: none;
  color: #189ef7;
}

/*
* @subsection Markers
*/
.marker:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 139px;
  width: 10px;
  height: 60px;
  background: #0039f5;
}
@media (min-width: 1500px) {
  .marker:before {
    display: inline-block;
  }
}
@media (min-width: 2050px) {
  .marker:before {
    display: none;
  }
}

.marker-1:before {
  content: "";
  display: none;
  position: absolute;
  width: 10px;
  height: 60px;
  background: #0026d1;
}
@media (min-width: 1500px) {
  .marker-1:before {
    display: inline-block;
    top: 139px;
    left: 43.39%;
  }
}
@media (min-width: 2050px) {
  .marker-1:before {
    display: none;
  }
}

/*
* @subsection Product
*/
.product {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.product h1, .product h2, .product h3, .product h4, .product h5, .product h6 {
  color: #fff;
}
.product img {
  width: 100%;
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.product__cnt {
  z-index: 1;
  position: absolute;
  left: 10%;
  bottom: 0;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
@media (min-width: 1800px) {
  .product__cnt {
    left: 20%;
    bottom: -6.6%;
  }
}
.product__cnt .pricing-table {
  margin-top: 13px;
}
.product:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(34, 34, 33, 0) 0%, rgba(34, 34, 33, 0) 25%, #222221 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222226', endColorstr='#222226', GradientType=0);
  background: linear-gradient(to bottom, rgba(34, 34, 33, 0) 0%, rgba(34, 34, 33, 0) 25%, #222221 100%);
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.product .link {
  color: #fff;
  margin-top: 0;
  margin-left: 1px;
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: 0.45s -webkit-transform ease;
  transition: 0.45s transform ease;
}
@media (min-width: 1800px) {
  .product .link {
    margin-top: 10px;
  }
}
.product .link:hover {
  color: #000;
}
.product:hover .product__cnt {
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
}
@media (min-width: 1800px) {
  .product:hover .product__cnt {
    -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}
.product:hover .text-primary {
  color: #fff;
}
.product:hover:after {
  background: rgba(0, 26, 255, 0.774);
}
.product:hover .link {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
* @subsection Pricing-table
*/
.pricing-table .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*
* @subsection Brand
*/
.rd-navbar-brand {
  display: inline-block;
}
.rd-navbar-brand_name {
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
@media (min-width: 992px) {
  .rd-navbar-brand_name {
    font-size: 34px;
  }
}
.rd-navbar-brand_name:before {
  font-family: "Raleway", sans-serif;
  content: "";
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-left: -10px;
  border-radius: 50%;
  background: #0228ff;
}
@media (min-width: 992px) {
  .rd-navbar-brand_name:before {
    width: 53px;
    height: 53px;
    margin-top: -3px;
  }
}

/*
* @subsection Backgrounds
*/
.bg-default {
  background: #000;
}

.bg-primary {
  background: #0026d1;
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #fff;
}
.bg-primary .btn-default {
  background: #0039f5;
}
.bg-primary .btn:hover {
  background: #000;
}
.bg-primary .marker:before, .bg-primary .marker-1:before {
  background: #1c1d21;
}
.bg-primary .marked-list li:before {
  color: #fff;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.bg-primary .marked-list li:hover:before {
  color: #000;
}
.bg-primary .marked-list a:hover {
  color: #000;
  text-decoration: none;
}

.bg-aside {
  position: relative;
}
.bg-aside .img-wrap {
  position: static;
  margin-top: 28px;
}
@media (min-width: 992px) {
  .bg-aside .img-wrap-sm img {
    min-height: 670px;
  }
}
@media (min-width: 992px) {
  .bg-aside .img-wrap-md img {
    min-height: 782px;
  }
}
@media (min-width: 992px) {
  .bg-aside .img-wrap-lg img {
    min-height: 844px;
  }
}
@media (min-width: 992px) {
  .bg-aside .img-wrap {
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
}
.bg-aside .img-wrap img {
  position: static;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .bg-aside .img-wrap img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(1.03);
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
  }
}
.bg-aside-left .img-wrap {
  right: 50%;
  left: 0;
}
@media (min-width: 1500px) {
  .bg-aside-left .img-wrap {
    right: 56.5918%;
  }
}
@media (min-width: 2050px) {
  .bg-aside-left .img-wrap img {
    right: 0;
    left: auto;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.bg-aside-right .img-wrap {
  left: 50%;
  right: 0;
}
@media (min-width: 1500px) {
  .bg-aside-right .img-wrap {
    left: 43.4082%;
  }
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  position: relative;
  line-height: inherit;
}
.icon-sm {
  font-size: 28px;
}
.icon-md {
  font-size: 32px;
}
.icon-lg {
  font-size: 40px;
}
.icon-default {
  color: #fff;
}
.icon-primary {
  color: #0026d1;
}
.icon-secondary {
  color: #000;
}

.fa-facebook:hover {
  color: #3a589b;
}

.fa-twitter:hover {
  color: #598dca;
}

.fa-google-plus:hover {
  color: #d6492f;
}

/*
* @subsection Buttons
*/
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.btn-sm {
  font-size: 20px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-md {
  line-height: 68px;
  font-size: 26px;
  padding: 0 38px;
}
.btn-lg {
  font-size: 30px;
  line-height: 80px;
  padding: 0 50px;
}
.btn-default {
  color: #fff;
  background: #0026d1;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.btn-default:hover {
  background: #017a25;
}

/*
* @subsection Links
*/
.link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  text-transform: uppercase;
  color: inherit;
}
@media (min-width: 992px) {
  .link a {
    font-size: 18px;
  }
}
.link:after {
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  display: inline-block;
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 20px;
  position: absolute;
  color: inherit;
  padding-left: 20px;
  top: -3px;
}
@media (min-width: 992px) {
  .link:after {
    font-size: 28px;
    top: -9px;
    right: -44px;
  }
}
.link:hover {
  color: #fff;
}

/*
* @subsection Box
*/
.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

/*
* @subsection Copyright
*/
.copyright {
  margin-top: 37px;
  font-size: 14px;
  margin-left: -4px;
}
.copyright a {
  font-family: "Raleway", sans-serif;
}
.copyright a:hover {
  color: #0026d1;
}

/*
* @subsection Superfish
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
  margin-top: 12px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 48px;
  }
}
.sf-menu a {
  font-family: "Montserrat", sans-serif;
  display: block;
}

.sf-menu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    font-size: 18px;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #1ac2d8;
}
.sf-menu > li.active > a {
  color: #1ac2d8;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 225px;
  margin-top: 30px;
  padding: 35px 0;
  background: #1c1d21;
  z-index: 2;
  margin-left: -115px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .sf-menu ul {
    margin-left: 0;
  }
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 40px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #0b2fff;
}

.sf-menu ul ul {
  top: -35px;
  left: -100%;
  margin-top: 0;
  background: #1c1d21;
  margin-left: -2px;
  box-sizing: border-box;
  z-index: 2;
}

.sf-menu ul ul > li > a {
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #0026d1;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*
* @subsection RD Mobile Menu
* @description mobile navbar
* @author     Evgeniy Gusarov (Diversant)
* @link     http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #0026d1;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, 
.rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*
/* @subsection Stuck menu */
.isStuck {
	z-index: 999;
	padding: 10px;
	background: black; /* Fallback para navegadores antiguos */
	background: -webkit-linear-gradient(top, black 0%, #3e3e3e 100%); /* Compatibilidad con navegadores más antiguos */
	background: linear-gradient(to bottom, black 0%, #3e3e3e 100%); /* Versión moderna del gradiente */
	/* El filtro de IE es obsoleto, se elimina para simplificar el código */
}

.isStuck .rd-navbar-brand {
	padding-top: 4px;
}

.isStuck .nav,
.isStuck .container-fluid {
	padding-top: 0;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important; /* Oculta el menú fijo en pantallas más pequeñas */
	}
}

/*
* @subsection ToTop
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #010ec5;
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}

/* Ocultar el botón "toTop" en dispositivos móviles y tabletas */
@media (max-width: 768px) {
	.toTop {
		display: none !important; /* Oculta el botón en dispositivos móviles */
	}
}

/* Estilos para la sección de Scripts Modules */
/*
* @section Scripts Modules
*/

/* Estilos para el mapa de Google */
/*
* @subsection GOOGLE-MAP.css
* @description  RD-Google Map - v0.1. Easy as hell Google Map Api Jquery plugin.
* @author       Evgeniy Gusarov (Stmechanus || Diversant)
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.map-wrap {
	margin-top: 40px;
	color: #000000;
	/* Puedes agregar más estilos aquí si es necesario para el contenedor del mapa */
}

@media (min-width: 992px) {
  .map-wrap {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1500px) {
  .map-wrap {
    left: 43.39%;
  }
}

.map_model {
  height: 773px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 500px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 300px;
  }
}
.map_locations {
  display: none;
}

/*
* @section HEADER Section
*/
/* Asegura que el contenedor padre esté posicionado relativamente */
header.camera_container {
    position: relative;
}

/* Estilo para el contenedor fijo */
header.camera_container .stuck_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; /* Asegura que se superponga sobre otros elementos si es necesario */
}

/* Opcional: Ajustes para responsividad */
@media (max-width: 768px) {
    header.camera_container .stuck_container {
        /* Podrías ajustar el tamaño o posición en pantallas pequeñas */
        width: 100%;
        padding: 10px; /* Ejemplo de ajuste de padding en pantallas pequeñas */
    }
}

header .rd-navbar-brand {
  float: left;
  margin-left: 10px;
  padding-top: 15px;
}
header .nav {
  float: right;
  padding-top: 16px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .rd-navbar-brand, header .nav {
    float: none;
  }
}

header.mod-1 {
  background: url(../images/bg-head.png) no-repeat top left;
  background-size: cover;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  header.mod-1 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  header.mod-1 {
    padding-bottom: 103px;
  }
}

/*
* @section CONTENT Section
*/
main {
  display: block;
}

/*
* @section FOOTER Section
*/
footer {
  position: relative;
  background: #1e1f22;
  color: #fff;
}
footer .well-md {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .well-md {
    padding-top: 110px;
    padding-bottom: 140px;
  }
}
/* Estilos para títulos en el footer */
footer h1, 
footer .heading-1, 
footer h2, 
footer .heading-2, 
footer h3, 
footer .heading-3, 
footer h4, 
footer .heading-4, 
footer h5, 
footer .heading-5, 
footer h6, 
footer .heading-6 {
	color: #fff;
	/* Considera también ajustar el font-size o margenes si es necesario para mejorar la legibilidad en el footer */
}

/* Contenedor para el mapa responsivo */
.map-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%; /* Relación de aspecto 4:3 (ajusta según sea necesario) */
	overflow: hidden; /* Asegura que el contenido no sobresalga */
	box-sizing: border-box; /* Incluye padding y borde en las dimensiones del elemento */
}

/* Estilos para el iframe del mapa dentro del contenedor */
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box; /* Asegura que el iframe respete el contenedor */
}

/* Estilos para imágenes responsivas */
.responsive-image {
	max-width: 100%;
	height: auto;
	/* Añade display: block; si necesitas eliminar el espacio en línea debajo de la imagen en algunos navegadores */
	display: block;
}


/* Ajustes específicos para las imágenes individuales */
.logo-AC {
  max-width: 40%; /* Ajusta este valor según tus necesidades */
  width: 65%;
}

.logo-subaru {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Ajustes para pantallas medianas */
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-subaru {
      width: 75%; /* Reduce el tamaño del logo en pantallas medianas */
      margin-top: 20px; /* Mueve el logo hacia abajo */
  }
}

/* Ajustes para pantallas grandes */
@media (min-width: 1025px) {
  .logo-subaru {
      width: 65%; /* Ajusta este valor según sea necesario */
      margin-top: 0; /* Restablece el valor */
  }
}

.logo-kgm {
	max-width: 100%; /* Limita el tamaño máximo al ancho del contenedor */
	height: auto;
	object-fit: contain; /* Asegura que la imagen mantenga su relación de aspecto */
	display: block; /* Elimina el espacio en blanco debajo de la imagen en algunos navegadores */
}


/* Ajustes para pantallas medianas */
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-kgm {
      width: 65%; /* Reduce el tamaño del logo en pantallas medianas */
      margin-top: 50px; /* Mueve el logo hacia abajo */
  }
}

/* Ajustes para pantallas grandes */
@media (min-width: 1025px) {
  .logo-kgm {
      width: 60%; /* Ajusta este valor según sea necesario */
      margin-top: 0; /* Restablece el valor */
  }
}

/* Ajustes específicos para pantallas pequeñas */
@media (max-width: 768px) {
  .responsive-image {
    width: 50%;
  }
}

/* Ajustes adicionales para asegurar que la imagen no se salga del contenedor */
.camera_wrap .camera_caption .box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.camera_wrap .camera_caption .box img {
  max-width: 100%;
  height: auto;
}

