* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  font-size: 16px;
  background-image: url('../img/Fondo.png');

}

/*000000000000000000000000000 INDEX 00000000000000000000000000000000 */

/*..... Start-Navbard .....*/
.navbar-info{
  background: #031f4f;
}
.navbar-info a{
  color: white;
  text-decoration: none;
}
.navbar-info a:hover{
  color: #f2dc18;
}
.d-inline-flex i:hover
{
  color: #f2dc18;
}

.navbar {
  margin: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
}

.image1 {
  max-width: 300px;
  height: auto;
}

.image2 {
  max-width: 80px;
  display: none;
}

.offcanvas-header img {
  max-width: 150px;
  height: auto;
}

.nav-item a {
  font-size: 19px;
}

.nav-link {
  color: #031f4f;
  font-weight: 500;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #031f4f;
}

.navbar-nav{
  color: #031f4f; /* Color blanco por defecto */
}

@media(min-width:900px) {

  /*Diseño de barra de navegacion*/
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 0%;
    height: 2px;
    background-color: #031f4f;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
}

.Contactanos-button {
  padding: 14px 50px;
  border: none;
  background: #031f4f;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background, color.300ms;
  text-decoration: none;
}

.Contactanos-button:hover {
  background: #333333;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dd1818, #333333);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dd1818, #333333);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

/*Sub - menu*/
.dropdown-menu {
  background-color: rgb(255, 255, 255);
}

.dropdown-menu a {
  font-size: 16px;
  color: #031f4f;
}

.dropdown-menu a:hover {
  color: #ffffff;
  background-color: rgb(212, 12, 12);
  border-bottom: 2px solid rgb(255, 255, 255);
}



@media (max-width: 999px) {

  .container_header,
  main {
    padding: 25px;
  }

  /*NAV*/
  .image1 {
    display: none;
  }

  .image2 {
    display: block;
    max-width: 200px;
  }

  .Contactanos-button {
    padding: 10px 30px;
    font-size: 14px;
    position: unset;
  }

  /*Sub - menu*/
  .offcanvas {
    background-color: rgb(255, 255, 255);
    max-width: 300px;
  }

  .offcanvas-header {
    background-color: rgb(255, 255, 255);
  }

  .offcanvas-body {
    background-color: rgb(255, 255, 255);
    max-width: 400px;
    /* Define el ancho máximo del cuerpo del offcanvas */
    padding: 10px;
  }
}

/*..... End-Navbard .....*/



/*..... Start SLIDER .....*/
.carousel {
  margin-top: 1px;
}

.carousel-item img {
  max-width: 1000% !important;
  max-height: 1000px !important;
  /* Establece la altura máxima de las imágenes */
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/*Botones*/
.btn-registro {
  padding: 14px 50px;
  border: none;
  background: #000000;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background, color.300ms;
  text-decoration: none;
}

.btn-registro:hover {
  background: #fa0505;
  color: #ffffff;
}

.btn-read {
  padding: 14px 40px;
  border: none;
  color: #d8d2d2;
  font-weight: 500;
  font-size: pointer;
  cursor: pointer;
  margin-left: 10px;
  transition: background 300ms;
  text-decoration: none;
}

.btn-read:hover {
  background: #bebcbc;
  color: #fcfcfc;
}

/*..... End SLIDER .....*/



/*..... PORQUE ELEGIRNOS .....*/
.card_elegir {
  background: #ffffff;

}

.cards-txt h1 {
  color: rgb(255, 0, 0);
  font-size: 40px;
  font-weight: 400;
  margin-top: 100px;
  background: #ffffff;
}

.cards-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ffffff;
}

.cards {
  margin: 10px;
  width: 300px;
  border: 1.5px solid#ff0000;
  border-radius: 220px;

}

/* Estilos para las tarjetas (cards) */
.cards img {
  width: 40%;
  height: auto;
  filter: brightness(110%) contrast(90%);
}

.cards-body {
  padding: 20px;
}

.cards-title {
  font-size: 20px;
}

.cards-text {
  font-size: 15px;
}

/*..... Start PORQUE ELEGIRNOS .....*/



/*..... Start NUESTROS SERVICIOS ..... */
.tittle-servicios {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text con movimiento */
.neon-text {
  text-transform: uppercase;
  font-size: 5rem;
  transition: 0.3s linear;
  background-image: linear-gradient(to left, rgb(255, 142, 13), rgb(255, 0, 0), black, rgb(35, 31, 31));
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: move 30s linear infinite;
  text-align: center;
}

@keyframes move {
  100% {
    background-position: 200% 0;
  }
}


@media (max-width: 768px) {
  .neon-text {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .neon-text {
    font-size: 2.5rem;
  }
}

@media (max-width: 400px) {
  .neon-text {
    font-size: 2rem;
  }
}

.gallery {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image {
  margin: 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-bottom: 1px solid #ff0000;
  /* Línea debajo de la imagen */
}

.image h2 {
  color: #ff0000;
  font-size: 25px;
  font-weight: 400;
  margin-top: 50px;
  text-align: right;
}

.image:hover {
  transform: translateY(-40px);
}

.image img {
  width: 325px;
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(-40px 0px 30px rgba(78, 76, 76, 0.5));
}

/*..... Start NUESTROS SERVICIOS .....*/



/*..... Start Galeria..... */
.container-galery {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
}

.container-galery p {
  font-size: 45px;
  margin-bottom: 20px;
  text-align: center;
  color: #b30000;
}

.gallerys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}

.gallerys img {
  width: 100%;
  /* Ajusta el ancho para que se adapte al contenedor */
  height: 250px;
  /* Define una altura fija para las imágenes */
  object-fit: cover;
  /* Recorta la imagen para que llene el contenedor, manteniendo la proporción */
  border-radius: 10px;
  /* Ajuste el radio de la esquina según sea necesario */
  transition: transform 0.3s, filter 0.3s;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.705));
}

.gallerys img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
}

@media (max-width: 1200px) {
  .gallerys {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .gallerys {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallerys {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .container-galery p {
    font-size: 30px;
  }
}

/*..... End Galeria .....*/



/*..... Start Contactanos .....*/
.container-Contac {
  margin-top: 100px;
  position: relative;
  max-width: 100%;
  /* Para hacerlo responsivo */
}

.container-Contac img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.content-contac {
  background-color: #cacaca9c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 100px;
}

.content-contac h1 {
  color: rgb(255, 0, 0);
  font-size: 50px;
}

.content-contac p {
  color: rgb(0, 0, 0);
  font-size: 25px;
}

.button-contac {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0000;
  color: white;
  text-decoration: none;
  margin-top: 20px;
}

.button-contac:hover {
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 1000px) {
  .container-Contac {
    display: none;
  }
}

/*..... End Contactanos .....*/



/*..... Start Clientes.....*/
.slider-clients {
  width: 75vw;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-top: 90px;
}

.slider-clients .slide-track {
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(200px*10);
}

.slide-track .slides {
  width: 200px;
}

.slide-track .slides img {
  width: 100%;
}

@keyframes scroll {
  0% {
    -webkit-transform: translatX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-200px * 3));
    transform: translateX(calc(-200px * 3));
  }
}

/*..... End Clientes.....*/



/*..... Start FOOTER .....*/
.text_fo {
  color: #ffffff;
  /* Color inicial del texto */
  text-decoration: none;
  /* Sin subrayado inicial */
}

.text_fo:hover {
  color: #f2dc18;
  /* Cambia el color al pasar el mouse por encima */
  text-decoration: underline;
  /* Añade un subrayado al pasar el mouse por encima */
}

.btn-social {
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #ddd;
  transition: background-color 0.3s, color 0.3s;
  margin: 5px;
}

.btn-social:hover {
  background-color: #f2dc18;
  color: #000000;
  border-color: #f2dc18;
}

/*..... End FOOTER .....*/

/*000000000000000000000000000 END INDEX 00000000000000000000000000000000 */


/*000000000000000000000000000 Start NOSOTROS.HTML 00000000000000000000000000000000 */

/* Video */
.cover {
  margin-top: -80px;
}

.media-cover {
  min-height: 99vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-cover video {
  max-width: 100%;
  max-height: 100%;
}

.banner-info {
  position: absolute;
  top: 55%;
  left: 9%;
  transform: translateY(-50%);
  width: 40%;
  padding: 20px;
  margin-top: 1000;
}

.banner-info h2 {
  color: #ec0204;
  font-size: 50px;
}

.typing {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: maquina 5s steps(38) infinite;
}

@keyframes maquina {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .typing {
    font-size: 30px !important;
    animation: maquina 5s steps(38) infinite;
  }
}

.btn-cover{
  color: #ffffff;
  text-decoration: none;
  background: #031f4f;  
  padding: 15px 45px;
  text-align: center;
  border-radius: 10px;
}
.btn-cover:hover{
  background: #b30000;
}


/* VALORES */
.titulo-valores {
  margin-top: 10px;
  font-size: 6rem;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 196, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}

.card-group {
  margin: 0%;
  margin-right: 20%;
  margin-left: 20%;
}

.card {
  align-items: center !important;
  margin-right: 20px;
  background: #ff0000;
  border-radius: 20px;
  filter: droprgb(255, 0, 0)(-20px +0px 20px rgba(88, 86, 86, 0.5));
}

.card-img-top {
  max-width: 150px !important;
  max-height: 150px !important;
  filter: drop-shadow(-40px 0px 30px rgba(12, 12, 12, 0.63));
  animation: move-vector 2s linear infinite; //*Crear variable para la animacion*/
}

/*Movimiento a la imagen*/
@keyframes move-vector {
  0% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(15px);
  }
}

.card:last-child {
  margin-right: 0 !important;
}

.card-body h1 {
  color: rgb(255, 255, 255);
  font-family: "DM Sans", sans-serif;
}

.card-title {
  font-size: 30px;
}

@media (max-width: 1608px) {

  .cover {
    position: relative;
  }

  .media-cover {
    display: none;
  }

  .banner-info {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    margin-top: 50px;
    position: relative;
  }

  .card-group {
    margin: 20px;
    position: relative;
    z-index: 0;
  }

  .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .card-title {
    font-size: 15px;
  }
}

/* Ajuste para pantallas de teléfonos móviles */
@media (max-width: 573px) {
  .card-title {
    font-size: 30px;
  }
}



/* Valores */
.value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.value-item img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.value-item p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}


/*000000000000000000000000000 End NOSOTROS.HTML 00000000000000000000000000000000 */








/*000000000000000000000000000 Start SERVICIOS.HTML 00000000000000000000000000000000 */

/* Servicios img Inicio */
.container-servicios {
  position: relative;
  width: 100%;
  margin-top: 1px;
  z-index: 1;
}

.container-servicios img {
  display: block;
  width: 100%;
  height: auto;
}

.container-servicios::before {
  background-color: rgba(0, 0, 0, 0.308);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content-servis {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 100px;

}

.maquina {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: maquinas 5s steps(38) infinite;
}

@keyframes maquinas {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .maquina {
    font-size: 20px !important;
    animation: maquina 5s steps(38) infinite;
  }
  .content-servis {
    padding: 0 20px; /* Añade padding para mejorar el ajuste en pantallas pequeñas */
}

}



.container__Servicios {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 2px solid #fd1616;
  font-size: 22px;
}


/* TRABAJOS REALIZADOS */
.Jobs {
  background: #ff0000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}

.txt-jobs h1 {
  color: rgb(245, 245, 245);
  font-size: 50px;
  font-weight: 400;
  margin-top: 120px;
}

.Gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  margin: 10px;
  position: relative;
}

.gallery-item img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(-20px 2px 40px rgba(105, 103, 103, 0.397));
}

/* información emergente */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.575);
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 40%;
  box-sizing: border-box;
  border-radius: 10px;
}

.gallery-item:hover .overlay {
  display: block;
}

/* BOTON WHATSAPP*/
.boton-whats {
  background-color: #2e6329;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 25px;
  padding: 25px;
  border-radius: 50%;
  transition: ease 0.3s;
  animation: efecto 1.2s infinite;
}

.boton-whats:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.boton {
  width: 80px;
  transition: ease 1s;
}

@keyframes efecto {
  0% {
    box-shadow: 0 0 0 0 rgba(137, 240, 53, 0.85);
  }

  100% {
    box-shadow: 0 0 0 25px rgba(135, 245, 9, 0);
  }

}

/*SERVICIOS.HTML*/

/*000000000000000000000000000 End SERVICIOS.HTML 00000000000000000000000000000000 */



/*000000000000000000000000000 Start POLITICAS.HTML 00000000000000000000000000000000 */
.politica {
  max-width: 1200px;
  padding: 40px;
  margin: auto;
  margin-top: -50px;
}

.banner-poli {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-cont {
  height: auto;
  display: flex;
  align-items: center;
  background: rgba(221, 178, 178, 0.377);
  border-radius: 20px;
  filter: drop-shadow(-20px 0px 20px rgba(88, 86, 86, 0.5));
  padding: 20px;
}

.banner-texto {
  width: 100%;
  position: relative;
  padding: 40px;
}

.banner-texto h5 {
  color: #ff0000ce;
}

.banner-texto p {
  color: #0e0e0e;
}

@media (max-width: 768px) {
  .banner-texto {
    text-align: center;
    padding: 20px;
  }

  .banner-cont {
    padding: 10px;
  }
}

/*000000000000000000000000000 End POLITICAS.HTML 00000000000000000000000000000000 */



/*000000000000000000000000000 Start CONTACTANOS.PHP 00000000000000000000000000000000 */

.contacto {
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.continercon {
  width: 100%;
  max-width: 1400px;
  height: 600px;
  border-radius: 10px;
  z-index: 100;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contac_form {
  background-color: #ffffff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 20px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

form h2 {
  background: linear-gradient(90deg, #ff0000, #000000);
  -webkit-background-clip: text;
  color: transparent;
}

form input {
  position: relative;
  margin: 1rem 0;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 2px solid #f81919;
  border-right: 2px solid #f81919;
  padding: 0.6rem 1.2rem;
  color: #000000;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 2px solid #d13535;
  border-right: 2px solid #d13535;
  padding: 0.6rem 1.2rem;
  color: #000000;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: 0.3s;
  resize: none;
  cursor: text;
}

input[type="submit"] {
  background-color: #ff0000;
  border: none;
  
}

input[type="submit"]:hover {
  color: #ffffff;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 196, 0) 100%);
  cursor: pointer;
}


.contac_info {
  background-image: url('../img/Sliderss.png');

}



/*.....*/
.contact-container {
  position: relative;
  text-align: center;
}

.titulo {
  position: absolute;
  top: 25%;
  left: 20%;
  font-size: 2rem;
  color: rgb(255, 251, 0);
  z-index: 1;
}

.contact-container img {
  width: 70%;
  height: auto;
  z-index: 0;
}

.icon-container {
  position: absolute;
  top: 30%;
  left: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.contact-link {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
  margin-left: calc(10px * var(--step));
}

.contact-link:hover {
  color: #fbff00;
}

.contact-link:hover i {
  color: #fbff00;
}

.icon-container i {
  font-size: 3.5rem;
  margin-left: 10px;
}


/* Estilos para dispositivos medianos (tablets) */
@media (max-width: 1080px) {
  .continercon {
    grid-template-columns: 1fr;
    height: auto;
  }

  .contact_info h1, form h2 {
    font-size: 1.8rem;
  }

  input, textarea {
    font-size: 0.9rem;
  }

  input[type="submit"] {
    padding: 0.4rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .continercon {
    grid-template-columns: 4fr;
    height: auto;
  }

  .contact_info h1 {
    font-size: 1.2rem;
  }

  form h2 {
    font-size: 1.2rem;
  }

  input, textarea {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  input[type="submit"] {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    display: block;
    margin: 0 auto; /* Centra el botón */
  }
}



@media (max-width: 999px) {
  .titulo {
    font-size: 1.8rem;
    top: 20%;
    left: 10%;
  }

  .contact-container img {
    width: 90%;
  }

  .icon-container {
    top: 25%;
    left: 10%;
  }

  .contact-link {
    font-size: 1.2rem;
    margin-left: calc(8px * var(--step));
  }

  .icon-container i {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .titulo {
    font-size: 1.5rem;
    top: 15%;
    left: 5%;
  }

  .contact-container img {
    width: 100%;
  }

  .icon-container {
    top: 20%;
    left: 5%;
    gap: 10px;
  }

  .contact-link {
    font-size: 1rem;
    margin-left: calc(5px * var(--step));
  }

  .icon-container i {
    font-size: 1.1rem;
  }
}


/*000000000000000000000000000 End CONTACTNOS.PHP 00000000000000000000000000000000 */