@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500');

html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Raleway", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}


.navbar ul li a {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.navbar ul li a {
    font-size: 12.5px;
    color: black !important;
}
.navbar ul li a:hover, .navbar-nav .active a{
    color: rgb(170,201,195) !important;
}

.botao {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: white !important;
    background-color: rgb(170, 201, 195);
}
.botao:hover {
    color: white !important;
    background-color: #ACC1C5;
}

.botao2 {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: rgb(170, 201, 195) !important;
    background-color: white;
}

.botao2:hover {
    color: white !important;
    background-color: rgb(214,219,223);
}

.navbar ul li .botao a {
    color: white !important;
}
.navbar ul li .botao {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: rgb(170,201,195);
}

.navbar ul li .botao:hover{
    background-color: #ACC1C5;
}


#links, #links a {
    font-size: 12px;
    font-weight: 300;
    color: #626f7a;
}

.link2 {
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.link2:hover {
    text-decoration: none;
    color: #bed6db;
}


ul li h3 {
    font-size: 15px;
    font-weight: 500;
    color: white !important;
}

ul li a {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

ul li a:hover {
    text-decoration: none;
    color: #bed6db;
}

.link:hover {
    color: white !important;
    text-decoration: none;
}


.dropdown-toggle::after {
    display: none !important;
}

.h2-pessoal {
    font-size: 30px !important;
}

.container {
    position: relative;
    width: 50%;
    /*background-color: #1d7071;*/
    padding: 0;
}

.container2 {
    background-color: #DDE9E7 !important;
    height: 200px; width: 350px; margin-top: 10px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.image2 {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 350px;
    height: 200px;
    background-color: #abc8c3 !important;
    color:white;
}

.middle {
    transition: .5s ease;
    /*opacity: 0;*/
    position: absolute;
    /*bottom: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

    background: #1d7071;
    width: 100%;
}

.middle2 {
    color: white !important;
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.middle3 {
    transition: .2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
}

.container:hover .image {
    opacity: 0.5;
}

.container:hover .image2 {
    opacity: 0.2;
}

.container:hover .middle, .container:hover .middle3 {
    opacity: 1;
}

.container:hover .middle2 {
    opacity: 0;
}

.text {
    color: white;
    font-size: 18px;
    padding: auto auto;
}

.fw-choice{
    display: inline-grid;
    padding-bottom: 30px;
}

.fw-block-invalid-alert{
    margin-top: 60px;
}

.fw-step-part-body{
    margin-bottom: 40px !important;
}

.fw-step-block{
    text-align: center;
}

.borderCozibanho{
    border: 5px solid #1d7071 !important;
}

.has-error{
    border: 3px solid red !important;
}