 body {
     background: #fff;
     color: #343434;
     font-size: 14px;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 .encabezado-limpio {
     background-color: #fefefe;
     border-bottom: 1px solid #ddd;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1000;
 }

 .contenedor-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     max-width: 1200px;
     margin: auto;
     padding: 15px 20px;
 }

 .logo {
     font-size: 1.7rem;
     font-weight: bold;
     color: #2c2c2c;
     text-decoration: none;
 }

 .icono-burger {
     font-size: 2rem;
     color: #2c2c2c;
     display: none;
     cursor: pointer;
 }

 .b9tt2zO9fM {
     display: flex;
     gap: 25px;
 }

 .b9tt2zO9fM a {
     color: #2c2c2c;
     text-decoration: none;
     font-size: 1rem;
     padding: 8px;
     transition: color 0.3s;
 }

 .b9tt2zO9fM a:hover {
     color: #0077cc;
 }

 #menu-toggle {
     display: none;
 }

 @media (max-width: 768px) {
     .icono-burger {
         display: block;
     }

     .b9tt2zO9fM {
         position: absolute;
         top: 100%;
         left: 0;
         right: 0;
         background-color: #fefefe;
         flex-direction: column;
         align-items: center;
         display: none;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     }

     #menu-toggle:checked+.icono-burger+.b9tt2zO9fM {
         display: flex;
     }

     .b9tt2zO9fM a {
         padding: 15px 0;
         width: 100%;
         text-align: center;
         border-top: 1px solid #eee;
     }
 }


 .usYuKiLzKs {
     background: #fff;
     padding: 20px;
     border-radius: 12px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     margin-bottom: 20px;
     text-align: center;
 }

 .LVgWU5HwTZ {
     border-top: 5px solid #007bff;
 }

 .AiEdzb3y29 {
     border-top: 5px solid #28a745;
 }

 .uaDszIx98U {
     border-top: 5px solid #ffc107;
 }

 .usYuKiLzKs ul {
     list-style: none;
     padding-left: 0;
     margin-bottom: 15px;
 }

 .usYuKiLzKs ul li {
     margin-bottom: 10px;
 }

 .cookies-eu-banner {
     background: #444;
     color: #fff;
     padding: 6px;
     font-size: 13px;
     text-align: center;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 10;
     transition: opacity 0.3s ease-in-out;
 }

 .cookies-eu-banner .RYPI6hzPZD {
     display: none;
 }

 .cookies-eu-banner .cZjUgxxKmF {
     display: inline-block;
     background: #222;
     color: #fff;
     border: 1px solid #000;
     cursor: pointer;
     padding: 4px 7px;
     margin: 2px 0;
     font-size: 13px;
     font-weight: 700;
     transition: background 0.07s, color 0.07s, border-color 0.07s;
 }

 .cookies-eu-banner .cZjUgxxKmF:hover {
     background: #fff;
     color: #222;
 }

 .RYPI6hzPZD:checked+.cookies-content {
     display: none;
 }

 h1 {
     font-size: 36px;
 }

 h2 {
     font-size: 32px;
 }

 h3 {
     font-size: 28px;
 }

 h4 {
     font-size: 24px;
 }

 h5 {
     font-size: 20px;
 }

 h6 {
     font-size: 18px;
 }

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

 a {
     color: #111;
 }

 a:hover {
     color: #fd4632;
     text-decoration: none;
     transition: .5s ease-out;
 }

 ul {
     padding: 0;
     margin: 0;
 }

 ul li {
     list-style-type: none;
 }

 p {
     line-height: 26px;
 }

 .bg-grey {
     background: #f5f3fd;
 }

 /* button */
 .button {
     background: #5d2bdc;
     padding: 12px 30px;
     font-weight: 500;
     font-size: 15px;
     border-radius: 5px;
     color: #fff;
     letter-spacing: 1px;
     margin-top: 22px;
     display: inline-block;
     border: 2px solid transparent;
 }

 .button:hover {
     border-color: #5d2bdc;
     color: #5d2bdc;
     background: transparent;
     transition: .5s ease-out;
 }

 /* navbar */
 .navbar {
     padding: 8px 0 12px;
     transition: .5s ease-out;
     background: transparent;
 }

 .navbar .navbar-brand {
     color: #fff;
     font-size: 32px;
     font-weight: 700;
 }

 .navbar .navbar-nav li {
     padding: 0 15px;
 }

 .navbar .navbar-nav li a {
     color: #fff;
     font-weight: 500;
     font-size: 15px;
 }

 .navbar .navbar-nav li a:last-child {
     padding-right: 0 !important;
 }

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

 .navbar .navbar-toggler i {
     color: #fff;
 }

 .navbar-fixed {
     background: #fff;
     transition: .5s ease-out;
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
 }

 .navbar-fixed .navbar-brand {
     color: #232323;
 }

 .navbar-fixed .navbar-brand span {
     color: #fd4632;
 }

 .navbar-fixed .navbar-nav li a {
     color: #232323;
 }

 .navbar-fixed .navbar-toggler i {
     color: #333;
 }

 .navbar-transparent {
     background: transparent !important;
 }

 /* haader title */
 .header-title {
     background: #fd4632;
     padding: 160px 0 100px;
     text-align: center;
 }

 .header-title h3 {
     color: #fff;
     font-size: 42px;
     font-weight: 600;
 }

 /* about us */
 .about h2 {
     font-weight: 600;
 }

 .about h2 span {
     color: #fd4632;
 }

 .about h6 {
     color: #333;
     margin-bottom: 28px;
     margin-top: 10px;
 }

 /* home intro */
 .home-intro {
     background: linear-gradient(rgba(253, 70, 50, 0.5), rgba(253, 70, 50, 0.5)), url("../images/bg-intro.png");
     background-position-x: 0%, 0%;
     background-position-y: 0%, 0%;
     background-attachment: scroll, scroll;
     background-size: auto, auto;
     background-position: center;
     background-size: cover;
     padding: 210px 0 120px !important;
 }

 .home-intro h5 {
     color: #5d2bdc;
     margin-top: 40px;
 }

 .home-intro h2 {
     color: #fff;
     font-size: 40px;
     font-weight: 600;
     margin: 25px 0;
     line-height: 54px;
 }

 .home-intro h6 {
     color: #fff;
     line-height: 28px;
     font-size: 17px;
     margin-bottom: 15px;
 }

 .home-intro img {
     height: auto;
     max-width: 100%;
     display: inline-block;
     vertical-align: middle;
 }

 /* section */
 .section {
     padding: 100px 0 120px;
 }

 .title-section {
     text-align: center;
     margin-bottom: 50px;
 }

 .title-section h3 {
     font-size: 32px;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .title-section h3 span {
     color: #fd4632;
 }

 .title-section p {
     width: 60%;
     margin: auto;
     line-height: 30px;
     font-size: 15px;
 }

 .title-section-two {
     text-align: left;
 }

 .title-section-two p {
     width: 100%;
 }

 /* services */
 .services {
     padding: 100px 0 90px;
 }

 .services .content {
     background: #fff;
     border-radius: 6px;
     padding: 30px;
     margin-bottom: 30px;
     box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
 }

 .services .content i {
     font-size: 54px;
     color: #5d2bdc;
 }

 .services .content h5 {
     margin: 25px 0 14px;
 }

 .services .content-center {
     background: #5d2bdc;
     color: #fff;
 }

 .services .content-center i {
     color: #fff;
 }

 .services .content-center h5 {
     color: #fff;
 }

 /* pricing */
 .pricing .content {
     border-radius: 6px;
     padding: 30px;
     box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
     border: 2px solid #ddd;
 }

 .pricing .content h3 {
     font-size: 38px;
     font-weight: 600;
     margin: 10px 0 22px;
     color: #5d2bdc !important;
 }

 .pricing .content li {
     margin: 15px 0;
 }

 .pricing .content li i {
     margin-right: 20px;
 }

 .pricing .content-color {
     border: 2px solid #5d2bdc;
 }

 .pricing .content-color .button {
     background: #5d2bdc;
     padding: 12px 30px;
     font-weight: 500;
     font-size: 15px;
     border-radius: 5px;
     color: #fff;
     letter-spacing: 1px;
     margin-top: 22px;
     display: inline-block;
     border: 2px solid transparent;
 }

 .pricing .content-color .button:hover {
     border-color: #5d2bdc;
     color: #5d2bdc;
     background: transparent;
     transition: .5s ease-out;
 }

 .pricing .button {
     border: 2px solid #111;
     color: #111;
     background: transparent;
 }

 .pricing .button:hover {
     border-color: #5d2bdc;
     color: #5d2bdc;
     background: transparent;
     transition: .5s ease-out;
 }

 /* features */
 .features .content {
     background: #fff;
     border-radius: 6px;
     padding: 25px 30px;
     position: relative;
     margin-bottom: 25px;
     box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
 }

 .features .content i {
     font-size: 54px;
     color: #5d2bdc;
     margin-top: 16px;
 }

 .features .content h5 {
     margin: 0 0 14px;
 }

 .features .content .icon {
     float: left;
     margin-right: 30px;
     text-align: center;
     width: 56px;
 }

 .features .content .content-text {
     overflow: hidden;
 }

 /* latest blog */
 .latest-blog {
     padding-top: 120px;
 }

 .latest-blog .content {
     border-radius: 6px;
     box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
     border: 2px solid #ddd;
 }

 .latest-blog .content span {
     position: relative;
     background: #5d2bdc;
     color: #fff;
     padding: 8px 20px;
     top: -29px;
     border-radius: 0 6px 0 0;
     margin-bottom: -29px;
     left: -2px;
 }

 .latest-blog .content img {
     border-radius: 3px 3px 0 0;
 }

 .latest-blog .content-text {
     padding: 30px;
     padding-top: 2px;
 }

 .latest-blog .content-text h5 {
     line-height: 30px;
 }

 .latest-blog .content-text a:hover {
     color: #fd4632;
     transition: .5s ease-out;
 }

 /* blog */
 .blog .content {
     border-radius: 6px;
     box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
     border: 2px solid #ddd;
     margin-bottom: 30px;
 }

 .blog .content span {
     position: relative;
     background: #5d2bdc;
     color: #fff;
     padding: 8px 20px;
     top: -29px;
     border-radius: 0 6px 0 0;
     margin-bottom: -29px;
     left: -2px;
 }

 .blog .content img {
     border-radius: 3px 3px 0 0;
 }

 .blog .content-text {
     padding: 30px;
     padding-top: 2px;
 }

 .blog .content-text h5 {
     line-height: 30px;
 }

 .blog .content-text a:hover {
     color: #fd4632;
     transition: .5s ease-out;
 }

 /* pagination */
 .pagination {
     text-align: center;
     margin: 0 auto;
     display: inherit;
 }

 .pagination ul li {
     display: inline-block;
     margin: 10px;
 }

 .pagination ul li a {
     height: 50px;
     width: 50px;
     line-height: 48px;
     text-align: center;
     border: 2px solid #ddd;
     display: block;
     font-size: 18px;
     border-radius: 6px;
 }

 .pagination ul li .active {
     background: #5d2bdc;
     color: #fff;
     border-color: #5d2bdc;
 }

 /* blog single */
 .blog-single .content h5 {
     font-size: 24px;
     line-height: 34px;
 }

 .blog-single .content li {
     display: inline-block;
     margin-right: 20px;
 }

 .blog-single .content li i {
     margin-right: 10px;
 }

 .blog-single .content img {
     margin-top: 30px;
     margin-bottom: 25px;
 }

 .blog-single .content .quote {
     background: #eee;
     padding: 20px;
     margin-bottom: 20px;
     margin-top: 22px;
 }

 .blog-single .comments {
     border-top: 2px solid #ddd;
     padding-top: 30px;
     margin-top: 35px;
 }

 .blog-single .comments h5 {
     margin-bottom: 25px;
 }

 .blog-single .button {
     margin-top: 0;
 }

 .blog-single .search {
     margin-bottom: 16px;
 }

 .blog-single .search input {
     width: calc(100% - 65px);
     height: 52px;
 }

 .feedback-section {
     max-width: 1100px;
     margin: auto;
     padding: 20px;
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
     justify-content: space-between;
 }

 .feedback-title {
     width: 100%;
     text-align: center;
     font-size: 2rem;
     font-weight: 600;
     margin-bottom: 30px;
     color: #1f1f1f;
 }

 .feedback-box {
     background-color: #fefefe;
     border-left: 5px solid #00c853;
     border-radius: 12px;
     flex: 1 1 45%;
     padding: 20px;
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .feedback-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 12px;
 }

 .user-name {
     font-weight: 700;
     color: #2b2b2b;
     font-size: 1.1rem;
 }

 .rating {
     color: #ffab00;
     font-size: 1.2rem;
 }

 .feedback-text {
     font-size: 0.95rem;
     color: #3a3a3a;
     line-height: 1.5;
 }

 .blog-single .search .button {
     float: right;
     padding-right: 15px;
     padding-left: 15px;
     font-size: 22px;
     height: 52px;
     line-height: 26px;
     width: 52px;
 }

 .blog-single .sidebar-link h5 {
     border-bottom: 2px solid #ddd;
     padding-bottom: 14px;
     margin-bottom: 22px;
 }

 .blog-single .sidebar-link li {
     margin-bottom: 16px;
 }

 .blog-single .sidebar-link li a {
     font-size: 15px;
 }

 .blog-single .categories {
     margin-top: 40px;
 }

 /* contact */
 .contact form input,
 .contact form textarea,
 .contact form select {
     border: 2px solid #ddd;
     padding: 15px 20px;
     border-radius: 6px;
     margin-bottom: 30px;
     width: 100%;
     color: #aaa;
 }

 .contact .button {
     margin-top: 0;
 }

 .contact li {
     margin-bottom: 25px;
     font-size: 20px;
 }

 .contact li i {
     margin-right: 28px;
     color: #5d2bdc;
 }

 .contact .map {
     position: relative;
     top: -5px;
 }

 .contact .map i {
     float: left;
     margin-right: 34px;
     margin-top: 10px;
 }

 .contact .map p {
     overflow: hidden;
     line-height: 42px;
 }

 ::placeholder {
     color: #aaa;
     opacity: 1;
 }

 :-ms-input-placeholder {
     color: #aaa;
 }

 ::-ms-input-placeholder {
     color: #aaa;
 }

 form input,
 form textarea {
     border: 2px solid #ddd;
     padding: 15px 20px;
     border-radius: 6px;
     margin-bottom: 30px;
     width: 100%;
     color: #aaa;
 }

 /* footer bottom */
 .footer-bottom {
     background: #0a0a0a;
     text-align: center;
     color: #eee;
     padding: 20px 0 8px;
 }

 /* footer */
 footer {
     padding: 120px 0 110px;
     background: #111;
     color: #ddd;
 }

 footer h5 {
     color: #fff;
     margin-bottom: 25px;
 }

 footer h6 {
     color: #fff;
     font-size: 32px;
     font-weight: 700;
     position: relative;
     top: -8px;
 }

 footer h6 span {
     color: #fd4632;
 }

 footer ul li {
     margin-bottom: 15px;
 }

 footer ul li a {
     color: #ddd;
 }

 footer ul li a:hover {
     color: #fd4632;
     transition: .5s ease-out;
 }

 footer ul li i {
     margin-right: 25px;
 }

 footer ul .map {
     line-height: 30px;
 }

 footer ul .map i {
     float: left;
     margin-right: 34px;
     margin-top: 5px;
 }

 footer ul .map p {
     overflow: hidden;
 }

 footer ul li:last-child {
     margin-bottom: 0;
 }

 /*responsive*/
 @media (max-width:980px) {
     .home-intro img {
         margin-top: 95px;
     }

     .services .content {
         padding: 20px;
     }

     .pricing .content {
         padding: 20px;
     }

     .features img {
         margin-bottom: 30px;
     }

     .latest-blog .content {
         margin-bottom: 30px;
     }

     .latest-blod .content.r-980 {
         margin-bottom: 0;
     }

     .about .col-md-6 {
         max-width: 100%;
         flex: 100%;
     }

     .features .col-md-6 {
         max-width: 100%;
         flex: 100%;
     }

 }

 @media (max-width:767px) {
     .latest-blod .content.r-980 {
         margin-bottom: 0;
     }

     .blog-single .search {
         margin-top: 30px;
     }

 }

 @media (max-width:640px) {
     .navbar-fixed .navbar-nav li {
         padding: 0;
     }

     .navbar .navbar-nav {
         background: #fff;
         padding: 14px;
     }

     .navbar .navbar-nav li a {
         color: #333;
     }

     .navbar-fixed .navbar-nav {
         padding: 0;
     }

     .services .content {
         margin-bottom: 30px;
     }

     .services .col-sm-12:last-child .content {
         margin-bottom: 0;
     }

     .pricing .content {
         margin-bottom: 30px;
     }

     .pricing .col-sm-12:last-child .content {
         margin-bottom: 0;
     }

     .latest-blod .content.r-980 {
         margin-bottom: 0;
     }

     .blog-single .search {
         margin-top: 30px;
     }

     footer .col-sm-6 {
         margin-top: 50px;
     }

 }

 @media (max-width:480px) {
     .navbar .navbar-brand {
         margin-left: 11px;
     }

     .navbar .navbar-nav {
         margin: 11px;
         margin-left: 11px !important;
     }

     .navbar-fixed .navbar-nav {
         padding: 2px;
     }

     .latest-blod .content.r-980 {
         margin-bottom: 0;
     }

     footer .col-12 {
         margin-top: 30px;
     }

 }

 @media (max-width:360px) {
     .latest-blod .content.r-980 {
         margin-bottom: 0;
     }

 }