* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* 
    ! HEADER ------------------------------------------------------
  */
.Cabecera {
  position: fixed;
  /* Hacer que la cabecera sea fija */
  top: 0;
  left: 0;
  width: 100vw;
  /* Ocupar todo el ancho de la ventana */
  background-color: rgb(255, 255, 255);
  color: rgb(4, 36, 63);
  box-shadow: 0px 0.2px 5px rgb(13, 9, 53);
  height: 15vh;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 99999999;
}

.Cabecera img {
  height: 90%;
  margin-left: 20px;
}

/* Estilos para el Navbar */
.navbar {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: unset;
  margin-right: 80px;
}

.nav-links {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

.nav-links li {
  padding: 0;
  border-image-slice: 100;
  margin: 0px 20px;
  text-align: center;
  font-weight: bold;
  color: #756f6f;
  font-family: Arial, Helvetica, sans-serif;
}

.i[href],.n[href],.s[href],.p[href],.c[href] {
  color: #f78604;
}

.i:hover, .n:hover, .s:hover, .p:hover, .c:hover{
    color: rgb(15, 109, 152);
}

.nav-links a {
  text-decoration: none;
  color: unset;
  margin-right: 20px;

}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  justify-content: end;
}

.bar {
  width: 30px;
  height: 3px;
  background-color: rgb(10, 10, 103);
  color: rgb(120, 75, 16);
  margin: 4px 0;
}

.nav-toggle:hover {
  border: 2px solid rgb(23, 9, 90);
  padding: 0px 10px;
  border-radius: 3px;
  background-color: rgba(93, 109, 134, 0.4);
  transition: all 0.2s;
}

.nav-links li:hover {
  font-weight: 800;
  color: rgb(15, 109, 152);

  border-width: 3px;
  border-style: none none solid none;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left,
      transparent,
      rgb(245, 166, 7),
      transparent);

  transition: border-image 0.4s;
  backdrop-filter: blur(30px);
}

.nav-links a {
  opacity: 1;
}

.has-submenu:hover .submenu {
  display: block;
}

.submenu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2) 20px;
  z-index: 1;
  padding: 10px;
  border-radius: 4px;
  top: 100%;
  width: 250px;
}

.submenu li {
  list-style: none;
  margin: 15px 0;
  text-align: left;
  width: auto;
}

.submenu a {
  text-decoration: none;
  color: unset;
}






/* estilo_formulario.css -----------------------------*/



.container {
  display: flex;
  justify-content: space-between;
  padding-top: 17vh;
}

.form-container {
  width: 60%;
}

.image-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.image-top,
.image-bottom {
  max-width: 100%;
  height: auto;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

input[type="file"] {
  margin-bottom: 24px;
}

.button1 {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.button1:hover {
  background-color: #45a049;
}

.file-upload input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.file-upload input[type="file"]:focus+label {
  border: 2px solid #4CAF50;
}





/*-------estilo para valores----------*/
.contenedor-v {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.columna {
  width:33%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.fila {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1%;
}

.contenido {
  font-family: Arial, Helvetica, sans-serif;
  
}

.imgp{
  width: 80%;
  padding: 1%;
}
.imgpq{
  width: 15%;
  height: 15%;
  padding-top: 2%;
}

.t{
  color: #038080;
  padding-bottom: 0%;
}

.t1{
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #038080;
  padding-bottom: 0%;
  text-align: left;
  padding-left: 10%;

}
.t2{
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #038080;
  padding-bottom: 0%;
  text-align: right;
  padding-right: 10%;
  
}



/*-----------------*/








/*formulario---------------------------------------*/


/*cuerpo-------------de targetas---------------*/
.tith1c {
  display: flex;
  color: #ff7700;
  justify-content: center;
  text-align: center;
  background-color: rgb(6, 55, 71);
  margin-top: 16.5vh;
}

.titpc {
  font-size: 20px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  padding: 10px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  background-color: rgb(6, 55, 71);
}

.tith1 {
  display: flex;
  color: rgb(253, 253, 253);
  justify-content: center;
  padding: 10px;
  text-align: center;
  background-color: rgb(6, 55, 71);
}

.titp {
  display: flex;
  color: #fff;
  justify-content: center;
  padding: 10px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  background-color: rgb(6, 55, 71);
}


.img {
  width: 100%;
  height: 100%;
}



/* Estilos generales para las tarjetas */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  background-color: rgb(6, 55, 71);
  position: relative;
  width: 100%;
}

.flip-card {
  width: 400px;
  height: 400px;
  margin: 10px;
  margin-top: 15px;
  perspective: 1000px;
  background-color: rgb(255, 255, 255);
  /*opacity: 0.8;*/
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  /*transition: transform 0.6s;*/
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;

}

.flip-card-front {
  background-color: #fff;
  box-shadow: inset 0 0 10px rgba(196, 37, 37, 0.5);
}


.flip-card-back {
  background-color: #f1f1f1;
  transform: rotateY(180deg);
  border: 4px solid rgb(242, 102, 2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back h2 {
  margin-top: 20px;
}

.flip-card-back p {
  margin: 5px 0;
}

.card-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}

.card-title h3 {
  margin: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
}


.vc {
  border-right: 3px solid rgb(249, 183, 3);
  border-left: 3px solid rgb(249, 183, 3);
}

/* 
    ! Cuerpo --------------------------------------------------------------
*/
.cuerpo {
  background-color: rgb(28, 214, 214);
  /* Para evitar que el contenido quede detrás de la cabecera */
  width: 100%;
  height: 70vh;
  border: 1px solid rgb(7, 7, 71);
  box-shadow: 1px 2px 4px rgb(22, 1, 47);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15vh 0 0 0;

  border-radius: 0px px 0px 0px;
  backdrop-filter: blur(100px);
}

.slider-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sliderimg {
  display: flex;
  width: 100%;
  height: 100%;
}

.slidec {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: rgb(30, 30, 66);
  backdrop-filter: blur(30px);
  border-radius: 5px;
}

.slidec.slidec-men.mqs {
  background-image: url("../Images/trabajador.png");
  background-size: cover;

}
.slidec.slidec-men.mmv {
  background-image: url("../Images/trabajador.png");
  background-size: cover;

}
.slidec.slidec-men.mv {
  background-image: url("../Images/trabajador.png");
  background-size: cover;

}
.slidec.slidec-men.mtcn {
  background-image: url("../Images/trabajador.png");
  background-size: cover;

}

.slidec.slidec-men {
  background-image: url("../Images/trabajador.png");
  background-size: cover;

}

.slidec.slidec-cont {
  background-image: url("../Images/cont.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;

}


.botones {
  position: absolute;
  left: auto;
  margin-bottom: 20px;
  top: 10px;
  right: 100px;
}

.boton {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #fafafa;
  /* Color de fondo */
  color: rgb(0, 0, 0);
  /* Color del texto */
  border: 1px solid #000000;
  /* Borde del botón */
  border-radius: 5px;
  /* Bordes redondeados */
  transition: background-color 0.3s;
}

/* Cambio de color al pasar el ratón sobre el botón */
.boton:hover {
  background-color: rgb(5, 131, 131);
  color: rgb(255, 128, 0);
}

.qs {
  background-color: rgb(255, 128, 0);
}

.mv {
  background-color: rgb(255, 128, 0);
}

.v {
  background-color: rgb(255, 128, 0);
}

.tcn {
  background-color: rgb(255, 128, 0);
}


.ptxt::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 13px;
  /* Altura del subrayado */
  background-image: linear-gradient(to left,
      
  rgb(255, 128, 0),
      rgb(255, 128, 0)
      );
  /* Color del subrayado */
  bottom: -13px;
}

.ptxt::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 5px;
  /* Altura del subrayado */
  background-image: linear-gradient(to left,
      
  rgb(255, 128, 0),
      rgb(255, 128, 0)
      );
  /* Color del subrayado */
  bottom: -3px;
}


/*-----------------*/

.Contenedores {
  /* Para evitar que el contenido quede detrás de la cabecera */
  width: 90vw;
  height: 30vh;
  border: 1px solid rgb(7, 7, 71);
  box-shadow: 1px 1px 4px black;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
}

.contenedor-marca-txt {

  height: 99%;
  background-color: rgba(185, 15, 15, 0.925);
  opacity: .9;
  backface-visibility: blur(30px);
  border-radius: 0px 5px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.buttons {
  width: 40%;
  height: 30px;
  color: blue;
  background-image: linear-gradient(12deg,
      rgba(31, 31, 228, 0.124),
      rgba(190, 229, 243, 0.67));
  transition: all 2s;
}

.buttons:hover {
  background-color: rgba(12, 109, 127, 0.838);
  cursor: pointer;
  border-radius: 16px;
  text-transform: uppercase;
  color: white;
  transition: transform all 0.8s;
}

.contenedor-c {
  width: 98.5vw;
  height: 60vh;
  background-color: rgb(236, 236, 236);
  border-radius: 5px;
  box-shadow: 0 3px 8px black;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contenedor-marca-txt {
  width: 100%;
  height: 99%;
  background-color: rgba(255, 255, 255, 0.925);
  opacity: .9;
  backface-visibility: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.subContenedor-marca-txt {
  

  width: 100%;
  display: block;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
  padding-top: 1%;
  flex-direction: row;
  text-align: justify;
  /* Alinea los elementos en una fila horizontal */
  
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.valores {
  width: 80%;
  height: 100%;
}

.img-mv {
  width: 90%;
  height: 90%;
  padding: 40px 40px 40px 40px;
}

.scmth1 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  height: 20%;
  /* Establece la altura al 100% del contenedor padre */
  align-items: center;
  color: black;
  font-weight: bold;
  
  /* color: darkcyan;*/
}


.slidec p {
  color: rgb(255, 255, 255);
  width: 600px;
  height: 10%;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 20%;
  margin-left: 5%;
  position: absolute;
  font-variant: small-caps !important;
}

/* ? Carrucel ---------------------------*/

.Contenedor-Carru {
  /* Para evitar que el contenido quede detrás de la cabecera */
  width: 100%;
  height: 70vh;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 1px 2px 4px rgb(255, 255, 255);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15vh 0 10px 0;
  background-image: linear-gradient(240deg,
      rgba(130, 130, 138, 0.799),
      rgb(1, 1, 17));
  backdrop-filter: blur(100px);
}

.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 3.9s;
}

.prev,
.next {
  width: 35px;
  height: auto;

  font-size: xx-large;


  background-color: transparent;
  opacity: 0.9;
  color: transparent;
  border: none;
  border-radius: 3px;
  padding: 5px 5px;
  cursor: pointer;

  position: absolute;
}


.prev {
  left: 0;
  z-index: 999;
}

.next {
  right: 0;
  z-index: 998;
}

.prev:hover,
.next:hover {
  opacity: 1;
}

.img1 {
  width: 100%;
  height: 100%;
}


.slide {
  flex: 0 0 100%;
  width: 10%;
  text-align: center;
  background-color: rgb(30, 30, 66);
  backdrop-filter: blur(30px);
  border-radius: 5px;

}

.slide p {
  padding: 10px;
  padding-left: 20px;
  color: rgb(255, 255, 255);
  background-color: rgb(88, 88, 89);
  width: 430px;
  height: 18%;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  margin-top: 18%;
  position: relative;
  font-variant: small-caps !important;
}

.slide p::before {
  content: "";
  position: absolute;
  width: 80%;
  /* Ancho del subrayado ajustado con los márgenes */
  height: 4px;
  /* Altura de la primera línea del subrayado */
  background-image: linear-gradient(to left,
      rgb(6, 138, 168),
      rgb(6, 138, 168));
  /* Color del subrayado */
  bottom: 14px;
  /* Ajusta la posición vertical */

}
.slide p::after {
  content: "";
  position: absolute;
  width: 50%;
  /* Ancho del subrayado ajustado con los márgenes */
  height: 8px;
  /* Altura de la primera línea del subrayado */
  background-image: linear-gradient(to left,
  rgb(6, 138, 168),
  rgb(6, 138, 168));
  bottom: 8px;
  /* Ajusta la posición vertical */

}



.slide h3 {
  text-transform: uppercase;
  background-color: white;
  font-weight: bolder;
  color: black;
  border-radius: 30px;
  width: 180px;
  font-size: small;
  padding: 8px;
  margin-top: 2%;
  margin-left: 45px;
}

.escribir {
  border-right: 3px solid white;
  padding-right: 5px;
  text-transform: none !important;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: parpadeo 0.7s infinite;
}

@keyframes parpadeo {
  0%, 100% { border-color: white; }
  50% { border-color: transparent; }
}

.slider-buttns {
  width: 100%;
  height: 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  z-index: 800;
}

/* Establece las imágenes de fondo para cada diapositiva */
.slide.slide-1 {
  background-image: url("../Images/construccion.jpg");
  background-size: cover;

}

.slide.slide-2 {
  background-image: url("../Images/hidrocarburos.jpg");
  background-size: cover;
}

.slide.slide-3 {
  background-image: url("../Images/mineria.jpg");
  background-size: cover;
}

.slide.slide-4 {
  background-image: url("../Images/medio-ambiente.jpg");
  background-size: cover;
}

.slide.slide-5 {
  background-image: url("../Images/hidroelectrica.jpg");
  background-size: cover;
}

button {
  margin: 10px;
}

.inter {
  display: flex;

}

.circle-button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  backdrop-filter: blur(30px);
  box-shadow: 0 30px 30px black;
}

.circle-button.active {
  background-color: rgb(255, 128, 0)
}

/* --------------------- */




.contenedor-marca {
  width: 100%;
  height: 60vh;
  /*background-color: darkcyan;*/

  display: flex;
  align-items: center;
}

.contenedor-marca-texto {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.925);

  backface-visibility: blur(30px);

  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.linia {
  position: relative;
  z-index: 1;
}*/
/*
.linia::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 5px;*/
  /* Grosor de la línea */
  /*background-color: #f78604;*/
  /* Puedes cambiar el color según tus necesidades */
  /*transform: translateY(-50%);
  z-index: -1;

}*/


.subContenedor-marca-texto {
  width: 100%;
  height: 90%;
  display: flex;
  /* Alinea los elementos en una fila horizontal */
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.subContenedor-marca-texto p {
  overflow: auto;
  max-width: 90%;
  max-height: 100%;
  padding: 5px;
  margin-left: 5px;
  text-align: justify;
  font-size: 22px;
  border: 3px double rgb(255, 166, 0);

  /* Centrado vertical */
  position: relative;
  top: 50%;
  transform: translateY(-50%);

  border-style: solid none;
  height: 100%; /* Establece la altura al 100% del contenedor padre */
  display: block;
}

.subContenedor-marca-texto h1 {
  text-align: center;
  text-shadow: .5px 1px 3px darkcyan;
  font-size: large;

  height: 95%;
  /* Establece la altura al 100% del contenedor padre */
  display: flex;
  align-items: center;
  justify-content: center;
}







/*
    !  PArte del Footer -------------------------------------------¡ 
  */



.pieDePagina {
  width: 100%;
  height: auto;
  background-color: black;
  padding-top: 10px;
  margin-top: 8px;

}

.PDP-A {
  width: 90%;
  margin: 5px auto;
  height: 70%;

  display: flex;
  justify-content: left;
}

.PDP-B {
  width: 12%;
  height: 18%;
  margin-left: 5px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.PDP-C {
  border-top: 3px #ffffff solid;
  border-bottom: 3px #ffffff solid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgb(243, 156, 5);
  backdrop-filter: blur(30px);

  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Verdana, sans-serif !important;
}


.subContenedorA {
  width: 20%;
  height: 95%;
  /*display: flex;*/
  flex-direction: column;
  /* justify-content: space-evenly;*/
  justify-items: center;
  flex-wrap: wrap;
}

.subContenedorA-titulo {
  width: 100%;
  height: 12%;
  color: rgb(225, 224, 255);
  display: grid;
  /*place-items: center;*/
  padding-left: 35px;
  text-transform: uppercase;
  margin-top: 10px;
}

.subContenedorA-titulo h3 {
  font-size: medium;
  padding-bottom: 20px;
}

.subContenedorA-cuerpom {
  width: 95%;
  height: auto;

  color: rgba(222, 227, 238, 0.482);
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: start;
  text-align: right;
  justify-content: right;
  padding-top: 20px;
}

.subContenedorA-cuerpom p {
  width: 100%;
  margin: auto;
  cursor: pointer;
  border-image-slice: 1000;
  display: flex;
  margin-left: 10px;
  padding: 3px;
  flex-direction: row;
  /*align-items: center;
  justify-content: space-around;*/
}

.subContenedorA-cuerpom p:hover {
  font-weight: 200;
  color: white;

  border-width: 2px;
  border-style: none none solid none;
  border-image-source: linear-gradient(to right,
      transparent,
      orange,
      transparent);
  border-image-slice: 0.5;
  transition: border-image 0.2s;
}

.subContenedorA-cuerpo {
  width: 95%;
  height: auto;

  border: 7px;
  border-style: none none none double;
  border-color: rgb(244, 110, 8);
  border-radius: 12px 0px 0px 3px;
  color: rgb(167, 170, 173);

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  /*padding-left: 20px;*/
  opacity: 0.8;
}

.subContenedorA-cuerpo:hover {
  opacity: 1;
  transition: all 0.5s;
  background-color: rgba(93, 105, 134, 0.482);
  backdrop-filter: blur(30px);
}

.subContenedorA-cuerpo p {
  width: 80%;
  margin: auto;
  cursor: pointer;
  border-image-slice: 1000;
  display: flex;
  margin-left: 10px;
  padding: 3px;
  flex-direction: row;
  /*
  align-items: center;
  justify-content: space-around;*/
}

.subContenedorA-cuerpo p:hover {
  font-weight: 200;
  color: white;

  border-width: 2px;
  border-style: none none solid none;
  border-image-source: linear-gradient(to right,
      transparent,
      orange,
      transparent);
  border-image-slice: 0.5;
  transition: border-image 0.2s;
}

.subContenedorB-Izquierda {
  width: 70%;
  height: 90%;

  display: flex;
  flex-direction: row;
  justify-content: right;
  text-align: left;
}

.subContenedorB-Derecha {
  width: 100%;
  height: 90%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;

}

.subContenedorB-Izquierda img {
  height: 90%;
}

.subContenedorB-Izquierda div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: rgb(174, 169, 189);
  width: 35%;
}

.subContenedorB-Derecha div p {
  text-align: left;
  width: 100%;
  font-size: small;
  padding: 3px 0px;
}

/* Estilo para los botones redondos */
.social-button img {
  width: 30px;
  border-radius: 40%;
  opacity: 0.8;
  transition: all .6s;
  box-sizing: border-box;
}

.pf {
  color: #f1f1f1;
  padding-left: 50px;
  
}

/* Cambiar el color de fondo al pasar el ratón por encima */
.social-button img:hover {
  width: 28px;
  opacity: 1;
  margin-bottom: 10px;
}

.PDP-C a {
  color: unset;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.PDP-C a b {
  color: rgb(255, 255, 255);
  font-weight: normal;

}




/* ! Para Moviles y pantallas pequeñas  */
/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
  * {
    font-family: Arial, Helvetica, sans-serif !important;
  }

  /* ! HEader and Nav --------------------------------------- */
  .Cabecera {
    width: 100vw;
    padding-left: 20%;
  }

  .navbar {
    width: 15%;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-image: linear-gradient(to left,
        rgba(130, 130, 138, 0.799),
        rgb(1, 1, 17));
    color: white;

    position: absolute !important;
    top: 74%;
    right: 2%;
    width: 30%;
    padding: 10px;
    border-radius: 3px;
    z-index: 9999999 !important;
    backdrop-filter: blur(30px);
  }

  .nav-links a {
    font-size: x-small;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .slide h3 {
    text-transform: uppercase;
    background-color: white;
    font-weight: bolder;
    color: rgb(5, 5, 54);
    border-radius: 30px;
    width: 150px;
    font-size: x-small;
    padding: 8px;
    margin-top: 2%;
    margin-left: 45px;
  }

  .slide p {
    color: rgb(255, 255, 255);
    background-color: rgb(72, 72, 76);
    width: 350px;
    height: 16%;
    text-transform: uppercase;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    margin-top: 55%;
    position: relative;
    font-variant: small-caps !important;
  }

  .contenedor-marca{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .contenedor-marca-texto{
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: auto;
    width: 100%;
  }

  .subContenedor-marca-texto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* Alinea los elementos en una fila horizontal */
    align-items: center;
    justify-content: center;
    padding-top: 1px;

    border-radius: 0px 5px 5px 0px;
  }

  .subContenedor-marca-texto p {
    overflow: auto;
    max-width: 90%;
    max-height: 90%;
    padding: 5px;
    text-align: justify;
    font-size: large;
    height: 100%;
    /* Establece la altura al 100% del contenedor padre */
  }

  .subContenedor-marca-texto h1 {
    text-align: center;
    text-shadow: .5px 1px 3px darkcyan;
    font-size: large;
    font-weight: 400px;

    height: 20%;
    /* Establece la altura al 100% del contenedor padre */
    align-items: center;
  }

  .subContenedor-marca-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .valores {
  max-width: 100%;
  height: auto;
}








  /* !Footer ----------------------------------------------- */
  .pieDePagina {
    width: 100%;
    height: 82vh;
    background-color: black;

    transition: transform 1s ease;
    /* Agrega una transición para suavizar el desplazamiento */
    border: 1px double rgb(52, 51, 65);
    margin-top: 1px;
    transform: translateY(5%);
    transition: transform 3s all;
    font-size: x-small !important;
  }

  .subContenedorA-titulo h3 {
    font-size: xx-small;
  }

  .subContenedorA-cuerpo p {
    font-size: x-small;
  }

  .subContenedorA-cuerpom p {
    font-size: x-small;
  }

  .subContenedorA-cuerpom {
    padding-top: 80px;
    flex-direction: row;
    text-align: justify;
  }

  .PDP-B {
    font-size: xx-small !important;
  }

  .subContenedorB-Izquierda img {
    width: 40px;
    height: 40px;
  }

  .subContenedorB-Izquierda div p {
    font-size: 7px !important;
  }

  .PDP-C {
    letter-spacing: 1px;
    line-height: 1px;
    font-size: xx-small !important;
    backdrop-filter: blur(30px);
  }

  .slidec p {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 10%;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 50%;
    margin-left: 5%;
    position: absolute;
    font-variant: small-caps !important;
  }

  .contenedor-v {
    display: flex;
    flex-direction: column;

}
.columna {
    width: 100%;
    margin-bottom: 20px;
}
.fila {
    width: 100%;
}
.contenido {
    text-align: center;
}
.t1, .t2{
    font-size: 25px;
}


}

footer a {
  text-decoration: none;
  color: unset;
}

