﻿body {
    font-size: 11pt;
}

.btn {
    font-size: 12pt;
}

input {
    font-size: 12pt !important;
}

h1 {
    margin-top: 35px;
    font-weight: 800;
    color: #37474F;
}

.text-shadow {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.p-icons {
    font-size: 14pt;
    color: #37474F;
}

p {
    font-size: 18pt;
    color: #424242;
    font-family: 'Arial Rounded MT';
}

#error-login ul {
    font-size: 11pt;
    color: lawngreen !important;
    list-style-type: none !important;
    list-style: none !important;
    margin-left: 0px;
    padding-left: 0px
}

.navbar-swt {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .navbar-swt a:hover {
        text-decoration: none;
    }

    .navbar-swt ul {
        list-style-type: none;
    }

.center-vertical {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.navbar-swt ul li {
    display: inline;
    margin-left: 30px;
    font-weight: bold;
}

@media (min-width:1000px) and (max-width: 1024px) {
    h2 {
        font-size: 25pt !important;
    }

    .btn {
        font-size: 10pt !important;
    }

    .fa {
        font-size: 60pt !important;
    }

    p {
        font-size: 12pt !important;
    }
}

@media (min-width:1025px) and (max-width: 1680px) {
    h2 {
        font-size: 32pt !important;
    }

    .fa {
        font-size: 60pt !important;
    }

    p {
        font-size: 12pt !important;
    }
}

.box-servicios {
    box-shadow: 1px 1px 7px 0 #888888;
    padding: 20px;
    width: 230px;
    font-weight: lighter;
    background-color: #1565C0;
    display: table;
    margin: 20px auto 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .box-servicios i, .box-servicios p {
        color: white;
    }

.box-medicos {
    box-shadow: 1px 2px 7px 0 #888888;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px;
    width: 250px;
    background-color: white;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .box-medicos img {
        height: 130px;
    }

    .box-medicos .especialidad {
        font-size: 12pt !important;
    }

.list-group {
    font-size: 12pt;
}

.list-group-item-text:hover {
    color: red;
}
