body {
    font-family: 'Roboto', sans-serif!important;
}.navbar-light .navbar-nav .nav-link {
    color: #333333;
}
.btnPadd {
    margin-bottom: 10px;
}
.footer ul, .footer li {
    list-style: none;
}
.navbar-brand .slogan {
    color: #444444;
    font-size: 20px;
    padding: 10px 0;
    line-height: 1.25;
    -webkit-animation: opac 3s; /* Safanri, Chrome and Opera > 12.1 */
    -moz-animation: opac 3s; /* Firefox < 16 */
     -ms-animation: opac 3s; /* Internet Explorer */
      -o-animation: opac 3s; /* Opera < 12.1 */
         animation: opac 3s;
}
.nav-pills .nav-link {
    border-radius: 0px!important;
}
.firstmsg {
    border-bottom: 1px solid #dddddd; 
    padding: 70px 0;
    font-size: 27px;
    background: url(../imgs/firstmsg-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.firstmsg p{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
      -o-animation: fadein 2s; /* Opera < 12.1 */
         animation: fadein 2s;
}
.firstmsg .btn {
    transition: opacity 5s ease-in-out 2s;
}
@keyframes leaves {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadein {
    from { opacity: 0; transform: translateX(-2%); }
    to   { opacity: 1; transform: translateX(0%); }
}
@keyframes opac {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0px); }
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.chglang {
    padding: 2px 10px;
    color: #222;
    border-bottom: 1px solid #fafafa;
    text-align: right;
}
.chglang a {
    color: #2eaecb;
    font-size: 12px;
}
#contact h3 {
    padding: 20px 0;
}
.nav-pills .nav-item a {
    background: #eeeeee;
    color: #222;
    border-left: 1px solid #cccccc;
}
.nav-pills .nav-item:last-child a {
    border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 995px) {
    .firstmsg {
        background: none;
    }
    .firstmsg p{
        font-size:23px;
    }
    .nav-pills .nav-item a {
        border: none;
        border-top: 1px solid #cccccc;
    }
    .nav-pills .nav-item:last-child a {
        border: none;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
}
.center-pills {
    display: flex;
    justify-content: center;
}
.tab-pane .nav-pills .nav-link:nth-child(odd) {
    background: #eeeeee;
    color: #222;
}
.tab-pane .nav-pills .nav-link {
    background: #f5f5f5;
    color: #222;
}
.tab-pane .nav-pills .nav-link.active {
    background: #222222;
    color: #ffffff;
}
#catalogo h3 {
    padding: 20px 0;
}
.footer .logos {
    padding: 20px;
    text-align: center;
}
.footer .pie {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    background: rgb(101,45,145);
    background: linear-gradient(346deg, rgba(101,45,145,1) 0%, rgba(46,173,202,1) 100%);
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.productTitle {
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    font-size: 20px;
}
.alert {
    margin-top: 10px;
}
.areas .header {
    border-bottom: 1px solid #eee;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.areas h2.title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 14px;
    color: #222;
}
.areas h3.subTitle {
    font-weight: 100;
    color: #777;
    font-size:14px;
}
.thumbArea {
    overflow: hidden;
}
.certificate {
    background: url(../imgs/bg_certificate.jpg) fixed;
    text-align: center;
    height: auto;
    color: #fff;
    padding: 30px 0;
    text-shadow: 0px 0px 3px #222;
}
.certificate h3 {
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 2px 0px 17px #222;
}
article.us main {
    font-size: 20px;
    line-height: 1.5;
}
article.us main p {
    margin: 20px 0;
}
.firstmsg p {
    padding: 0;
    margin: 0;
    font-size: 27px;
}
.navbar {
    padding-top: 20px;
    padding-bottom: 0px;
}
.navbar-brand img {
    max-width: 220px!important;
    -webkit-animation: leaves 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: leaves 2s; /* Firefox < 16 */
     -ms-animation: leaves 2s; /* Internet Explorer */
      -o-animation: leaves 2s; /* Opera < 12.1 */
         animation: leaves 2s;
}