﻿.efeitoBorda {
    background: url(../images/borderwhite.png) center top no-repeat transparent;
    width: 100%;
    height: 224px;
    position: absolute;
    margin-top: -224px;
    left: 0;
    z-index: 22;
}


.bluecolor {
    color: #9fdaf2;
}

.bold300 {
    font-weight: 300;
}

.bold400 {
    font-weight: 400;
}

.bold500 {
    font-weight: 500;
}

.bold700 {
    font-weight: 700;
}

.bold900 {
    font-weight: 900;
}

section#support .media i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

.lala {
    border: 2px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 1.9em;
    text-align: center;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    height: 80px;
}

.nav {
     margin-top: 10px; 
    background: #fff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}


.navbar-nav > li > .dropdown-menu {
    margin-top: 18px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #73addd;
    margin-left: 19px;
    width: 100%;
}

.scenare{
    z-index:-1;
    top: 79px;
    right: 56px;
    position: absolute;
    width: 149px;
    /*border: 1px solid #efefef;*/
}
.centro {
    margin-left:0;
    margin-bottom:20px;

}