 /**
* Template Name: Folio
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Zilla Slab', serif;
  color: #000;
}

p {
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.75;
  max-width: 95%;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Zilla Slab', serif;
}

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

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

.back-to-top:hover {
  background: #04D9FF;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.logo {
width: 42px;
}

.logo img {
}

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

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-family: 'Zilla Slab', serif;
  color: #000 !important;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  text-decoration: underline;
}

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

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

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

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(32, 38, 41, 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 a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}

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

.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: #fff;
  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: #009cea;
}

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

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  width: 100%;
  justify-content: left;

}

#hero .hero-content {
  text-align: left;
  margin: 15px 0px 0px 0px;
  width: 100%;
  flex-direction: column;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #000;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  padding-bottom: 40px;
}

.highlight-about {
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=04D9FF);
  margin: -2px -6px;
  padding:  2px  6px;
  display: inline-block;
  line-height: 2px;
  height: 25px;
}

.highlight-portfolio {
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=39ff14);
  margin: -2px -6px;
  padding:  2px  6px;
  display: inline-block;
  line-height: 2px;
  height: 25px;
}

.highlight-contact {
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=FF10F0);
  margin: -2px -6px;
  padding:  2px  6px;
  display: inline-block;
  line-height: 2px;
  height: 25px;
}

.highlight-cv {
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=04D9FF);
  margin: -2px -6px;
  padding:  2px  6px;
  display: inline-block;
  line-height: 2px;
  height: 25px;
}

.about {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover {
  text-decoration: underline;
}

.portfolio #portfolio-flters li.filter-active {
  text-decoration: underline;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: '';
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 42px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #39ff14;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

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

.client-logo {
  width: 75%;
}

.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 #FF10F0;
}

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

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

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

.portfolio-details .portfolio-info ul {
  font-family: 'Zilla Slab', serif;
  list-style: none;
  padding: 0;
  font-size: 15px;
}

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

.portfolio-details .portfolio-info img {
  width: auto;
  height: 75px;
  margin-top: 5px;
}

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

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

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



/*--------------------------------------------------------------
# Portfolio Video
--------------------------------------------------------------*/
.portfolio-video {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 20px;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .gallery_product {
    width: 33%;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# YouTube Slider
--------------------------------------------------------------*/

.contenedor-slide {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;


}

.carousel-item {
background-color: #000;
} 

.carousel-video-inner {
margin-top: 60px ;
margin-bottom: 65px ;

  } 


.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 35px;
  width: 35px; 
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF10F0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF10F0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
  border: 1px solid magenta !important;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: magenta;
  border: 1px solid magenta;
}

.carousel-video-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (height/width) */
}

.carousel-video-inner #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: '/';
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.contact {
  padding: 0 0 4rem 0;
}

.contact a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d4d5d7;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.fa-envelope-square {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #FF10F0;
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# CV
--------------------------------------------------------------*/
.cv {
  padding: 20px 0;
  background: #fff;
}

.cv .cv-list {
  padding: 0;
  list-style: none;
}

.cv .cv-list li {
  border-bottom: 1px solid #d4d5d7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cv .cv-list .question {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}

.cv .cv-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.cv .cv-list .icon-show {
  display: none;
}

.cv .cv-list .collapsed {
  color: #343a40;
}

.cv .cv-list .collapsed:hover {
  color: #FF10F0;
}

.cv .cv-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.cv .cv-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.cv .cv-title {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.cv .cv-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #04D9FF;
  position: relative;
}

.cv .cv-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.cv .cv-item h5 {
  font-size: 16px;
  background: #d4d5d7;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.cv .cv-item ul {
  padding-left: 20px;
}

.cv .cv-item ul li {
  padding-bottom: 10px;
}

.cv .cv-item:last-child {
  padding-bottom: 0;
}

.cv .cv-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #04D9FF;
}