/*          FOOTER  CORPORATIVO            */
    .footerCorporativo{background-color:#fff;padding:50px 0;width:100%;}
    #footerCorporativo{margin:20px auto;padding:30px 0;text-align:center;font-size:12px;background:none;height: auto;outline:none;max-width: 1080px;}
    @media only screen and (max-width: 690px) {#footerCorporativo{    margin: 30px auto; width: 80%;}}
    
    #footerCorporativo .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item div{padding:20px;}
    #footerCorporativo .owl-theme .owl-wrapper-outer .owl-wrapper .owl-item div img{width:100%;}
    #footerCorporativo .owl-theme .owl-controls{width:100%;position:relative;bottom:0;left:0;}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons div{ top:-50px;}
    
    
    #footerCorporativo .owl-theme .owl-controls .owl-buttons {position: relative;}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons div{position:absolute;top:-100px;background:transparent;}
    
    #footerCorporativo .owl-carousel .owl-wrapper {
      display: flex !important;
      align-items: center;
    }
    
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-prev{left:-20px;}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-next{right:-20px;}
    
    
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-prev .left{width:5px;height:5px;border-radius:5px;background-color:#d6d5d5;position:relative;}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-prev .left:after{content:"";position:absolute;top: 4px;left: -13px;width: 15px;height: 5px;border-radius:5px;background-color:#d6d5d5;transform:rotate(45deg);}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-prev .left:before{content:"";position:absolute;top: -6px;left: -13px;width: 15px;height: 5px;border-radius:5px;background-color:#d6d5d5;transform:rotate(-45deg);}
    
    
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-next .right{width:5px;height:5px;border-radius:5px;background-color:#d6d5d5;position:relative;}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-next .right:after{content:"";position:absolute;top: 4px;right: -13px;width: 15px;height: 5px;border-radius:5px;background-color:#d6d5d5;transform:rotate(-45deg);}
    #footerCorporativo .owl-theme .owl-controls .owl-buttons .owl-next .right:before{content:"";position:absolute;top: -6px;right: -13px;width: 15px;height: 5px;border-radius:5px;background-color:#d6d5d5;transform:rotate(45deg);}
    
    .separador{width:100%;height:3px;margin:50px 0;position:relative;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9232e+0,1ccec8+100 */
        background: rgb(16,99,160);
        background: -moz-linear-gradient(90deg, rgba(16,99,160,1) 0%, rgba(52,166,221,1) 50%, rgba(16,99,160,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(16,99,160,1) 0%, rgba(52,166,221,1) 50%, rgba(16,99,160,1) 100%);
        background: linear-gradient(90deg, rgba(16,99,160,1) 0%, rgba(52,166,221,1) 50%, rgba(16,99,160,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1063a0",endColorstr="#1063a0",GradientType=1);}
    
    
    #footerCorporativo #corpo {margin:0;}
    #footerCorporativo #corpo p{padding:0;margin:1em 0;}
    #footerCorporativo #corpo a{text-decoration:none;position:relative;color:#000;}
    #footerCorporativo #corpo a:before{content:" ";position:absolute;    top: 8px;left: -10px;width: 4px;height: 4px;background: #1ccec8;border-radius: 4px;}
    #footerCorporativo #corpo a:after{content:" ";position:absolute;    top: 8px;left: -20px;width: 4px;height: 4px;background: #1ccec8;border-radius: 4px;}
    
    
    #footerCorporativo #priva_terms a{color:#D9232E;}
    #footerCorporativo .rowSub{color:#898989;}
    #footerCorporativo .rowSub a{color:#898989;}
    
    
    
    
    
    
    #footerLegales{max-width:650px;color:#717171;padding:0px 0 50px 0;background:none;height: auto;margin: 0 auto;outline:none;}
    #footerLegales .one-third{display:inline-block;    padding: 0 0 0 4%;}
    #footerLegales .one-third:first-child{text-align:right;padding:0;}
    #footerLegales .one-third:last-child{text-align:left;}
    #footerLegales a{color:#717171;font-family:"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}
    @media only screen and (max-width: 690px) {
        #footerLegales{padding:0px 20px 50px 20px;}
        #footerLegales .one-third{text-align:center !important;width:100%;padding:0 !important;}
    }