/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #111111;
  color: #fff;
  font-family: "Poppins", helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h5 {
  color: #fff;
}
h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 60px;
  text-decoration: underline;
  text-decoration-color: #ffb74d;
  font-family: "Changa One";
 
}

.contact-title {
  color: black;
  font-weight: 500;
  font-size: 60px;
  font-family: "Changa One";
  background-color: #ffcc00;
}

.about-us p {
  font-size: 25px;
  line-height: 1.5;
  text-align: justify;
  font-weight: 400;
}


h4 {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #ffcc00;
  text-decoration: underline;
}


p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #000000;
  line-height: 28px;
}

::-moz-selection {
  background: #ffcc00;
  color: #fff;
}

::selection {
  background: #ffcc00;
  color: #fff;
}

.btn {
  background: #ffcc00;
  border: medium none;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #000;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 100px;
  padding-bottom: 100px;
}



.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #ffcc00;
}

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

.whatsapp-float {
  position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 30px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #000;
   
}

.whatsapp-float i {
 margin-top: 5px;
}

.white-popup {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}

.white-popup .project-title {
  font-size: 24px;
  color: #2c2b2b;
  font-weight: bold;
  margin-bottom: 10px; 
}

.whatsapp-float {
 animation: pulse 2s ease-in-out infinite;
  border-radius: 50%;
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ffcc00;
    filter: drop-shadow(0 0 0 #ffcc00);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 255, 0, 0);
    filter: drop-shadow(0 0 15px #ffcc00);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    filter: drop-shadow(0 0 0 rgba(0, 255, 0, 0));
  }
}

@media  (max-width: 768px)  {
  .section-title h2 {
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

#navbarNav {
  flex-grow: 0 !important;
}

.nav-item {
  padding: 10px;

}

.nav-link {
  color: #000000 !important;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #ffcc00 !important;
  text-decoration: underline !important;
}

.nav-link.active {
  color: #ffcc00!important;
  text-decoration: underline;
}

.social-icon {
  color: #333;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/home-bg.jpg") repeat scroll center center / cover;
  height: 110vh;
  width: 100%;
}

#header .header-content {
  height: 100vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}



.header-content p {
  font-size: 24px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
}

p.agency-name {
  font-family: 'Changa One';
  font-size: 40px;
  color: #000;
  letter-spacing: 0;

}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 35px;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.mouse {
  width: 26px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 13px;
  margin: 10px auto;
  position: relative;
}

.mouse span {
  display: block;
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  animation: scroll 2s infinite;
}

.arrow-down span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0 auto;
  
  animation: arrow 2s infinite;
}

@keyframes scroll {
  0% { opacity: 1; top: 5px; }
  50% { opacity: 0; top: 20px; }
  100% { opacity: 1; top: 5px; }
}

@keyframes arrow {
  0% { opacity: 0; transform: rotate(45deg) translate(-5px, -5px); }
  50% { opacity: 1; }
  100% { opacity: 0; transform: rotate(45deg) translate(5px, 5px); }
}
/*-----------------------------------------------------------------------------------*/
/*  About-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #242424;
  padding-top: 190px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #ffcc00;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;

  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #fff;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

.about-us p {
 color: #fff; 
}

@media (max-width: 768px) {
.about-us p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left; 
}

#about .div-img-bg {
  padding-bottom: 0;
  border: 20px solid #ffcc00;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin: 0;
}

}


#process {
  position: relative;
  background-color: #292929;
  color: white;
  padding: 40px 0;
}

.process-steps h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.process-steps p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px; 
}

.process-step {
  margin-bottom: 30px;
}
.process-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.process-icon i {
  font-size: 30px;
  color: #242424;
  transition: color 0.3s ease-in-out;
}

.process-step:hover .process-icon {
  background-color: #242424;
  border: 2px solid #707070;
}

.process-step:hover .process-icon i {
  color: #fff;
}
.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #ffcc00;
  color: #242424;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}



@media (max-width: 768px) {
  .process-step {
    margin-bottom: 50px;
  }
}

#technologies {
  background-color: #1a1919;
}

.tech-slider {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-slider .tech-item {
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.tech-slider .tech-item:hover {
  transform: translateY(-5px);
}

.tech-slider .tech-item i {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 10px;
}

.tech-slider .tech-item h5 {
  font-size: 14px;
  margin: 0;
}



@media (max-width: 768px) {
  .tech-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 15px;
  }

  .tech-slider .tech-item {
    padding: 10px;
  }
  
  .tech-slider .tech-item i {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .tech-slider {
    grid-template-columns: 1fr;
  }
}

 /* Additional CSS for Skills section */

#skills-container {
  background-color: #1a1919;
  padding: 40px 0;
  text-align: center;
}

 .skill {
  text-align: center;
  padding: 20px;
  margin: 20px;
  width: 300px; /* Ajusta el ancho deseado */
  height: 320px; /* Ajusta el alto deseado */
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  width: 90%;
  display: inline-block; /* Para que estén en línea */
  vertical-align: top; /* Alinear en la parte superior */
}

.skill:hover {
  transform: scale(1.05);
  cursor: default;
}

.skill i {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
  padding-top: 25px;
}

.skill h3 {
  margin: 0;
  font-size: 20px;
  color: #333;
}

.skill p {
  font-size: 18px;
  color: #666;
}
/* Border colors for each skill */
.skill.skill-design {
  border: 4px solid #f06292;
}
.skill.skill-design i {
  color: #f06292;
}

.skill.skill-programming {
  border: 4px solid #64b5f6;
}
.skill.skill-programming i {
  color: #64b5f6;
}

.skill.skill-marketing {
  border: 4px solid #81c784;
}
.skill.skill-marketing i {
  color: #81c784;
}

.skill.skill-webflow {
  border: 4px solid #ffb74d;
}
.skill.skill-webflow i {
  color: #ffb74d;
}

.skill.skill-education {
  border: 4px solid #9e9e9e;
}
.skill.skill-education i {
  color: #9e9e9e;
}

.skill.skill-innovation {
  border: 4px solid #f48fb1;
}
.skill.skill-innovation i {
  color: #f48fb1;
}
/* Hover colors for each skill */
.skill.skill-design:hover {
  background-color: #f06292;
}

.skill.skill-programming:hover {
  background-color: #64b5f6;
}

.skill.skill-marketing:hover {
  background-color: #81c784;
}

.skill.skill-webflow:hover {
  background-color: #ffb74d;
}

.skill.skill-education:hover {
  background-color: #9e9e9e;
}

.skill.skill-innovation:hover {
  background-color: #f48fb1;
}

/* White icon and heading text on hover */
.skill:hover i,
.skill:hover h3,
.skill:hover p {
  color: #fff;
  transition: color 0.5s ease-in-out;
}



/* Styles for course cards */
.course-card {
  background: #292929;
  border-radius: 8px;
  border: 2px solid #ffcc00;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 204, 0, 1);
}

.course-icon i {
  font-size: 48px;
  color: #ffcc00;
  margin-bottom: 15px;
}

.course-card h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.course-card p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.course-card .price {
  color: #ffcc00;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.course-card .price strong {
  color: #ffffff;
  font-size: 15px; 
  padding-bottom: 20px;
}


.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 20px;
}

.btn-block.btn-outline-dark {
  font-size: 18px;
}

@media (max-width: 576px) {
  .btn-block.btn-outline-dark {
    font-size: 12px;
  }
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

form label {
  display: block;
  margin-bottom: 5px;
}

form select,
form textarea,
form input[type="text"],
form input[type="checkbox"],
form input[type="tel"] {
  width: 100% ;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.iti {
  width: 100%;
  margin-bottom: 20px;
}

form button {
  background-color: #ffcc00;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin-bottom: 50px;
}

#portfolio .portfolio-list ul li {
  margin: 0 40px 0 0;
  padding: 20px;
  float: left;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffcc00;
  border-radius: 20px;
  line-height: 16px;
  cursor: pointer;
  font-family: "Poppins", helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list ul li:hover,
#portfolio .portfolio-list ul li.filter-active {
  color: black;
  background-color: #ffcc00;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;

  border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
}

@media (max-width: 768px) {
  #portfolio .portfolio-list ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #portfolio .portfolio-list ul li {
    margin: 0;
    width: 80%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,
#journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #ffcc00;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
  background-color: #000;
  color: #fff;
}

#contact h2 {
  color: #fff;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input,
#contact textarea {
  width: 100%;
}

#contact #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show,
#contact #errormessage.show,
#contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact-form {
  font-size: 20px;
  color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #ffcc00;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}


