﻿body {
}

.input {
    border: 0 !important;
    background: #F0F0F0;
}

.content {
    text-align: left !important;
    background: #F4F4F4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    box-sizing: border-box;
}

.info {
    color: #6A1B31;
}

.contenido-funcionario {
    background: #F9F9F9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.drop {
    width: 500px;
    height: 25px;
    background-color: #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 0;
}

.input-form {
    width: 300px;
    height: 25px;
    background-color: #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 0;
}

fieldset {
    padding: revert;
}

@media(max-width: 992px) {
    .drop {
        width: 410px;
    }

    .input-form {
        width: 410px;
    }
    .contenedorMasInfo {
    width: auto!important;
    margin-left: 0px!important;
}
    .info-item{
        padding-left: 30px!important;
    }
}

@media(max-widht: 1180px) {
    .contenedorMasInfo {
        width: 700px !important;
    }
}

.search-btn {
    border: 0px;
    background: #6A1B31;
    border: 1px solid #6A1B31;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    color: white;
    width: 110px;
    height: 40px;
    font-family: 'Montserrat' !important;
    font-weight: normal;
}

    .search-btn:hover {
        background: #F4F4F4;
        color: #6A1B31;
    }

.mensaje-noInfo {
    text-align: center;
}

.funcionarios {
    background: #F9F9F9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.nombre {
    color: #5E5D5D;
    font-size: 25px;
    margin-left: 200px;
}

.tipoServicio {
    margin-left: 200px;
}

.phone {
    color: #5E5D5D;
     font-family: 'Montserrat' !important;
}

.buttonMore {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    width: 160px;
    height: 30px;
    background: white;
    color: #6A1B31;
    border: 1px solid #6A1B31;
    font-family: 'Montserrat' !important;
    font-weight: normal;
}

    .buttonMore:hover {
        background: #6A1B31;
        border: 1px solid #6A1B31;
        color: white;
    }

.contenedorMasInfo {
    background: #F2F2F2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 700px;
    margin-left: 250px;
}

.logo-dependencia {
    max-width: 100%;
    height: 100px;
    margin-top: 15px
}

.icono-user {
    max-width: 100%;
    font-size: 80px;
    color: #D9D9D9;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.iconoTd {
    text-align: center;
    margin-left: 500px;
    width: 200px;
}

.logo-dep {
    text-align: center;
    margin-right: 500px;
    width: 200px;
    margin-top: 100px!important;
}

.btn-n {
    margin-bottom: 30px !important;
}
.link{
    color: #5E5D5D!important;
    text-decoration: none!important;
    font-weight: normal!important;
}
.link:hover{
    color: #6A1B31!important;
    text-decoration: underline!important;
}
.subtitulo{
    color: #6A1B31;
    font-weight: bold;
}
