﻿.produtos-header header {
    background: url(img/alfabag/fale-header.jpg) center -250px no-repeat;
    height: 264px;
    padding: 234px 0 0;
}

        .container{
            margin-top:50px;

        }
            .container .versao {
                position: relative;
 /*               float: left;
                width: 33%;*/
                width: 270px;
                max-width: 270px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                text-align: center;
                margin-bottom: 20px;
                margin-right: 30px;
                padding-bottom: 30px;
                /*padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;*/
            }
        .container .versao2 {
            position: relative;
            max-width: 270px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            text-align: center;
            margin-bottom: 20px;
            /*margin-right: 40px;*/
            padding-bottom: 30px;
            /*padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;*/
        }

         .container .versao img {     
                /*width: 100%;*/
            }
         .versao_box{
             display: block;
            padding-bottom: 20px;
            padding-top:20px;
            text-decoration:none;
         }
         .versao_box:hover{
             box-shadow: 0 0 15px rgba(51, 51, 51, 0.14);
             text-decoration:none;
         }
         .versao_box:hover .saiba-mais{
              background: #f1801f !important;
              color:#fff !important;
         }
         .versao_box img{
            /*max-width:200px;*/
            border-radius: 5px;
            max-height: 170px;
            width: inherit;
            padding:10px;
         }
         

.saiba-mais {
    background: #00377b;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 1.5rem;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

a.saiba-mais:hover {
    background: #f1801f !important;
    color:#fff !important;
            text-decoration:none !important;
}

        .txt_prod p{
            font-size:17px;
            text-transform:none;
            
        }
  
        .versao_box h2{
    /*        margin-bottom:40px;
            height: 35px;
            overflow: hidden;
            font-size:15px;
            padding: 0 15px;*/

                height: 70px;
    overflow: hidden;
    font-size: 15px;
    padding: 0 15px;
    margin: 7px 0 10px 0;
    font-family: 'Anzo_Web_Light';
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
        }

        .versao_box h3{
                font-size: 14px;
    margin: 15px 0 0 0;
    color: #f1801f;
    font-family: 'Anzo_Web_Light';
    font-weight: 600;
    text-transform: uppercase;
        }
          
      .bloco_produtos{
          
      }

      .clear{
          clear:both;
      }
        h1{
                font-size: 70px;
    color: #00377b;
    font-family: 'Anzo_Black';
    padding: 0;
    margin: 0;
    margin-bottom:20px;
        }

        .linha{
            clear:both;
            width:100%;
            display:block;
            height:1px;
            background: #e0e0e0;
            margin-bottom: 40px;
        }
        @media(max-width:980px) {
            h1{
                font-size: 50px;
            }
         .container .versao{
             width:50%;
             margin-right:0;
             max-width:initial;    
             margin-bottom: 100px;
         }
         .versao_box img {
    max-width: initial;
}
         .txt_prod p {
    font-size: 30px;
}
            .versao_box h2 {
                font-size:30px;
            }
            .container.txt_prod{
                padding-left:20px;
                padding-right:20px;
            }
            .saiba-mais {
                font-size: 15px;
            }

            .container .versao{
                border: 1px solid rgb(211 211 211 / 30%);
                width: 100%;
                padding: 0;
                margin-bottom: 30px;
                margin-top: 20px;
            }
            .versao_box h2{
                    white-space: normal;
                    overflow: inherit;
                    font-size: 20px;
                    line-height: 26px;
            }
     }

        .produto_imagem{
            max-height: 170px;
            min-height: 170px;
            overflow: hidden;
        }

