﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

footer {
    max-width:100%;
    /*width: 100%;*/
    background: #0C223F;
    /*background: red;*/
    color: white;
    bottom: 0;
    /*padding:40px;*/
}

.Container-footer-all {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.Container-body {
    display: flex;
    justify-content: space-between;
}

.Column1 {
    max-width: 400px;
    /*background:white;*/
}

    .Column1 h1 {
        font-size: 22px;
    }

    .Column1 p {
        font-size: 14px;
        color: #C7C7C7;
        margin-top: 20px;
    }
    #img2{
        width:100px;
        height:80px;
       } 

.Column2 {
    max-width: 400px;
    /*background:blue;*/
}

    .Column2 h1 {
        font-size: 22px;
    }


.row {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
}

    .row img {
        width: 36px;
        height: 36px;
    }

    .row label {
        margin-top: 10px;
        margin-left: 20px;
        color: #C7C7C7;
    }


.Column3 {
    max-width: 400px;
    /*background-color:red;*/
}

    .Column3 h1 {
        font-size: 22px;
    }

.row2 {
    margin-top: 20px;
    display: flex;
}

    .row2 img {
        width: 36px;
        height: 36px;
    }


    .row2 label {
        font-size: 14px;
        margin-top: 10px;
        margin-left: 20px;
        max-width: 140px;
    }

.Container-footer {
    max-width: 100%;
    background: #101010;
}

.Footer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.Copyright {
    color: #C7C7C7;
}


    .Copyright a {
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

.Informacion a {
    text-decoration: none;
    color: #C7C7C7;
}

@media screen and (max-width:1100px) {
    .Container-body {
        flex-wrap: wrap;
    }

    /*.Column1{
    max-width:100px;
}*/

    .Column2, .Column3 {
        margin-top: 40px;
    }
}

.Logos {
    max-width: 1200px;
}



.fusion-layout-column fusion_builder_column fusion_builder_column_1_3 fusion-builder-nested-column-1 fusion-one-third fusion-column-first 1_3 {
    display: flex;
    justify-content:space-between;
    color:red;
    max-width:400px;
    background:red;
}

.fusion-layout-column fusion_builder_column fusion_builder_column_1_3 fusion-builder-nested-column-2 fusion-one-third 1_3{
    display: flex;
    justify-content:space-between;
    color:red;
    max-width:400px;
}

.container body-content{
    width: 100%;
}


i{
    font-size:34px;
    color: white
}
/*body{
  margin:0;
  padding:0;
  font:400 12px/12px sans-serif;
}*/

@media screen and (max-width:715px){
.Container-body{
    flex-wrap:wrap;
}


.Column2, .Column3{
    margin-top:40px;
}
}

    #atajos{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

