/* Logo */
.logosupport{
    display: inline-block;
    position: relative;
    font-size: 10px;
    top: 22px;
	left: -220px;
}
nav .brand-logo {
    top: -10px; 

}

/* Menu Mobile */
#main-nav .side-nav .collapsible-body a {
    font-size:14px;
    padding:0px;
    padding-left:40px;
    
}

.secondlevel{
    padding-left: 60px!important;
}

#main-header .title-link {
    font-size: 5vw;
}

.btndark{
    padding: 0.5rem 2rem;
    text-align: center;
}

.lang_pt{
    top: 2px;
    text-transform: lowercase;
    position: relative;
    left: 5px;
}

.social .btnactivopt{
    background-color: #3a7d2f!important;
    color:#ded164!important;
    font-weight: bold!important;
}

.counter{
    display: inline-block;
    color:white;
    font-weight: bold;
    margin:0px;
    font-size:40px;
}


#main-header .description {
    display: inline-block;
   
}

.linhafamag {
   border-top:1px dotted #4BADE9;
   margin-top:40px;
   
}

.linha {
    border-top:1px dotted #4BADE9;
    margin-top:5px;
    margin-bottom:5px;
 }

.linha + h4{
    padding:10px;
    margin:0px;
}

/*tabs*/
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color:rgba(17, 110, 175, 1)!important;
    font-weight: bold;

}

.tabs .tab a {
    color:#4BADE9!important;
    font-size:20px!important;

}
.tabs .indicator {

    background-color:#4BADE9;

}
/* famag */

.famagone h5, .famagtwo h5{
    font-weight: bold;
}

.famagone{
    background: url(../images/fundo_empresa.jpg);
    background-position-y: -100px;
    background-position-x: 50%;
    height: 1600px;
    background-size: cover;
    -webkit-animation: bf1 320s linear infinite;
}

.blocofamag:hover, .blocofamagdir:hover{
    transform:scale(1.2);
    transition-duration:1s;
}

.blocofamag,.blocofamagdir{
    
    transition-duration:0.5s;
}

.famagtwo{
    background: url(../images/fundo_empresa2.jpg) ;
    background-position-y: -4600px;
    background-position-x: 50%;
    height: 1600px;
    background-size: cover;
    -webkit-animation: bf1 320s linear infinite;
}

.texto {
    max-width: 650px;
    margin: 0 auto;
    text-align: left; 
    color:white!important;

}

.textoblue {
    max-width: 650px;
    margin: 0 auto;
    text-align: left; 
    color: rgba(17, 110, 175, 1)!important;
  
}

.blocofamag{
    padding:40px;
    background: rgba(17, 110, 175, 0.85);
    text-align: left;
    margin-top:100px;
    margin-left:50px;
    width:70%;
    border-radius:10px;
    
}

.blocofamagdir{
    padding:40px;
    background: rgba(255, 255, 255, 0.80);
    text-align: left;
    margin-top:500px;
    margin-left:50px;
    width:65%;
    border-radius:10px;
}

#main-header .title span{
    font-size:0.5em;
    line-height: 30px;
    clear:both;
    display:block;
}

.galeria div img{
    cursor:pointer;

}

.mt-5 {
    margin-top:40px;
}

#prodtipo .content {
    padding: 1rem 0rem 0;
}

.tituloslista{
    display: inline;
}

.tabelas tr{
    border-bottom:1px dotted #4BADE9; 
}

.tabelas th{
   text-align: center;
}

.tabelas{
    /*table-layout: fixed;*/
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tabelas td{
   
    display: table-cell;
    width: 10%;

}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.minititulo{
    text-align: right;
    text-transform: uppercase;
    border-bottom:1px dotted #4BADE9;
    border-top:1px dotted #4BADE9;
    background-color: rgba(11, 66, 249, 0.113);
    color:black;
    padding-right:5px;
    margin-bottom:20px!important;
}



.tabelas caption{
    font-size: 22px;
    min-width: 100%;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px dotted #4BADE9;
    border-top: 1px dotted #4BADE9;
    background-color: rgba(11, 66, 249, 0.113);
    color: black;
    padding-right: 5px;
    margin-bottom: 10px!important;
    display: table-caption;
    margin-top: 20px!important;
}

.tabelas td{
    
    text-align: center;

}

.tabelas .area_blue{
    background: #5fa8ff;
    border-top:2px solid white;
    border-bottom:2px solid white;
    font-weight: bold;
    text-align: center;
}

.tablegood {
    display:inline-flex;
}

.tabelas i{
   color: maroon;
   transition-duration:0.5s;
   vertical-align: bottom;
}
.tabelas i:hover{
    color:red;
    transition-duration:0.5s;
 
 }

 .cauchos a{
    color: black;
    font-weight: bold;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
 }

 .cauchos a:hover{
    color: #5fa8ff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
 }

.prodplates{
    padding-top:0px!important;
}
.prodsection{
    padding-top:20px;
    padding-bottom:20px;
}
#voltar a {
    padding: 0.2rem 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1rem 0.5rem;
    border-radius: 30px;
    border: 1px solid #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
    #voltar a:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    #voltar a .big-icon {
      font-size: 1.8rem;
      padding-right: 1rem;
      padding-left: 0.5rem; }
    #voltar a .text {
      font-weight: 500;
      font-size: 1.3rem;
      line-height: 1.5rem; }
      #voltar a .text small {
        font-weight: 400; }
  #voltar img {
    position: absolute;
    right: -8rem;
    bottom: 0;
    -webkit-transform: rotateZ(-40deg);
            transform: rotateZ(-40deg);
    top: -8rem; }

/* Lang Icons */

#main-nav .social .btnlang{
   margin-right:10px;
   width: 32px;
   height: 32px;
   line-height: 32px;
   text-transform:lowercase!important;
}


.promo{
    height:550px;
}


.sectiontitles {
  position: relative;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500; 
}

.negro{
    color : #353535;
}

#equip img{
    margin-top:2em;
    margin-bottom:0px;
}

#equip .col p{
    padding:0px;
    margin:0px;
    line-height: 18px;
}

#download img {

    top: -25rem!important;
}

#map-section #map {
    height: 900px;
}

.history{
    background: url("../images/history.jpg") center fixed!important;
    top:-1px;
  
}

.history .gradient-color {
    background: #000428;
    background: -moz-linear-gradient(-45deg, #000428, #cbcbcb);
    background: -webkit-linear-gradient(-45deg, #000428, #cbcbcb);
    background: linear-gradient(135deg, #000428, #cbcbcb);
}

.history .grelha{
    max-width: 200px;
    border-radius:0px;
    transition-duration: 0.5s;
    border:2px solid  rgba(17, 110, 175, 1)!important;
    z-index:1;
}

.history .grelha:hover{
   transform: scale(1.4);
   transition-duration: 0.5s;
   z-index:100;
   box-shadow:3px 3px 3px  #353535;
}

.history p{
    position: relative;
    text-align: center!important;
    max-width: 100%!important;
    top: -50px;
    color:white;
}
#history {
    position: relative;
   
    color: #ffffff;
    overflow: hidden; 
}
#history .overlay {
    opacity: 0.9; }

#history .container {
    position: relative;
    z-index: 10; }

/* map */
.iw-content a {
    width: 80%;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 2rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    border: none;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
}

.videoequip{
    background: none!important;
}

.iconvideo{
    left: 35%;
    top: -160px;
}

.iw-content{
    font-size:0.5rem;
}


.iw-content h4{
    font-size:1.5rem!important;
    font-weight: bold;
}

.iw-content h5{
    font-size:1rem!important;
    font-weight: bold;
}

.iw-content h6{
    font-size:1rem!important;
    
}

.iw-content a{
    padding:10px!important;
    text-transform: uppercase;
    font-weight: bold;
    width:100%;
    font-size: 1em;
    
}


/* not found*/
#not-found {
    background: url(../images/promo.jpg);
    background-size: cover;
    min-height: 100vh;
    position: relative;
    text-align: center;
}

/* go to top*/

#go-top {
    display: none;
    font-size: 30px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    color:#4BADE9;
    transition-duration:0.5s;
}

#go-top:hover {
    transition-duration:0.5s;
    transform: scale(1.2);
    color:#5fa8ff;
}

/* Products */

#prodfoto #main-header {
      height: 350px;
      min-height: 350px; 
      position: relative;
      background: url(../images/prod/foto/header.jpg);
      background-size: cover;
      color: #ffffff;
      padding-top: 64px;
}

#prodtipo #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/foto/fotomain.jpg);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodflexo #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/foto/cosmo_hero.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodplate #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/foto/fotomain.jpg);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodcauchos #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/cauchos/cauchos_hero.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodcorte #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/corte/corte_hero.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodcortantes #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/cortantes/cortantes_hero.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodcortantesplano #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/cortantes/cortantesplano_hero.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

#prodcortantesauto #main-header {
    height: 350px;
    min-height: 350px; 
    position: relative;
    background: url(../images/prod/cortantes/cortantesauto_hero.png);
    background-size: cover;
    color: #ffffff;
    padding-top: 64px;
}

.logobrand{
    margin-top: 80px;
    max-width: 200px;

}

#quadro h4{
    text-transform:uppercase;
    text-align: center;
}

.minibrand{
    max-width: 180px;

}
.menucortante{
    height:420px;
    font-family: 'Poppins', sans-serif, "proxima-nova", "Helvetica Neue", Helvetica, Arial;
    font-size:1.8em;
    color:white;
    font-weight:bold;
    text-align:center;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    background: #000428;
    background: -webkit-linear-gradient(315deg, #000428, #0074da);
    background: linear-gradient(135deg, #000428, #0074da);
    width:90%;
    margin-right:auto;
    margin-left:auto;
    line-height: 30px;
    transition-duration: 0.5s;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
}

.menucortante:hover{
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.menucortante span{
    width:100%;
    background: rgba(0,0,0,0.4);
    display:block;
    padding:10px;
    border-radius:10px;
}

.corteimg img{
    
}

#area_cortante{
    margin-top:50px;
}

#prodcortantes .rot{
    background: url('../images/prod/cortantes/rot_hero.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover ;
}

#prodcortantes .plan{
    background: url('../images/prod/cortantes/plan_hero.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#prodcortantes .ades{
    background: url('../images/prod/cortantes/ades_hero.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#features {
    background: url("../images/fundo_mapa.jpg") top center fixed; }

/* CAUCHOS */
#prodcauchos .collapsible-header span{
    font-weight: bold;
   
}
.c_comercial {
    background-color:#d25e33;
    color:white;  
}

.c_period{
    background-color:#9c2a81;
    color:white;  
}

.c_hc{
    background-color:#0086fe;
    color:white;  
}
.c_uv{
    background-color:#00738c;
    color:white;  
}
.c_embalagem{
    background-color:darkslateblue;
    color:white;
}

.c_rotp{
    background-color:palevioletred;
    color:white;
}

.c_verniz{
    
    background-color:#3654cc;
    color:white;
}

.c_adesivo{
    
    background-color:#1ba231;
    color:white;
}

#equip {
    background: url(../images/equipamento.jpg) bottom fixed;
}

#footer .addressfooter .address-icon {
    padding: 0 1rem;
    font-size: 1.3rem;
    color: white;
}

/* hover */
.hvrbox-text{
    font-size:3rem!important;
}

/* ------------------------------------- */
/* *. 14 - Content Styles .............. */
/* ------------------------------------- */
#content .owl-news {
    padding-top: 4rem; }
  #content figure {
    margin: 0;
    position: relative; }
    #content figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      #content figure figcaption .overlay {
        opacity: 0.7; }
      #content figure figcaption .stats {
        z-index: 20;
        position: relative; }
        #content figure figcaption .stats span {
          display: block; }
      #content figure figcaption a,
      #content figure figcaption span {
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 500; }
      #content figure figcaption i {
        padding: 0.5rem; }
      #content figure figcaption .search i {
        font-size: 3rem;
        color: #ffffff;
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
        -webkit-transition: -webkit-transform 0.4s ease-in-out 0.1s;
        transition: -webkit-transform 0.4s ease-in-out 0.1s;
        transition: transform 0.4s ease-in-out 0.1s;
        transition: transform 0.4s ease-in-out 0.1s, -webkit-transform 0.4s ease-in-out 0.1s; }
  #content figure:hover figcaption {
    opacity: 1; }
  #content figure:hover .search i {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  #content .info {
    margin: -0.4rem auto 0;
    text-align: left;
    padding: 1rem 0 1rem; }
    #content .info h5 {
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    #content .info p {
      margin: 0; }
    #content .info span {
      padding-right: 0rem; }
    #content .info span i {
      opacity: 1;
      font-size: 1rem;
      color: transparent;
      -webkit-background-clip: text;
      padding-right: 0.5rem; }
  #content h5:hover {
    color: #0b0b0b; }
  #content .shadow-button {
    padding: 0.5rem 2rem; }
  

/* responsive */
@media screen and (max-width: 992px){
    nav .brand-logo {
        left: 20rem;
    }
    .logosupport {
        line-height: 10px;
        position: relative;
        font-size: 10px;
        top: 22px;
        left: -220px;
    }
}    

@media screen and (max-width: 840px){
    nav .brand-logo {
        left: 16rem;
    }

} 

@media screen and (max-width: 797px) and (min-width: 300px) {
    
    .history .grelha{
        max-width: 130px;
        border-radius:4px;
        transition-duration: 0.5s;
    }
    }nav .brand-logo {
        left: 11rem;
        height: 65px!important;
        top: -14px; 
    }
    .logosupport {
        display:none;
    }
    #main-nav .brand-logo .logo {
   
        margin-left: 0px;
    
    }
    #copy-rights .container p{
        word-break: break-word;
        font-size:.9rem;
    }
    #go-top {
    display: none;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    color:#4BADE9;
}

} 

/* Table Responsive*/
@media only screen and (max-width:768px){

    .menucortante{
        margin-bottom:40px;
    }
    .tabelas caption{
        min-width: 100%;
        text-align: right;
        text-transform: uppercase;
        border-bottom: 1px dotted #4BADE9;
        border-top: 1px dotted #4BADE9;
        background-color: rgba(11, 66, 249, 0.113);
        color: black;
        padding-right: 5px;
        margin-bottom: 10px!important;
        margin-top: 20px!important;
    }

    .tabelas .lastChild br{
        content: '';
        width: 9px;
        height: 18px;
    }

    .tabelas .lastChild br:after{
        content: ', ';
    }

    .tabelas td{
    
        text-align: left;
    
    }

    .tabelas .area_blue {
        
        text-align: left;
    }

    .blocofamagdir{
    
        width:70%;
    }

    .tabs .tab a {

        font-size:12px!important;
    
    }
}

/* animation */
@-webkit-keyframes bf1 {
    from { background-position: 0 0; }
    to { background-position: 0px -3447px; }
}

