.navbar-custom {
    background-color:#beddff;
    background-image: none;
    background-repeat: no-repeat;
    border:0;
}

.telefone {
    background-color:#e06926;
    font-size:20px;
    color:#fff;
    border-radius:5px;
    margin:3px 0px;
}

.conteudo {
    background-color: #999;
    color:#fff;
    margin-bottom:0px;
    padding-top:20px;
}

.conteudo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-25px);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #999
}

#myCarousel {
    border:0px;
    margin:0px;
    padding:0px;
    margin-bottom:40px;
}

#myCarousel:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-25px);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #e06926;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width:100%;
    height: 400px;
}

.col-md-4 {
    /*border:1px solid #000;*/
}

.icone {color:#e06926;font-size:100px;}
.icone-top {color: #00426b;}

.texto {
    background-color: #00426b;
    color:#fff;
    padding:20px 0px 0px 0px;
}

.texto h2 {
    color:#e06926;
}

.texto:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-25px);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #00426b;
}

.servicos:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-25px);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.bg-2 {
    width:100%;
    background: url('/imagem/paralax.jpg') no-repeat top center fixed;
    color:#fff;
    background-size:cover;
}

.divider {
    height:50px;
}

section {
    height:250px;
    overflow:auto;
}

.col-xs-6 {
    width:300px;
}

video {
    width:100%;
    max-width:700px;
    height:auto;
}

.header {
    color: #36A0FF;
    font-size:24px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}

footer {
    background-color: #e06926;
    color:#000;
}

footer a {
    color:#fff;
}

.consulte {
    color:#e06926;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        height: 100%;

    }

}

@media only screen and (max-width: 959px) {
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width:100%;
        height: 150px;
    }

    .icone {color:#e06926;font-size:80px;}

    .telefone {
        background-color:#e06926;
        font-size:20px;
        color:#fff;
        border-radius:5px;
        margin:3px 0px;
    }

    .header {
        color: #36A0FF;
        font-size:large;
        padding: 10px;
    }

    .col-xs-6 {
        width:200px;
    }

}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:9999;
}

.my-float{
	margin-top:16px;
}