﻿/* ========= Responsive para desktop ========= */
@media all {
    
    .ToolPageTitle {
          color: #333330;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 24px;
    }

    .ToolPageTitle h1 {
          color: #333330;
          font-family: 'Space Grotesk';
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 24px;
    }

    .ToolTooltip p {
          color: #333330;
          font-family: 'Space Grotesk';
          font-size: 14px;
          font-weight: normal;
          letter-spacing: 0;
          line-height: 20px;        
    }
    
    .ToolTitle,
    .ToolTitle h1
    {
        font-size: 20px;
        line-height: 22px;
        margin-top: 20px;
        color: #00568b;
        font-weight: normal;
        padding: 0;
    }

    .ToolFullPage
    {
        margin: 20px auto 20px auto; 
        max-width: 480px; 
        width: 100%;
        border: 2px solid #00568b; 
        border-radius: 25px;
    }

    .ToolFullPage input, .ToolFullPage input[type='text'], .ToolFullPage select
    {  
        font-family: 'Space Grotesk' !important;
        font-size: 15px !important;
        height: 40px; 
        width: 100%;
        border: 1px solid grey;
        padding: 3px 0 3px 4px;
    }

    .ToolMenuMobile {
        text-align: center; 
        margin-top: 20px;
        display: none;
    }

    .ToolWrapper {
        display: flex;
        flex-direction: column;
    }

    .ToolLabel {
        font-family: 'Space Grotesk';
        color: #525252;
        font-size: 15px;
    }

    .ToolInput {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .ToolLabelResult {
        font-family: 'Space Grotesk';
    }
    
    .ToolResult {
        font-family: 'Space Grotesk';
        height: 27px;
        background-color: #ccdce8;
        margin-top: 5px;
        padding-top: 13px;
        padding-left: 5px;
    }
}

/* ========= Responsive Tablet ========= */

@media (max-width: 1000px) {

 .ToolMenuMobile {
        display: block;
    }

}

/* ========= Responsive Telemovel ========= */
@media (max-width: 600px) {

    .ToolPageTitle h1 { 
        font-size: 18px;
    }


}




