.btn-participar {
    background-color: black; 
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.favicon {
    width: 16px;
    height: 25px;
    object-fit: contain; 
} 


.btn-participar:hover {
    background-color: none;
    border: 2px solid whitesmoke;
    color: whitesmoke;
    transform: scale(1.2);
}

.carousel-caption {
    bottom: 14%; 
}


@media (max-width: 767.98px) {
    .carousel-caption {
        top: 50%; 
    }
    .btn-participar {
        font-size: 10px; 
        padding: 8px 10px; 
    }
}

#servicios {
    background-color: rgba(0, 0, 0, 0.5);
}

#servicios h2 {
    color: #e5ebc6;
    font-size: 30px;
}
#servicios p {
    color: rgb(163, 163, 163);
    font-weight: 200;
}
#servicios i {
    transition: transform 0.3s ease-in-out;
}
#servicios i:hover {
    transform: scale(1.2);
}


#conocenos {
    position: relative;
    padding: 50px 0;
    color: white; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}

#conocenos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

#conocenos .container {
    position: relative;
    z-index: 2; 
}

.polaroid-card {
    width: 300px;
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.polaroid-card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.polaroid-card .card-body {
    padding: 15px;
    text-align: center;
    background-color: whitesmoke;
}

.polaroid-card .card-text {
    font-style: italic;
    color: #555;
}     


.firma-img {
  width: 150px; 
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease, content 0.3s ease;
}


.firma-img.hover {
  transform: scale(1.2);
  content: url('/sobre/firma 2.png'); 
}   

.firma-img:hover {
    content: url('/sobre/firma\ 2.png'); 
    transform: scale(1.2);
}

/* Sección Servicios y Trabajos */
#servicios-trabajos {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px 20px;
}

#servicios-trabajos h2 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 30px;
    color: #e5ebc6;
}

#servicios-trabajos .sub {
    font-size: 50px;
    font-weight: 600;
    color: whitesmoke;
}

#servicios-trabajos .btn-ver-mas {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #68acdf;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

#servicios-trabajos .btn-ver-mas:hover {
    background-color: transparent;
    border: 2px solid whitesmoke;
    color: whitesmoke;
    transform: scale(1.2);
}

#servicios-trabajos .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    cursor: pointer;
    height: auto; 
}

#servicios-trabajos .card:hover {
    transform: scale(1.05);
}


@media (max-width: 768px) {
    #servicios-trabajos .card {
        height: auto; /* Ensure cards adjust to content */
    }

    #servicios-trabajos .carousel-item img {
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Ensure the image covers the area */
    }
}

/* Fondo de la Card */
#servicios-trabajos .card-bg {
    height: 100%;
    width: 100%;
}


#servicios-trabajos .carousel-inner,
#servicios-trabajos .carousel-item {
    height: 100%; 
}

#servicios-trabajos .carousel-item img {
    width: 100%;
    height: auto; /* Change this to auto to maintain aspect ratio */
    object-fit: cover; /* This will ensure the image covers the area without distortion */
}


/* Overlay dentro de la Card */
#servicios-trabajos .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #000000cc;
    color: #fff;
    text-align: left;
    transition: background 0.3s ease;
}

#servicios-trabajos .card-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#servicios-trabajos .card-overlay p {
    font-size: 1rem;
    margin-bottom: 15px;
}

/* Controles del Carrusel */
#servicios-trabajos .carousel-control-prev-icon,
#servicios-trabajos .carousel-control-next-icon {
    background-color: transparent;  
    border-radius: 50%;
    padding: 10px;
    color: #68acdf;
}

#servicios-trabajos .carousel-control-prev:hover,
#servicios-trabajos .carousel-control-next:hover {
    background-color: transparent;  
    color: #68acdf;
}

/* Estilo del Modal */
.modal-content {
    background-color: whitesmoke;
    color: black;
    border-radius: 15px;
    border: none;
}

.modal-header {
    border-bottom: 1px solid #444;
}

.modal-body ul li {
    font-size: 0.9rem;
    padding: 8px 10px;
    background-color: whitesmoke;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #68acdf;
}

/* Desactiva scroll al abrir modal */
body.modal-open {
    overflow: hidden;
}



#clientes {
    background-color: whitesmoke;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/clientes/PYBARA.png');
    background-size: cover;
    background-position: center;
}


#clientes h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #e5ebc6;
}


#clientes h5 {
    color: rgba(255, 255, 255, 0.863); 
    font-weight: bold;
}

#clientes .carousel-inner p.text-muted {
    color: #555; 
    font-style: italic;
}

.carousel-indicators {
    bottom: -30px; 
}

.carousel-indicators li {
    background-color: #555; 
    width: 12px;
    height: 12px;
    margin: 5px; 
}

.carousel-indicators li::after {
    content: ''; 
}

.contacto-seccion {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-image: url('/contatcofondo.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    color: #333; 
}

  
.contacto-contenedor {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    background: #e5ebc6;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
  
.formulario-contenedor {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
.formulario-contenedor h2 {
    font-size: 30px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}
  
.formulario-contenedor p {
    font-size: 16px;
    margin-bottom: 20px;
}
  
.mb-3 {
    margin-bottom: 20px;
}
  
.form-control,
.form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-control,
.form-select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc; 
    border-radius: 5px;
    background-color: #f1f5db; 
    color: #333; 
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #68acdf; 
    box-shadow: 0 0 5px rgba(104, 172, 223, 0.5); 
    outline: none; 
}

  
.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #68acdf;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
  
.btn-primary:hover {
    background-color: transparent; 
    border: 2px solid #68acdf;
    color: #68acdf;
    transform: scale(1.2);
}


  
.imagen-contenedor {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.imagen-contenedor img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
  

@media (max-width: 768px) {
    .imagen-contenedor {
      display: none; 
    }
  
    .contacto-contenedor {
      flex-direction: column; 
    }
}
  

.footer {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 40px 0;
}
  
.footer-logo-img {
    width: 150px; 
    margin-bottom: 20px;
}
  
.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    text-decoration: none;
    color: whitesmoke;
}
  
.social-icons {
    margin-top: 10px;
}
  
.social-icons i {
    color: #68acdf;
}

.social-icons i:hover {
    color: #e5ebc6;
    transform: scale(1.2);
}
  
.social-icon {
    margin-right: 10px;
}
  
  
.footer-links {
    list-style: none;
    padding: 0;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    height: 100%; 
}

.footer-links li {
    margin-bottom: 10px;
    text-align: center;
}

  
.footer-links a {
    color: white;
    text-decoration: none;
}
  
.footer-links a:hover {
    text-decoration: underline;
}
  

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-methods img {
    width: 60px; 
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    object-fit: contain; 
}

  

footer .row:last-child {
    margin-top: 20px;
}
  
footer .footer-links a {
    color: #68acdf;
    text-decoration: none;
}
  
footer .footer-links a:hover {
    text-decoration: none;
    color: #e5ebc6;
    border-bottom: 2px solid #68acdf; 
}


.dev {
    text-decoration: none;
    color: #e5ebc6;
}

.Copyright {
    font-size: 12px;
    color: #ccc;
    
}

  
/* Responsividad */
@media (max-width: 768px) {
    .footer .col-lg-4 {
      text-align: center;
      margin-bottom: 20px;
    }
  
    .payment-methods img {
      width: 40px; 
    }
}
  

/* Estilo general para las cards */
.portfolio-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card .card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.portfolio-card .card-body {
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

.portfolio-card .card-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.portfolio-card .card-text {
    font-size: 1rem;
    color: #777;
}

/* Efecto hover: Agrandar la card */
.portfolio-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Hacer que las imágenes sean responsivas */
.portfolio-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
