.header {
    background-image: url("../assets/images/sliders/mservicios.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-attachment: fixed;
}

.navbar .nav-item .servicios {
    color: #E6B630;
}

.card {
    width: 18rem;
    height: 23rem;
    border-radius: 20px;
    border: transparent;
    background-color: transparent;
    transition: .8s;
    box-shadow: inset 0 -50vh 0 -1px transparent;
    /* transition: box-shadow .6s ease-in-out; */
}

.textcolor {
    color: #E6B630;
}

.card:hover .svgcolor {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    transform: scale(1.1);
}

.cservicios .svgcolor {
    width: 45%;
    filter: invert(79%) sepia(68%) saturate(330%) hue-rotate(343deg) brightness(89%) contrast(88%);
}

.cservicios:hover,
.cservicios:hover .textcolor {
    box-shadow: inset 0 -100vh 0 -1px #E6B630;
    color: white;
    transition: color .1s;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(230, 182, 90, .9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input[type],
textarea#texto {
    border-radius: 20px;
    background-color: white;
}

input[type]::placeholder,
textarea#texto::placeholder {
    color: black;
}

.modal select#inputState,
.modal input[type],
.modal textarea#texto {
    border-radius: 20px;
    background-color: #C4C4C4;
    color: #fff;
}

.modal select#inputState::-ms-expand {
    border-radius: 20px;
}

.modal input[type]::placeholder,
.modal textarea#texto::placeholder {
    color: white;
}
@media only screen and (min-width: 768px) {
    .header {
        background-image: url("../assets/images/sliders/servicios.jpg");
    }
    .card {
        width: 75rem;
        height: 15rem;
    }
}