* {
    font-family: 'Montserrat', sans-serif;
}

.color_sesion {
    /* background-color: #475154; */
    background-color: #fff1ba;
}

.copy_color {
    background-color: rgba(0, 0, 0, 0.05);
}

.menu-stile {
    /* background: rgb(255 246 223 / 77%); */
    /* background: rgb(236 155 59 / 48%); */
    background-color: #ffab02;
    /* backdrop-filter: blur(4px); */
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

.active_ {
    border-bottom: 2px solid #333333;
}

.view {
    height: 100vh;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    /* background: rgba(0, 0, 0, 0.2); */
    background: rgb(255 255 255 / 41%);
}

.carousel-indicators [data-mdb-target] {
    background-color: #501a09;
}

#imgSlider_1 {
    background-image: url('../../assets/images/slider/slider1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#imgSlider_2 {
    background-image: url('../../assets/images/slider/slider2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#imgSlider_3 {
    background-image: url('../../assets/images/slider/slider3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-light {
    background-color: #fdfaef !important;
}

.linea_titulo {
    border-bottom: 4px solid #c77804;
    width: 82px;
    margin: 0px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.linea_titulo_left {
    border-bottom: 4px solid #c77804;
    width: 82px;
    margin: 0px;
    display: block;
    margin-bottom: 20px;
}

.btn_gris {
    background: #313131;
    color: #ff9c00;
}

.btn_gris:hover {
    color: white;
}

.tam-parrafo {
    line-height: 1;
}

.color-borde-card {
    border-top: 3px solid #fe9b00;
}

.tam_serv {
    height: 150px;
    line-height: 1.2;
}



/* botones flotantes */
#btn-whats {
    background: #00bb2d;
    color: white;
    position: fixed;
    right: 15px;
    bottom: 25px;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-whats:hover {
    background: #0c662d;
    transition: all 1s;
}

#btn-phone {
    position: fixed;
    right: 15px;
    bottom: 82px;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

/* form */
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fec901;
    -webkit-box-shadow: inset 0 0 0 1px #fec901;
    box-shadow: inset 0 0 0 1px #fec901;
}

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fec901;
    -webkit-box-shadow: inset 0 0 0 1px #fec901;
    box-shadow: inset 0 0 0 1px #fec901;
}
/* termina */


@media(max-width:767px) {
    .tam_serv {
        height: auto;
        margin-bottom: 15px;
    }
}