@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
  }


body {
    padding-top: 0px;
    font-family: 'Roboto', sans-serif;
    margin-top: 150px;
}

/* MENÚ IZQUIERDA DETALLE SERVICIOS */

.list-group-item {
    position: relative;
    display: block;
    padding: 20px 15px;
    margin-bottom: -1px;
    background-color: #e5ded1;
    border: 1px solid #f2ece0;
}

.list-group-item:hover {
    position: relative;
    display: block;
    padding: 20px 15px;
    margin-bottom: -1px;
    background-color: #e5ded1;
    border: 1px solid #f2ece0;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #555;
    background-color: #d3c8b4;
    border-color: #d3c8b4;
}

/* MENÚ IZQUIERDA DETALLE SERVICIOS END */
.breadcrumb {
    padding: 20px 15px 20px 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
}

/* MENÚ CELULAR */
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #fbf7ee;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #c0b4a7;
    border-color: #c0b4a7;
    text-align: center;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eaeaea;
}

.panel-body {
    padding: 15px;
    background: #fff;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.btn-group-lg>.btn, .btn-lg {
    text-align: center;
    background-color: #e5ded1;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 0;
    color: #000;
    letter-spacing: 1px;
    font-size: 10px;
    width: 300px;
}

.btn-primary {
    border-color: #2e6da400;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

