footer{background: rgba(66,66,66,1);
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
       }

       .footer-contein{width: 100%;
                       height: 100%;
                       flex-direction: column;
                       justify-content: flex-start;
                       align-items: center;
                       }

                       .disclain{display: flex;
                                 flex-direction: column;
                                 justify-content: flex-start;
                                 align-items: center;
                                 width:100%;
                                 height: auto;
                                 }
                     
                                 .disclain-img{background: url("../img/capitalbrake_logo_v2_1300px.png") no-repeat;
                                               background-position: center center;
                                               width:200px;
                                               height: 25px;
                                               margin-top: 5px;
                                               margin-bottom: 5px;
                                               }

                                 .disclain-txt{color: rgba(255,255,255,0.3);
                                               font-size:8px;
                                               padding: 5px;
                                               text-align: center;
                                               }
                                 .disclain a{color: rgba(255,255,255,0.3);}
                                 .disclain a:hover{text-decoration: underline;}

                                 .regulacion{display: flex;
                                             flex-direction: row;
                                             justify-content: center;
                                             align-items: center;
                                             width: 100%;
                                             height: 100px;
                                             padding-bottom: 60px;
                                             }

                                             .regulacion-cnv{background: url("../img/cnv_logo.jpg") no-repeat;
                                                             background-position: center center;
                                                             background-size: contain;
                                                             width: 150px; height: 100%;}
                                            .regulacion-byma{background: url("../img/byma_logo.jpg") no-repeat;
                                                             background-position: center center;
                                                             background-size: contain;
                                                             width: 150px; height: 100%;}



@media only screen and (min-width: 1024px){

footer{background: rgba(66,66,66,1);
       width: 100%;
       height: 110px;
       display: flex;}
       
       .footer-contein{width: 1024px;
                       height: 100%;
                       display: flex;
                       flex-direction: row;
                       flex-wrap: wrap;
                       justify-content: space-between;
                       align-items: flex-end;
                       }
                       
                       .disclain{display: flex;
                                 flex-direction: column;
                                 justify-content: flex-start;
                                 align-items: flex-start;
                                 width: 400px;
                                 height: 100px;
                                 padding-left: 10px;}

                                 .disclain-img{background: url("../img/capitalbrake_logo_v2_1300px.png") no-repeat;
                                               background-position: left center;
                                               background-size: contain;
                                               width:120px;
                                               height: 25px;
                                               }

                                 .disclain-txt{color: rgba(255,255,255,0.3);
                                               font-size: 0.4rem;
                                               text-align: left;
                                               padding-left: 0;
                                               margin-top: 0.2rem;
                                               margin-bottom: 0.3rem;
                                               height: 75px;
                                               }

                      .regulacion{display: flex;
                                  flex-direction: row;
                                  flex-wrap: nowrap;
                                  justify-content: center;
                                  align-items: center;
                                  width: 310px;
                                  height: 90px;
                                  padding: 0;
                                 }

                                  .regulacion-cnv{background: url("../img/cnv_logo.jpg") no-repeat;
                                                  background-size: contain;
                                                  width: 50%; height: 50px;
                                                  }
                                  .regulacion-byma{background: url("../img/byma_logo.jpg") no-repeat;
                                                   background-size: contain;
                                                   width: 50%; height: 50px;}
                                 

}
/*


/*footer{background: rgba(66,66,66,1);
       width: 100%;
       min-height: 50px;
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;}
       
       .footer-contein{width: 1200px;
                       height: 100%;
                       display: flex;
                       flex-direction: row;
                       flex-wrap: wrap;
                       justify-content: space-between;
                       align-items: center;
                       }

                       .disclain{display: flex;
                                 flex-direction: column;
                                 justify-content: flex-start;
                                 align-items: flex-start;
                                 width: 800px;
                                 height: 100%;}

                                 .disclain-img{background: url("../img/capitalbrake_logo_v2_1300px.png") no-repeat;
                                               background-position: left center;
                                               width:200px;
                                               height: 25px;
                                               }

                                 .disclain-txt{color: rgba(255,255,255,0.3);
                                               font-size: 0.5rem;
                                               margin-top: 0.2rem;
                                               margin-bottom: 0.3rem;}

                                 .disclain a{color: rgba(255,255,255,0.3);}
                                 .disclain a:hover{text-decoration: underline;}

                      .regulacion{display: flex;
                                  flex-direction: row;
                                  justify-content: center;
                                  align-items: center;
                                  width: 300px;
                                  height: 50px;
                                 }

                                  .regulacion-cnv{background: url("../img/cnv_logo.jpg") no-repeat;
                                                  background-size: contain;
                                                  width: 150px; height: 100%;}
                                  .regulacion-byma{background: url("../img/byma_logo.jpg") no-repeat;
                                                   background-size: contain;
                                                   width: 150px; height: 100%;}