h1
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    color: #2A66B0;
    font-size: 30px;
}

h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #2874E3;
}

body
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.alertify .ajs-modal
{
    z-index: 999999999999;
}

.btn-azul-claro {
    color: #2A66B0;
    background-color: #C3EDFC;
    border-color: #C3EDFC;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-azul-claro:focus,
.btn-azul-claro:hover {
    color: #fff;
    border-color: #2A66B0; 
    background-color: #2A66B0;
}

.btn-laranja {
    color: #FFF;
    background-color: #EE7634;
    border-color: #EE7634;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-laranja:focus,
.btn-laranja:hover {
    color: #fff;
    border-color: #ED6A23; 
    background-color: #ED6A23;
}

.btn-azul {
    color: #FFF;
    background-color: #2A66B0;
    border-color: #2A66B0;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-azul:focus,
.btn-azul:hover {
    color: #fff;
    border-color: #447EC1; 
    background-color: #447EC1;
}

.btn-verde {
    color: #FFF;
    background-color: #37D8A8;
    border-color: #37D8A8;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    border-radius: 100px;
}

.btn-verde:focus,
.btn-verde:hover {
    color: #fff;
    border-color: #37D8A8; 
    background-color: #37D8A8;
}

.section-topo
{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.section-topo .dropdown-menu-columns
{
    display: flex;
    flex-wrap: wrap;
}

.section-topo .dropdown-menu-columns .dropdown-item
{
    flex: 50%;
    font-size: 14px;
}

.section-topo .dropdown:hover .dropdown-menu
{
    display: block;
}

.section-topo .dropdown-item
{
    font-size: 14px;
}

.section-topo .dropdown-plantao
{
    width: 500px;
    font-size: 12px;
}

.section-topo .dropdown-plantao .box
{
    background-color: #E6FAFF;
    padding: 20px;
    border-radius: 10px;
}

.section-menu
{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #F2f2f2;
}

.section-corpo
{
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-rodape
{
    color: #2A66AF;
    font-size: 16px;
}

.section-rodape h1
{
    color: #ED6A23;
    font-size: 16px;
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

.section-rodape img
{
    max-width: 250px;
}

.section-rodape .social i
{
    color: #919592;
    font-size: 28px;
    margin-right: 20px;
}

@media screen and (max-width: 1024px)
{   
}

@media (max-width: 992px)
{
}

@media screen and (max-width: 768px)
{
}

@media screen and (max-width: 576px)
{
    .menu-icone
    {
        position: absolute;
        top: -57px;
        right: 0;
        background-color: #2A66B0;
    }

    .section-menu .navbar-light .navbar-toggler-icon
    {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .section-slider .item
    {
        height: 210px;
    }
}