.topo-opcao {
    float: right;
    border-right: 1px solid #838383;
    background: #ffffff;
    padding: 10px 0 10px 0;
    width: 14.28%;
    height: 70px;
    text-align: center;
    cursor: pointer;
    line-height: 10px;
}
.topo-opcao img {
    width: 90px;
}
.topo-opcao i {
    color: #08803a;
    font-size: 24px;
}
.topo-opcao a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

/*Mobile View*/
@media (max-width: 800px){
	.style-logo-custom {
		margin-top: 56px;
		padding: 0px;
		height: auto;
		width: 100%;
	}
    .topo-opcao a {
        font-size: 8px;
    }
    .title-left-custom { 
        width: 100%; 
		padding: 0px 0px 0px 0px;
    }
    .title-right-custom { width: 100%; }
    .servicos1 {
        background: #00204d;
        width: 100%;
        height: 60px;
        margin-top: 10px;
    }
    .servicos2 {
        background: #ffdf5e;
        width: 100%;
        height: 50px;
        border-radius: 0 0 10px 10px;
        padding: 10px;
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
        color: #00204d;
        cursor: pointer;
    }
    .rodape1 {
        background: #ededed;
        width: 100%;
        height: 20px;
        text-align: center;
    	margin-top: 20px;
    }
    .rodape2 {
        width: 100%;
        background: #00204d;
        height: 160px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #ededed;
    }
    .rodape3 {
        height: 50px; 
        text-align: center; 
        border-radius: 0 0 20px 20px; 
    }
}

/*Desktop View*/
@media (min-width: 801px){
	.style-logo-custom {
		margin: 0px;
		padding: 0px;
        max-height: 100%;
        width: 391px;
        height: 111px;
        float: left;
        cursor: pointer;
    }
    .topo-opcao {
        margin-top: 46px;
        width: 72px;
    }
    .title-left-custom {
        width: 25%;
        float: left;
    }
    .title-right-custom {
        width: 75%;
        float: left;
    }
    .servicos1 {
        background: #00204d;
        width: 100%;
        height: 100px;
        margin-top: 20px;
    }
    .servicos2 {
        background: #ffdf5e;
        width: 100%;
        height: 90px;
        border-radius: 0 0 20px 20px;
        padding: 10px;
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
        color: #00204d;
        cursor: pointer;
    }
    .rodape1 {
        background: #ededed;
        width: 100%;
        height: 30px;
        text-align: center;
        margin-top: 20px;
    }
    .rodape2 {
        width: 100%;
        background: #00204d;
        height: 180px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #ededed;
    }
    .rodape3 {
        height: 110px; 
        text-align: center; 
        border-radius: 0 0 40px 40px; 
    }
}