/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 14, 2016, 10:19:33 AM
    Author     : grupohost
*/
@media (max-width: 990px) {
    .header .logo{
        max-width: 100%;
    }

    .header #logohome{
        max-width:390px;
    }

    h1{
        font-size: 48px !important;
    }

    .nosotrosblock {
        margin-right: 0px;
    }

    .imgnosotros {
        width:100%;
        height: auto;
        margin-left: 0px;
    }

    h1 span.letter{
        display:block;
    }

    .contacto h4{
        margin-top:20px;
    }

    .listingscolumns{
        column-count: 3
    }

    .navbar-toggler{
        margin:0 !important;
    }

    .card-img-top.bgimgh{
        height:200px;
    }
}
@media (max-width:600px) {
    .listingscolumns{
        column-count: 1
    }

    .card-img-top.bgimgh{
        height:150px;
    }
}
