@charset "utf-8";

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 98%;
	margin: 5px;
}

body {

    margin: 0 auto;
    padding: 5px;
    width: 960px;
}

/*slider begin*/

.slider_wrap {

    margin: 0 auto;
    width: 800px;
    margin-top: 50px;
}

.imvustylez_slideshow1386887952 {

    top: -42;
}


/*slider finish*/

.img_index {

    margin-bottom: 10;
    margin-right:  80;
    margin-left:  80;
}

p {

    font-size: 90%;
    text-align:justify;
    text-justify:inter-word;
}

.content p {

    color: #FFFFFF;
    font-style: regular;
    line-height: 140%;
    font-family: Arial;
}

.content h2 {

    font-size: 200%;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 2px 2px black;

}

h2 {

    font-size: 140%;
    font-style: italic;
}

.container {

    margin: 0 auto;
}

header {

    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    margin-bottom: -25px; 
    /*margin-top: 30px; */
}

.link_home {

    float: left;
    position: absolute;
    height: 102px;
    width: 214px;
    top: 14px;
    left: 164px;
}

.link_home a {

    height: 100%;
    width: 100%;
    position: absolute;
    top: -6;
    left: -6;
}


.content_wrap {

    background-color: #FFFFFF;
    float: left;
    width: 100%;
}

.content {

    border-radius: 15px;
    background-color: #0A58AD;
    padding: 20px;

}

.parceiros_left {

    width: 48%;
    float: left;
}

.parceiros_right {

    width: 48%;
    float: right;
}


.wrap_parceiros {

    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    margin: 15px;
}

.wrap_parceiros p {

    color: #0A58AD;
}


.clear-both {

    clear: both;
}

footer {

    border-radius: 0px 0px 10px 10px ;
    clear: both;
    font-size: 75%;
    font-style: italic;
    text-align: right;

    border-top: 2px solid #1E90FF;

    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

footer a {

    position: relative;
}

.telefone {

    float: left;
    font-size: 150%;
}



.wrap_logos {

    clear: both;
    position: relative;
    top: -48px;
    left: 19px;
    width: 350px;
    float: right;
}

.wrap_links {

    clear: both;
    height: 47px;
    position: relative;
    top: -108px;
    left: 20px;
    width: 350px;
    float: right;
}

.wrap_links div {

    clear: both;
    float: right;
    border: 1px solid red;
    position: relative;
    height: 40px;
}

.wrap_links a {

    position: absolute;
    top: -6px;
    left: -6px;
    height: 100%;
    width: 100%;
}

.wrap_links .link_alliance {

    border: 1px solid transparent;
    top: 0px;
    left: -287px;
    width: 47px;
}

.wrap_links .link_essilor {

    border: 1px solid transparent;
    top: -52px;
    left: -242px;
    width: 39px;
}

.wrap_links .link_zeiss {

    border: 1px solid transparent;
    top: -104px;
    left: -207px;
    width: 29px;
}

.wrap_links .link_varilux {

    border: 1px solid transparent;
    top: -156px;
    left: -139px;
    width: 62px;
}

.wrap_links .link_transitions {

    border: 1px solid transparent;
    top: -208px;
    left: -55px;
    width: 78px;
}

.wrap_links .link_hoya {

    border: 1px solid transparent;
    top: -260px;
    left: 1px;
    width: 50px;
}

/*navbar style*/

.navcontainer {

    background-color: #1E90FF;
    box-shadow: #87CEFA -3px 3px 6px 0;
    height: 22px;
    width: 430;
    margin: 5px auto 0;
    padding: 5px 0 0;
    border-radius: 15px;
    position: relative;
    top: -75;
    left: 261;
}

.navcontainer ul {

    border: 0 none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navcontainer ul li {

    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navcontainer ul li a {

    color: #FFFFFF;
    border-radius: 150px;
    border-right: medium none;
    height: 5px;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s linear 0s;
    width: 78px;
    padding-bottom: 7px;
}

.navcontainer ul li a:hover {

    color: #0000CD;
    transition: all 0.5s linear 0s;
}

.navcontainer a:active b {

    background-color: #CC6600;
    color: #000000;
}

.navcontainer li.active a {

    background-color: #718FC8;
    color: #FFFFFF;
}

/*subnavbar style*/

.subnav_a_empresa .navcontainer {

    position: relative;
    top: -65px;
    left: 154;
    height: 20px;
    width: 128px;
    transition: all 0.5s linear 0s;

}

/*contact form style*/

.form_mensagem {

    position: relative;
    top: -170;
    left: 465px;
}

#nome, #email, #assunto, #botao {

    width: 400px;
}

#mensagem {

    height: 126px;
    width: 400px;
    position: relative;
    top: 8;
    margin-bottom: 13px;    
}

textarea, input{

    color: white;
    background-color: #9DBCDE   ;
    border-radius: 5px;
    border: none;
}

.control-label, .control-label-mensagem {

    color: #0A58AD;
    position: relative;
    left: 5px;
    top: 8px;
}

.control-label-mensagem {
    
    top: 16;
}

.control-group {

    width: 440px;
    box-shadow: -2px 2px 0 #6495ED;
    border-radius: 15px; 
    margin-top: 25px;
}

.form  {

    height: 400px;
}

/*mapa*/

.wrap_mapa {

    position: relative;
    top: -445px;
    left: 30px;
    float: right;
    height: 35px;
}

.mapa {

    height: 394px;
    overflow: hidden;
}






