@charset "UTF-8";
/* CSS Document */
.moviles {
    font-family: 'Roboto', sans-serif;
    background-color: #23aab3;
    color: #fff;
}

.moviles img {
    margin-left: 20px;
}

.moviles p{
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-footer {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #006878;
    padding-bottom: 100px;
}

.main-footer h4 {
    color: #00434C;
    margin-top: 40px;
    margin-bottom: 20px;
}

.main-footer a {
    color: #fff;
}

.main-footer p {
    font-size: 12px;
    line-height: 1.9;
}

.main-footer ul {
    padding-left: 0;
    list-style: none;
    line-height: 1.9;
}

.main-footer ul li {
    font-size: 12px;
}

.main-footer ul li a {
    color: #fff;
}

.main-footer ul li a:hover {
    color: #00434C;
}

.main-footer h5 {
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
}

.second-footer{
    background-color: #101010;
    padding-top: 10px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.second-footer h5 {
    color: #fffefe;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
}

.second-footer h5 a {
    color: #fff;
    font-weight: lighter;
}

.second-footer h5 a:hover {
    text-decoration: none;
}

@media only screen and (min-width : 480px){
    .main-footer .row {
        display: block;
    }

    .second-footer {
        text-align: center;
    }

    .second-footer img {
        margin: 0 auto;
    }
}

@media only screen and (min-width : 657px){
    .main-footer .row {
        display: flex;
    }

    .second-footer {
        text-align: center;
    }
}

@media only screen and (min-width : 768px){
    .main-footer .row {
        display: flex;
    }

    .main-footer .col-xs-12 {
        text-align: left;
    }

    .main-footer .col-sm-12 {
        text-align: left;
    }
}

@media only screen and (min-width : 992px){
    .main-footer .row {
        display: flex;
    }

    .main-footer .col-xs-12 {
        text-align: left;
    }

    .main-footer .col-sm-12 {
        text-align: left;
    }
}

@media only screen and (min-width : 1200px){
    .main-footer .col-xs-12 {
        text-align: left;
    }

    .main-footer .col-sm-12 {
        text-align: left;
    }
}
