/*------------------------------------------------------------------
	[Table of contents]

	* - include sass file

    Colores ajustados #af4f9d;

	-------------------------
	1.  MAIN
	-------------------------
	2.	HEADER
	-------------------------
	3.  TITLE_HEAD
	-------------------------
	4.  BUTTONS
	-------------------------
	5.  ABSOLUTE
	-------------------------
	6.  MENU
	-------------------------
	7.  WELCOME_BLOCK
	-------------------------
	8.  SERVICES_BLOCK
	-------------------------
	9.  PRODUCTS_BLOCK
	-------------------------
	10.  WORK_BLOCK
	-------------------------
	11.  PROCESS_BLOCK
	-------------------------
	12.  TEAM_BLOCK
	-------------------------
	13.  REVIEWS_BLOCK
	-------------------------
	14.  BLOG_BLOCK
	-------------------------
	15.  FORM_BLOCK
	-------------------------
	16.  FOOTER
	-------------------------
	17.  PAGES *
	-------------------------
	18.  RESPONSIVE *

-------------------------------------------------------------------*/
/*--------------------------------------------------
------ 1. MAIN
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
p {
    text-align: justify;
}

section {
  overflow: hidden;
}

h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  display: block;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #272733;
}

h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #272733;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #272733;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  color: #2b2727;
}

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

.h-100 {
  height: 100vh;
}

.height {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex_start {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
}

.logo {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 120px;
  margin-right: 10px;
}

/*--------------------------------------------------
------ 2. HEADER
--------------------------------------------------*/
header {
  background: linear-gradient(to bottom, #9c2380 0%, #310031 100%); /* Fondo degradado 1a001a */
  width: 100%;
  position: relative;
}

header .flex {
  -webkit-box-align: center;
  align-items: center;
}

header .icon {
  position: absolute;
  display: block;
  right: 100px;
  z-index: 2;
}

.slider_head {
  height: calc(100vh - 30px);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
}

.head_slider .swiper-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0 !important;
  height: 550px;
}

.head_slider .swiper-slide > div:nth-child(1) {
  width: 60%;
}

.head_slider .swiper-slide > div:nth-child(2) {
  width: 40%;
}

.head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
  height: 100%;
}

.head_slider .swiper-slide .tit_img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.head_slider .swiper-slide .title {
  position: relative;
}

.head_slider .swiper-slide .box, .head_slider .swiper-slide p, .head_slider .swiper-slide .button {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(-70px, 0px) !important;
  transform: translate(-70px, 0px) !important;
}

.head_slider .swiper-slide p {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.head_slider .swiper-slide .button {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.head_slider .swiper-slide img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.head_slider .swiper-slide-active {
  opacity: 1 !important;
}

.head_slider .swiper-slide-active img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.head_slider .swiper-slide-active .box, .head_slider .swiper-slide-active p, .head_slider .swiper-slide-active .button {
  -webkit-transform: translate(0px, 0) !important;
  transform: translate(0px, 0) !important;
}

/*--------------------------------------------------
------ 3. TITLE_HEAD
--------------------------------------------------*/
.head_block {
  margin-top: 20px;
}

.nav_slider, .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 100px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.nav_slider span.swiper-pagination-bullet, .swiper-pagination span.swiper-pagination-bullet {
  opacity: .5;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 14px;
  background: none;
  outline: none;
}

.nav_slider span.swiper-pagination-bullet-active, .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid #af4f9d;
}

.title {
  z-index: 1;
  padding-left: 65px;
}

.title p {
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0;
  color: #C9C9C9;
}

.box h1 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #fff 100%);
  background-size: 1000px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: gradient-move 1s ease-in-out infinite;
  animation: gradient-move 2.5s ease-in-out infinite;
}

@-webkit-keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.box_two h1 {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #d1d1d1 0%, #fff 100%);
  background-size: 700px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: gradient-movee 1s ease-in-out infinite;
  animation: gradient-movee 2.5s ease-in-out infinite;
}

@-webkit-keyframes gradient-movee {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 700px 0;
  }
}

@keyframes gradient-movee {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 700px 0;
  }
}

/*--------------------------------------------------
------ 4. BUTTONS
--------------------------------------------------*/
.button a,
.button button {
  background: linear-gradient(to right, #9c2380 0%, #c33ca6 68%, #ff36c0 100%) !important; /* Degradado en hover */
  color: #fff !important; /* Texto blanco en hover */
  padding: 15px 40px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  position: relative !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 50px !important;
  letter-spacing: 0.075em !important;
  border: none !important; /* Para eliminar el borde predeterminado del botón */
  cursor: pointer !important; /* Cambia el cursor al pasar sobre el botón */
}

.button a:hover,
.button button:hover {
  background: #fff !important; /* Fondo blanco cuando está inactivo */
  color: #272733 !important; /* Texto negro cuando está inactivo */
  box-shadow: none !important; /* Elimina el box-shadow si no lo deseas */
}

.button.small a,
.button.small button {
  padding: 13px 30px !important;
}

.button.line a,
.button.line button {
  border: 2px solid #af4f9d !important;
  background: transparent !important;
}

.button.line a:hover,
.button.line button:hover {
  border: 2px solid transparent !important;
}

.button button {
  all: unset !important; /* Elimina todos los estilos predeterminados del botón */
  background: -webkit-gradient(linear, left top, right top, from(#9c2380), color-stop(68%, #c33ca6), to(#ff36c0)) !important;
  background: linear-gradient(to right, #9c2380 0%, #c33ca6 68%, #ff36c0 100%) !important;
  color: #fff !important;
  padding: 15px 40px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  position: relative !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 50px !important;
  letter-spacing: 0.075em !important;
  border: none !important; /* Asegura que no haya bordes adicionales */
  cursor: pointer !important;
}

.button button:hover {
  box-shadow: inset 0 0 0 25px #fff !important;
  color: #272733 !important;
}


  .apply-button {
    all: unset !important; /* Elimina todos los estilos predeterminados del botón */
    background: -webkit-gradient(linear, left top, right top, from(#9c2380), color-stop(68%, #c33ca6), to(#ff36c0)) !important;
    background: linear-gradient(to right, #9c2380 0%, #c33ca6 68%, #ff36c0 100%) !important;
    color: #fff !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    position: relative !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    border-radius: 50px !important;
    letter-spacing: 0.075em !important;
    border: none !important; /* Asegura que no haya bordes adicionales */
    cursor: pointer !important;
}

.apply-button:hover {
    box-shadow: inset 0 0 0 25px #fff !important;
    color: #272733 !important;
}

.wrp_post:hover {
    box-shadow: 0px 6px 20px rgba(175, 79, 157, 0.2); /* Añadir sombra al pasar el ratón sobre la tarjeta */
}

.bottom_inf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; /* Asegura espacio suficiente entre contenido y botón */
}

/*--------------------------------------------------
------ TAGS
--------------------------------------------------*/

    /* Quitar el subrayado de los enlaces en la sección de categorías */
    .category_widget li a {
        text-decoration: none; /* Quitar el subrayado */
        color: inherit; /* Mantener el color de texto actual */
    }

    /* Quitar el subrayado de los enlaces en la sección de tags */
    .tags_widget span a {
        text-decoration: none; /* Quitar el subrayado */
        color: inherit; /* Mantener el color de texto actual */
    }

    /* Opcional: Subrayado al hacer hover, para ambos casos */
    .category_widget li a:hover,
    .tags_widget span a:hover {
        text-decoration: underline; /* Subrayar al hacer hover */
    }




/*--------------------------------------------------
------ 5. ABSOLUTE
--------------------------------------------------*/
@-webkit-keyframes elm_o {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes elm_o {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@-webkit-keyframes elm_t {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
  }
}

@keyframes elm_t {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
  }
}

@-webkit-keyframes elm_th {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes elm_th {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes elm_fi {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@keyframes elm_fi {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@-webkit-keyframes elm_f {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes elm_f {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.element_one {
  position: absolute;
  bottom: -50px;
  left: 120px;
  -webkit-animation: elm_o 1s infinite ease-in-out;
  animation: elm_o 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  z-index: -1;
}

.element_two {
  position: absolute;
  top: 170px;
  left: 220px;
  -webkit-animation: elm_t 1s infinite ease-in-out;
  animation: elm_t 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_three {
  position: absolute;
  bottom: -1%;
  left: -10px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  opacity: 0.5; /* Reduce la opacidad para integrarlo con el fondo */
}

.element_four {
  position: absolute;
  top: 0px;
  left: 10px;
  -webkit-animation: elm_o 1s infinite ease-in-out;
  animation: elm_o 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  z-index: 1;
}

.element_five {
  position: absolute;
  top: 50px;
  bottom: 0px;
  right: 0px;
  -webkit-animation: elm_fi 1s infinite ease-in-out;
  animation: elm_fi 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_six {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  -webkit-animation: elm_f 1s infinite ease-in-out;
  animation: elm_f 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_seven {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  -webkit-animation: elm_f 1s infinite ease-in-out;
  animation: elm_f 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_eight {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 1;
  -webkit-animation: elm_f 1s infinite ease-in-out;
  animation: elm_f 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_nine {
  position: absolute;
  bottom: 0px;
  right: 540px;
  -webkit-animation: elm_o 1s infinite ease-in-out;
  animation: elm_o 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
  z-index: 1;
}

.element_nine img {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.element_five img {
  height: 90vh;
}

.element_six img {
  height: 100vh;
}

.element_seven img {
  height: 100vh;
}

.element_eight img {
  height: 100vh;
}

/*--------------------------------------------------
------ 6. MENU
--------------------------------------------------*/
.active a {
  position: relative;
}

.navbar-nav ul .active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #af4f9d;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.top_nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background: #000;
  color: #fff;
}

.top_nav .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.top_nav .right_nav span:last-child {
  margin-right: 0px;
}

.top_nav span {
  font-size: 13px;
  font-weight: 300;
  margin-right: 20px;
}

.top_nav span i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.container {
  position: relative;
}

.menu {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 0px 15px;
  padding-top: 30px;
  left: 0;
}

.menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.menu__icon {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 1;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon .menu__icon span:nth-child(3) {
  top: 10px;
}

.menu__icon span:nth-child(4) {
  top: 20px;
}

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

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

.down_nav > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}

.navbar-nav > ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-nav > ul > li {
  list-style: none;
  padding: 0px 15px;
}

.navbar-nav > ul > li > a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.navbar-nav > ul > li > a:before {
  -webkit-transition: .3s;
  transition: .3s;
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 2px;
  background: #BC38C9;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.navbar-nav > ul > li > a:hover::before {
  content: "";
  opacity: 1;
}

.dropdown-menu .mega_m ul {
  width: auto;
}

.dropdown-menu {
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.dropdown-menu ul {
  margin: 0;
  padding: 0;
  width: 200px;
  background: #272733;
  overflow: hidden;
  border-radius: 10px;
  z-index: 99;
}

.dropdown-menu ul li {
  padding: 10px 0px;
  padding-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-menu ul li:hover a {
  color: #fff;
}

.dropdown-menu ul li:hover {
  background: #BC38C9;
}

.dropdown-menu ul a {
  font-size: 14px;
  color: #b6b6b6;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.w_dropdown .widget_mega h3 {
  padding-left: 0px !important;
}

.w_dropdown {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
  visibility: hidden;
  padding: 40px;
  opacity: 0;
  position: absolute;
  background: #272733;
  border-radius: 10px;
  z-index: 99;
}

.w_dropdown .mega_m {
  width: 24%;
}

.w_dropdown .mega_m ul {
  background: none;
}

.w_dropdown .mega_m ul li {
  border-radius: 50px;
  padding: 5px 0px;
  padding-left: 25px;
}

.w_dropdown .mega_m ul li:hover {
  background: none;
}

.w_dropdown .mega_m ul li:hover a {
  color: #af4f9d;
}

.w_dropdown .mega_m h3 {
  color: #fff;
  padding-left: 25px;
  margin-bottom: 15px;
}

.w_dropdown .mega_m .widget_m {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.w_dropdown .mega_m .widget_m img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .navbar-nav {
  display: block;
}

/*

.menu__icon {
   display: none;
   width: 30px;
   height: 25px;
   position: relative;
   cursor: pointer;
   span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	z-index: 1;
  }
  span:nth-child(1) {
	top: 0px;
  }
  span:nth-child(2), .menu__icon span:nth-child(3) {
	top: 10px;
  }
  span:nth-child(4) {
	top: 20px;
  }
}
.dropdown-menu {
    display: inline-block;
    color: #fff;
    font-size: 16px;
	line-height: 30px;
	font-weight: 300;
    margin-right: 35px;
    text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
}
.down_nav {
	.dropdown-menu:after {
		font-family: "Font Awesome 5 Free";
		content: "\f078";
		font-weight: 600;
		font-size: 12px;
		margin-left: 10px;
	}
}
li:last-child .dropdown-menu  {
	margin-right: 0px;
}

.dropdown-menu:hover {
	color: #fff;
}
.menu__links .dropdown-menu:before {
	transition: .3s;
	content: "";
	display: block;
	opacity: 0;
	width: 100%;
	height: 2px;
	background: $base-color-two;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}
.menu__links .dropdown-menu:hover::before {
	content: "";
	opacity: 1;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.menu.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
  display: block;
}

.menu__links ul {
	display: flex;
	list-style:none;
	flex-wrap: wrap;
}

.menu__links ul ul {
	display:none;
	position:absolute;
	top: 100%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.menu__links ul li:hover > ul {
	display: block;
	background: #272733;
	z-index: 99;
}

.menu__links > ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu__links ul ul li {
	width: 200px;
	transition: 0.3s;
}

.menu__links ul ul li:hover {
	background: $base-color-two;
}

.menu__links ul ul a {
	padding:10px 25px;
	text-decoration: none;
	display: inline-block;
    color: #b6b6b6;
    font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	transition: 0.3s;
}

.menu__links ul ul li:hover a {
	color: #fff;
}
*/
/*--------------------------------------------------
------ 7. WELCOME_BLOCK
--------------------------------------------------*/
.welcome {
    background: whitesmoke;
    position: relative;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img_b {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img_b img {
    width: 100%;
    max-width: 80%; /* Ajusta el tamaño máximo de la imagen */
    height: auto;
    -webkit-clip-path: url(#mask);
    clip-path: url(#mask);
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }

  @media (max-width: 997px) {
    .img_b {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
    }

    .img_b img {
      position: relative;
      width: 350px; /* Ajusta el tamaño de la imagen circular */
      height: auto;
      clip-path: none; /* Elimina el clip-path en móviles */
      -webkit-clip-path: none;
      border-radius: 50%; /* Aplica borde redondeado para crear un efecto circular */
      transform: none;
      top: auto;
      left: auto;
    }

    svg {
      display: none; /* Oculta el SVG en móviles */
    }
  }

  .welcome .bg {
    background: whitesmoke;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .welcome .bg .cont_inf {
    max-width: 550px;
  }

  .welcome .bg .button {
    margin-top: 40px;
  }

  .welcome .bg h2 {
    position: relative;
  }

  .welcome .bg h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #af4f9d;
    position: absolute;
    bottom: -22px;
  }

  .welcome .bg p {
    padding-top: 35px;
  }

  .welcome .button a:hover {
    box-shadow: inset 0 0 0 25px #272733;
    color: #fff;
  }

  .img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen mantenga su proporción cuadrada */
    max-height: 200px; /* Define una altura máxima para las imágenes */
  }

  .img-grid .row {
    display: flex;
    flex-wrap: wrap;
  }

  .img-grid .col-3 {
    padding: 5px;
  }


/*--------------------------------------------------
------ 8. SERVICES_BLOCK
--------------------------------------------------*/
.services {
  padding-top: 100px;
  padding-bottom: 100px;

}

.numb {
  text-align: center;
}

.numb span {
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #af4f9d 0%, #7231CF 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.numb span i {
  color: #fff;
  font-size: 24px;
}

.numb span:before {
  border-radius: 50%;
  content: '';
  position: absolute;
  background: #fde8f9;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  -webkit-animation: shadow  2s infinite ease-in-out;
  animation: shadow  2s infinite ease-in-out;
}

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shadow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.numb p {
  padding-top: 20px;
}

.col-lg-4:last-child .numb::after {
  content: none;
  display: none;
}

/*--------------------------------------------------
------ 9. PRODUCTS_BLOCK
--------------------------------------------------*/
.products {
  background: linear-gradient(to bottom, #9c2380 0%, #310031 100%); /* Fondo degradado 1a001a */
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.products .title_b h2, .products .title_b p {
  color: #fff;
}

.products .el_01, .products .el_02, .products .el_03, .products .el_04, .products .el_05, .products .el_06 {
  position: absolute;
  top: 0;
}

.products .el_01 {
  right: 300px;
  top: 150px;
}

.products .el_01 img {
  height: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products .el_02 {
  right: 550px;
  top: 140px;
}

.products .el_02 img {
  height: 90px;
}

.products .el_03 {
  left: 250px;
  top: 400px;
}

.products .el_03 img {
  height: 30px;
}

.products .el_04 {
  top: 200px;
  left: 250px;
}

.products .el_04 img {
  height: 40px;
}

.products .el_05 {
  right: 250px;
  top: 580px;
}

.products .el_05 img {
  height: 40px;
}

.products .el_06 {
  left: 500px;
  top: 150px;
}

.products .el_06 img {
  height: 70px;
}

.element_ten {
  position: absolute;
  top: 0;
  right: 0px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_eleven {
  position: absolute;
  bottom: 200px;
  right: 150px;
  -webkit-animation: elm_t 1s infinite ease-in-out;
  animation: elm_t 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_twelve {
  position: absolute;
  bottom: -0.5%;
  left: -20px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.title_b {
  text-align: center;
}

.title_b h2 {
  padding-bottom: 35px;
  position: relative;
}

.title_b h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #af4f9d;
  top: 70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.title_b p {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.product_bl {
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 10px;
  text-align: center;
  background: #272733;
}

.product_bl .product_cont {
    min-height: 200px; /* Ajusta este valor según el diseño */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    align-items: center; /* Centra horizontalmente */
    text-align: center; /* Asegura que el texto esté centrado */
}

.product_bl img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product_bl h3 {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.product_bl span {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-top: 25px;
}

.product_bl p {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #C9C9C9;
  position: relative;
}

.product_bl i {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px;
}

.product_bl p::after {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #af4f9d;
  margin-top: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.product_bl .button {
  margin-top: 35px;
}

.product_bl .button a {
  width: 100%;
}

.product_bl:hover h3 {
  color: #af4f9d;
}

.product_bl:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product_bl:hover {
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

/*--------------------------------------------------
------ 10. WORK_BLOCK
--------------------------------------------------*/
/* .work {
  padding-top: 100px;
  padding-bottom: 100px;
} */

.wrk {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.wrk:hover img {
  width: 100%;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.img_wr {
  width: 45%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.img_wr img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 500px;
}

.name_wr {
  width: 55%;
  height: 500px;
  position: relative;
  z-index: 1;
  padding: 50px;
}

.name_wr .cub_two {
  position: absolute;
  bottom: 106px;
  right: 116px;
}

.name_wr .cub_four {
  position: absolute;
  bottom: 17px;
  right: 25px;
}

.name_wr h3 {
  position: relative;
}

.name_wr h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  bottom: -20px;
}

.name_wr span {
  padding-top: 50px;
  display: block;
  font-weight: 500;
  color: #1B1F28;
}

.name_wr p {
  padding-top: 20px;
  max-width: 500px;
}

.work .icon {
  position: absolute;
  display: block;
  bottom: 45px;
}

.work .icon i {
  padding-top: 0px;
}

.work .img_w {
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
}

.work .img_w .img_portf {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: calc((100% / 3) - 20px);
  margin: 0px 10px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.work .img_w .img_portf:nth-last-child(-n+5) {
  margin-bottom: 0px;
}

.work .img_w .img_portf a {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.work .img_w .img_portf a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}

.work .img_w .img_portf img {
  position: relative;
}

.work .img_w .img_portf a:before {
  content: '';
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
}

.work .img_w .img_portf .hover_info {
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-align: center;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #ee3fce 0%, #7231CF 100%);
  width: 50px;
  height: 50px;
  border-radius: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.work .img_w .img_portf .hover_info h4, .work .img_w .img_portf .hover_info p {
  color: #fff;
}

.work .img_w .img_portf .hover_info p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.work .img_w .img_portf .hover_info i {
  color: #fff;
}

.work .img_w .img_portf:hover .hover_info, .work .img_w .img_portf:hover a:before {
  opacity: 1;
}

.work .img_w .img_portf:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/*--------------------------------------------------
------ 11. PROCESS_BLOCK
--------------------------------------------------*/
.process {
  background: #eee;
  background: url("../img/bg_light.jpg");
  padding-top: 100px;
  padding-bottom: 100px;
}

.process .row {
  position: relative;
}

.process_b {
  text-align: center;
  width: 33%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 50px 15px;
  position: relative;
  border-top: 2px solid #af4f9d;
}

.process_b .b_brc {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.process_b h4 {
  padding-bottom: 15px;
}

.process_b p {
  margin: 0px;
  max-width: 280px;
  margin: 0 auto;
}

.process_b span {
  position: absolute;
  display: block;
  top: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #af4f9d 0%, #7231CF 100%);
  color: #fff;
}

.process_b span:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(238, 61, 197, 0.15);
  border-radius: 50%;
  z-index: -1;
}

.process_b:nth-child(6n-3) {
  border-right: 2px solid #af4f9d;
  border-bottom: 2px solid #af4f9d;
  border-radius: 0 20px 20px 0;
}

.process_b:nth-child(3n+3) {
  padding-right: 30px;
}

.process_b:nth-child(3n+1) {
  padding-left: 30px;
}

.process_b:nth-child(6n-2), .process_b:nth-child(6n-1), .process_b:nth-child(6n+2), .process_b:nth-child(6n+3) {
  margin-top: -2px;
}

.process_b:nth-child(6n-6) {
  border-top: none;
}

.process_b:nth-child(6n+1) {
  border-top: none;
}

.process_b:nth-child(6n-2) {
  border-left: 2px solid #af4f9d;
  border-bottom: 2px solid #af4f9d;
  border-radius: 20px 0px 0 20px;
}

.process_b:nth-last-child(-n+3) {
  padding-bottom: 0px;
}

.process_b:nth-last-child(-n+3) {
  padding-bottom: 0px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.process_b:nth-child(1) {
  border-top: 2px solid #af4f9d;
  margin-top: -2px;
}

.pr_b {
  position: relative;
}
@media (max-width: 768px) {

 /* Ajuste de cada caja de proceso en móvil */
 .process_b {
    width: 100%; /* Ancho completo en móviles */
    border-right: none; /* Elimina bordes laterales */
    border-left: none;  /* Elimina bordes laterales */
    border-radius: 0px; /* Sin bordes redondeados */
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 50px; /* Asegura suficiente espacio inferior */
}

/* Ordenamiento para móviles */
.process_b.sq_on { order: 1; }  /* 1 */
.process_b.sq_tw { order: 2; }  /* 2 */
.process_b.sq_th { order: 3; }  /* 3 */
.process_b.sq_s  { order: 4; }  /* 4 */
.process_b.sq_fv { order: 5; }  /* 5 */
.process_b.sq_fo { order: 6; }  /* 6 */
}

/*--------------------------------------------------
------ 12. TEAM_BLOCK
--------------------------------------------------*/
.team {
  padding-top: 70px;
  margin-bottom: 100px;
  position: relative;
  overflow: initial;
}

.team h4 {
  color: #19191F;
}

.team:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 492px;
}

.team::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ee3fce), to(#7231CF));
  background: linear-gradient(90deg, #ee3fce 0%, #7231CF 100%);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 492px;
}

.team_t h2 {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
}

.team_t h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  top: 70px;
  left: 0;
}

.team_t p {
  max-width: 750px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

.face_team {
  border-radius: 20px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.face_team img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.face_team .img_team {
  position: relative;
  display: block;
  height: 270px;
  overflow: hidden;
}

.face_team:hover .social {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.face_team .social {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  background: rgba(189, 56, 201, 0.9);
  width: 100%;
  padding: 20px 0px;
}

.face_team .social a {
  color: #fff;
  padding: 10px;
}

.bg_team {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  background: #fff;
  margin-top: 70px;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.bg_team h4 {
  padding-top: 18px;
  padding-bottom: 10px;
}

.bg_team span {
  color: #858585;
  display: block;
  padding-bottom: 25px;
}

/*--------------------------------------------------
------ 13. REVIEWS_BLOCK
--------------------------------------------------*/
.reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews .title_b h2 {
  color: #000;
}

.rewiews_title {
  margin-bottom: 80px;
}

.rew {
  display: -webkit-box;
  display: flex;
}

.img_rev {
  display: block;
  width: 200px;
  height: 200px;
}

.img_rev img {
  border-radius: 200px;
  width: 100%;
}

.text_rev {
  margin-left: 55px;
}

.text_rev p {
  max-width: 700px;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev img {
  border-radius: 100px;
}

.swiper-button-next img {
  border-radius: 100px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: 70px;
  left: auto;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  top: 88%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 255px;
}

.swiper-pagination {
  text-align: start;
}

.text_rev h3 {
  margin-bottom: 20px;
}

.bg_rev {
  text-align: center;
  display: block;
  right: 0px;
  top: 0px;
  width: 74px;
  height: 74px;
  background: #1B1F28;
  position: absolute;
  border-radius: 20px;
  z-index: 99;
}

.bg_rev img {
  padding-top: 22px;
}

/*--------------------------------------------------
------ 14. BLOG_BLOCK
--------------------------------------------------*/
.blog {
  background: #fff;
  padding-bottom: 80px;
}

.blog .posts_s .row {
  -webkit-box-align: start;
  align-items: flex-start;
}

.blog .posts_s h2 {
  font-size: 24px !important;
}

.blog_title {
  text-align: center;
}

.blog_title h2 {
  position: relative;
}

.blog_title h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog_title p {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 55px;
}

/*--------------------------------------------------
------ 15. FORM_BLOCK
--------------------------------------------------*/
.form_b {
  padding: 100px 0px;
  text-align: center;
  background: #F5F5F5;
}

.rpl_b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.form_contact h2 {
  margin-bottom: 20px;
}

.form_contact form .rpl_b input {
  width: 50%;
}

.form_contact form .rpl_b input:nth-child(2) {
  margin-left: 15px;
}

.form_contact form input {
  border: 0;
  border-radius: 50px;
  padding: 20px;
  outline: none;
  font-size: 14px;
}

.form_contact form textarea {
  width: 100%;
  border: 0;
  border-radius: 20px;
  display: block;
  padding: 20px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 15px;
  height: 150px;
}

.form_contact form p {
  margin-top: 20px;
}

.form_contact form a {
  margin-top: 40px;
}



/*--------------------------------------------------
------ 16. FOOTER
--------------------------------------------------*/
footer {
  background: linear-gradient(to bottom, #9c2380 0%, #310031 100%); /* Fondo degradado 1a001a */
  padding-top: 50px;
  padding-bottom: 40px;
}

footer p {
  color: #8A8A8A;
  border: none;

}

footer h4 {
  color: #fff;
  padding-bottom: 20px;
}

footer .logo {
  padding-bottom: 20px;
  margin: 0 auto;
  text-decoration: none;
}

footer .button {
  margin-bottom: 30px;
}

.brend {
  display: -webkit-box;
  display: flex;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.brend h3 {
  color: #fff;
  padding-bottom: 20px;
}

.brend p {
  font-size: 14px;
}

.nav_f span {
  padding-top: 20px;
  margin-top: 50px;
  text-align: center;
  color: #8A8A8A;
  display: block;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav_f a {
  text-decoration: none;
}

.nav_f p {
  padding-bottom: 5px;
  max-width: 200px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: normal;
}

.nav_f a p:hover {
  color: #fff;
}

.icon i {
  padding-top: 15px;
  color: #8A8A8A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon a:first-child i {
  padding-top: 0px;
}

.icon i:hover {
  color: #BC38C9;
}

.i_two i {
  padding-right: 15px;
}

#footer .icon i {
  padding-top: 0px;
  padding-right: 15px;
}

.gallery_widget {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gallery_widget .min_img_w {
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.gallery_widget .min_img_w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

/*--------------------------------------------------
------ 17. PAGES
--------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of contents]

	* - include sass file

	-------------------------
	17.1  HEAD
	-------------------------
	17.2	ABOUT_PAGE
	-------------------------
	17.3  GALLERY
	-------------------------
	17.4  CONTACTS_PAGE
	-------------------------
	17.5  PORTFOLIO_PAGE
	-------------------------
	17.6  SINGLE_POST_PAGE
	-------------------------
	17.7  SIDEBAR
	-------------------------
	17.8  COMMENTS
	-------------------------
	17.9  FORM
	-------------------------
	17.10  POSTS_PAGE

-------------------------------------------------------------------*/
/*--------------------------------------------------
------ 17.1 HEAD
--------------------------------------------------*/
header.head_page {
  width: 100%;
  height: 550px;
  background: linear-gradient(to bottom, #9c2380 0%, #310031 100%); /* Fondo degradado 1a001a */
  position: relative;
}

header.head_page h1 {
  font-size: 42px;
}

#head .element_two {
  position: absolute;
  top: 80px;
  left: 100px;
  -webkit-animation: elm_t 1s infinite ease-in-out;
  animation: elm_t 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

#head .element_three {
  position: absolute;
  top: 120px;
  left: -10px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.element_thirteen {
  position: absolute;
  top: 100px;
  right: 0px;
  -webkit-animation: elm_th 1s infinite ease-in-out;
  animation: elm_th 1s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

.title_m {
  padding-left: 0px;
  padding-top: 180px;
}

.title_m h2 {
  color: #fff;
  position: relative;
}

.title_m h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #BC38C9;
  bottom: -20px;
  right: 0;
  left: 0;
}

.info_c {
  padding-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.info_c span {
  height: 60px;
  width: 60px;
  background: #161A23;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.info_c p {
  padding-left: 35px;
  font-size: 16px;
}

.text {
  text-align: center;
  padding-bottom: 100px;
}

.text_c {
  border: 2px solid #a3a3a3;
  padding: 60px 100px;
}

.title_h {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: calc(100% - 50px);
  text-align: center;
}

.title_h h1 {
  color: #fff;
  position: relative;
}

.title_h h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #BC38C9;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.title_h p {
  color: #C9C9C9;
  padding-top: 45px;
}

.nav_pages {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.nav_pages span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(189, 56, 201, 0.2);
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 5px;
}

.nav_pages span.active {
  border: 2px solid #BC38C9;
}

/*--------------------------------------------------
------ 17.2 ABOUT_PAGE
--------------------------------------------------*/
.about_w {
  overflow: initial;
}

.welcome_ab {
  display: block;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  background: #fff;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  border-radius: 10px;
  overflow: hidden;
}

.welcome_ab:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.img_ab {
  width: 100%;
  overflow: hidden;
}

.img_ab img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.inf_ab {
  background: #fff;
  padding: 80px 0;
  padding-left: 55px !important;
  padding-right: 55px !important;
  display: block;
  border-radius: 20px;
}

.inf_ab h2 {
  position: relative;
}

.inf_ab h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  bottom: -20px;
}

.inf_ab p {
  padding-top: 45px;
}

.information_ab {
  text-align: center;
  padding-bottom: 100px;
}

.information_ab h2 {
  position: relative;
}

.information_ab h2::after {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 40px;
  height: 2px;
  background: #af4f9d;
  position: absolute;
  bottom: -20px;
}

.information_ab p {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 45px;
  margin-bottom: 45px;
}

/*--------------------------------------------------
------ 17.3 GALLERY
--------------------------------------------------*/
.gallery {
  padding-bottom: 100px;
}

.gallery h2 {
  position: relative;
}

.gallery h2::after {
  content: '';
  position: absolute;
  background: #af4f9d;
  width: 40px;
  height: 2px;
  bottom: -20px;
  display: block;
}

.gallery p {
  padding-top: 45px;
  padding-bottom: 55px;
  max-width: 850px;
}

.gallery img {
  width: 100%;
}

.gallery_img img {
  border-radius: 10px;
}

/*--------------------------------------------------
------ 17.4 CONTATCS_PAGE
--------------------------------------------------*/
.information {
  overflow: initial;
}

.img_information img {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  width: 100%;
}

.con {
  padding-top: 100px;
}

.map {
  height: 600px;
  width: 100%;
}

/*--------------------------------------------------
------ 17.5 PORTFOLIO_PAGE
--------------------------------------------------*/
#portfolio .work {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

/*--------------------------------------------------
------ 17.6 SINGLE_POST_PAGE
--------------------------------------------------*/
.media_blog {
  position: relative;
  background-size: cover;
  height: 100%;
  width: auto;
  margin-top: -100px;
  margin-bottom: 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.media_blog iframe {
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
}

.media_blog img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper {
  padding-bottom: 50px;
}

.content_post p {
  padding-bottom: 25px;
  padding-right: 30px;
}

.content_post h2 {
  margin: 0px;
  padding-bottom: 20px;
}

.qoute {
  background: #fff;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  padding: 75px 75px;
  margin-top: -100px;
  margin-bottom: 70px;
  border-radius: 20px;
  text-align: center;
}

.quotes {
  border: 2px solid #7231CF;
  box-shadow: none !important;
}

.quotes_p {
  padding: 25px;
  margin-bottom: 25px;
  border: 2px solid #7231CF;
  border-radius: 10px;
}

.quotes_p p {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.img_blog {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.img_blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

/*--------------------------------------------------
------ 17.7 SIDEBAR
--------------------------------------------------*/
.sidebar {
  border-radius: 20px;
  padding: 25px 25px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.wrap_sidebar h4 {
  color: #272733;
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
}

.wrap_sidebar .flex {
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 25px;
}

.widget {
  background: #fdecfa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.widget .title_widget span {
  height: 40px;
  width: 40px;
  border: 2px solid #af4f9d;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #af4f9d;
}

.icon_widget a {
  padding-bottom: 0px;
  padding-right: 25px;
}

.icon_widget a:last-child {
  padding-right: 0px;
}

.icon_s {
  background: #af4f9d;
  color: #fff;
  border-radius: 100px;
  padding: 10px 10px;
}

.icon_s a i {
  color: #fff;
}

.icon_widget.icon i {
  padding-top: 0px;
}

.author_widget {
  border-radius: 10px;
  padding: 0px;
  padding-bottom: 25px;
  overflow: hidden;
}

.author_widget img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.author_widget h3 {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.author_widget span {
  font-size: 14px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.author_widget p {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.search_widget {
  background: transparent;
  padding: 0px;
}

.search_widget input {
  width: 100%;
  outline: none;
  padding: 15px;
  font-size: 14px;
  border-radius: 100px;
  border: 1px solid #e1e1e1;
}

.lts_post {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

.lts_post:last-child {
  padding-bottom: 0px;
}

.lts_post h5 {
  font-weight: 600;
  font-size: 16px;
}

.info_m_post {
  padding-left: 15px;
}

.min_img_w {
  width: 100px;
}

.min_img_w img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

.info_m_post span {
  font-size: 12px;
  padding-top: 15px;
}

.category_widget {
  position: relative;
}

.category_widget li {
  padding-bottom: 10px;
  font-size: 15px;
  width: 100%;
  list-style: none;
  position: relative;
}

.category_widget li i {
  position: absolute;
  right: 0;
  font-weight: 500;
}

.tags_widget {
  padding-bottom: 20px;
}

.tags_widget > span {
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 15px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
}

/*--------------------------------------------------
------ 17.8 COMMENTS
--------------------------------------------------*/
.comments::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  display: block;
  bottom: 0;
}

.comment h2 {
  padding-top: 80px;
  padding-bottom: 55px;
}

.ava_img {
  display: -webkit-box;
  display: flex;
}

.comment .ava_img {
  padding-bottom: 35px;
}

.comment .avatar img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
}

.answer {
  margin-top: 55px;
}

.info_comm {
  padding-left: 35px;
}

.info_comm p {
  padding-top: 20px;
}

.info_comm span {
  font-size: 14px;
  padding-top: 15px;
}

/*--------------------------------------------------
------ 17.9 FORM
--------------------------------------------------*/
.form_comment {
  border-radius: 20px;
  padding: 55px 55px;
  background: #F7F7F7;
  margin-bottom: 100px;
}

form .rpl_b input {
  width: 100%;
}

form .rpl_b input:nth-child(2) {
  margin-left: 15px;
}

form input {
  border: 0;
  border-radius: 50px;
  padding: 20px;
  outline: none;
  font-size: 14px;
}

form textarea {
  width: 100%;
  border: 0;
  border-radius: 20px;
  display: block;
  padding: 20px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 15px;
  height: 150px;
}

form p {
  margin-top: 20px;
}

form a {
  margin-top: 40px;
}

h2 {
  margin-bottom: 10px;
}

.rpl_b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

/*--------------------------------------------------
------ 17.10 POSTS_PAGE
--------------------------------------------------*/
.post_content {
  margin-top: -100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: flex;
}

.posts_standart {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-right: 0px;
  display: block;
  background: #fff;
}

.posts_standart h2 {
  font-size: 28px;
}

.post_img {
  width: 100%;
  height: 300px;
  border-radius: 20px 20px 0px 0px;
}

.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrp_post {
  padding: 2px 30px;
  min-height: 250px; /* Ajusta este valor según el diseño */
  display: flex;
  flex-direction: column;

}

.wrp_post p {
  overflow: hidden;
  display: -webkit-box;
  height: 54.4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category {
  padding-bottom: 20px;
}

.category span {
  margin-right: 20px;
  position: relative;
  font-size: 14px;
}

.category span::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #d6d6d6;
  position: absolute;
  right: -12px;
  top: 2px;
}

.category span:last-child:after {
  content: none;
}

.posts_s a {
  list-style: none;
  text-decoration: none;
}

.posts_s span {
  color: #877F7F;
  font-size: 12px;
}

.bottom_inf {
  padding-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.left_inf span {
  color: #000;
}

.right_inf {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.star {
  margin-left: 30px;
  color: #FF7A00;
}

.star i {
  padding-left: 5px;
}

.qoutes {
  border: 2px solid #7231CF;
}

.video_p {
  height: 300px;
  width: 100%;
}

.two_cols .posts_standart {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.two_cols .posts_standart:nth-child(2n+1) {
  margin-right: 30px;
}

.three_cols .posts_standart {
  width: calc((100% /3) - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.three_cols .posts_standart:last-child, .three_cols .posts_standart:nth-child(3n+3) {
  margin-right: 0px;
}

.three_cols .posts_standart .post_img {
  height: 250px;
}

.three_cols .posts_standart .video_p {
  height: 250px;
}

.three_cols .posts_standart .wrp_post h3 {
  font-size: 18px;
  line-height: 32px;
}

.three_cols .posts_standart .wrp_post h2 {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 5px;
}

/*--------------------------------------------------
------ 18. RESPONSIVE
--------------------------------------------------*/

@media screen and (max-width: 1900px) {
    @media screen and (max-height: 700px) {
        .title {
            text-align: left; /* Alineamos el contenido a la izquierda */
            position: relative;
            top: 45px;
            left: -170px;
            transform: scale(0.9); /* Hacemos más grande el contenido */
            transform-origin: top right;
        }

        .title h1 {
            font-size: 45px; /* Ajustamos el tamaño del título */
            margin-bottom: 10px;
        }

        .title p {
            max-width: 450px;
            padding-top: 20px;
            padding-bottom: 50px;
            margin: 0;
        }
        .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {

            margin-top: 7%;
            margin-left: 5%;
        }

        /* Ajustamos la imagen en el slider */
        .swiper-slide .tit_img img {
            width: auto;
            height: 75%;
            bottom: 10%;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .element_three {
            bottom: -5px; /* Ajusta la posición superior */
            left: -3; /* Ajusta la posición izquierda */
        }
        .element_three img {
            width: 65%; /* Ajusta el tamaño de la imagen */
            height: auto; /* Mantén la proporción */
        }
    }
}

@media screen and (max-width: 1440px) and (min-width: 1366px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }
    h3 {
        font-size: 20px;
    }
    .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
        height: 85%;
    }
    header .icon {
        top: -2%;
        right: 7%;
      }
    .title {
        text-align: left; /* Alineamos el contenido a la izquierda */
        position: relative;
        top: 50px;
        left: -150px;
        transform: scale(0.95); /* Hacemos más grande el contenido */
        transform-origin: top right;
    }

    .title h1 {
        font-size: 45px; /* Ajustamos el tamaño del título */
        margin-bottom: 10px;
    }

    .title p {
        max-width: 350px;
        padding-top: 20px;
        padding-bottom: 50px;
        margin: 0;
    }
    /* Ajustamos la imagen en el slider */
    .swiper-slide .tit_img img {
        width: 85%;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .element_three {
        bottom: -5px; /* Ajusta la posición superior */
        left: -3; /* Ajusta la posición izquierda */
    }
    .element_three img {
        width: 80%; /* Ajusta el tamaño de la imagen */
        height: auto; /* Mantén la proporción */
    }

    #head .element_three {
        top: 80px; /* Ajusta la posición superior */
        left: 10px; /* Ajusta la posición izquierda */
        width: 120px; /* Ajusta el tamaño si es necesario */
        height: auto; /* Mantén la proporción */
    }
    .element_one, .element_two, .element_six, .element_seven, .element_eight {
        display: none;
    }

    .three_cols .posts_standart {
        width: calc(50% - 15px);
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .three_cols .posts_standart:nth-child(2n+1) {
        margin-right: 30px;
    }
    .blog .three_cols .posts_standart {
        width: calc((100% /3) - 30px);
        margin-right: 30px;
    }
    .text_rev p {
        max-width: 550px;
        margin: 0 auto;
    }
    .process .row::before {
        bottom: 150px;
    }
    .pr_b::after {
        height: 211px;
    }
    .wrap_sidebar h4 {
        font-size: 16px;
    }

    @media screen and (max-height: 700px) {
        .title {
            text-align: left; /* Alineamos el contenido a la izquierda */
            position: relative;
            top: 45px;
            left: -170px;
            transform: scale(0.9); /* Hacemos más grande el contenido */
            transform-origin: top right;
        }

        .title h1 {
            font-size: 45px; /* Ajustamos el tamaño del título */
            margin-bottom: 10px;
        }

        .title p {
            max-width: 450px;
            padding-top: 20px;
            padding-bottom: 50px;
            margin: 0;
        }
        .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {

            margin-top: 7%;
            margin-left: 5%;
        }

        /* Ajustamos la imagen en el slider */
        .swiper-slide .tit_img img {
            width: auto;
            height: 75%;
            bottom: 10%;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .element_three {
            bottom: -5px; /* Ajusta la posición superior */
            left: -3; /* Ajusta la posición izquierda */
        }
        .element_three img {
            width: 65%; /* Ajusta el tamaño de la imagen */
            height: auto; /* Mantén la proporción */
        }
        .img_b {
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
          }

          .img_b img {
            width: 100%;
            max-width: 150%; /* Ajusta el tamaño máximo de la imagen */
            max-height: auto;
            height: auto;
            -webkit-clip-path: url(#mask);
            clip-path: url(#mask);
            position: relative;
            transform: none;
            top: 0;
            left: 0;
          }

    }

}
@media screen and (max-width: 1366px) and (min-width: 1280px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }
    h3 {
        font-size: 20px;
    }
    header .icon {
        display: none;
    }
    .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
        height: 80%;
        margin-top: 3%;
        margin-left: 5%;
    }
    .element_one, .element_two, .element_six, .element_seven, .element_eight, .element_five {
        display: none;
    }

    .title {
        text-align: left; /* Alineamos el contenido a la izquierda */
        position: relative;
        top: 10%;
        left: -150px;
        transform: scale(0.9); /* Hacemos más grande el contenido */
        transform-origin: top right;
    }

    .title h1 {
        font-size: 45px; /* Ajustamos el tamaño del título */
        margin-bottom: 10px;
    }

    .title p {
        max-width: 450px;
        padding-top: 20px;
        padding-bottom: 50px;
        margin: 0;
    }
    .element_three {
        bottom: -5px; /* Ajusta la posición superior */
        left: -3; /* Ajusta la posición izquierda */
    }
    .element_three img {
        width: 65%; /* Ajusta el tamaño de la imagen */
        height: auto; /* Mantén la proporción */
    }
    .three_cols .posts_standart {
        width: calc(50% - 15px);
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .three_cols .posts_standart:nth-child(2n+1) {
        margin-right: 30px;
    }
    .blog .three_cols .posts_standart {
        width: calc((100% /3) - 30px);
        margin-right: 30px;
    }
    .text_rev p {
        max-width: 550px;
        margin: 0 auto;
    }
    .process .row::before {
        bottom: 150px;
    }
    .pr_b::after {
        height: 211px;
    }
    .wrap_sidebar h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1200px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }
    h3 {
        font-size: 20px;
    }
    .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
        height: 85%;
    }
    header .icon {
        top: -2;
        right: 7%;
    }
    .title {
        text-align: left; /* Alineamos el contenido a la izquierda */
        position: relative;
        top: 50px;
        left: -150px;
        transform: scale(0.9); /* Hacemos más grande el contenido */
        transform-origin: top right;
    }

    .title h1 {
        font-size: 45px; /* Ajustamos el tamaño del título */
        margin-bottom: 10px;
    }

    .title p {
        max-width: 350px;
        padding-top: 20px;
        padding-bottom: 50px;
        margin: 0;
    }

    /* Ajustamos la imagen en el slider */
    .swiper-slide .tit_img img {
        width: 85%;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .element_three {
        bottom: -5px; /* Ajusta la posición superior */
        left: -3; /* Ajusta la posición izquierda */
    }
    .element_three img {
        width: 65%; /* Ajusta el tamaño de la imagen */
        height: auto; /* Mantén la proporción */
    }

    #head .element_three {
        top: 80px; /* Ajusta la posición superior */
        left: 10px; /* Ajusta la posición izquierda */
        width: 120px; /* Ajusta el tamaño si es necesario */
        height: auto; /* Mantén la proporción */
    }
    .element_one, .element_two, .element_six, .element_seven, .element_eight {
        display: none;
    }

    .three_cols .posts_standart {
        width: calc(50% - 15px);
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .three_cols .posts_standart:nth-child(2n+1) {
        margin-right: 30px;
    }
    .blog .three_cols .posts_standart {
        width: calc((100% /3) - 30px);
        margin-right: 30px;
    }
    .text_rev p {
        max-width: 550px;
        margin: 0 auto;
    }
    .process .row::before {
        bottom: 150px;
    }
    .pr_b::after {
        height: 211px;
    }
    .wrap_sidebar h4 {
        font-size: 16px;
    }
    /* Ajustes adicionales para altura muy reducida */
    @media screen and (max-height: 700px) {
        .title {
            text-align: left; /* Alineamos el contenido a la izquierda */
            position: relative;
            top: 45px;
            left: -170px;
            transform: scale(0.9); /* Hacemos más grande el contenido */
            transform-origin: top right;
        }

        .title h1 {
            font-size: 45px; /* Ajustamos el tamaño del título */
            margin-bottom: 10px;
        }

        .title p {
            max-width: 450px;
            padding-top: 20px;
            padding-bottom: 50px;
            margin: 0;
        }

        /* Ajustamos la imagen en el slider */
        .swiper-slide .tit_img img {
            width: auto;
            height: 75%;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .element_three {
            bottom: -5px; /* Ajusta la posición superior */
            left: -3; /* Ajusta la posición izquierda */
        }
        .element_three img {
            width: 65%; /* Ajusta el tamaño de la imagen */
            height: auto; /* Mantén la proporción */
        }
    }

}

@media screen and (max-width: 1200px) and (min-width: 999px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }
    h3 {
        font-size: 20px;
    }
    header .icon {
        display: none;
    }
    .head_slider .swiper-slide .tit_img, .head_slider .swiper-slide img {
        height: 75%;
        margin-top: 3%;
    }
    .element_one, .element_two, .element_three, .element_six, .element_seven, .element_eight, .element_five {
        display: none;
    }

    .title {
        text-align: left; /* Alineamos el contenido a la izquierda */
        position: relative;
        top: 20%;
        left: -150px;
        transform: scale(0.7); /* Hacemos más grande el contenido */
        transform-origin: top right;
    }

    .title h1 {
        font-size: 45px; /* Ajustamos el tamaño del título */
        margin-bottom: 10px;
    }

    .title p {
        max-width: 400px;
        padding-top: 20px;
        padding-bottom: 50px;
        margin: 0;
    }
    .three_cols .posts_standart {
        width: calc(50% - 15px);
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .three_cols .posts_standart:nth-child(2n+1) {
        margin-right: 30px;
    }
    .blog .three_cols .posts_standart {
        width: calc((100% /3) - 30px);
        margin-right: 30px;
    }
    .text_rev p {
        max-width: 550px;
        margin: 0 auto;
    }
    .process .row::before {
        bottom: 150px;
    }
    .pr_b::after {
        height: 211px;
    }
    .wrap_sidebar h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 999px) {
    .menu__icon {
        display: inline-block;
        z-index: 999;
        position: absolute; /* Cambia a posición absoluta */

        right: 20px; /* Alinea al lado derecho */
        cursor: pointer; /* Cambia el cursor al pasar sobre el ícono */
    }
    .menu_state_open .menu__icon {
        position: fixed;
        top: 40px;
        right: 40px;
    }
    .navbar-nav .button {
        padding-left: 0px;
    }

    .navbar-nav {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        left: 0;
        background-color: black;
        z-index: 998;
        overflow: scroll;
        height: 100vh;
    }
    header .icon {
        display: none;
    }
    .element_one, .element_two, .element_three, .element_six, .element_seven, .element_eight, .element_five {
        display: none;
    }
    .navbar-nav ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        padding: 0px;
        margin: 0px;
    }
    .navbar-nav ul li {
        width: 100%;
    }
    .navbar-nav > ul {
        height: 100%;
    }
    .navbar-nav .down_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center;
    }
    .navbar-nav .down_nav a {
        display: block;
        padding: 10px 0;
        margin: 0px;
        text-align: center;
        color: #ffffff;
    }
    .navbar-nav .down_nav ul {
        display: none !important;
        top: 0px;
    }
    .navbar-nav .down_nav:hover ul {
        display: -webkit-box !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .navbar-nav .down_nav .small_menu {
        display: block;
        position: relative;
        width: 100%;
    }
    .navbar-nav .down_nav .dropdown-menu {
        margin-top: 0px;
    }
    .navbar-nav .down_nav .dropdown-menu ul {
        width: 100%;
    }
    .navbar-nav .down_nav .dropdown-menu ul li {
        padding: 5px 0px;
        padding-left: 0px;
        width: 100%;
    }
    .navbar-nav .w_dropdown {
        display: block;
        top: 0;
    }
    .navbar-nav .w_dropdown .mega_m {
        width: 100%;
    }
    .navbar-nav .w_dropdown .mega_m h3 {
        padding-left: 0px;
        color: #af4f9d;
    }
    .navbar-nav .w_dropdown .mega_m ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .navbar-nav .w_dropdown .mega_m ul li {
        padding-left: 0px;
    }
    .navbar-nav > ul > li {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu .navbar-nav ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu .navbar-nav ul ul {
        position: relative;
    }
    .work .img_w .img_portf {
        width: calc((100% / 3) - 20px);
    }
    .work .img_w .img_portf:nth-last-child(-n+5) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 998px) {
  /* HOME PAGE */
  .slider_head {
    height: auto;
  }
  .slider_head .container {
    padding: 150px 0;
    padding-bottom: 100px;
  }
  .slider_head .swiper-container {
    overflow: initial;
  }
  .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: auto !important;
  }
  .swiper-slide .tit_img {
    width: 100% !important;
    height: auto !important;
  }
  .swiper-slide .tit_img img {
    height: auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .swiper-slide .title {
    width: 100% !important;
  }
  .height {
    height: 90vh;
  }
  .flex_start {
    display: block;
  }
  .tit_img {
    height: auto;
    width: auto;
  }
  .title {
    text-align: center;
    padding-left: 0px;
  }
  .title p {
    padding-bottom: 65px;
    margin: 0 auto;
  }
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .tit_img {
    text-align: center;
  }
  .tit_img img {
    width: 60%;
    margin-bottom: 20px;
  }
  .element_four, .element_five, .element_six, .element_seven, .element_eight {
    display: none;
  }
  .welcome .bg {
    padding: 0px 25px;
  }
  .welcome .cont_inf {
    padding: 25px;
  }
  .pr {
    margin: 0 auto;
  }
  .product_bl {
    margin-bottom: 30px;
  }
  .wrk {
    display: block;
  }
  .wrk .img_wr {
    width: 100%;
  }
  .wrk .name_wr {
    height: 450px;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding: 25px 25px;
  }
  .process .row::before {
    bottom: 150px;
  }
  .bg_team {
    margin-top: 56px;
  }
  .face_team .img_team {
    height: auto;
  }
  .pr_b::after {
    height: 210px;
  }
  .numb {
    margin-bottom: 30px;
  }
  .numb::after {
    display: none;
  }
  .swiper-container {
    height: 100%;
  }
  .swiper-pagination, .bg_rev {
    display: none;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 30%;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
  }
  .rew {
    display: block;
  }
  .text_rev {
    padding-top: 35px;
    margin: 0;
  }
  .reviews {
    text-align: center;
  }
  .rewiews_title h2::after {
    top: 70px;
  }
  .img_rev {
    margin: 0 auto;
  }
  .img_rev img {
    margin-bottom: 30px;
  }
  .bg_rev {
    margin-top: 30px;
  }
  .blog .three_cols .posts_standart {
    width: 100%;
    margin-right: 0;
  }
  .block_b {
    margin-bottom: 30px;
  }
  .block_b h3 {
    max-width: 320px;
  }
  footer {
    padding: 100px 40px 40px 40px;
    text-align: center;
  }
  footer .icon {
    padding-bottom: 30px;
  }
  footer .icon .row a {
    margin: 0 auto;
  }
  .team_t {
    margin: 0px 15px;
  }
  .team_t p {
    padding-top: 45px;
  }
  .brend {
    padding-bottom: 30px;
  }
  .nav_f {
    padding-bottom: 30px;
  }
  .nav_f p {
    margin: 0 auto;
  }
  /* CONTACTS */
  .information .img_information img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 100px;
    margin-top: 30px;
  }
  /* ABOUT US */
  .about_w .inf_ab {
    padding: 35px !important;
  }
  .ig {
    margin-bottom: 30px;
  }
  /* SINGLE_POST */
  .img_blog {
    margin-bottom: 25px;
    margin-top: 0px;
  }
  .quotes_p {
    padding: 25px;
  }
  .info_comm {
    padding-left: 15px;
  }
  .qoute {
    padding: 0px;
  }
  .qoute h2 {
    padding: 50px 15px;
    font-size: 18px;
    line-height: 32px;
  }
  .two_cols .posts_standart {
    width: 100%;
  }
  .two_cols .posts_standart:nth-child(2n+1) {
    margin-right: 0px;
  }
  .three_cols .posts_standart {
    width: 100%;
  }
  .three_cols .posts_standart:nth-child(2n+1) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  /* HOME PAGE */
  .height {
    height: 100vh;
  }
  .title {
    text-align: center;
    padding-left: 0px;
  }
  .title p {
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  .title h1 {
    padding: 0px 20px;
    padding-bottom: 20px;
  }
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .products {
    padding: 100px 15px;
  }
  .product_bl p {
    padding: 0px;
  }
  .wrk .img_wr {
    height: 350px;
  }
  .wrk .img_wr img {
    height: 350px;
  }
  .work .flex {
    display: block;
  }
  .work .img_w {
    width: 100%;
    height: 100%;
  }
  .pr_b::after {
    display: none;
  }
  .process .row::after {
    display: none;
  }
  .process .row::before {
    display: none;
  }
  .face_team:first-child img {
    border-radius: 20px 20px 0px 0px;
  }
  .face_team:last-child img {
    border-radius: 0px 0px 0px 0px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 25%;
  }
  .services {
    padding-bottom: 0px;
  }
  /* CONTACTS */
  .info_c span {
    -webkit-box-flex: 0;
    flex: none;
  }
  .info_c p {
    padding-left: 15px;
  }
  /* ABOUT US */
  .team .face_team:first-child img {
    border-radius: 20px 20px 0px 0px;
  }
  .team .face_team:last-child img {
    border-radius: 0px 0px 0px 0px;
  }
  /* SINGLE_POST */
  .form_comment {
    padding: 50px 20px;
  }
  .work .img_w .img_portf {
    width: 100%;
  }
  .work .img_w .img_portf:nth-last-child(-n+5) {
    margin-bottom: 20px;
  }
  .wrap_sidebar {
    margin-bottom: 30px;
  }
  .process_b:nth-child(3n+3) {
    padding-right: 15px;
  }
  .process_b:nth-child(3n+1) {
    padding-left: 15px;
  }
  .process_b:nth-child(6n-3) {
    border-right: none;
    border-radius: 0px;
  }
  .process_b:nth-last-child(-n+3) {
    padding-bottom: 50px;
  }
  .process_b:nth-child(6n-6) {
    border-top: 2px solid #af4f9d;
  }
  .sidebar {
    margin: 30px 0px;
  }
  .img_blog {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content_post p {
    padding-right: 0px;
  }
  header.head_page {
    overflow: hidden;
  }
  header.head_page h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {
  .top_nav .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .top_nav span {
    padding: 5px 0px;
  }
  .top_nav .left_nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .top_nav .right_nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .tit_img img {
    width: 45%;
  }
  .welcome {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 45%;
  }
  .wrk .name_wr {
    height: 580px;
  }
  .work .img_w .img_portf {
    width: 100%;
  }
  footer {
    padding: 100px 15px 30px 15px;
  }
}

/*--------------------------------------------------
------ FAQ
--------------------------------------------------*/
.faq-block_one {
  padding: 120px 0px 120px 0px;
}

.faq-block_one .heading {
  text-align: center;
  margin-bottom: 60px;
}

.faq-block_one .heading h2 {
  margin-bottom: 20px;
}

.faq-block_two {
  background-color: #F8F8F8;
  padding: 120px 0px 120px 0px;
}

.faq-block_two .faq-block_two__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.faq-block_two .faq-block_two__info h2 {
  margin-bottom: 20px;
}

.faq-block_two .faq-block_two__info .button {
  margin-top: 55px;
}

.faq-block_two .img-wrap {
  width: 100%;
  height: 405px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.faq-block_two .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-block_two .img-wrap .play_b {
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 64px;
}

.faq-block_three {
  background-image: url(../../../wp-violy.astroon.pro/wp-content/uploads/2020/04/head_violy.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 110px 0px;
}

.faq-block_three .heading {
  margin-bottom: 40px;
}

.faq-block_three .heading h2 {
  color: #fff;
}

.faq-block_three .tabs {
  box-shadow: none;
}

.faq-block_three .tab {
  margin: 0px 0px 20px 0px;
}

.faq-block_three .tab-label {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.faq-block_three .tab-label:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.faq-block_three .tab-content {
  background-color: rgba(2, 1, 1, 0);
}

.faq-block_three .tab-content p {
  color: #CBCBCB;
}

.faq-block_three .astroon_accordion input:checked + .tab-label {
  background-color: transparent;
  background-image: linear-gradient(70deg, #7231CF 0%, #EE3FCE 100%);
}

.progress__item {
  margin-bottom: 30px;
}

.progress__item:last-child {
  margin-bottom: 0px;
}

.progress__item .progress__item-title {
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
}

.progress__item .progress-bar {
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 99px;
  width: 100%;
  height: 5px;
  position: relative;
  overflow: hidden;
}

.progress__item .progress-bar::before {
  border-radius: 99px;
  position: absolute;
  height: 5px;
  background: #C33CA6;
  content: '';
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.progress__item .progress-bar-10::before {
  width: 10%;
}

.progress__item .progress-bar-20::before {
  width: 20%;
}

.progress__item .progress-bar-30::before {
  width: 30%;
}

.progress__item .progress-bar-40::before {
  width: 40%;
}

.progress__item .progress-bar-50::before {
  width: 50%;
}

.progress__item .progress-bar-60::before {
  width: 60%;
}

.progress__item .progress-bar-70::before {
  width: 70%;
}

.progress__item .progress-bar-80::before {
  width: 80%;
}

.progress__item .progress-bar-90::before {
  width: 90%;
}

.progress__item .progress-bar-100::before {
  width: 100%;
}

.faq-block_four {
  padding: 120px 0px 50px 0px;
}

/* Accordion styles */
.astroon_accordion h1, .astroon_accordion h2, .astroon_accordion h3, .astroon_accordion h4, .astroon_accordion h5, .astroon_accordion h6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.astroon_accordion .flex_right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.astroon_accordion .flex_right i {
  margin-right: 15px;
}

.tabs {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Icon */
}

.tab-label h5 {
  font-size: 16px;
}

.tab-label:hover {
  background: #f2f2f2;
}

.tab-label i {
  -webkit-transition: all .35s;
  transition: all .35s;
  color: var(--theme-color);
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #535353;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #af4f9d;
  cursor: pointer;
}

.tab-close:hover {
  background: #e614bf;
}

.astroon_accordion input:checked + .tab-label {
  background: #f2f2f2;
}

.astroon_accordion input:checked + .tab-label i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.astroon_accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 20px;
}

.astroon_accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.spacing-top {
  position: relative;
  margin-top: -70px;
  padding: 0px;
}

.spacing-top > .container {
  background: #fff;
  padding: 100px 0px 120px 0px;
  border-radius: 10px;
}

/* Counter section background and layout */
.counter-section-custom {
    background: #161A23;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.counter-element-ten, .counter-element-eleven, .counter-element-twelve {
    position: absolute;
    z-index: -1;
}

.counter-element-ten {
    top: 10%;
    left: 5%;
}

.counter-element-eleven {
    top: 50%;
    right: 5%;
}

.counter-element-twelve {
    bottom: 10%;
    left: 45%;
}

/* Counter grid layout */
.counter-grid-custom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

/* Counter container */
.counter-box-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff; /* Blanco para los contadores */
}

.counter-box-custom i {
    font-size: 60px;
    margin-bottom: 10px;
}

.counter-value-custom {
    font-size: 60px;
    margin-top: 10px;
    color: #ffffff; /* Blanco para los números */
}

/* Responsive design */
@media (max-width: 580px) {
    .counter-grid-custom {
        flex-direction: column;
    }
}



/* Stile tap-top */

.tap-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #9c2380;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.tap-top i {
    color: #fff;
    font-size: 24px;
}

.tap-top.show {
    opacity: 1;
    visibility: visible;
}


/* Whatsapp */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none; /* Elimina el subrayado */
}

.whatsapp-button:hover {
    background-color: #1ebe56;
}

.whatsapp-button i {
    font-size: 24px;
}


/* FORMULARIOS DE TRABAJOS */

h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.card {
    border-radius: 8px; /* Bordes más redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    margin-bottom: 20px;
    background-color: #fff;
}

.card-header {
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, #9c2380, #ff36c0); /* Degradado de morado a violeta */
    color: white;
    padding: 15px;
    text-align: center;
}

.card-body {
    padding: 20px;
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #555;
}

/* Inputs y selects con bordes sutilmente redondeados y menor altura */
.form-control,
.form-select {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25; /* Ajuste de la altura */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px; /* Bordes apenas redondeados */
    padding: 0.375rem 0.75rem; /* Ajuste de padding para reducir la altura */
    height: auto; /* Permite ajustar la altura */
    box-sizing: border-box; /* Incluye padding y border en la altura total */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select {
    padding: 0.375rem 0.75rem; /* Igual padding que el input */
    height: calc(1.5em + 0.75rem + 2px); /* Altura consistente con los inputs */
}
.form-control:focus,
.form-select:focus {
    border-color: #af4f9d; /* Morado al hacer foco */
    box-shadow: 0 0 5px rgba(175, 79, 157, 0.2); /* Sombra reducida */
}

.input-group-text {
    border-radius: 2px 0 0 2px; /* Bordes apenas redondeados */
    background-color: #e9ecef;
    color: #495057;
}

.input-group .form-control {
    border-radius: 0 2px 2px 0; /* Bordes apenas redondeados */
}

.input-group-text i {
    margin-right: 10px;
}

hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    .card {
        margin-bottom: 15px;
    }

    .card-header {
        text-align: center;
    }

    .button button {
        width: 100%;
    }
}
/* Quitar el subrayado de los enlaces en la sección de categorías */
.category_widget li a {
    text-decoration: none; /* Quitar el subrayado */
    color: inherit; /* Mantener el color de texto actual */
}

/* Quitar el subrayado de los enlaces en la sección de tags */
.tags_widget span a {
    text-decoration: none; /* Quitar el subrayado */
    color: inherit; /* Mantener el color de texto actual */
}

/* Opcional: Subrayado al hacer hover, para ambos casos */
.category_widget li a:hover,
.tags_widget span a:hover {
    text-decoration: underline; /* Subrayar al hacer hover */
}

/* Carousel svg de mercados */

/* Estilos de la sección mercados */
.mercados {
    padding: 40px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.container-mercados {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.title_b h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.title_b p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.col-left, .col-right {
    flex: 0 0 10%;
    text-align: center;
}

.col-center {
    flex: 1; /* La sección central ocupa el espacio restante */
    overflow: hidden;
}

.date {
    font-size: 16px;
    color: #333;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    flex: 0 0 200px;
    margin: 0 15px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
    height: 150px;
}

.carousel-item:hover {
    transform: scale(1.05);
}

.carousel-item i {
    font-size: 48px;
    color: #af4f9d;
    margin-bottom: 10px;
}

.carousel-item p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.carousel-button {
    background-color: rgba(108, 30, 92, 0.7);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------Expansor de texto---------*/

.toggle-btn {
    background: none;
    border: none;
    color: #af4f9d;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: underline;
}

.expandable-text {
    margin-top: 15px;
    padding-left: 5px; /* Reduce el padding lateral cuando no está expandido */
    padding-right: 5px; /* Reduce el padding lateral cuando no está expandido */
    color: #C9C9C9;
    position: relative;
    max-height: 60px; /* Altura máxima inicial */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Evita que el texto se expanda a múltiples líneas */
    max-width: 300px; /* Define un ancho máximo para el párrafo */
    margin-left: auto; /* Centra el párrafo horizontalmente */
    margin-right: auto; /* Centra el párrafo horizontalmente */
    transition: max-height 0.3s ease, padding 0.3s ease; /* Transición suave para el padding */
    line-height: 1.5em; /* Ajuste de línea para mostrar más líneas */
}

.expandable-text.expanded {
    max-height: 500px; /* Altura máxima cuando está expandido */
    white-space: normal; /* Permite múltiples líneas */
    padding-left: 25px; /* Restaura el padding lateral cuando está expandido */
    padding-right: 25px; /* Restaura el padding lateral cuando está expandido */
    max-width: 500px; /* Ancho máximo cuando está expandido */
}

.text-danger {
    color: red;
    font-size: 0.875rem; /* Tamaño de fuente opcional */
    font-weight: 500; /* Opcional: para resaltar el texto */
}
/* Media Queries */

/* Tabletas en orientación vertical y teléfonos grandes */
@media (max-width: 768px) {
    .carousel-item {
        flex: 0 0 33.33%;
    }

    .carousel-item i {
        font-size: 36px;
    }

    .carousel-item p {
        font-size: 14px;
    }
}

/* Teléfonos móviles */
@media (max-width: 576px) {
    .carousel-item {
        flex: 0 0 100%; /* Mostrar un elemento a la vez */
    }

    .carousel-item i {
        font-size: 32px;
    }

    .carousel-item p {
        font-size: 14px;
    }

    .carousel-container {
        width: calc(100% - 40px); /* Reservar espacio para los botones */
    }

    .carousel-button {
        padding: 5px;
        font-size: 20px;
    }

    .prev-button {
        left: 5px;
    }

    .next-button {
        right: 5px;
    }
}

.latest_posts_widget a {
    text-decoration: none;
    color: inherit;
}

.latest_posts_widget a:hover {
    text-decoration: none;
    color: inherit;
}


#testimonial-area {

	.section-heading h2 {
		font-size: 48px;
		line-height: 58px;
	}
}

.testi-wrap {
	position: relative;
	height: 725px;
	margin-top: -80px;
}

.client-single {
	margin-top: 20px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.client-info,
.client-comment {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.client-single {
	&.inactive {
		.client-comment,
		.client-info {
			display: none;
		}
		.client-comment,
		.client-info {
			opacity: 0;
			visibility: hidden;
		}
	}
	&.position-1 {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
	&.position-2 {
		left: -40px;
		top: 105px;
	}
	&.position-3 {
		left: -60px;
		top: 240px;
		-webkit-transform: scale(0.4) !important;
		transform: scale(0.4) !important;
	}
	&.position-4 {
		left: 55px;
		top: 380px;
	}
	&.position-5 {
		top: 30px;
		right: 55px;
	}
	&.position-6 {
		top: 225px;
		right: -40px;
	}
	&.position-7 {
		top: 400px;
		right: 45px;
		-webkit-transform: scale(0.4) !important;
		transform: scale(0.4) !important;
	}
	&.active {
		top: 10%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10;
		width: 70%;
		.client-comment,
		.client-info {
			-webkit-transition-delay: 0.6s;
			transition-delay: 0.6s;
		}
	}
	&:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
		z-index: 99;
	}
	&.active .client-img {
		width: 160px;
		height: 160px;
		margin: 0 auto 24px;
		position: relative;
		&:before {
			border-radius: 100%;
			content: '';
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(157, 91, 254)), to(rgb(56, 144, 254)));
			background-image: linear-gradient(180deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%);
			padding: 5px;
			width: 160px;
			height: 160px;
			top: -4px;
			left: 0px;
			position: absolute;
			z-index: -1;
		}
	}
	.client-img img {
		width: 150px;
		border-radius: 50%;
		border: 8px solid #d1e9ff;
		cursor: pointer;
	}
	&.active .client-img img {
		max-width: 160px;
		margin: 0 auto 24px;
		border: 0;
	}
}

.client-comment {
	padding: 0 30px;
	h3 {
		font-size: 22px;
		line-height: 32px;
		color: #505b6d;
	}
	span i {
		font-size: 60px;
		color: #7c3ce2;
		margin: 40px 0 24px;
		display: inline-block;
	}
}

.client-info {
	h3 {
		color: #000;
		font-weight: 600;
		margin-bottom: 4px;
	}
	p {
		color: #0084ff;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.client-comment h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.client-single.active {
		width: 60%;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.30) !important;
		transform: scale(.30) !important;
	}
	.client-single.active .client-img img {
		max-width: 100px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 108px;
		height: 108px;
		top: -4px;
		left: 6px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 580px;
	}
	#testimonial-area {
		padding: 100px 0 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 997px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.client-single.active {
		width: 60%;
	}
	.client-comment span i {
		font-size: 40px;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}
	.client-single.position-5,
	.client-single.position-7 {
		right: 0;
	}
	.client-single.position-4 {
		left: 0;
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.30) !important;
		transform: scale(.30) !important;
	}
	.client-single.active .client-img img {
		max-width: 80px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 630px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
		line-height: 40px
	}
	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.client-single.active {
		width: 80%;
	}
	.client-comment span i {
		font-size: 40px;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}
	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}
	.client-single.position-4 {
		left: -60px;
	}
	.client-single.position-3 {
		left: -75px;
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.25) !important;
		transform: scale(.25) !important;
	}
	.client-single.active .client-img img {
		max-width: 80px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 600px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.client-single.active {
		width: 80%;
	}
	.client-comment span i {
		font-size: 40px;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}
	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}
	.client-single.position-4 {
		left: -60px;
	}
	.client-single.position-3 {
		left: -75px;
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.25) !important;
		transform: scale(.25) !important;
	}
	.client-single.active .client-img img {
		max-width: 80px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 550px;
	}
}


/* redes sociales */

.share-widget {
    position: fixed !important;
    bottom: 40px !important;
    left: 20px !important; /* Cambia left a right */
    z-index: 1000 !important;
}

.share-widget > a {
    background: #29b54c url("https://upload.wikimedia.org/wikipedia/commons/4/4e/Share_icon.svg") no-repeat center center / 70% !important;
    padding: 0.5em !important;
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
}

.channels {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: -10px !important; /* Ajusta este valor si es necesario */
    transform: translateY(20px); /* Comienza desplazado hacia abajo */
    transition: transform 0.3s ease !important; /* Añade transición */
}

.channels.show {
    transform: translateY(0); /* Cuando se muestra, vuelve a la posición original */
}
.channels a {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    display: block !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0 !important;
    transform: translateY(-20px) !important; /* Cambiado a -20px para mover hacia arriba */
    transition: all 0.3s ease !important;
}
.share-widget > a {
    background: #29b54c url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/15309/share-icon-share.svg") no-repeat center center / 70% !important;
    padding: 0.5em !important;
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
}

.share-widget:hover .channels a {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.channels.show a {
    animation: fadeSlideIn .2s forwards;
}
.channels .linkedin {
    background-color: #0077B5 !important;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png") !important;
}

.channels .instagram {
    background-color: #E1306C !important;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/e7/Instagram_logo_2016.svg") !important;
}

.channels .whatsapp {
    background-color: #25D366 !important;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") !important;
}

.channels .facebook {
    background-color: #3b5998 !important;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_(2019).svg") !important;
}

.sr-only {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}

@media (max-width: 600px) {
    .share-widget {
        bottom: 20px !important;
        left: 10px !important;
    }
    .share-widget > a,
    .channels a {
        width: 36px !important;
        height: 36px !important;
    }
}



/* OLAS DEL HEAD */

.waves-effect {
    position: absolute; /* Cambia a absolute para posicionarlo correctamente */
    bottom: 0; /* Asegúrate de que esté en la parte inferior */
    left: 0; /* Asegúrate de que esté alineado a la izquierda */
    width: 100%; /* Asegúrate de que ocupe todo el ancho */
    height: 10vh; /* Ajusta según sea necesario */
    z-index: 1; /* Asegúrate de que esté por encima de otros elementos */
}
.slider_head {
    position: relative; /* Asegúrate de que el contenedor sea relativo */
    overflow: visible; /* Asegúrate de que el contenido no esté oculto */
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* Ajustes para móviles */
@media (max-width: 768px) {
    .waves-effect {
        height: 40px;
        min-height: 40px;
    }
}