@charset "UTF-8";
/*
Theme Name: App Landing Page
Author: Markhorthemes
Author http://www.themeforest.net/user/markhorthemes
Version: 1
Text Domain: base
Tags: one-column, two-columns
Theme URI: http://www.htmlbeans.com/html/app-landing
*/
/*------------------------------------------------------------------

1. import files
2. Body
3. Wrapper / #wrapper
4. Heading / Heading
5. Btn / .btn
6. Btn Default / .btn-default
7. Btn Info / .btn-info
8. Header / #header
9. Logo / .logo
10. Navbar Default / .navbar-default
11. Main / #main
12. Hero Area / .hero-area
13. Social Networks / .social-networks
14. Heading Wrap / .heading-wrap
15. Features Area / .features-area
16. Features List / .features-list
17. Product Features / .product-features
18. Facts List / .facts-list
19. Demo Block / .demo-block
20. Testimonials / .testimonials
21. Testimonials Gallery / .testimonials-gallery
22. Video Block / .video-block
23. Price Offers / .price-offers
24. Price Col / .price-col
25. Trial Block / .trial-block
26. Brands Area / .brands-area
27. Logos List / .logos-list
28. Aside / .aside
29. Footer / #footer
30. Back Top / #back-top
31. Loader Holder / .loader-holder
32. Servicios
33. Contacto
34. Ecommerce

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. import files / import files
-------------------------------------------------------------------*/
.social-networks,
.features-list,
.facts-list,
.demo-block ul,
.price-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
#header .holder:after,
.price-col:after,
#footer:after {
  content: "";
  display: block;
  clear: both;
}

.video-block .ico-play {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
.titulo-principal {
  z-index: 333 !important;
}
.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form input[type="tel"],
.search-form input[type="tel"],
.post-password-form input[type="tel"],
.comment-form input[type="email"],
.search-form input[type="email"],
.post-password-form input[type="email"],
.comment-form input[type="search"],
.search-form input[type="search"],
.post-password-form input[type="search"],
.comment-form input[type="password"],
.search-form input[type="password"],
.post-password-form input[type="password"],
.comment-form input[type="url"],
.search-form input[type="url"],
.post-password-form input[type="url"],
.comment-form input[type="date"],
.search-form input[type="date"],
.post-password-form input[type="date"],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
  appearance: none;
  border-radius: 0;
  border: 1px solid #999;
  padding: 0.5em 0.7em;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form input[type="tel"]:focus,
.search-form input[type="tel"]:focus,
.post-password-form input[type="tel"]:focus,
.comment-form input[type="email"]:focus,
.search-form input[type="email"]:focus,
.post-password-form input[type="email"]:focus,
.comment-form input[type="search"]:focus,
.search-form input[type="search"]:focus,
.post-password-form input[type="search"]:focus,
.comment-form input[type="password"]:focus,
.search-form input[type="password"]:focus,
.post-password-form input[type="password"]:focus,
.comment-form input[type="url"]:focus,
.search-form input[type="url"]:focus,
.post-password-form input[type="url"]:focus,
.comment-form input[type="date"]:focus,
.search-form input[type="date"]:focus,
.post-password-form input[type="date"]:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
  border-color: #333;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="tel"]::-webkit-input-placeholder,
.search-form input[type="tel"]::-webkit-input-placeholder,
.post-password-form input[type="tel"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.search-form input[type="email"]::-webkit-input-placeholder,
.post-password-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.search-form input[type="url"]::-webkit-input-placeholder,
.post-password-form input[type="url"]::-webkit-input-placeholder,
.comment-form input[type="date"]::-webkit-input-placeholder,
.search-form input[type="date"]::-webkit-input-placeholder,
.post-password-form input[type="date"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
  color: #ccc;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form input[type="tel"]::-moz-placeholder,
.search-form input[type="tel"]::-moz-placeholder,
.post-password-form input[type="tel"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.search-form input[type="email"]::-moz-placeholder,
.post-password-form input[type="email"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.search-form input[type="url"]::-moz-placeholder,
.post-password-form input[type="url"]::-moz-placeholder,
.comment-form input[type="date"]::-moz-placeholder,
.search-form input[type="date"]::-moz-placeholder,
.post-password-form input[type="date"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form input[type="tel"]:-moz-placeholder,
.search-form input[type="tel"]:-moz-placeholder,
.post-password-form input[type="tel"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.search-form input[type="email"]:-moz-placeholder,
.post-password-form input[type="email"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder,
.search-form input[type="url"]:-moz-placeholder,
.post-password-form input[type="url"]:-moz-placeholder,
.comment-form input[type="date"]:-moz-placeholder,
.search-form input[type="date"]:-moz-placeholder,
.post-password-form input[type="date"]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
  color: #ccc;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="tel"]:-ms-input-placeholder,
.search-form input[type="tel"]:-ms-input-placeholder,
.post-password-form input[type="tel"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.search-form input[type="email"]:-ms-input-placeholder,
.post-password-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.search-form input[type="url"]:-ms-input-placeholder,
.post-password-form input[type="url"]:-ms-input-placeholder,
.comment-form input[type="date"]:-ms-input-placeholder,
.search-form input[type="date"]:-ms-input-placeholder,
.post-password-form input[type="date"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
  color: #ccc;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form input[type="tel"].placeholder,
.search-form input[type="tel"].placeholder,
.post-password-form input[type="tel"].placeholder,
.comment-form input[type="email"].placeholder,
.search-form input[type="email"].placeholder,
.post-password-form input[type="email"].placeholder,
.comment-form input[type="search"].placeholder,
.search-form input[type="search"].placeholder,
.post-password-form input[type="search"].placeholder,
.comment-form input[type="password"].placeholder,
.search-form input[type="password"].placeholder,
.post-password-form input[type="password"].placeholder,
.comment-form input[type="url"].placeholder,
.search-form input[type="url"].placeholder,
.post-password-form input[type="url"].placeholder,
.comment-form input[type="date"].placeholder,
.search-form input[type="date"].placeholder,
.post-password-form input[type="date"].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
  color: #ccc;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  width: 300px;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}

@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@font-face {
  font-family: empty;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
    format("woff");
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?u6ufkh") format("truetype"),
    url("fonts/icomoon.woff?u6ufkh") format("woff"),
    url("fonts/icomoon.svg?u6ufkh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-android:before {
  content: "\e916";
}

.ico-apple:before {
  content: "\e917";
}

.ico-menu:before {
  content: "\e91b";
}

.ico-play2:before {
  content: "\e91a";
}

.ico-send:before {
  content: "\e918";
}

.ico-play:before {
  content: "\e90d";
}

.ico-icon1:before {
  content: "\e90e";
}

.ico-google-plus:before {
  content: "\e90f";
}

.ico-facebook:before {
  content: "\e910";
}

.ico-facebook-f:before {
  content: "\e910";
}

.ico-twitter:before {
  content: "\e911";
}

.ico-instagram-p:before {
  content: "\e912";
}

.ico-check:before {
  content: "\e913";
}

.ico-cross:before {
  content: "\e914";
}

.ico-angle-down:before {
  content: "\e909";
}

.ico-angle-up:before {
  content: "\e90a";
}

.ico-angle-right:before {
  content: "\e90b";
}

.ico-angle-left:before {
  content: "\e90c";
}

.ico-phone:before {
  content: "\e907";
}

.ico-mail:before {
  content: "\e908";
}

.ico-instagram:before {
  content: "\e915";
}

.ico-plus:before {
  content: "\e903";
}

.ico-quote-start:before {
  content: "\e919";
}

.ico-quotes:before {
  content: "\e904";
}

.ico-reuse:before {
  content: "\e905";
}

.ico-tracker:before {
  content: "\e906";
}

.ico-layout:before {
  content: "\e900";
}

.ico-settings:before {
  content: "\e901";
}

.ico-bulb:before {
  content: "\e902";
}

.resize-active * {
  transition: none !important;
}

/*------------------------------------------------------------------
2. Body / body
-------------------------------------------------------------------*/
body {
  font-weight: 300;
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.pattern1 {
  background-image: url(images/patterns/pattern1.png);
}

body.pattern2 {
  background-image: url(images/patterns/pattern2.png);
}

body.pattern3 {
  background-image: url(images/patterns/pattern3.png);
}

body.pattern4 {
  background-image: url(images/patterns/pattern4.png);
}

body.pattern5 {
  background-image: url(images/patterns/pattern5.png);
}

body.pattern6 {
  background-image: url(images/patterns/pattern6.png);
}

body.pattern7 {
  background-image: url(images/patterns/pattern7.png);
}

body.pattern8 {
  background-image: url(images/patterns/pattern8.png);
}

body.pattern9 {
  background-image: url(images/patterns/pattern9.png);
}

body.pattern10 {
  background-image: url(images/patterns/pattern10.png);
}

body.pattern11 {
  background-image: url(images/patterns/pattern11.png);
}

body.pattern12 {
  background-image: url(images/patterns/pattern12.png);
}

body.pattern13 {
  background-image: url(images/patterns/pattern13.png);
}

body.pattern14 {
  background-image: url(images/patterns/pattern14.png);
}

body.boxed-v #wrapper {
  max-width: 80%;
  margin: 20px auto;
  border-radius: 3px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------
3. Wrapper / #wrapper
-------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------------------------
4. Heading / Heading
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h {
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h a {
  color: inherit;
  transition: color 0.25s linear;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

a:hover,
a:focus,
a.active {
  outline: none;
}

.round {
  border-radius: 100%;
}

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

.mar-top-sm {
  margin-top: 60px !important;
}

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

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

.pad-top-sm {
  padding-top: 60px !important;
}

.pad-top-md {
  padding-top: 90px !important;
}

.mar-top-lg {
  margin-top: 120px !important;
}

.pad-top-lg {
  padding-top: 120px !important;
}

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

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

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

.pad-bottom-sm {
  padding-bottom: 60px !important;
}

.pad-bottom-xs {
  padding-bottom: 30px !important;
}

.pad-bottom-md {
  padding-bottom: 90px !important;
}

.mar-bottom-lg {
  margin-bottom: 120px !important;
}

.pad-bottom-lg {
  padding-bottom: 120px !important;
}

/*------------------------------------------------------------------
5. Btn / .btn
-------------------------------------------------------------------*/
.btn {
  transition: all 0.25s linear;
  border-radius: 0;
  border-width: 2px;
  text-transform: uppercase;
  position: relative;
}

/*------------------------------------------------------------------
6. Btn Default / .btn-default
-------------------------------------------------------------------*/
.btn-default {
  font-size: 16px;
  line-height: 20px;
  padding: 14px;
}

.btn-default.icon-btn {
  padding-left: 43px;
  padding-right: 18px;
}

.btn-default.btn-white {
  border-radius: 99px;
  border-color: #fff !important;
  background: none;
  color: #fff;
}
.white {
  text-decoration: none !important;
  color: #fff !important;
}
.white:hover {
  color: #adacac !important;
}
.sticky-header.sticky .btn-default.btn-white {
  color: #222222;
  border-color: #222222;
}

.sticky-header.sticky .btn-default.btn-white:hover,
.sticky-header.sticky .btn-default.btn-white:focus,
.sticky-header.sticky .btn-default.btn-white:active {
  color: #fff;
}

.btn-default.btn-white:hover,
.btn-default.btn-white:focus,
.btn-default.btn-white:active {
  border-color: #222222;
  background: #222222;
}

.btn-default .icon {
  position: absolute;
  left: 9%;
  top: 50%;
  margin: 1px 0 0;
  transform: translateY(-50%);
}

/*------------------------------------------------------------------
7. Btn Info / .btn-info
-------------------------------------------------------------------*/
.btn-info {
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 99px;
  font-size: 13px;
  line-height: 16px;
  padding: 13px 15px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #222222;
  border-color: #222222;
}

/*------------------------------------------------------------------
8. Header / #header
-------------------------------------------------------------------*/
#header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 11px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

#header .holder {
  max-width: 1518px;
}

#header.sticky {
  position: fixed;
  background: #fff;
  height: auto !important;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.1);
}

#header.sticky .logo .light {
  display: none;
}

#header.sticky .logo .dark {
  display: block;
}

#header.sticky .btn-default,
#header.sticky .btn-white {
  border-color: #222222;
  color: #222222;
}

/*------------------------------------------------------------------
9. Logo / .logo
-------------------------------------------------------------------*/
.logo {
  float: left;
  max-width: 100px;
}

.logo .light {
  display: block;
}

.logo .dark {
  display: none;
}

/*------------------------------------------------------------------
10. Navbar Default / .navbar-default
-------------------------------------------------------------------*/
.navbar-default {
  border: 0;
  float: right;
  width: calc(100% - 150px);
  position: static;
  margin: -4px 0 0;
  padding: 0;
}

.navbar-default .navbar-header {
  float: right;
  margin: 0 0 0 10px;
}

.navbar-default .btn-default,
.navbar-default .btn,
.navbar-default .btn-white {
  font-weight: 400;
  letter-spacing: 1px;
  float: right;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 14px;
  transition: all 0.25s linear;
}

.navbar-default .navbar-collapse {
  box-shadow: none;
  border: 0;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.navbar-default .navbar-toggle {
  background: #000;
  margin: 0;
}

.navbar-default .navbar-toggle[aria-expanded="true"] {
  background: #222222;
}

.navbar-default .navbar-nav {
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
  position: relative;
  letter-spacing: 0.3px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

.navbar-default .navbar-nav > li.active > a {
  color: #222222;
}

.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:active {
  color: #222222;
}

.navbar-default .navbar-nav > li.active > a:after {
  left: 0;
  right: 0;
}

.navbar-default .navbar-nav > li > a {
  font: inherit;
  color: #222222;
  text-align: center;
  position: relative;
  position: static;
}

.navbar-default .navbar-nav > li > a:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-default .navbar-nav > li > a:after {
  border-bottom: 1px solid #222222;
  z-index: 1;
  pointer-events: none;
  right: 50.1%;
  left: 50%;
  transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.anchor-active,
.navbar-default .navbar-nav > li > a:active {
  color: #222222;
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li > a.anchor-active:after,
.navbar-default .navbar-nav > li > a:active:after {
  left: 0;
  right: 0;
}

.navbar-default a {
  transition: color 0.25s linear, background 0.25s linear;
}

/*------------------------------------------------------------------
11. Main / #main
-------------------------------------------------------------------*/
#main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*------------------------------------------------------------------
12. Hero Area / .hero-area
-------------------------------------------------------------------*/
.hero-area {
  overflow: visible;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 60px;
  padding: 56px 0 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  letter-spacing: 1px;
}

.hero-area.banner {
  white-space: nowrap;
}

.hero-area.banner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100vh;
}

.hero-area.banner * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.hero-area.banner .container {
  padding-top: 0;
}

.hero-area.banner2 {
  height: 100vh;
  overflow: hidden;
}

.hero-area.banner2 .heading-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 570px;
  transform: translate(-50%, -50%);
}

.hero-area .container {
  position: relative;
}

.hero-area h1 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 8px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.09);
}

.hero-area h1 .text-small {
  font: 300 17px/35px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  display: block;
  margin: 0 0 16px;
  text-transform: lowercase;
}

.hero-area h1 .clr {
  color: #002d40;
}

.hero-area p {
  margin: 0 0 25px;
}

.hero-area .heading-holder {
  margin-bottom: 60px;
}

.hero-area .aligncenter {
  text-align: center;
  position: relative;
  max-width: 447px;
  margin-bottom: -11.2%;
}

.hero-area .aligncenter img {
  display: inline-block;
}

.hero-area .btn {
  min-width: 150px;
  margin: 0 15px 0 0;
}

#particles-js,
#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

#bgvid {
  z-index: -11;
}

#bgvid .vegas-slide {
  height: 100%;
}

.morphext > .animated {
  display: inline-block;
}

/*------------------------------------------------------------------
13. Social Networks / .social-networks
-------------------------------------------------------------------*/
.social-networks {
  font-family: empty;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 5px;
}

.social-networks a {
  display: block;
  width: 31px;
  height: 31px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #082c38;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  transition: all 0.25s linear;
}

.social-networks a:hover,
.social-networks a:focus,
.social-networks a:active {
  background: #5bc0de;
}

.social-networks .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
14. Heading Wrap / .heading-wrap
-------------------------------------------------------------------*/
.heading-wrap h2 {
  margin: 0;
  font: 20px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.heading-wrap .btn-info {
  position: relative;
}

.heading-wrap .btn-info:before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.heading-wrap .btn-info:before {
  border: 5px solid #d1f0ff;
  border-radius: 99px;
}

/*------------------------------------------------------------------
15. Features Area / .features-area
-------------------------------------------------------------------*/
.features-area {
  padding-top: 15px;
  color: #51595b;
}

.features-area .heading-wrap {
  margin-bottom: 35px;
}

/*------------------------------------------------------------------
16. Features List / .features-list
-------------------------------------------------------------------*/
.features-list {
  font-size: 14px;
  line-height: 24px;
  font-family: empty;
}

.features-list li {
  padding: 0 15px 0 82px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
  letter-spacing: 1px;
}

.features-list h3 {
  margin: 0 0 15px;
  font: 600 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.features-list .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 64px;
  text-align: center;
}
.titulo-aprender {
  font-size: 3rem !important;
  text-align: center !important;
  font-weight: 700 !important;
}
.features-list p {
  margin: 0;
}

/*------------------------------------------------------------------
17. Product Features / .product-features
-------------------------------------------------------------------*/
.product-features {
  color: #51595b;
  position: relative;
  line-height: 32px;
  padding-bottom: 35px;
  letter-spacing: 1px;
}

.product-features h2 {
  margin: 0 0 15px;
  font: 600 20px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: none;
}

.product-features .img-holder {
  margin: 0 auto;
  max-width: 250px;
  overflow: hidden;
}

/*------------------------------------------------------------------
18. Facts List / .facts-list
-------------------------------------------------------------------*/
.facts-list {
  font-family: empty;
  padding: 10px 2px;
  text-align: center;
}

.facts-list li {
  margin: 0 0 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}

.facts-list li:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
}

.facts-list li:after {
  border-right: 1px solid #e8e8e8;
  height: 30px;
  display: none;
  transform: translateY(-50%);
}

.facts-list li:last-child {
  padding-right: 0;
}

.facts-list li:last-child:after {
  opacity: 0;
  visibility: hidden;
}

.facts-list li:first-child {
  margin-left: 0;
}

.facts-list h3 {
  font: 600 22px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0;
  text-transform: capitalize;
}

.facts-list .text-block {
  display: block;
  padding: 0;
  color: #acb2b4;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

/*------------------------------------------------------------------
19. Demo Block / .demo-block
-------------------------------------------------------------------*/
.demo-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
}

.demo-block .container {
  padding-top: 53px;
  padding-bottom: 37px;
}

.demo-block h2 {
  color: inherit;
  margin: 0 0 15px;
  font: 400 21px/25px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: none;
}

.demo-block ul {
  font-family: empty;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.demo-block ul li {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 10px;
}

.demo-block ul a {
  display: block;
  color: inherit;
  transition: all 0.25s linear;
  position: relative;
}

.demo-block ul a:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-block ul a:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.25s linear;
}

.demo-block ul a.btn:after {
  display: none;
}

.demo-block ul a.btn:hover {
  color: #fff;
}

.demo-block ul a:hover,
.demo-block ul a:focus,
.demo-block ul a:active {
  color: #222222;
}

.demo-block ul a:hover:after,
.demo-block ul a:focus:after,
.demo-block ul a:active:after {
  border-color: #222222;
}

.demo-block .btn {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  min-width: 167px;
}

.demo-block p {
  margin: 0;
  font-weight: 100;
}

/*------------------------------------------------------------------
20. Testimonials / .testimonials
-------------------------------------------------------------------*/
.testimonials {
  padding-top: 35px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.testimonials .heading-wrap {
  margin-bottom: 35px;
}

.testimonials .btn-holder.heading-wrap,
.testimonials .btn-holder {
  margin-bottom: 0;
}

.testimonials .btn-holder.heading-wrap h2,
.testimonials .btn-holder h2 {
  margin: 0 0 32px;
}

.testimonials .btn,
.testimonials .btn-info {
  min-width: 186px;
}

.testimonials blockquote {
  border: 0;
  padding: 0;
  color: #828282;
  margin: 0 auto;
  max-width: 800px;
  letter-spacing: 1px;
  font: italic 300 15px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.testimonials q {
  display: block;
  margin: 0 0 27px;
}

.testimonials q:before {
  content: "“";
}

.testimonials q:after {
  content: "”";
}

.testimonials cite {
  display: block;
  text-transform: capitalize;
}

.testimonials .name {
  color: inherit;
  display: block;
  margin: 0 0 10px;
  font: 600 18px/21px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.testimonials .subtitle {
  display: block;
  color: #8e9698;
  font: 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.testimonials .aligncenter {
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
  float: none;
  max-width: 500px;
}

.testimonials .aligncenter img {
  width: 100%;
}

/*------------------------------------------------------------------
21. Testimonials Gallery / .testimonials-gallery
-------------------------------------------------------------------*/
.testimonials-gallery {
  position: relative;
  margin-bottom: 35px;
}

.testimonials-gallery .testimonials-mask {
  position: relative;
  overflow: visible !important;
  margin: 0 auto;
  opacity: 0.2;
  transition: opacity 0.35s linear;
}

.testimonials-gallery .testimonials-mask.slick-active {
  z-index: 1;
  opacity: 1;
}

.testimonials-gallery .slick-prev.slick-arrow,
.testimonials-gallery .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: #021116;
  opacity: 0.9;
  z-index: 2;
  border: none;
  outline: none;
  text-align: center;
  transition: background 0.25s linear;
  margin: -35px 0 0 -170px;
  text-indent: -9999px;
  transition: all 0.25s linear;
}

.testimonials-gallery .slick-prev.slick-arrow:before,
.testimonials-gallery .slick-next.slick-arrow:before {
  position: absolute;
  content: "\f104";
  left: 15px;
  top: 0;
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 37px;
  color: #fff;
  text-indent: 0;
}

.testimonials-gallery .slick-next.slick-arrow {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
  margin: -35px -169px 0 0;
}

.testimonials-gallery .slick-next.slick-arrow:before {
  content: "\f105";
}

/*------------------------------------------------------------------
22. Video Block / .video-block
-------------------------------------------------------------------*/
.video-block {
  position: relative;
  overflow: hidden;
  background-size: cover;
  min-height: 80px;
}

.video-block .ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

/*------------------------------------------------------------------
23. Price Offers / .price-offers
-------------------------------------------------------------------*/
.price-offers {
  padding-top: 35px;
  position: relative;
}

.price-offers .heading-wrap {
  margin-bottom: 35px;
}

.price-offers .cols-holder {
  font-family: empty;
  text-align: center;
  margin: 0 -2px 0 0;
}

/*------------------------------------------------------------------
24. Price Col / .price-col
-------------------------------------------------------------------*/
.price-col {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
  margin-bottom: 30px;
  float: none;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.price-col:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.price-col:before {
  border: 1px solid #9d9d9d;
  z-index: -1;
}

.price-col + .price-col {
  margin-left: -1px;
}

.price-col + .price-col:before {
  border-left-width: 0;
}

.price-col.over,
.price-col .over {
  transition: all 0.25s ease;
}

.price-col.over:hover h3,
.price-col.over:hover .fa,
.price-col.over:hover .subtitle,
.price-col.over.active h3,
.price-col.over.active .fa,
.price-col.over.active .subtitle,
.price-col .over:hover h3,
.price-col .over:hover .fa,
.price-col .over:hover .subtitle,
.price-col .over.active h3,
.price-col .over.active .fa,
.price-col .over.active .subtitle {
  color: #fff;
}

.price-col.over:hover ul,
.price-col.over.active ul,
.price-col .over:hover ul,
.price-col .over.active ul {
  color: #fff;
}

.price-col.over:hover ul li:before,
.price-col.over.active ul li:before,
.price-col .over:hover ul li:before,
.price-col .over.active ul li:before {
  color: #fff;
}

.price-col.over:hover .btn,
.price-col.over:hover .btn-info,
.price-col.over.active .btn,
.price-col.over.active .btn-info,
.price-col .over:hover .btn,
.price-col .over:hover .btn-info,
.price-col .over.active .btn,
.price-col .over.active .btn-info {
  background: #002d40;
  border-color: #002d40;
}

.price-col .title {
  text-transform: uppercase;
  margin: 0 -15px;
  padding: 8px 15px 7px;
  display: block;
  text-align: center;
  font: 400 16px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #fff;
}

.price-col .btn {
  border-radius: 3px;
  min-width: 170px;
}

.price-col .btn:hover,
.price-col .btn:focus,
.price-col .btn:active {
  background: #003045;
  border-color: #003045;
}

.price-col .offer-heading {
  text-align: center;
  padding: 16px 15px 27px;
}

.price-col h3 {
  margin: 0;
  text-transform: lowercase;
  color: #233141;
  font: 600 28px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.price-col .text-light {
  font-weight: 300;
}

.price-col .subtitle {
  text-transform: none;
  color: #8292a5;
  display: block;
  padding: 8px 0 0;
  font-weight: normal;
  font: 300 14px/17px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.price-col ul {
  color: #8292a5;
  margin: 0 -14px 27px;
  text-align: left;
  font: 300 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.price-col ul li {
  padding: 13px 15px 11px 48px;
  position: relative;
}

.price-col ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}

.price-col ul li:before {
  width: 11px;
  text-align: center;
  font-size: 14px;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 17px;
}

.price-col ul li.check:before {
  color: #2ecc71;
  content: "\e913";
}

.price-col ul li.un-check:before {
  color: #f3746f;
  content: "\e914";
  font-size: 17px;
}

.price-col ul li:nth-child(odd) {
  background: #f6f6f6;
}

.price-col ul span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------------------------------------
25. Trial Block / .trial-block
-------------------------------------------------------------------*/
.trial-block {
  padding-top: 40px;
  letter-spacing: 0.6px;
}

.trial-block .alignleft {
  margin: 0 auto 30px;
  float: none;
  width: 270px;
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}

.trial-block h2 {
  margin: 0 0 15px;
}

.trial-block .btn,
.trial-block .btn-info {
  min-width: 186px;
}

.trial-block p {
  margin: 0 0 30px;
}

/*------------------------------------------------------------------
26. Brands Area / .brands-area
-------------------------------------------------------------------*/
.brands-area {
  padding-top: 35px;
  padding-bottom: 31px;
}

.brands-area .heading-wrap {
  margin-bottom: 32px;
}

/*------------------------------------------------------------------
27. Logos List / .logos-list
-------------------------------------------------------------------*/
.line-slider {
  margin: 0;
  font-family: empty;
  text-align: center;
  overflow: hidden;
}

.line-slider li {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
  margin: 0 14px 28px;
}

.line-slider a:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------
28. Aside / .aside
-------------------------------------------------------------------*/
.aside {
  font: 300 12px/22px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #d9dbdc;
  padding-bottom: 19px;
  padding-top: 35px;
}

.aside p {
  margin: 0 0 26px;
}

.aside .logo {
  float: none;
  margin: 0 auto 28px;
  max-width: 132px;
}

/*------------------------------------------------------------------
29. Footer / #footer
-------------------------------------------------------------------*/
#footer {
  color: #d9dbdc;
  text-align: center;
  padding-bottom: 77px;
  background-color: #021116;
  height: 300px;
}
.footer-link {
  color: #ccc;
}
.copy-footer {
  font-weight: 800;
}
/*------------------------------------------------------------------
30. Back Top / #back-top
-------------------------------------------------------------------*/
#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  padding: 14px 0;
  z-index: 9;
  opacity: 0;
  border-radius: 5px;
  background: #222222;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

#back-top.active {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------
31. Loader Holder / .loader-holder
-------------------------------------------------------------------*/
.loader-holder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.loader-holder .block {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
31. Portfolio
-------------------------------------------------------------------*/
.titulo-portafolio {
  font-size: 5rem;
  color: #d1f0ff;
  background-color: #9999996b;
  border-radius: 20px;
}
.subtitulo-trabajos {
  font-weight: 900 !important;
  font-size: 4.5rem !important;
}
.trabajos-descripcion {
  border-radius: 20px;
  background-color: #99999980;
}
.card {
  --background: linear-gradient(to left, #f7ba2b 0%, #ea5358 100%);
  width: 190px;
  height: 254px;
  padding: 5px;
  border-radius: 1rem;
  overflow: visible;
  background: #f7ba2b;
  background: var(--background);
  background-image: url("./images/trabajos/15.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  z-index: 1;
}

.card::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scale(0.8);
  filter: blur(25px);
  background: #f7ba2b;
  background: var(--background);
  transition: opacity 0.5s;
}

.card-info {
  --color: #181818;
  background: var(--color);
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: 0.7rem;
}

.card .title {
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*Hover*/
.card:hover::after {
  opacity: 0;
}

.card:hover .card-info {
  color: #f7ba2b;
  transition: color 1s;
}

/*works janky on mobile :<*/
.container-card {
  position: relative;
  width: 190px;
  height: 254px;
  transition: 200ms;
}

.container-card:active {
  width: 180px;
  height: 245px;
}

#card {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: 700ms;
  background: linear-gradient(
    43deg,
    rgb(65, 88, 208) 0%,
    rgb(248, 244, 247) 46%,
    rgb(255, 204, 112) 100%
  );
  background-image: url("./images/trabajos/capturaportadacreo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carta11 {
  background-image: url("./images/trabajos/camisetaConSombra.svg") !important;
}

.carta99-title {
  color: #f30b0b !important;

  margin-bottom: 200px;
  font-size: 1.8rem !important;
}
.prompt99 {
  color: #f30909 !important;
}
.carta99 {
  background-image: url("./images/trabajos/experienciavino.png") !important;
}

.carta88-title {
  color: #cac7c7 !important;

  margin-bottom: 200px;
  font-size: 1.8rem !important;
}
.carta88 {
  background-image: url("./images/trabajos/remate.png") !important;
  background-color: #000 !important;
}

.carta888-title {
  color: #cac7c7 !important;

  margin-bottom: 200px;
  font-size: 1.8rem !important;
}
.carta888 {
  background-image: url("./images/trabajos/logotiendaSM.png") !important;
  background-color: #000 !important;
}

.carta8888-title {
  color: #cac7c7 !important;

  margin-bottom: 200px;
  font-size: 1.8rem !important;
}
.carta8888 {
  background-image: url("./images/trabajos/logomagistrati.png") !important;
  background-color: #000 !important;
}

.carta11-title {
  color: #e8e8e8 !important;
  margin-bottom: 120px;
  font-size: 1.8rem !important;
}
.carta22 {
  background-image: url("./images/trabajos/logomate1.png") !important;
}

.carta22-title {
  margin-bottom: 200px;
}

.carta1 {
  background-image: url("./images/trabajos/15.png") !important;
}
.carta1-title {
  color: #f2f2f2 !important;
  margin-bottom: 200px;
}
.carta3 {
  background-image: url("./images/trabajos/capturainicioportafolio.png") !important;
}
.carta3-title {
  color: #f5f0f0 !important;
  margin-bottom: 190px !important;
}
.carta4 {
  background-image: url("./images/trabajos/capturaTucprogram.jpg") !important;
}
.carta4-title {
  margin-bottom: 160px !important;
}
.carta5 {
  background-image: url("./images/trabajos/ferreteria.jpg") !important;
}
.carta5-title {
  color: #f30909 !important;
}

.title {
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out-out;
  transition-delay: 100ms;
  position: absolute;
  font-size: x-large;
  font-weight: bold;
  color: rgb(202, 233, 149);
}

.tracker:hover ~ #card .title {
  opacity: 1;
}

#prompt {
  bottom: 8px;
  left: 12px;
  z-index: 20;
  font-size: 20px;
  font-weight: bold;
  transition: 300ms ease-in-out-out;
  position: absolute;
  max-width: 110px;
  color: rgb(255, 255, 255);
}

.prompt11 {
  color: #747475 !important;
}

.tracker {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.tracker:hover {
  cursor: pointer;
}

.tracker:hover ~ #card #prompt {
  opacity: 0;
}

.tracker:hover ~ #card {
  transition: 300ms;
  filter: brightness(1.1);
}

.container-card:hover #card::before {
  transition: 200ms;
  content: "";
  opacity: 80%;
}

.canvas {
  perspective: 800px;
  inset: 0;

  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "tr-1 tr-2 tr-3 tr-4 tr-5"
    "tr-6 tr-7 tr-8 tr-9 tr-10"
    "tr-11 tr-12 tr-13 tr-14 tr-15"
    "tr-16 tr-17 tr-18 tr-19 tr-20"
    "tr-21 tr-22 tr-23 tr-24 tr-25";
}

#card::before {
  content: "";
  /* background: linear-gradient(
    43deg,
    rgb(65, 88, 208) 0%,
    rgb(109, 157, 103) 46%,
    rgb(255, 204, 112) 100%
  ); */
  filter: blur(2rem);
  opacity: 30%;
  width: 100%;
  height: 100%;
  position: absolute;

  transition: 200ms;
}

.tr-1 {
  grid-area: tr-1;
}

.tr-2 {
  grid-area: tr-2;
}

.tr-3 {
  grid-area: tr-3;
}

.tr-4 {
  grid-area: tr-4;
}

.tr-5 {
  grid-area: tr-5;
}

.tr-6 {
  grid-area: tr-6;
}

.tr-7 {
  grid-area: tr-7;
}

.tr-8 {
  grid-area: tr-8;
}

.tr-9 {
  grid-area: tr-9;
}

.tr-10 {
  grid-area: tr-10;
}

.tr-11 {
  grid-area: tr-11;
}

.tr-12 {
  grid-area: tr-12;
}

.tr-13 {
  grid-area: tr-13;
}

.tr-14 {
  grid-area: tr-14;
}

.tr-15 {
  grid-area: tr-15;
}

.tr-16 {
  grid-area: tr-16;
}

.tr-17 {
  grid-area: tr-17;
}

.tr-18 {
  grid-area: tr-18;
}

.tr-19 {
  grid-area: tr-19;
}

.tr-20 {
  grid-area: tr-20;
}

.tr-21 {
  grid-area: tr-21;
}

.tr-22 {
  grid-area: tr-22;
}

.tr-23 {
  grid-area: tr-23;
}

.tr-24 {
  grid-area: tr-24;
}

.tr-25 {
  grid-area: tr-25;
}

.tr-1:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-2:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-3:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
}

.tr-4:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(5deg) rotateZ(0deg);
}

.tr-5:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(10deg) rotateZ(0deg);
}

.tr-6:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-7:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-8:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg);
}

.tr-9:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(5deg) rotateZ(0deg);
}

.tr-10:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(10deg) rotateZ(0deg);
}

.tr-11:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-12:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-13:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.tr-14:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(5deg) rotateZ(0deg);
}

.tr-15:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
}

.tr-16:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-17:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-18:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(0deg) rotateZ(0deg);
}

.tr-19:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(5deg) rotateZ(0deg);
}

.tr-20:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(10deg) rotateZ(0deg);
}

.tr-21:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-22:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-23:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
}

.tr-24:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(5deg) rotateZ(0deg);
}

.tr-25:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(10deg) rotateZ(0deg);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.link-trabajos {
  display: inline-block;
  margin-top: 15px !important;
}

/*diseño ux/ui*/

.descripcion-portafolio {
  font-weight: 600;
  font-size: 1.2em;
}

.subtitulo-trabajos {
  text-align: center;
  padding: 10px;
  margin: 50px 50px;
}
.explorar-galeria {
  margin-left: 15px;
}
.descripcion-diseño {
  padding: 10px !important;
}

.book {
  position: relative;
  border-radius: 10px;
  width: 220px;
  height: 300px;
  background-color: whitesmoke;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  -webkit-transform: preserve-3d;
  -ms-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  margin: 20px;
}

.cover-diseño {
  top: 0;
  position: absolute;
  background-color: rgb(249, 247, 247);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contenedor-portada-book {
  text-align: start;
  display: flex;
  flex-direction: column;
}
.titulo-portada-book {
  text-align: center;
  font-weight: 600;
}
.descripcion-book {
  font-size: 11px;
  font-weight: 600;
  padding: 5px;
}
.book:hover .cover-diseño {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotatey(-80deg);
  -ms-transform: rotatey(-80deg);
  transform: rotatey(-80deg);
}

.diseño1 {
  background-image: url("./images/trabajos/diseñouxui.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diseño2 {
  background-image: url("./images/trabajos/sketch.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diseño3 {
  background-image: url("./images/trabajos/tipografiacolores.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.diseño4 {
  background-image: url("./images/trabajos/galeriaimagenes.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.galeria-imagenes1 {
  margin: 45px 0;
}
.titulo-video {
  margin-top: 80px;
  margin-bottom: 25px;
  padding: 15px;
}
.video-diseño {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.video-diseño1 {
  width: 500px;
  height: 300px;
  object-fit: contain;
  border-radius: 12px;
}

/*------------------------------------------------------------------
32. Servicios
-------------------------------------------------------------------*/

.contenedor-titulo-servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.titulo-servicios {
  background-color: #323232ab !important;
  border-radius: 20px;
  color: #f4f4f6;
  padding: 10px;
  margin-top: 155px;
}
.servicios-descripcion {
  background-color: #323232ab !important;
  border-radius: 20px;
  color: #f4f4f6;
  font-weight: 600;
  padding: 5px;
}

.contenedor-servicios {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.plan {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
  padding: 10px;
  background-color: #fff;
  color: #697e91;
  max-width: 300px;
}

.plan strong {
  font-weight: 600;
  color: #425275;
}

.plan .inner {
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: #ecf0ff;
  border-radius: 12px;
  position: relative;
}

.plan .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bed6fb;
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 1.25rem;
  font-weight: 600;
  color: #425475;
}

.plan .pricing small {
  color: #707a91;
  font-size: 0.75em;
  margin-left: 0.25em;
}

.plan .title11 {
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  color: #425675 !important;
}

.plan .title11 + * {
  margin-top: 0.75rem;
}

.plan .info + * {
  margin-top: 1rem;
}

.plan .features {
  display: flex;
  flex-direction: column;
}

.plan .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan .features li + * {
  margin-top: 0.75rem;
}

.plan .features .icon {
  background-color: #1fcac5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.plan .features .icon svg {
  width: 14px;
  height: 14px;
}

.plan .features + * {
  margin-top: 1.25rem;
}

.plan .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.plan .button {
  background-color: #6558d3;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.625em 0.75em;
  text-decoration: none;
}

.plan .button:hover,
.plan .button:focus {
  background-color: #4133b7;
}

/*segundo modelo de tarjeta*/
.card22 {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  width: 320px;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: rgba(17, 24, 39, 1);
  padding: 1.5rem;
}

.header22 {
  display: flex;
  flex-direction: column;
}

.title22 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
}

.price {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.desc {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
  color: rgba(156, 163, 175, 1);
}

.lists {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  color: rgba(156, 163, 175, 1);
}

.lists .list11 {
  margin-bottom: 0.5rem;
  display: flex;
  margin-left: 0.5rem;
}

.lists .list11 svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: rgba(167, 139, 250, 1);
}

.action {
  border: none;
  outline: none;
  display: block;
  border-radius: 0.25rem;
  background-color: rgba(167, 139, 250, 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(17, 24, 39, 1);
  margin: 0 auto;
}

/*diseño*/

.contenedor-diseño {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.plan-card {
  background: #fff;
  width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  border-bottom: 4px solid #000446;
  box-shadow: 0 6px 30px rgba(207, 212, 222, 0.3);
  font-family: "Poppins", sans-serif;
}

.plan-card h2 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
}

.plan-card h2 span {
  display: block;
  margin-top: -4px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
}

.etiquet-price {
  position: relative;
  background: #fdbd4a;
  width: 14.46rem;
  margin-left: -0.65rem;
  padding: 0.2rem 1.2rem;
  border-radius: 5px 0 0 5px;
}

.etiquet-price p {
  margin: 0;
  padding-top: 0.4rem;
  display: flex;
  font-size: 1.9rem;
  font-weight: 500;
}

.etiquet-price p:before {
  content: "$";
  margin-right: 5px;
  font-size: 15px;
  font-weight: 300;
}

.etiquet-price p:after {
  content: "";
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
}

.etiquet-price div {
  position: absolute;
  bottom: -23px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 13px solid #c58102;
  border-bottom: 10px solid transparent;
  border-right: 13px solid transparent;
  z-index: -6;
}

.benefits-list {
  margin-top: 16px;
}

.benefits-list ul {
  padding: 0;
  font-size: 14px;
}

.benefits-list ul li {
  color: #4d4d4d;
  list-style: none;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefits-list ul li svg {
  width: 0.9rem;
  fill: currentColor;
}

.benefits-list ul li span {
  font-weight: 300;
}

.button-get-plan {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.button-get-plan a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000446;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button-get-plan a:hover {
  transform: translateY(-3%);
  box-shadow: 0 3px 10px rgba(207, 212, 222, 0.9);
}

.button-get-plan .svg-rocket {
  margin-right: 10px;
  width: 0.9rem;
  fill: currentColor;
}

/*------------------------------------------------------------------
33. Contacto
-------------------------------------------------------------------*/
.contenedor-contacto2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-contacto {
  width: 70%;
  height: 90vh;
  background-color: #bed6fb;
  background-image: url("./images/contacto1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-around !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 25px 0;
}
.contenedor-info {
  text-align: center;
  margin-left: 15px;
}
.link-contacto {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.link-contacto-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.descripcion-red {
  margin: 20px 0px;
  padding: 8px;
  width: 270px;
}
.descripcion-p {
  font-weight: 500;
}
.formulario-contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.formulario-contacto input {
  background-color: transparent;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
}
.btn-contacto {
  color: #000 !important;
  font-weight: 800;
  background-color: #e8e8e8 !important;
}
.copy-footer-contact {
  font-weight: 600;
}
.contenedor-whats {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.ico-w {
  width: 60px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}
circle {
  fill: #25d366;
}
path {
  fill: #78d46c;
}

/*------------------------------------------------------------------
34. Ecommerces 
-------------------------------------------------------------------*/
.title-ecommerce {
  text-align: center;
  font-size: clamp (1rem, 2rem, 3rem);
}
.ecommerce-ventajas {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contenedor-ventaja {
  display: flex;
}
.five-column-layout {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
  margin: 20px 0;
}
.column {
  flex: 1;
  padding: 10px;
}
.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.img-ventajas {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .five-column-layout {
    flex-direction: column;
    gap: 20px;
  }
}

.two-column-layout {
  display: flex;
  margin: 20px 0;
  align-items: start; /* Alinea los elementos al inicio */
}
.column-left {
  flex: 0 0 auto; /* Ajuste automático al ancho del video */
  width: 335px; /* Ancho fijo para la columna del video */
  margin-left: 250px;
}
.column-right {
  flex: 1; /* Ocupa el espacio restante */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px; /* Espacio entre columnas */
}
video {
  width: 100%; /* Asegura que el video use el 100% del ancho de su contenedor */
  height: auto; /* Mantiene la relación de aspecto */
  max-height: 500px;
  object-fit: cover;
  pointer-events: none;
}
.benefit {
  margin-bottom: 35px;
  padding: 0px 35px;
}
.benefit strong {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
  video {
    max-height: 360px;
    object-position: bottom;
  }
  .benefit {
    padding: 5px;
  }
  .column-left {
    margin: 0 auto;
  }
}

.contact-section {
  text-align: center;
  padding: 40px;
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 8px;
}
.contact-section h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-section p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.contact-button {
  display: inline-block;
  padding: 15px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  transition: background-color 0.8s, color 0.3s;
  text-decoration: none;
}

.contact-button:hover {
  background-color: #3c3c3c;
  color: #ffffff;
}

.online-store-section {
  background-color: #ffffff;
  color: #000000;
  padding: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 800px;
}

.section-title {
  font-size: 2em;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
}

.section-description {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.benefits-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}

.benefits-list li {
  margin-bottom: 10px;
}

.cta-button {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #444444;
  color: #e8e8e8;
}

.description-ecommerce {
  text-align: center;
  margin: 35px 0px;
  font-weight: 600;
}

.contenedor-youtube {
  display: flex;
  justify-content: center;
}
.video-youtube {
  width: 60%;
  height: 400px;
}
@media (max-width: 480px) {
  .video-youtube {
    width: 80%;
    height: 550px;
  }
}
@media (max-width: 850px) {
  .two-column-layout {
    flex-direction: column; /* Colapsa a una columna */
  }
  .column {
    max-width: 100%; /* Columnas al 100% */
  }
}

/* Media Query para móviles */
@media (max-width: 480px) {
  .benefit strong {
    font-size: 1.1em; /* Ajusta tamaño de fuente */
  }
}

/*boton de subir*/

#back-top {
  margin-right: 90vw;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #back-top {
    border-radius: 12px;
    margin-right: 80vw;
  }
}
/*error 404*/
.contenedor-academia {
  width: 100%;
  height: 100vh;
  background-image: url("./images/40432.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.link-inicio {
  text-decoration: none;
  font-weight: 700;
  font-size: 3rem;
  font-family: sans-serif;
  color: #cedff1;
}
.subtitulo-academia {
  color: #f6f6f6;
  font-size: 2rem;
  text-align: center;
}
.subtitulo-academia2 {
  color: #f6f6f6;
  font-size: 1.2rem;
  text-align: center;
}
.contenedor-subtitulos {
  margin-top: 250px;
}

.link-titk {
  color: #000 !important;
  background-color: #25d366 !important;
}
.link-t {
  color: #021116;
  background-color: #1fcac5;
}

.img-tecnologias {
  width: 100px;
  height: 100px;
}

.contenedor-descripcion-trabajo {
  margin-top: 10px;
}
