
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,300,500,600,700,900);
 @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300italic,300,400italic,600,600italic,700,700italic,900,900italic);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* ===========================
   ======= 1. Body style ========
   =========================== */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'army';
  letter-spacing: 2px;
	font-size: 1.5em;
	line-height: 48px;
	color: #4e4a4f;
	background-color: #FFF;
}

img {
	display: block;
	border: none;
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

::-moz-selection {
 background:#4d4d4d;
 color:#fff;
 text-shadow:none;
}

::selection {
 background: #4d4d4d;
 color: #fff;
 text-shadow: none;
}
 @font-face {
 font-family: 'Source Code Pro';
 font-family: 'Source Sans Pro', sans-serif;
 font-family: 'Open Sans', sans-serif;
 font-family: 'army';
 src: url('../fonts/Army Buster.otf');
}

@font-face {
font-family: 'Army Regular';
src: url('../fonts/braeside.lumberboy-regular.otf');
}

@font-face {
font-family: 'EleganTech';
src: url('../fonts/EleganTech.ttf');
}

/* ===========================
   ========= Headings ========
 =========================== */
   .preloader > i
   {
     position: absolute;
     font-size: 36px;
     line-height: 36px;
     top: 50%;
     left: 50%;
     height: 36px;
     width: 36px;
     margin-top: -15px;
     margin-left: -15px;
     display: inline-block;
   }

h1 {
	font-family: 'Source Code Pro';
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
}
h2 {
	font-family: 'army';
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
}
h3 {
	font-family: 'Source Code Pro';
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}
h4 {
	font-family: 'Source Code Pro';
	font-size: 18px;
	line-height: 19px;
	font-weight: 400;
}
h5 {
	font-family: 'Source Code Pro';
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
h6 {
	font-family: 'Source Code Pro';
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
}
/* ===========================
========= Header ========
=========================== */
.header {
	position: relative;
	width: 100%;
}
.header .header_v1 figure {
	text-align: center
}
.header .header_v1 figure figcaption {
	text-transform: uppercase;
	position: relative;
	z-index: 60;
	padding-top: 20%;
}
.header .header_v1 figure figcaption h2 {
	color: #000;
	font-weight: 70;
	font-size: 83px;
	line-height: 54px;
	letter-spacing: 12px;
}
.header .header_v1 figure figcaption p {
	font-size: 20px;
	line-height: 19px;
	color: #000;
	letter-spacing: 3px;
	padding-top: 12px
}
.header .header_v1 .bg_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .8)
}
.header .static-header figure figcaption {
	text-transform: uppercase;
	position: absolute;
	z-index: 60;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 250px;
	top: 0;
	padding: 0
}
.header .header_v1 figure.video-header {
	position: relative
}
.header .header_v1 figure.video-header .figcaption {
	left: 0;
	padding-top: 13%;
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
	z-index: 60;
}
.header .header_v1 figure.video-header .figcaption h2 {
    color: #000;
    font-weight: 700;
    font-size: 53px;
    line-height: 54px;
    letter-spacing: 22px;
}
.header .header_v1 figure.video-header .figcaption p {
    font-size: 12px;
    line-height: 14px;
    color: #8d8d8d;
    letter-spacing: 3px;
    padding-top: 12px;
}
#home-image img {
	height: 600px !important;
	width: 100% !important
}
.video-section .pattern-overlay {
	background-color: rgba(71, 71, 71, 0.59);
	padding: 110px 0 32px;
	min-height: 650px;
}
.video-section .buttonBar {
	display:none
}
.player {
	font-size:1px
}



/* =======LOGO MOTORNET ENCABEZADO PAGINA====== */
.motornetnav
{
  position: absolute;
  top:4.5%;
  left: 0;
  text-align: center;
  align-items: center;
  align-content: center;
}

.motornetnav img.imagen-responsiva-pc
{
  position: relative;
  margin-top: 5px;
}

/* Estilos para la imagen en dispositivos móviles */
@media (max-width: 768px) {
    .imagen-responsiva-pc  {
        display: none; /* Oculta la imagen en dispositivos móviles */
    }
    .bannerculatasycigueñales {
        display: none; /* Muestra la imagen en dispositivos móviles */
    }
}

/* Estilos para la imagen en pantallas más grandes */
@media (min-width: 769px) {
    .imagen-responsiva-pc {
        display: block; /* Muestra la imagen en pantallas más grandes */
    }
    .imagen-mobile {
        display: none; /* Oculta la imagen en pantallas más grandes */
    }
}

/* Estilo para invertir colores del logo del encabezado al hacer scroll */
.inverted-colors {
  filter: invert(1); /* Invertir colores */
  position: relative;
  top: 0;
  left: 0;
}

/* =======Ingresa a la tienda====== */
    #Ingresaalatienda {
            text-align: center;
            font-size: 2em;
            padding: 20px;
            background-color: yellow;
            color: black;
            transition: transform 0.3s ease-in-out;
        }
   #Ingresaalatienda:hover {
     background-color: green;
         color: black;
         transform: scale(1.1);
        }

/* ===========================
 =========  3.1 Menu Style ========
 =========================== */
.header .navbar {
	position: absolute;
	left: 0;
	right: 0;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
 font-family: sans-serif;
}
.header .navbar.stuck {
  z-index: 10000000000;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	padding-top: 0;
	background-color: #000;
	min-height: 89px;
  top:1px;
  box-shadow: 0 0 0.35px 0.35px rgba(255, 255, 255); /* Borde blanco brillante */
}
.header h1 {
	float: left;
	margin-top: 44px;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}
.header h1 img {
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
  filter: invert(100%);
}
.header h1 .logo_hove {
	display: none
}
.header .navbar.stuck h1 .logo {
	display: none
}
@media only screen and (max-width: 768px) {
    .container .logo_hove {
        content: url('../images/motornetlogo.png');
        width: 160px;
    }
}

.header .navbar.stuck h1 {
	margin-top: 20px
}
.header .navbar.stuck h1 .logo_hove {
	display: block;
}
.header nav {
	float: right;
	position: relative;
}
.header nav #menu-button {
  filter: invert(100%);
	width: 28px;
	font-size: 0;
	float: right;
	height: 18px;
	position: relative;
	margin-top: 51px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
	cursor: pointer;
}
.header .navbar.stuck nav #menu-button {
	margin-top: 33px;
}
.header nav #menu-button span {
	display: block;
	position: absolute;
	z-index: 60;
	height: 3px;
	width: 100%;
	background: #FFF;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
.header .navbar.stuck nav #menu-button span {
	background: #010101;
}
 .header nav #menu-button span:nth-child(1) {
 top: 0px;
}
 .header nav #menu-button span:nth-child(2) {
 top: 7px;
}
 .header nav #menu-button span:nth-child(3) {
 top: 14px;
}
 .header nav #menu-button.open span:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(135deg);
 -moz-transform: rotate(135deg);
 -o-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .header nav #menu-button.open span:nth-child(2) {
 opacity: 0;
 left: -60px;
}
 .header nav #menu-button.open span:nth-child(3) {
 top: 10px;
 -webkit-transform: rotate(-135deg);
 -moz-transform: rotate(-135deg);
 -o-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.header nav ul {
	display: none;
	position: absolute;
	right: 24.5%;
	top: 0;
	margin-top: 20px;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}
.header .navbar.stuck nav ul {
	margin-top:20px;
}
.header nav ul > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	padding-left: 35px;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative
}
.header nav ul > li > a {
	color: #000;
	line-height: 79px;
	display: block;
  font-size: 11.5px;
}
.header .navbar.stuck nav ul > li > a {
	color: #fff;
}
@media (max-width: 767px )
{
  .header .navbar.stuck nav ul > li > a {
  	color: #000;
  }
}
<!--
.header nav ul > li:hover ul {
	display: block
}
-->
.header nav ul > li ul {
	position: absolute;
	right: 0;
	top: 45px;
	border: 2px solid #4d4d4d;
	width: 203px;
	padding-left: 24px;
	padding-right: 26px;
	padding-top: 26px;
	padding-bottom: 6px;
	display: none
}
.header .navbar.stuck nav ul li ul {
	border-color: #FFF;
	top: 77px
}
.header .navbar.stuck nav ul li ul li a {
	color: #FFF;
}
.header nav ul > li ul li {
	padding-left: 0;
	font-size: 13px;
}
.header nav ul > li ul li a {
	line-height: 14px;
	padding-bottom: 24px
}
.header .angle-down {
	position: absolute;
	background-image: url(../images/down_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 13px;
	height: 103px;
	left: 50%;
	bottom: 50px;
	display: inline-block;
	margin-left: -12px;
	z-index: 999;
	-webkit-animation: bounce 2000ms infinite;
	-moz-animation: bounce 2000ms infinite;
	-o-animation: bounce 2000ms infinite;
	-ms-animation: bounce 2000ms infinite;
	animation: bounce 2000ms infinite;
}

/* ===========================
========= DESCRIPCIÓN NUESTRA EMPRESA ========
=========================== */
.about_pan_home {
	text-align: center;
	padding-top: 356px;
  margin-bottom: 0px;
  background-image: url(../images/about_pan_home.png) ;
  background-size:   auto;
  background-repeat: no-repeat;

}
.about_pan_home p {
  font-family: "EleganTech";
  position: relative;
	font-size: 13px;
	line-height: 22px;
	color: #555;
	letter-spacing: 1px;
  margin-top: 80px;
  text-align: right;
  font-weight: 550;
	padding-bottom: 41px;
}

/* ===========================
========= Información de Ventajas ========
=========================== */
.services-area-home {
	padding-top: 105px;
	padding-bottom: 116px
}
.service_details p {
	font-weight: 550;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 41px;
	color: #555;
	letter-spacing: 1px;
  font-family: "EleganTech";
}
.service_details  h2 {
  position: relative;
  font-size: 5px;
  line-height: 5px;
  font-family: "EleganTech";
}
.service_details p + p {
	font-size: 10px;
	line-height: 23px;
	padding-bottom: 35px;
	letter-spacing: 1px;
	font-weight: 400;
  font-family: "EleganTech";
}
.service_details .button-service {
	display: inline-block;
	font-size: 12px;
	line-height: 49px;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	width: 226px;
	letter-spacing: 6px;
	background-color: #000;
	text-align: center
}
.services-area-home aside {
	padding-left: 56px
}
.services-area-home aside h6 {
  font-family:'army';
	font-size: 29px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	letter-spacing: 6px
}
.services-area-home aside ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 33px
}
.services-area-home aside ul li {
  font-weight: 50;
	font-size: 17px;
	line-height: 28px;
	padding-bottom: 5px;
	color: #555;
	letter-spacing: 1px;
  font-family: "army";
}
.services-area-home aside ul li:before {
	content: "";
	background-color: #130e14;
	display: inline-block;
	width: 3px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 8px
}

/* ===========================
/* ======== Títulos de Servicios ========
=========================== */
.latest-projects-pan {
	padding-top: 122px
}
.latest-projects-top header h3 {
	font-size: 27px;
	line-height: 28px;
	text-transform: uppercase;
	color: #130e14;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 6px
}
.latest-projects-top header h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	color: #232024;
	letter-spacing: 5px
}
.latest-projects-top ul {
	text-align: right;
	padding-top: 15px
}
.latest-projects-top ul > li {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	color: #000;
	letter-spacing: 4px;
	background-image: url(../images/devider.jpg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 18px
}
.latest-projects-top ul > li:last-child {
	padding-right: 0
}
.latest-projects-top ul > li:first-child {
	padding-left: 0;
	background-image: none
}
.latest-projects-top ul > li.active {
	color: #89878a
}
.view_button {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 20px;
	display: block;
	margin: 50px auto;
	text-align: center;
	color: #232024;
	letter-spacing: 6px;
	width: 100%;
	border-left: 70px solid #a3a4ab;
	border-right: 70px solid #a3a4ab;
	margin-bottom: 48px
}
.view_button:hover {
	background-color: #c9cacb;
  width: 80%;
  border-left: 20px solid #a3a4ab;
	border-right: 20px solid #a3a4ab;

}

/* ===========================
========= 9. Logoes Silde ========
=========================== */
.logoes-pan {
	position: relative;
	padding-top: 48px;
	padding-bottom: 53px
}
.logoes-pan ul {
	margin: 0 auto;
	padding: 0 10%
}
.logoes-pan ul li {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.logoes-pan ul li img {
	margin: 0 auto;
	display: block
}
.logoes-pan .owl-buttons div {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 16px;
	cursor: pointer;
	width: 68px;
	height: 13px;
	background-position: 0 0;
	background-repeat: no-repeat
}
.logoes-pan .owl-buttons div.owl-prev {
	left: 0;
	background-image: url(../images/prev.png)
}
.logoes-pan .owl-buttons div.owl-next {
	right: 0;
	background-image: url(../images/next.png)
}

/* ===========================
========= 10 . CONSULTAR CON MI TARJETA DE PROPIEDAD ========
=========================== */
.letsproject-pan {
	background-color: #F1EB7D;
	text-align: center
}
.letsproject-pan a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 21px;
	line-height: 150px;
	color: #181818;
	letter-spacing: 4px;
	display: inline-block
}
.letsproject-pan a:hover {
	color: #9a9a9a
}

/* ===========================
========= 11. Footer ========
=========================== */
.footer {
  background-color: rgba(34, 34, 34, 0.7); /* Gris oscuro */
  padding: 40px 0; /* Más espacio entre secciones */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Fuente similar a Apple */
  color: #fff; /* Blanco para el texto */
}

.footer-section {
  text-align: left;
}

.footer-heading {
  font-size: 18px; /* Aumentado el tamaño de fuente para los títulos */
  margin-bottom: 10px;
  color: #fff; /* Blanco para los títulos */
}

.footer-section p {
  font-size: 12px; /* Disminuido el tamaño de fuente para el texto */
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #ccc; /* Gris claro para el texto */
}

.footer-section a {
  color: #fff; /* Blanco para los enlaces */
  text-decoration: none;
}

.footer-section a:hover {
  color: #999; /* Gris medio para los enlaces al pasar el ratón */
}

.footer-copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333; /* Línea divisoria */
  font-size: 12px;
  color: #fff; /* Blanco para el copyright */
}
.footer .footer-section img
{
  margin-top:-20px;
  margin-left: -3px;
}
/* Alineación para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .footer-section {
    text-align: left;
  }

  .footer-section p {
    margin-bottom: 10px;
  }
}
/* Alineación para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .footer-section {
    text-align: left; /* Cambiado a izquierda */
  }

  .footer-section p {
    margin-bottom: 10px;
  }
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
.content-particles {
    position: relative;
    padding: 100px 0;
}
#particles-jsf {
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: #fff; /* Fondo blanco */
}
.content-particlesf {
    position: relative;

}
/* ===========================



========= 12. Header Inner Banner ========



=========================== */



.header_inner_banner {
	width: 100%;
	position: relative
}
.header_inner_banner figure img {
	width: 100%;
	margin: 0 auto
}
.header_inner_banner .header-title {
	text-transform: uppercase;
	position: absolute;
	z-index: 60;
	right: 0;
	left: 0;
	text-align: center;
	top: 0;
	padding-top: 170px;
}
.header_inner_banner .header-title h2 {
	color: #FFF;
	font-weight: 700;
	font-size: 31px;
	line-height: 33px;
	letter-spacing: 7px;
	font-family: 'Source Sans Pro', sans-serif;
}
.header_inner_banner .header-title p {
	font-size: 12px;
	line-height: 14px;
	color: #8d8d8d;
	letter-spacing: 4px;
	padding-top: 12px
}
.header_inner_banner .bg_overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5)
}
/* ===========================

/* ===========================
=========CulataBanner========
=========================== */

.banner {
  position: relative;
  width: 100%;
  max-width: 100%; /* Ajusta el ancho máximo del banner */
  height: auto;
  overflow: hidden;
  /* Agregar un borde brillante */
}
.bannerculatasycigueñales {
  position: relative;
  width: 100%;
  max-width: 100%; /* Ajusta el ancho máximo del banner */
  height: auto;
  overflow: hidden;
}
.bannerculatasycigueñales::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 10px; /* Ajusta la posición del contorno */
  bottom: 10px; /* Ajusta la posición del contorno */
  left: 10px; /* Ajusta la posición del contorno */
  right: 10px; /* Ajusta la posición del contorno */
  box-shadow: 0 0 0.35px 0.35px rgba(255, 255, 255); /* Borde blanco brillante */
  transition: background-color 0.4s ease-in-out;
  pointer-events: none; /* Evitar que el pseudo-elemento capture eventos del mouse */
}
@keyframes fillgray {
    to {
        transform: scaleX(1); /* Escala de 1 en X al final de la animación */
    }
}
.bannerculatasycigueñales:hover::before {
 background-color: rgba(169, 169, 169);
 opacity: .1;
 transform-origin: left; /* Establece el origen de la transformación */
 transform: scaleX(0); /* Comienza con una escala de 0 en X */
 animation: fillgray 2s forwards; /* Animación de llenado */
 z-index: 1; /* Coloca el fondo amarillo sobre los elementos */
 pointer-events: none; /* Evita que el fondo amarillo capture eventos */

}
.banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-textleft {
  position: absolute;
  top: 50%;
  left: 5%; /* Ajusta la posición izquierda según tu preferencia */
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
}
.banner-textleft h1 {
   border: 0.5px solid transparent; /* Define un borde inicialmente transparente */
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   font-size: 3vw; /* Tamaño de fuente en viewport width */
   margin-bottom: 10px;
   font-family: 'army';
   line-height: 1.5;
   letter-spacing: 9px;
   width: fit-content
}
.banner-textleft p {
   font-family: 'EleganTech';
   font-size: 1.5vw; /* Tamaño de fuente en viewport width */
}
.banner-textleft h1:hover {
  border-color: #fff; /* Cambia el color del borde al pasar el mouse */
  transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Agrega una sombra al elemento */
}
.banner-textright {
  position: absolute;
  top: 50%;
  right: 5%; /* Ajusta la posición izquierda según tu preferencia */
  transform: translateY(-50%);
  text-align: right;
  color: #fff;
}
.banner-textright h1 {
  border: 0.5px solid transparent; /* Define un borde inicialmente transparente */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  font-size: 3vw; /* Tamaño de fuente en viewport width */
  margin-bottom: 10px;
  font-family: 'army';
  line-height: 1.5;
  letter-spacing: 9px;
  width: fit-content
}
.banner-textright p {
   font-family: 'EleganTech';
   font-size: 1.5vw; /* Tamaño de fuente en viewport width */
}
.banner-textright h1:hover {
  border-color: #fff; /* Cambia el color del borde al pasar el mouse */
  transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Agrega una sombra al elemento */
}
@media (max-width: 768px) {
  .banner-textright {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-textleft {
    display: none;
  }
}

/* =======Tarjetasanimadasstock====== */
  .contenedor {
    display: flex;
    justify-content:  center; /* Distribución equitativa */
    flex-wrap: wrap; /* Envolver elementos cuando no quepan en una línea */
    margin-top: 50px;
}
  .card
  {
    position: relative ;
    width: 48%;
    height: 300px;
    background: black;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    transition: 0.5s;
    margin:1%;
    margin-bottom: 2%;
    display: inline-block;
  }
  .oculta
  {
    @media screen and (min-width: 601px) {
        display: none;
    }
  }
  .card .circle
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .card .circle::before
  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: circle(120px at center);
    transition: 0.5s;

  }
  .card:hover .circle:before
  {
    background: RGB(0, 90, 50, 0.7) ;
    clip-path:circle(400px at center);
  }
  .card img
  {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height: 300px;
    pointer-events: none;
    transition: 0.5s;
    z-index: 1;
  }
  .card:hover img
  {
    left:72%;
    height:450px;
  }
  .card .content
  {
    position: relative;
    width:50%;
    left:20%;
    padding: 20px 20px 20px 40px;
    transition: 0.5s;
    opacity: 0;
    visibility:hidden;
  }
  .card:hover .content
  {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .card:hover .content p
  {
    font-size: 0.4em;
    line-height: 1.4;
    width: 80%;
    margin-left: -70px;
    font-family: "EleganTech"
  }
  .card .content p
  {
  color: #fff;
  font-size: 0.4em;
  line-height: 1.4;
  width: 80%;
  margin-left: -70px;
  font-family: "EleganTech"
  }
  .card .content h2
  {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px; /* Espaciado entre caracteres */
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 5px;
    margin-left: -70px;
    font-family:"Army Regular"
  }
  {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px; /* Espaciado entre caracteres */
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 5px;
    margin-left: -70px;
    font-family:"Army Regular"
  }
  .card .content a
  {
  position: relative;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  margin-left: -70px;

  }
  .card:hover a
  {
    font-size: 20px;
    background:green;
    margin-left: -70px;
    top:0;
  }
  .card a:hover
  {
    font-size: 20px;
    background:white;
    margin-left: -70px;
    top:0;
  }
  .card:hover .content .price
  {
    position:  static;
    font-size: 0.8em;
    color:yellow;
    margin-top: 25px;
    margin-left:-70px;
  }
  .card .content .price
  {
    position:  static;
    font-size: 0.8em;
    color:yellow;
    margin-top: 25px;
    margin-left:-70px;
  }
  @media (max-width: 991px )
  {
    .card
    {
      position: relative ;
      width: 47%;
      height: 300px;
      max-width: 100%;
      align-items: flex-start;
      margin: 10px;
    }
    .card:hover
    {
      position: relative ;
      width: 47%;
      height: 300px;
      max-width: 100%;
      align-items: flex-start;
      margin: 10px;
    }
    .card .content
    {
      width: 80%;
      left:0;
      padding: 40px;
    }
    .card .content h2
    {
      width: 100%;
      margin-left:-70px;
      font-size: 1em;
    }
    .card .content p
    {
      width: 70%;
      margin-left:-70px;
    }
    .card:hover .content p
    {
      width: 70%;
      margin-left:-70px;
    }
    .card .content .price
    {
      margin-top: 25px;
      margin-left:-70px;

    }
    .card:hover img
    {
      left:75%;
      top:45%;
      height:390px;
    }

  }
    @media (max-width: 1081px )
    {
      .card
      {
        position: relative ;
        width: 100%;
        height: 300px;
        max-width: 100%;
        align-items: flex-start;
        margin: 10px;
      }
      .card:hover
      {
        position: relative ;
        width: 100%;
        height: 300px;
        max-width: 100%;
        align-items: flex-start;
        margin: 10px;
      }
      .card .content
      {
        width: 80%;
        left:0;
        padding: 40px;
      }
      .card .content h2
      {
        width: 100%;
        margin-left:-70px;
        font-size: 0.7em;
      }
      .card .content p
      {
        width: 70%;
        margin-left:-70px;
      }
      .card:hover .content p
      {
        width: 70%;
        margin-left:-70px;
      }
      .card .content .price
      {
        margin-top: 25px;
        margin-left:-70px;

      }
      .card:hover img
      {
        left:75%;
        top:45%;
        height:390px;
      }
      .card:hover a
      {
        top:0;
        margin-left: -70px;
      }
    }
  @media (max-width: 498px )
  {
    .card
    {
      height: 240px;
    }
    .card:hover
    {
      height: 200px;
    }
    .card .content h2
    {
      width: 100%;
      margin-left:-70px;
      font-size: 0.6em;
      margin-top: -20px;
    }
    .card:hover img
    {
      left:80%;
      top:45%;
      height:220px;
    }
    .card img
    {
      height:260px;
    }
    .card .content p
    {
      width: 70%;
      margin-left:-70px;
      font-size: 0.3em;
    }
    .card:hover .content p
    {
      width: 70%;
      margin-left:-70px;
      font-size: 0.3em;
    }
    .card .content a
    {
      font-size: 15px;
    }
    .card:hover a
    {
      font-size: 15px;
    }
    .card:hover .content .price
    {
      position:  static;
      font-size: 0.8em;
      color:yellow;
      margin-top:9px;
      margin-left:-70px;
    }
    .card .content .price
    {
      position:  static;
      font-size: 0.8em;
      color:yellow;
      margin-top:5px;
      margin-left:-70px;
    }
  }
  @media (max-width: 320px )
  {
    .card:hover img
    {
      left:80%;
      top:45%;
      height:170px;
    }
    .card img
    {
      height:220px;
    }
    .card:hover
    {
      z-index: 10;
    }
  }

/* =======Tarjetas de servicios Motornet (Meta-Inter-Datáfono-mercadopago)===== */
  .tarjetasdeserviciomotornet {
    margin: 0px;
    height: auto;
    background: -webkit-linear-gradient(top, #3498db, #fff);
    background: -moz-linear-gradient(top, #3498db, #fff);
    background: -o-linear-gradient(top, #3498db, #fff);
    background: linear-gradient(to bottom, #B5B2B2, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: sticky;
    font-family: "EleganTech";
  }

  .flip-card {
    margin: 0px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    width: 100%; /* Tarjeta ocupa el ancho disponible */
  }

  .flip-card-front
  {
    width: 100%;
    min-height: 400px; /* Altura mínima para la tarjeta */
    height: auto;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 1.4s cubic-bezier(0.4, 0.2, 0.2, 1);
  }

  .flip-card-back
  {
    background-color: #ffffff;
    width: 100%;
    min-height: 400px; /* Altura mínima para la tarjeta */
    height: auto;
    text-align: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 1.4s cubic-bezier(0.4, 0.2, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
  }

  .flip-card-front {
    transform: rotateY(0deg);
    z-index: 10;
  }

  .flip-card-front::after,
  .flip-card-back::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
  }

  .flip-card-front .inner,
  .flip-card-back .inner {
    width: 100%;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    z-index: 2;
  }

  .flip-card-front .inner,
  .flip-card-back .inner p {
    padding: 20px;
  }

  .inner .icon {
    max-width: 70%;
    margin:auto;
  }

  .inner .icon2 {
    width: 80px;
    margin:auto;
  }

  .inner h3 {
    margin-bottom: 6px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
  }

  .inner p {
    color: #000000;
    font-size: 11px;
    line-height: 24px;
  }

  .flip-card:hover .flip-card-front {
    transform: rotateY(-180deg);
  }

  .flip-card:hover .flip-card-back {
    transform: rotateY(0deg);
  }

  @media screen and (min-width: 768px) {
    .flip-card {
      max-width: 300px;
    }
  }

/* =======Beneficios====== */
.Beneficiosyservicios {
  position: sticky;
  opacity: 0;
  animation: aparecer 5s ease-in-out forwards;
}
@keyframes aparecer {
     from {
       opacity: 0;
     }
     to {
       opacity: 1;
     }
   }

@media (max-width: 880px) {
  .Beneficiosyservicios {
    display: none;
  }
}
  .wrapper {
      width: 100%;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .containers {
    max-width: 100%;
      height: 400px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: start;
  }

  .cardbeneficios {
      width: 80px;
      border-radius: .75rem;
      background-size: cover;
      cursor: pointer;
      overflow: hidden;
      border-radius: 2rem;
      margin: 0 10px;
      display: flex;
      align-items: flex-end;
      transition: .6s cubic-bezier(.28,-0.03,0,.99);
      box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
  }

  .cardbeneficios > .row {
      color: white;
      display: flex;
      flex-wrap: nowrap;
  }

  .cardbeneficios > .row > .icon {
      background: #223;
      color: white;
      border-radius: 50%;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 15px;
      margin-left:6%;
  }

  .cardbeneficios > .row > .description {
      display: flex;
      justify-content: center;
      flex-direction: column;
      overflow: hidden;
      height: 80px;
      width: 520px;
      opacity: 0;
      transform: translateY(30px);
      transition-delay: .3s;
      transition: all .3s ease;
  }

  .description p {
      color: #b0b0ba;
      padding-top: 5px;
  }

  .description h4 {
      text-transform: uppercase;
  }

  input {
      display: none;
  }

  input:checked + label {
      width: 600px;
  }

  input:checked + label .description {
      opacity: 1 !important;
      transform: translateY(0) !important;
  }

  .cardbeneficios[for="c1"] {
      background-image: url('../assets/1.png');
  }
  .cardbeneficios[for="c2"] {
      background-image: url('../assets/2.png');
  }
  .cardbeneficios[for="c3"] {
      background-image: url('../assets/3.png');
  }
  .cardbeneficios[for="c4"] {
      background-image: url('../assets/4.png');
  }
/* =======CardRedess====== */
.wrapperredes{
    padding: 10px 10%;
    position: sticky;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background-color: black;
    height: 270px; /* Altura de ejemplo */
    overflow: auto;
    overscroll-behavior-y: contain;
}


.box-arearedes{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 80px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.7);
}
.boxredes {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(70,80,190,0.7);
  display: block;
}.boxredesi {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(241, 125, 223 ,0.7);
  display: block;
}
.boxredesw {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(68, 198, 15, 0.9);
}
.boxredes img{
    width:100%;
    height: auto;
    display: block;
    transition: transform 0.9s;
}
.boxredesw img{
    width:100%;
    height: auto;
    display: block;
    transition: transform 0.9s;
}
.boxredesi img{
    width:100%;
    height: auto;
    display: block;
    transition: transform 0.9s;
}
.overlayredes {
  width: 100%;
  height: 0;
  background: linear-gradient(transparent,#000 55%);
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 110px;
  text-align: center;
  font-size: 14px;
  transition: height 1.4s;
}
.overlayredes h3 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 80%;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 37px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 99%;
}
.overlayredes a {
  margin-top: 10px;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 15px 25px;
}
.boxredes:hover img{
    transform: scale(1.6);
}
.boxredes:hover .overlayredes{
    height: 100%;
}
.boxredesw:hover img{
    transform: scale(1.6);
}
.boxredesw:hover .overlayredes{
    height: 100%;
}
.boxredesi:hover img{
    transform: scale(1.6);
}
.boxredesi:hover .overlayredes{
    height: 100%;
}
@media screen and (min-width: 460px) {
    .boxredesw {
        display: none;
    }
  }

  .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    padding: 20px;
  }

  .image-container {
    position: relative;
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .image-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-container:hover {
    transform: scale(1.05);
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease, left 0.5s ease;
  }

  .image-container:hover .overlay {
    left: 0;
    opacity: 1;
    animation: fadeIn 0.7s ease forwards;
  }

  @keyframes fadeIn {
    from {
      left: 100%;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }

  .text {
    text-align: center;
    font-size: 18px;
  }

  .text h2 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .image-container {
      flex: 1 1 calc(100% - 40px);
      max-width: calc(100% - 40px);
    }
  }
  
  
  

  /* INICIO: Estilos para la sección CTA , LLAMADAS WEB */
/* INICIO: Estilos para la sección CTA , LLAMADAS WEB */

/* Contenedor general */
.cta-section {
  background-color: #000;
  padding: 40px 20px;
  border-radius: 10px;
  max-width: 900px;
  margin: 50px auto;
  box-shadow:
    0 0 20px rgba(255,255,255,0.1),
    0 0 40px rgba(255,255,255,0.05);
}
.cta-content {
  text-align: center;
  color: #fff;
}

/* Título */
.cta-section h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow:
    0 0 6px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.6);
}

/* Recuadro con neón */
.cta-subtitle-box {
  display: inline-block;
  padding: 16px 24px;
  margin-bottom: 30px;
  border: 1px solid #003366;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.3);
  box-shadow:
    0 0 6px #003366,
    0 0 12px rgba(0,51,102,0.6),
    0 0 20px rgba(0,51,102,0.4);
}
.cta-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #eee;
  margin: 0;
  max-width: 700px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

/* Botones en línea */
.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* Para que se ajusten en pantallas pequeñas */
  margin-bottom: 20px;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 16px 32px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: 
    background 0.2s ease, 
    transform 0.2s ease, 
    box-shadow 0.2s ease;
  box-shadow: 0 0 8px rgba(255,255,255,0.5),
              0 0 16px rgba(255,255,255,0.3);
}
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 14px rgba(255,255,255,0.8),
              0 0 28px rgba(255,255,255,0.6);
}

/* Botón de llamada */
.call-btn {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}
.call-btn:hover {
  background-color: #fff;
  color: #000;
}

/* Botón de WhatsApp */
.whatsapp-btn {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}
.whatsapp-btn:hover {
  background-color: #00c3ff;
  color: #fff;
}

/* Iconos */
.cta-btn i {
  margin-right: 10px;
  text-shadow: 0 0 4px rgba(255,255,255,0.8);
}

/* Nota final */
.cta-note {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9rem;
  color: #777;
  text-shadow: 0 0 2px rgba(255,255,255,0.2);
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 768px) {
  .cta-section {
    padding: 30px 15px;
    margin: 30px 10px;
  }
  .cta-section h2 {
    font-size: 1.6rem;
  }
  .cta-subtitle {
    font-size: 0.95rem;
  }
  .cta-btn {
    padding: 14px 24px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .cta-section h2 {
    font-size: 1.4rem;
  }
  .cta-subtitle {
    font-size: 0.9rem;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}
