@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    --off-white: #ffffff;
    --yellow: #FEEB00;
    --black: #000000;

}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: var(--off-white);
}

/* header */

#header-nav {
    /* padding-top: 20px; */
    /* border-bottom: 1px solid #201E1C; */
    background: var(--black-blue);
}

#menu {
  background: var(--black) !important; 
  z-index: 1;
}

#menu a {
  font-size: 18px;
  /* font-weight: bold; */
  color: var(--off-white);
}

.navbar-toggler-icon {
  background-color: var(--yellow);
}

/* #menu a:after {
    content: "";
    position: absolute;
    background-color: #0099ff;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: .3s;
}

#menu a:hover {
    color: var(--grey);
}

#menu a:hover:after {
    width: 100%;
} */

/* #menu li::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

#menu li:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#menu li::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: hsl(200 100% 80%);
    z-index: -1;
    transition: transform .3s ease;
} */




#servicios {
  background: #2b343d;
  padding-top: 20px;
}

#servicios h2 {
  color: var(--off-white)
}

#servicios p {
  color: var(--off-white)
}

/* #div-servicios {
  display: flex;
  justify-content: center ;
} */

#link-servicio {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  width: 180px;
  transition: .5s;
  background-color: var(--yellow);
  
}

#link-servicio:hover {
  transform: translateY(-4px);
  background-color: #ff7f11;
}

#servicio-secion {
  background-color: var(--black);
}

#servicio-secion h2 {
  color: var(--off-white)
}

#servicio-secion p {
  color: var(--off-white)
}

#link-servicio a {
  color: var(--off-white)
}

#link-servicio img {
  width: 50px;
  height: 50px;
  animation-play-state: paused;
}

#servicio-descripcion {
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
}

#servicio-img {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
}

#servicio-img img {
  width: 400px;
  height: 400px;
}



#menu li {
    transition: .3s;
}

#menu button {
    font-size: 18px;
    font-weight: bold;
}

#ul-background {
    background: var(--black)
}

#ul-background a:hover {
    color: var(--just-white);
    background: var(--orange);
    border-radius: 50px;
}

#menu a:hover {
    color: var(--off-white);
}

#menu li:hover {
    background: var(--yellow);
    border-radius: 50px;
}

#flags {
    display: flex;
    width: 75px;
    justify-content: space-between;
}

#flags img {
    display: block;
    cursor: pointer;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 70px;
  }
  
  .selected-language {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  .language-text {
    margin-left: 5px;
  }
  
  .language-options {
    display: none;
    position: absolute;
    background-color: var(--yellow);
    min-width: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 20px;
  }
  
  .language-options div {
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .language-options div:last-child {
    margin-bottom: 0;
  }
  
  .language-options img {
    margin-right: 5px;
  }
  
  .language-options.show {
    display: block;
  }
  
  .parrafo-whats {
    color: var(--off-white);
    margin: 0;
  }
  
  

/* whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/* carrusel 2.0 */


.carrusels-images img{
  min-height: 300px;
  max-height: 450px;
}

#section-carrusel {
  background-color: var(--off-white);
}

#text-carrusel {
  background-color: var(--black);
    padding: 40px 20px;
    border-radius: 25px;
    margin: 10px;
}

#text-carrusel h2 {
    color: var(--off-white);
    font-size: 3rem !important;
}

#text-carrusel p {
    color: var(--off-white);
}

.marca-card {
  border-radius: 25px;
  box-shadow: 4px 4px 4px 8px rgba(0, 0, 0, 0.16);
}

.container__slider{
    /* max-width: 1000px; */
    height: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

input[type=radio]{
    display: none;
}

.container{
    width: 100%;
    /* max-width: 800px; */
    height: 100%;
    max-height: 600px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.cards{
    position: relative;
    width: 100%;
    height: 100%;
}

.card{
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cards label img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}


#item-2:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-3,
#item-3:checked ~ .cards #selector-2{
    transform: translateX(-40%) scale(0.8);
    opacity: 0.6;
    z-index: 0;
}

#item-3:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-2,
#item-2:checked ~ .cards #selector-3{
    transform: translateX(40%) scale(0.8);
    opacity: 0.6;
    z-index: 0;
}

#item-1:checked ~ .cards #selector-1,
#item-2:checked ~ .cards #selector-2,
#item-3:checked ~ .cards #selector-3{
    transform: translateX(0) scale(1);
    z-index: 1;
}

/* Estilos para la sección de testimonios */
.testimonios-section {
  background-color: #f8f9fa; /* Fondo claro */
  padding: 60px 20px; /* Espaciado interno */
  text-align: center; /* Centrar el contenido */
}

.testimonios-titulo {
  font-size: 2.5rem; /* Tamaño del título */
  color: #333; /* Color del texto */
  margin-bottom: 40px; /* Espaciado inferior */
  font-weight: bold; /* Texto en negrita */
}

.testimonios-contenedor {
  display: flex; /* Usar flexbox para alinear las tarjetas */
  justify-content: center; /* Centrar las tarjetas horizontalmente */
  gap: 20px; /* Espacio entre las tarjetas */
  flex-wrap: wrap; /* Permitir que las tarjetas se envuelvan en pantallas pequeñas */
}

.testimonio-card {
  background-color: #fff; /* Fondo blanco */
  border-radius: 15px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
  padding: 20px; /* Espaciado interno */
  max-width: 300px; /* Ancho máximo de cada tarjeta */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}

.testimonio-card:hover {
  transform: translateY(-10px); /* Efecto de levantar la tarjeta */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada al pasar el mouse */
}

.testimonio-img {
  width: 100px; /* Tamaño de la imagen */
  height: 100px; /* Tamaño de la imagen */
  border-radius: 50%; /* Hacer la imagen circular */
  object-fit: cover; /* Ajustar la imagen */
  border: 3px solid #007bff; /* Borde azul */
  margin-bottom: 15px; /* Espaciado inferior */
}

.testimonio-texto {
  font-size: 1rem; /* Tamaño del texto */
  color: #555; /* Color del texto */
  margin-bottom: 15px; /* Espaciado inferior */
}

.testimonio-autor {
  font-size: 1.1rem; /* Tamaño del nombre */
  color: #007bff; /* Color del nombre */
  font-weight: bold; /* Texto en negrita */
}


/* Estilos para la sección Tienda #1 */
.tienda-section {
  background: linear-gradient(135deg, #007bff, #00bfff); /* Fondo degradado azul */
  color: #fff; /* Texto blanco */
  padding: 80px 20px; /* Espaciado interno */
  text-align: center; /* Centrar el contenido */
  position: relative; /* Para efectos adicionales */
  overflow: hidden; /* Ocultar desbordamiento */
}

.tienda-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Capa semi-transparente */
  z-index: 1;
}

.tienda-contenido {
  position: relative;
  z-index: 2;
}

.tienda-titulo {
  font-size: 3rem; /* Tamaño del título */
  font-weight: bold; /* Texto en negrita */
  margin-bottom: 20px; /* Espaciado inferior */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Sombra de texto */
  animation: titulo-animacion 2s infinite alternate; /* Animación del título */
}

@keyframes titulo-animacion {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.05);
  }
}

.tienda-subtitulo {
  font-size: 1.5rem; /* Tamaño del subtítulo */
  margin-bottom: 30px; /* Espaciado inferior */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Sombra de texto */
}

.tienda-boton {
  background-color: #ffcc00; /* Fondo amarillo */
  color: #333; /* Texto oscuro */
  padding: 15px 30px; /* Espaciado interno */
  font-size: 1.2rem; /* Tamaño del texto */
  font-weight: bold; /* Texto en negrita */
  text-decoration: none; /* Sin subrayado */
  border-radius: 50px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Transición suave */
}

.tienda-boton:hover {
  background-color: #ffdd33; /* Cambio de color al pasar el mouse */
  transform: translateY(-5px); /* Efecto de levantar el botón */
}

/* Intro */


#intro {
  background: var(--yellow);
}

#intro-titulo {
    margin-top: 50px;
    width: 100%;
    height: 90%;
    margin-left: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16)
}

#intro-titulo1 {
    height: 100%;

}



#intro img {
    max-width: 100%;
    max-height: 100%;
    
}

#intro-images {
    width: 900px;
    height: 500px;
}

#intro-icon {
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 50px;
    /* left: 200px; */
    background-image: url("../img/icon/oro.png");
}

#intro h1 {
    color: var(--black)
}

#intro p {
    color: var(--black) 
}

.marcas-car img:hover {
    transform: translateY(-4px);
    transition: .3s;
}

/* recomendaciones */

.servicios-recomendaciones {
    margin-top: 100px;
}

.tarjeta-recomendaciones:hover {
    background-color: var(--yellow);
    border-radius: 100px;
    transform: translateY(-4px);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.16);
    transition: .3s;
}

/* collection */


#tarjeta-servicio {
    position: relative;
    margin: 20px;
    border-radius: 15px;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.16);
    background-color: var(--just-white);
    transition: .5s;
    width: 400px; /* Ancho de la tarjeta */
    height: 500px; /* Alto de la tarjeta */
    padding: 0 !important;
  }
  
  #tarjeta-servicio:hover {
    transform: translateY(-4px);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.16)
  }
  
  .tarjeta-images {
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .images-1 {
    background-image: url("./assets/images/collection/shutterstock-475281019_38083026_20210709181002.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 15px;
  }

  .images-2 {
    background-image: url("./assets/images/collection/Maquinaria-pesada-pixabay.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 15px;
  }
  
  .images-3 {
    background-image: url("./assets/images/collection/1200px-Agricultural_machinery.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 15px;
  }
  
  .tarjeta-images img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajustar la imagen al contenedor */
    transition: .2s;
  }
  
  .tarjeta-contenido {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%; /* Altura del contenido dentro de la tarjeta */
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: .2s;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .titulo-tarjeta {
    position: absolute;
    top: 10px;
  }
  
  .titulo-tarjeta h3 {
    margin: 0;
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 15px !important;
  }
  
  .tarjeta-contenido p {
    margin: 0;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
  }
  
  .parrafo-tarjeta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
  }
  
  .parrafo-tarjeta p {
    margin: 0;
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
  }
  
  .parrafo-tarjeta i {
    position: relative;
    bottom: -25px;
    margin-left: 5px;
  }

  .parrafo-tarjeta a {
    text-align: center;
  }

.post-link {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: var(--yellow);
    color: var(--black);
    margin-top: 30px !important;
    margin: auto;
    transition: .5s;
    border-radius: 20px;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.post-link:hover {
    background: var(--black);
    color: var(--off-white);
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
  

.footer-pag-principal {
  background-color: #000000;
  color: var(--off-white);
}

.footer-pag {
  position: relative;
  background-image: url(../../assets/images/footer.jpg);
  background-size: cover;
  background-position: center;
}

.footer-pag::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.contact-footer {
  border-bottom: 2px solid yellow;
display: inline-block; /* Asegura que el ancho del elemento se ajuste al contenido */
padding-bottom: 4px; /* Añade un pequeño espacio entre el texto y la línea */
}


  .call-button {
    position: fixed;
    bottom: 120px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEEB00;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    z-index:100;
  }

  .call-button i {
    margin-right: 5px;
  }


