@font-face {
    font-family: Open-Sans-Bold;
    src: url(../font/open-sans-bold.ttf);
}

@font-face {
    font-family: Open-Sans-Light;
    src: url(../font/open-sans-light.ttf);
}

@font-face {
    font-family: Open-Sans;
    src: url(../font/open-sans.ttf);
}

.OpenSans {
    font-family: Open-Sans;
}

.OpenSans-bold {
    font-family: Open-Sans-Bold;
}

.text-justify {
    text-align: justify;
}

.text-primary {
    color: #0b75db!important;
}

a:hover {
    text-decoration: none;
}

a{
    color: #FFFFFF;
}

.missao-card, .visao-card, .valores-card {
    transition: transform 0.5s;
}

.missao-card:hover, .visao-card:hover, .valores-card:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
}

.section-home, .section-quem-somos {
    height: 80vh;
    font-family: Open-Sans, sans-serif;
}

.section-home {
    background-image: url("../img/home.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-quem-somos {
    height: 20vh;
    background-color: #0b75db;
}

.botao-simulacao-1:hover {
    color: white;
    background-color: #0b75db;
}

.botao-simulacao-1:link {
    color: white;
    background-color: #0b75db;
    text-decoration: none;
}

.botao-simulacao-2:hover {
    color: #0b75db !important;
    background-color: #FFFFFF;
}

.section-servicos {
    height: 90vh;
    background-color: #0b75db;
}

.section-contato {
    height: 40vh;
    background-color: #FFFFFF;
}

.form-control {
    border: 1px solid #000000;
}

@media (min-width: 768px) {
    .footer-mctech {
        background-image: linear-gradient(to right, #291A6D, #028EDB);
    }
    .section-home .esquerda {
        font-size: 32px;
        margin-top: 5.5em;
    }
    .esquerda .primeiro-texto {
        margin-left: 1em;
    }
    .section-home .direita {
        font-size: 30px;
        font-weight: bold;
        margin-top: 1.75em;
    }
    .section-quem-somos {
        height: 60vh;
    }
    .form-cotacao-home {
        font-size: 15px;
    }
    .botao-home {
        font-weight: bold;
        font-size: 20px;
    }
    .msg, .msg-curta {
        font-weight: bold;
    }
    .msg-curta {
        background-color: transparent;
        color: white;
        text-align: center;
        margin-left: 2.5em;
    }
    .simulacao-frase {
        font-size: 40px;
        font-weight: bold;
    }
    .botao-simulacao-1, .botao-simulacao-2 {
        font-size: 17px;
        border: 3px solid #0b75db;
        width: 100%;
    }
    .botao-simulacao-1 {
        background-color: #ffffff;
        color: #0b75db;
        transition: 0.5s;
    }
    .botao-simulacao-2, .botao-quem-somos {
        color: #FFFFFF;
        background-color: #0b75db;
        transition: 0.5s;
    }
    .botao-quem-somos {
        border: 1px solid #FFFFFF;
        width: 25%;
    }
    .img-quem-somos {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .section-home {
        height: 150vh;
    }
    .section-simulacao {
        height: 65vh;
    }
    .section-quem-somos {
        height: 120vh;
    }
    .quem-somos-txt {
        text-align: justify;
    }
    .section-home .esquerda {
        font-size: 18px;
        margin-top: 1.75em;
    }
    .esquerda .primeiro-texto {
        margin-left: 0em;
    }
    .msg-curta {
        background-color: #ffffff;
        color: #000000;
        text-align: center;
    }
    .botao-home {
        font-size: 15px;
    }
    /*--------------------------------*/
    .section-home .direita {
        font-size: 18px;
        font-weight: bold;
        margin-top: 1.75em;
    }
    .simulacao-frase {
        font-size: 26px;
        font-weight: bold;
    }
    .botao-simulacao-1, .botao-simulacao-2 {
        font-size: 17px;
        border: 3px solid #0b75db;
        width: 100%;
    }
    .botao-simulacao-1 {
        background-color: #ffffff;
        color: #0b75db;
        transition: 0.5s;
    }
    .botao-simulacao-2 {
        color: #FFFFFF;
        background-color: #0b75db;
        transition: 0.5s;
    }
    .botao-quem-somos {
        border: 1px solid #FFFFFF;
        width: 40%;
    }
    .img-quem-somos {
        height: 250px;
    }
}

.hidden{
    display: none;
}