
/* ===========================
CONTAINER
=========================== */
.container {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
}

/* ===========================
IMG-FLUID
=========================== */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 100px;
}
.sitio {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.sitio h2{
    font-size: 26px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    color: #778c9e;
}
.foot {
    font-size: 15px;
    margin-top: 100px;
}
.timbre {
    max-width: 100px;
    margin: 0 auto;
    vertical-align: middle;
}
.boot {
    margin: 0 auto;
}
.bot {
   
    padding-right: 20px;
    padding-top: 20px;
    color: #778c9e;
}
.borde{
    padding-left: 20px;
}
.bot a {
    text-decoration: none;
    color: #778c9e;
}
.bot-2 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid #778c9e;
    color: #778c9e;
}

.bot-img {
    text-align: center;
}
.tittle {
    font-weight: 600;
    color: #778c9e;
}
.contact{
    margin-left: 4px;
}
.ico{
    max-width: 20px;
}
@media (max-width: 768px) {
    .bot-2 {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-left: none;
        border-right: none;
        color: #778c9e;
    }
    .sitio h2{
        font-size: 20px;
    }
    .foot{
        text-align: center;
    }
    .logo {
        max-width: 320px;
    }
}