/* Estilo general */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.btn {
    background-color: #016ea5;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom: 45px; 
}

.btn:hover {
    background-color: #003955;
    transform: scale(1.05);
}   

.quotation-section {
    max-width: 800px;
    margin: 150px auto 30px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.quotation-section h1 {
    font-size: 2rem;
    text-align: center;
    color: black;
    margin-bottom: 25px;
}
.quotation-section p {
    font-size: 15px;
    text-align: center;
    color: black;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

input, textarea {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

textarea {
    resize: none;
    font-family: 'Roboto', sans-serif;
}

/*
.info-contact-section{
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.info-contact-section h2{
    margin-bottom: 10px;
}

.info-contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.info-contact-items{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.info-contact-items a{
    color: #333;
    text-decoration: none;
}

.info-contact-items a:hover{
    color: #005682;
    text-decoration: underline;
}

.info-contact-items img{
    width: 40px;
    height: 40px;
}

.info-contact-items p {
    margin: 0;
    font-size: 16px;
    color: #333;
}
*/
body {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url("../imagenes/Servicios/Tuneleras/Perforación%20Horizontal/2.JPG") no-repeat center top;
  background-size: cover;
}
