/**
* Template Name: DevFolio
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Bold.woff2') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BwModelicaSS02';
    src: url('../fonts/BwModelicaSS02-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
  background-color: #EAE9E2;
  color: #3b3b3b;
  font-family: 'BwModelica';
  width: 100%;
  max-width: 100%;
}

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

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}

.box-shadow,
.work-box,
.service-box {
  box-shadow: -webkit-box-shadow: 0 0 15px 5px #A3A3A3;
  box-shadow: 0 0 15px 5px #A3A3A3;
}

.box-shadow-a,
.button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }

}

.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell!important;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 1rem;
}

.title-a {
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Inter';
}

.subtitle-a {
  text-decoration: none;
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  /* margin-bottom: 3rem; */
}

.title-left {
  font-size: 3rem;
  position: relative;
}

.title-left:before {
  /* content: ""; */
  /* position: absolute; */
  height: 3px;
  /* background-color: #0078ff; */
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 1.6;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.widget-tags ul,
.widget-sidebar .list-sidebar,
.box-comments .list-comments,
.blog-wrapper .post-meta ul,
.list-ico,
.socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #298eff;
  color: #fff;
}

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

/*------/ Prelaoder /------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader img {
    width: 60px;
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 2.0rem;
  line-height: 1.5;
  border-radius: 1.3rem;
  font-family: 'Inter';
  font-weight: 500;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background-color: #EAE9E2;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  padding-left: 10px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  /* text-transform: uppercase; */
  font-family: 'Inter';
  font-weight: 400;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #c41b22;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 80%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #c41b22;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #B01923;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #B01923;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  /* background-color: #fff; */
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #E6BF14;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0078ff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# ei_home Section
--------------------------------------------------------------*/
.ei_home {
  min-height: 100vh;
  position: relative;
  color: #3b3b3b;
}

.ei_home-disfruta {
    
    position: relative;
    color: #fff;
  }


.ei_home .ei_home-content {
  text-align: center;
  position: absolute;
}

.ei_home .overlay-itro {
  /* background-color: rgba(0, 0, 0, 0.6); */
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}


@media (min-width: 768px) {
    .ei_home .ei_home-title {
      font-size: 2.5rem;
    }
  }

  
.ei_home .ei_home-title {
  color: #3b3b3b;
  font-weight: 400;
  font-size: 6vh;
  text-align: left;
  font-family: 'Inter';
  font-weight: 500;
}

.ei_home .ei_home-title-small {
  color: #3b3b3b;
  font-weight: 400;
  font-size: 9.5vw;
  text-align: left;
}



.ei_home .ei_home-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'BwModelica';
}

@media (min-width: 768px) {
  .ei_home .ei_home-subtitle {
    font-size: 2rem;
  }
  .ei_home .ei_home-subtitle {
    font-size: 1.5rem;
  }
}

.ei_home .text-slider-items {
  display: none;
}

.ei_home-single {
  height: 350px;
}

.ei_home-single .ei_home-content {
  margin-top: 30px;
}

.ei_home-single .ei_home-title {
  text-transform: uppercase;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .ei_home-single .ei_home-title {
    font-size: 3.5rem;
  }
}

.ei_home-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.ei_home-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.ei_home-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.ei_home-single .breadcrumb a {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 0;
  height: 0.7rem;
}

.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: #0078ff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-box .ico-circle i {
  line-height: 0;
  font-size: 40px;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0078ff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0078ff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .testimonial-box .description {
    padding: 0 5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

@media (min-width: 767px) {
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  /* border-radius: 0; */
  /* box-shadow: none; */
  /* font-size: 14px; */
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #0078ff;
}

.php-email-form input {
  /* padding: 10px 15px; */
}

.php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: 0;
}

.php-email-form button[type=submit] {
  background: #c41b22;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form button[type=submit]:hover {
  background: #f5d53b;
  color: #000000;
  border-color: #f5d53b!important;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-packages {
    margin-bottom: 3rem;
  }
}

.card-packages .card-body {
  position: relative;
  text-align: center;
  padding-left: 6px;
}

.card-packages .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-packages .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-packages .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-packages .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-packages .card-description {
  color: #4e4e4e;
}

.card-packages .post-author {
  display: inline-block;
}

.card-packages .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}


.packages-list {
    list-style: none; /* Eliminar puntos de la lista */
    padding-left: 0;  /* Eliminar padding del ul */
}

.packages-list li {
    position: relative;
    margin-bottom: 25px; /* Espaciado entre ítems */
    padding-left: 40px;
    /* font-size: 2.5vh; */
}

.packages-list li::before {
    content: "\f26b"; /* Código Unicode del icono de Bootstrap Icons */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF; /* Color del icono, puedes cambiarlo si lo deseas */
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #000000;

}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}


.banner-bottom-img {
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0; */
    max-height: 78vh;
    /* max-width: 100%; */
}

.card-packages {
    background-color: transparent!important;
}


.card-packages-red {
    background: transparent url("../img/card-bg-red-2.png") no-repeat center center;
    background-size: 100% 100%;
    border-style: none;
    /* background-size: contain; */
}

.circle-red {
    background-color: #be1b21;
    border-radius: 50%;
    width: 60%; /* 80% of the container's width */
    padding-top: 60%; /* This makes the height equal to the width */
    position: relative; /* Needed for absolutely positioned text */
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 50%;
    margin-left: -31%;
    margin-top: 0%;
  }

  .card-packages-black {
    background: transparent url("../img/card-bg-black-2.png") no-repeat center center;
    background-size: 100% 100%;
    border-style: none;
    /* background-size: contain; */
}

  .circle-black {
    background-color: #000;
    border-radius: 50%;
    width: 60%; /* 80% of the container's width */
    padding-top: 60%; /* This makes the height equal to the width */
    position: relative; /* Needed for absolutely positioned text */
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 50%;
    margin-left: -31%;
    margin-top: 0%;
  }



  .circle-text {
    position: absolute;
    color: white;
    font-weight: 500;
    font-size: 4.5vh;
    line-height: 3.0rem;
    width: 100%; /* Ensure the text takes the full width of the container */
    /* white-space: nowrap; */ /* Prevent the text from wrapping */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
    padding-left: 0;
    margin-left: 0;
    padding: 0;
    margin: 0;
    top: 50%;
    margin-top: -3.0rem;
    font-family: 'Inter';
  }
  
  @mediaonly screen and (max-width: 768px) {
    .element {
        font-size: 5vw; /* Tamaño de fuente para móviles */
    }
}

  .card-packages-price {
    font-size: 8vh;
    font-weight: 600;
    text-align: center;
    margin-top: -18px;
    font-family: 'Inter';
  }

  .card-packages-sub {
    font-family: 'Inter';
    font-weight: 400;
    font-size: x-large;
    margin-top: -23px;
  }

  .card-packages-item-text {
    font-size: 2.4vh;
    text-align: left;
    font-family: 'BwModelica';
    line-height: 18pt;
  }



  .pk-card {
    background-color: transparent; /* Fondo transparente para permitir que las imágenes de fondo se muestren */
    border: none; /* Sin borde */
}

/* Estilo para el header de la card */
.pk-card-header {
    background-image: url('../img/card-bg-top.png'); /* Ruta de la imagen para el header */
    background-size: 100%; /* Escalar la imagen para cubrir el header */
    background-position: top; /* Alinear la imagen hacia arriba en el header */
    color: white; /* Color de texto para el header */
    /* padding: 20px; */ /* Espaciado interior del header */
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

/* Estilo para el texto de la card */
.pk-card-text {
    background-image: url('../img/card-bg-middle.png'); /* Ruta de la imagen para el texto */
    background-size: 100%; /* Escalar la imagen para cubrir el texto */
    background-repeat: repeat-y; /* Repetir la imagen verticalmente en el texto */
    color: black; /* Color de texto para el texto */
    /* padding: 20px; */ /* Espaciado interior del texto */
    border: none;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 0;
}

/* Estilo para el footer de la card */
.pk-card-footer {
    background-size: 100% 100%; /* Escalar la imagen para cubrir el footer */
    background-position: bottom; /* Alinear la imagen hacia arriba en el footer */
    color: white; /* Color de texto para el footer */
    /* padding: 20px; */ /* Espaciado interior del footer */
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
}

.pk-card-red {
    background-image: url('../img/card-bg-bottom-red.png'); /* Ruta de la imagen para el footer */
}

.pk-card-black {
    background-image: url('../img/card-bg-bottom-black.png'); /* Ruta de la imagen para el footer */
}

.pk-card-space-red {
    background-size: 100%; /* Escalar la imagen para cubrir el footer */
    background-position: bottom; /* Alinear la imagen hacia arriba en el footer */
    color: white; /* Color de texto para el footer */
    /* padding: 20px; */ /* Espaciado interior del footer */
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../img/card-bg-space-red.png'); /* Ruta de la imagen para el footer */
}

.pk-card-space-black {
    background-size: 100%; /* Escalar la imagen para cubrir el footer */
    background-position: bottom; /* Alinear la imagen hacia arriba en el footer */
    color: white; /* Color de texto para el footer */
    /* padding: 20px; */ /* Espaciado interior del footer */
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../img/card-bg-space-black.png'); /* Ruta de la imagen para el footer */
}






  .text-red {
    color: #c41b22;
  }

  .home-3-img {
    z-index: 100 !important;
    position: relative;
    height: 80vh;
    /* left: 50%; */
    /* margin-left: -40vw; */
  }

  .card-negocios {
    border-radius: 30px;
    margin-top:-100px;
    -webkit-box-shadow: 0 6px 10px 2px #939393;
    box-shadow: 0 6px 10px 2px #939393;
  }
  
  .card-negocios-mobile {
    border-radius: 30px;
    margin-top:-50px;
    -webkit-box-shadow: 0 6px 10px 2px #939393;
    box-shadow: 0 6px 10px 2px #939393;
  }

  .bg-red {
    background-color:#B01923;
    color: #FFFFFF;
  }


  .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B01923;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B01923;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B01923;
}


.img-footer {
    height: 50px;
}

.hide {
    display: none;
}



@media (min-width: 768px) {
    .ei_home-title {
      font-size: 2.5rem;
    }
  }

  
.ei_home-title {
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: left;
}

.ei_home-title-small {
  color: #fff;
  font-weight: 400;
  font-size: 9.5vw;
  text-align: left;
}

.home-disfruta-spacer {
    height: 180px;
    margin-top: -220px;
    width: 100%;
    z-index: 50 !important;
    position: absolute;
    background-color: #FFFFFF;
}

.home-negocios-spacer {
    height: 6rem;
}

#select-city {
    /* float:right; */
    right: 20px;
    position: fixed;
}

#select-city-mobil {
    /* float:right; */
    position: absolute;
    right: 20px;
    top: 13px;
}


.yellow-card {
    /* max-width: 50%; */
    border: none!important;
}

.yellow-card .card-header {
    background-color: #e3bc11;
    font-size: 30pt;
    color: #FFFFFF;
    border-width: 0;
    font-family: 'Inter';
}

.rounded-top-custom {
    border-top-left-radius: 2rem!important; /* Adjust the value to match the rounded-5 class */
    border-top-right-radius: 2rem!important; /* Adjust the value to match the rounded-5 class */
}

#cookieConsentAlert {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    transition: bottom 0.5s;
    z-index: 1050;
}
#cookieConsentAlert.show {
    bottom: 0; /* Slide in from the bottom */
}

main {
    background-color: #f5f5f5;
}



.animate__animated {
    visibility: hidden;
}
.animate__animated.animate__fadeInUp,
.animate__fadeInDown,
.animate__animated.animate__pulse, 
.animate__jackInTheBox {
    visibility: visible;
}


#header.header-scrolled .btn-outline-danger {
    color: #FFFFFF;
}

#header.header-scrolled .navbar a, .navbar a:focus {
    color: #FFFFFF;
}

.card-text {
    font-size: 1.1rem;
}

.bg-gray-1 {
    background-color: #EAE9E2;
}

.yellow-card .card-body {
    /* height: 235px; */
}

.yellow-card .c-img {
    margin: 2px;
    max-width: 80px;
}

.ei_home-title-inner {
    color: #000000;
    font-weight: 500;
    font-size: 2.2rem;
    text-align: center;
    display: block;
    font-family: 'Inter';
}

.ei_home-subtitle-inner {
    color: #000000;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    display: block;
    font-family: 'Inter';
}

.ei_home-red-title-inner {
    color: #B01923;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    display: block;
    font-family: 'Inter';
}

.ei_home-red-text-inner {
    color: #000000;
    font-weight: 300;
    font-size: 15pt;
    text-align: center;
    display: block;
    font-family: 'BwModelica';
}

.sucursales-card {
    border: 1px solid #B01923;
    background-color: transparent;
}

.sucursales-card .card-header {
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    background-color: transparent;
    font-size: 2.1rem;
    color: #000000;
    border-width: 0;
    font-family: 'Inter';
}

.sucursales-card .collapse-icon {
    margin-left: 10px; /* Espacio entre el texto y el icono */
}

.list-sucursales {
    background-color: transparent;
    border: 0;
}

.list-sucursales .list-group-item {
    background-color: transparent;
    border: 0;
}

.ayuda-img {
    max-height: 401px;
    margin-left: 6vw;
}

.red-box-title {
    background-color: #f5d53b;
    color:#000;
    font-weight: 500;
}

.red-box {
    font-size: x-large;
    font-family: 'BwModelica';
    font-weight: 300;
}

.w-120 {
    width: 45vw;
    margin-left: -6vw;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #000000;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}


@media (min-width: 768px) {
    .title-soporte-home {
        font-family: 'Inter';
        font-weight: 600;
        color: #B01923;
        font-size: 5rem!important;
        /* text-size-adjust: 20%; */
    }
}

.title-soporte-home {
    font-family: 'Inter';
    font-weight: 600;
    color: #B01923;
    font-size: -webkit-xxx-large;
    /* text-size-adjust: 20%; */
}

.subtitle-soporte-home {
    font-size: x-large;
    font-family: 'BwModelica';
    font-weight: 300;
    color: #000000;
}

.soporte-box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 15px 0 #7A7A7A;
    box-shadow: 0 0 15px 0 #7A7A7A;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.soporte-box img {
    /* margin-right: 15px; */
}

.subtitle-soporte-box {
    font-size: x-large;
    font-family: 'Inter';
    font-weight: 500;
    color: #000000;
}

.bg-soporte {
    color: #FFFFFF;
    background: transparent  url("../img/bg_circle.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    /* height: auto!important; */
}

.home-soporte-title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 3rem;
    color:#fff;
}

.bg-soporte img {
    max-height: 80vh;
}

.soporte_subtitle {
    font-family: 'Inter';
    font-weight: 500;
    color: #000;
    font-size: 2.5rem;
}

.soporte_subtitle_red {
    font-size: 1.5rem;
    font-weight: 400;
    color: #B01923;
}

.box-soporte {
    -webkit-box-shadow: 0 6px 10px 2px #939393;
    box-shadow: 0 6px 10px 2px #939393;
    background-color: #FFF;
}

.soporte-box-small img {
    max-height: 80px;
}

.subtitle-soporte-box-small {
    font-size: small;
    font-family: 'Inter';
    font-weight: 500;
    color: #000000;
}

.soporte-side-bar-box {
    display: block;
}

.align-top {
    align-self: flex-start;
  }

  .title-b {
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Inter';
  }

  .negocios-icon {
    max-height: 96px;
  }

  .red-fs {
    height: 245px;
    margin-top: 53px;
    margin-left: -120px;
    margin-right: 120px;
  }

.row-help-text-contact {
  width:430px; margin-left:-30px;margin-top:-80px;
}

.logo-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-carousel-inner {
    display: flex;
    animation: scroll 20s linear infinite;
}

.logo-carousel-inner img {
    width: auto;
    margin: 0 15px;
    max-height: 8vh;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.c0ff6 {
    background-image: url('../img/whatsapp.png') !important;
    background-size: cover !important;
  }