                   

.page-contact.calculadora .banner {
    background-image: url(/img/banner-calculadora.jpg) !important;
}



.box-contato {
    display: block !important;
    position: none !important;
    top: 500px !important;
    display: block;
}

.container {
    /* width: 100%; */
    /* max-width: 800px; */
}

.complementar {
    padding: 0;
    font-size: 18px;
    color: #001c47;
}

.intro {
    padding: 20px 0 !important;
}

.intro h1 {
    color: #001c47;
    padding: 30px 0;
    font-weight: bold;
    font-size: 36px;
}

.intro h2 {
    color: #001c47;
    padding: 10px 0 20px 0;
    font-weight: bold;
    font-size: 26px;
    text-align: center;

}

.intro h3 {
    color: #001c47;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 65px;
    border-bottom: 2px solid;
    margin-bottom: 20px;

}

.intro calc-table {
    padding: 20px 0;
}

.intro p,
.complementar p {
    margin: 0 0 10px 0;
}

.intro p.destaque {
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid;
    padding: 20px;
    overflow: hidden;
}

.complementar b {
    font-size: 22px;
}

.label-campos {
    text-align: left !important;
    font-size: 28px;
    font-weight: bold !important;
    padding: 15px;
}

.label-campos2 {
    text-align: left !important;
    font-size: 18px;
    font-weight: bold !important;
    padding: 15px;
}

a.links {
    text-decoration: none;
    color: #89a9c9;
}

a.links:hover {
    color: #444242;
}

.form-group input,
.form-group select {
    height: 50px !important;
    font-size: 22px;
    color: #444242;
}

.form-group input::placeholder,
.form-group select::placeholder {
    color: #444242;                        
}

.horizontal-select {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-weight: bold;
}

.horizontal-select li {                     
    display: flex;
    align-items: center;
}

.square-container {
    width: 100%;                     
    height: auto;                        
    cursor: pointer;                        
    transition: filter 0.3s;                        
    position: relative;                        
    display: flex;
    justify-content: center;                        
    padding: 10px;
    box-sizing: border-box;
}

.square {                        
    background-color: rgb(181, 181, 181);                        
    padding: 20px 10px;
    justify-content: center;
    text-align: center;
    vertical-align: center;
    width: 100%;                        
    height: 100%;                        
    cursor: pointer;                        
    transition: filter 0.3s;                        
    position: relative;                        
    display: flex;
    justify-content: center;                        
    align-items: center;
    font-size: 18px;
    border-radius: 5px;
}

.squareimg {
    height: 200px;
    color: #ffffff;
    background-size: cover;
    background-position: center;                    
}

.squareimg:before {
    content: "";                        
    position: absolute;                        
    top: 0;
    left: 0;
    width: 100%;                        
    height: 100%;                        
    background-color: rgba(0, 0, 0, 0.3);                        
    border-radius: 5px;                        
    color: #ffffff
}

.square:hover {
    filter: grayscale(50%);
    background-color: #286090;
    color: #ffffff;
}

.square-container.selected .square {
    background-color: #001c47;
    color: #ffffff;
}

.square-container.selected .squareimg {
    box-shadow: 0px 0px 5px 2px #001c47;
    box-sizing: border-box;
}

.square.selected {
    opacity: 0.7;                        
}

#area-aplicacao-select-container .horizontal-select {
    display: flex !important;
    flex-wrap: wrap !important;
}

#area-aplicacao-select-container .square-container {
    width: 50%;                        
    padding: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    #area-aplicacao-select-container .square-container {
        width: 100%;                            
    }
}

.btn-primary {
    background: #001c47;
    border-color: #001c47;
    border-radius: 0;
    min-height: 40px;
    min-width: 150px;
    margin: 10px;
}

.new {
    background: red;
}

table.calculadora {
    border-collapse: separate;
    text-align: left;
    width: 100%;
    align-items: center;
    border-spacing: 2px 0;
    margin-bottom: 40px;
}

table.calculadora th {
    padding: 15px;
    color: #444242;
    text-align: right;
    font-weight: normal;
    width: 50% !important;
}

table.calculadora tr td {
    display: table-cell;
    padding: 10px;
    text-align: left;
    font-weight: 600;
}

table.calculadora tr {
    border: none;
    display: table-row;
    background: #eceff2;
}

table.calculadora tr:nth-child(odd) {
    background: #bec8d7;
}

.error-text {
    color: red
}

#player {
    margin-top: 100px;
    clear: both;
}

#player video {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#player h2 {
    color: #001c47 !important;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

#videos ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 50px 0;
}

#videos li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#videos a {
    display: block;
    text-decoration: none;
    color: #001c47;
    text-align: center;
}

#videos img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #444242;
}

#player {
    margin-top: 20px;
}

#player {
    width: 680px;
    max-width: 100%;
    /* height: 100%;                         */
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;                        
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#player iframe {
    margin: 50px 0;
}

.image-container {
    display: flex;                        
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.image-container a {
    font-size: 14px;
    display: block;
}

.image-container a img:hover {
    opacity: 0.5;
}

.image {
    width: 120px;
    margin: 10px;                        
    text-align: center;
}

.image img {
    width: 120px;
}

.image-container .fab {
    font-size: 30px;
    color: #001c47
}

@media (max-width: 800px) {
    .image {
        width: calc(50% - 20px);                            
    }

    .intro h3 {
        font-size: 7vw;
    }

}

@media (max-width: 600px) {
    .image {
        width: calc(33.33% - 20px);                            
    }

    .horizontal-select {
        display: block;
    }

    .horizontal-select li {
        margin: 5px 0
    }
}

@media (max-width: 400px) {
    .image {
        width: calc(50% - 20px);                            
    }
}

@media (max-width: 300px) {
    .image {
        width: 100%;                            
    }
}

.divisor {
    width: 100%;
    height: 2px;
    display: block;
    background: #001c47;
    margin: 20px 0 0 0;
}

.sticky-title {
    position: sticky;
    text-align: center;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    overflow: hidden;
    border-bottom: #001c47 2px solid;                        
}

.hidden {
    display: none;
}

.page-break-inside-avoid {
    page-break-inside: avoid;
}