@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
html{

}
body{
    font-family: 'Lato', sans-serif;

}

a{
	text-decoration: none;
	color:inherit;
}
b{font-weight: bold;}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.nomrg{margin: 0 !important;}

.padtb10{padding: 10px 0;}
.padtb20{padding: 20px 0;}
.padt20{padding: 20px 0 0 0;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.center{margin: 0 auto;}

.center-links{
	width:100%;
	text-align:center;
	display: block;
}
.center-links a{
	display: inline-block;
}

.top-bar{
    background-color: #e8e8e8;
}

.top-bar .email{
    padding:  10px 0;
    line-height: 20px;
    color: #707070;
}

.top-bar .email i{
    float: left;
    margin-right: 10px;
    color: #ec4027;
    font-size: 20px;
}
.social-top{
    height: 100%;
    width: 50px;
    text-align: center;
    color: #ec4027;
    float: right;
    font-size: 28px;
    -o-transition:color .1s ease-out, background .5s ease-in;
    -ms-transition:color .1s ease-out, background .5s ease-in;
    -moz-transition:color .1s ease-out, background .5s ease-in;
    -webkit-transition:color .1s ease-out, background .5s ease-in;
    transition:color .1s ease-out, background .5s ease-in;
}

.social-top:hover{
    color: #fff;
    background-color: #ec4027;
}

.logo-menu{
    padding-top: 20px;
    padding-bottom: 20px;
}
.phone-number-wrapper{
    float: right;
}
.phone-number{
    color: #09859d;
    font-size: 20px;
    padding: 10px;
    float: left;
    font-weight: bold;
}
.phone-number small{
    font-size: 14px;
}
.icon-phone-number{
    border-right: 1px solid #cc3c29;
    padding: 0 10px;
    float: left;
}

.icon-phone-number .label{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    color: #aeaeae;
    padding: 10px 0;
    float: left;
}

.icon-phone-number i{
    float: left;
    color: #414141;
    margin-right: 10px;
    font-size: 50px;
    line-height: 42px;
}

.menu{
    background: url("../gfx/bg-menu.jpg") left 0 no-repeat #ec4027;
    width: 100%;
    height: 40px;
    padding-left: 35px;
    margin: 10px 0;
}
.menu a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    float: left;
    border-right: 1px solid #d13824;
    text-transform: uppercase;

}

.title{
    width: 100%;
    margin: 20px 0;
}
.title .text{
    color: #ec4027;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    background-color: #fff;
    padding-right: 5px;
    font-weight: bold;
}
.title .line{
    width: 100%;
    height: 20px;
    border-bottom: 3px solid #fdeae7;
}


.service{
    padding: 20px 20px 30px;
    border: 1px solid #ec4027;
    width: 100%;
    display: none;
    margin-top: 70px;
    margin-bottom: 40px;
}

.service:hover{
    color: #fff;
    background-image: url("../gfx/bg-hover-service.jpg");
}
.service:hover .title, .service:hover .description{
    color: #fff;
}


.service .icon{
    display: block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: -70px auto 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef563b+50,ec4027+50 */
    background: #ef563b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmNTYzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjNDAyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  #ef563b 50%, #ec4027 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%,#ef563b), color-stop(50%,#ec4027)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ef563b 50%,#ec4027 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ef563b 50%,#ec4027 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ef563b 50%,#ec4027 50%); /* IE10+ */
    background: linear-gradient(45deg,  #ef563b 50%,#ec4027 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef563b', endColorstr='#ec4027',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.service .icon> img{
    margin: 33px 28px;
    display: block;
    width: 73px;
    height: 63px;
    position: absolute;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}

.service .icon> img:nth-child(1){ /* first <img> child of <div> */
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 2;
}
.service .icon> img:nth-child(2){ /* second <img> child of <div> */
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
/* hover */
.service:hover .icon> img:nth-child(1){
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.service:hover .icon> img:nth-child(2){
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

.service .botao{
    padding: 10px 15px;
    width: 50%;
    text-align: center;
    color: #fff;
    background-color: #ec4027;
    position: absolute;
    z-index: 2;
    left: 25%;
    bottom: 15px;
    text-transform: uppercase;
}


.service:hover .icon{
    background: #fff !important;
}

.service .title{
    font-size: 18px;
    color: #ec4027;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
}
.service .description{
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    height: 51px;
}

.nouvelle{
    padding: 10px;
    margin: 10px 0;
    background-color: #faedec;
    width: 100%;
    float: left;
}
.nouvelle .imagem{
    padding: 5px;
    background-color: #fff;
    display: block;
}
.nouvelle .title{
    color: #3d3d3d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.nouvelle .text-left{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
}
.nouvelle .botoes{
    margin: 10px 0;
    width: 100%;
    display: block;
    float: left;
}
.nouvelle .botoes .ver-mais{
    height: 30px;
    padding: 5px 10px;
    float: right;
    color: #fff;
    background-color: #ec4027;
}
.nouvelle .botoes .facebook{
    height: 30px;
    background-color: #4a6ea9;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    float: right;
    padding: 0 10px;
}

.footer{
    width: 100%;
    padding: 20px 0;
    background-color: #cc3c29;
    color: #fff;
    text-transform: uppercase;
}

.footer a, .footer a:hover{
    text-decoration: none;
    color: #fff;
}
.show-menu{
    display: none;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.show-menu i{
    margin-right: 10px;
}

.owl-controls{
    height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.owl-dots{
    height: 30px;
    text-align: center;
}
.owl-dot{
    width: 20px;
    height: 20px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 2px;
}
.owl-dot.active{
    background-color: #ec4027;
}


#mapaContacto {
    margin-bottom: 20px;
    height:300px;
    width:100%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

.tituloContactos{
    text-align: center;
    position: relative;
    top: -500px;
    width: 100%;
    padding: 20px 20px;
    background: url("../gfx/bg-red-75.png") repeat;
    text-transform: uppercase;
    color: #fff;
}

.contact-item{
    display: block;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.contact-item i{
    float: left;
    width: 30px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    margin-right: 15px;
    color: #ec4027;
    text-align: center;

}

.contact-item .text{
    float: left;
    font-size: 20px;
    color: #000;
}

.form-contact{
    text-transform: uppercase;
}
.form-contact button{
    text-transform: uppercase;
    background-color: #ec4027;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.form-contact input.error{
    border:2px solid red;
}
.detalhe-noticia img{
    border: 1px solid #e4e4e4;
}

.data-online{
    width: 100%;
    font-size: 12px;
    color: #909090;
    padding: 0 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.social-share-left{
    width: 100%;
    border: 1px solid #d0d0d0;
}
.social-share-left div.tt{
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    color: #000;
    font-size: 12px !important;
}
.social-share-left a, .social-share-left div{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    float: left;
    font-size: 22px;
    color: #fff;
}
.social-share-left .facebook{background-color: #47639e;
   }
.social-share-left .facebook:hover{background-color: #fff; color: #47639e}

.social-share-left .gplus{background-color: #df4b38;}
.social-share-left .gplus:hover{background-color: #fff; color: #df4b38;}

#google_translate_element{
    margin: 10px 10px;
    float: right;
}

.banner-plus-info{
    margin-bottom: 20px;
}


.detalhe-produto{}
.detalhe-produto .imagem{
    padding: 10px;
    border:1px solid #dedede;
    display: block;
}


.detalhe-produto .titulo{
    color: #fff;
    background-color: #ec4027;
    padding: 7px 10px;
    font-weight: bold;
    float: left;
}
.detalhe-produto .texto{
    float: left;
    padding: 7px 10px;
}


.noborder-right{
    border-right: none;
}

.pricelist .gray{
    background-color: #efefef;
}
.pricelist .pvp{
    background-color:  #ec4027;
    padding: 10px;
    margin: 0;
    color: #fff;
}
.pricelist .bt-buy{
    padding: 10px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: #65c965;
}

.pricelist .bt-buy:hover{
    background-color: #73e573;
}

.pricelist .title{
    font-size: 20px;
    font-weight: bold;
    background-color: #ec4027;
    padding: 10px;
    margin: 0;
    color: #fff;
}


.portfolio .item{
    padding: 0 10px;
    display: block;
    float: left;
}
.portfolio .item img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #f99191;
}

.wrapper-form-newsletter{
    padding: 0 20px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.wrapper-form-newsletter .btn{
    background-color: #ec4027;
    color: #fff;
}


#SkypeButton_Call_Informatiquerocha_1{
    float: right;
    height: 50px;
    font-size: inherit !important;
}
#SkypeButton_Call_Informatiquerocha_1_paraElement{
    height: 50px;
}
#SkypeButton_Call_Informatiquerocha_1_paraElement img{
    margin:10px 0 0 !important;
    vertical-align:0 !important
}
#dropdown_SkypeButton_Call_Informatiquerocha_1{
    z-index: 9999;
}

/***********************************************************************************************************************/

@media only screen and (max-width : 992px) {
    .service .botao{
        bottom: -15px;

    }
}
@media only screen and (min-width : 769px) {
    .menu-links{
        display: block !important;
    }
}
@media only screen and (max-width : 768px) {
    .pacote{
        width: 100%;
       margin-bottom: 20px;
        margin-top: 0;
    }

    .service .botao{

        bottom: -15px !important;

    }
    .menu{
        height: auto;
    }

    .show-menu{
        display: block;
        margin-left: 36px;
    }
    .menu{
        padding-left: 0;
    }
    .menu-links{
        background-color: #ec4027;
        float: left;
        width: 100%;
        display: none;
    }
    .menu-links a{
        border-bottom:1px solid #d13824;
        display: block;
        width: 100%;
        float: left;
    }


    .social-top-wrapper{
        width: 100%;
        text-align: center;
    }
    .social-top-wrapper a{
        float: none;
        display: inline-block;
    }

}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .nouvelle .col-xs-3, .nouvelle .col-xs-9{
        width: 100%;
        margin: 0;
    }

    .phone-number-wrapper{
        margin: 10px 0;
    }

    .phone-number{
        font-size: 16px;
    }


    .icon-phone-number .label{
        font-size: 10px;
    }



}