
/* fuentes */

@import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';
@import url('https://fonts.googleapis.com/css?family=Lobster');

/* Especial clases */


/* End of special clases */
body {
    font-family: Lato;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #6f6f6f;
    font-size: 15px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/* stdClases */

.col-white{color:#ffffff;}
.col-blued{color:#0f1d41;}
.col-bluel{color:#13c0d7;}

.txt-script{font-family: 'Lobster', cursive;}
.txt-center{text-align: center;}

.bg-white{background-color:#ffffff;}
.bg-gray{background-color:#e7e7e7;}
.bg-blued{background-color:#0f1d41;}
.bg-footer-info{background-image: url(../imgs/vmm_home-info_back.jpg); background-size: cover;}

.img-center{display: block;margin: 0 auto;float: none;}
.img-full{width: 100%;}
.img-logo{width: 100px;}
.img-red{margin-top: 10px;margin-bottom: 10px;}
.img-icon{width: 80%; max-width: 175px;}

.clmn-margin{margin-top:20px;margin-bottom:20px;}

.paddless{padding: 0px !important;}

.separador-maximo{height:4em;width:100%;}
.separador{height:2em;width:100%;}
.separador-inter{height:1.5em;width:100%;}
.separador-mini{height:1em;width:100%;}
.separador-micro{height:.5em;width:100%;}
.separador-nano{height:.25em;width:100%;}
.separador-pico{height:.125em;width:100%;}

#mobile-info{position: fixed;z-index: 10;bottom: 0px;}
#mobile-empty{height: 65px; background-color:#0f1d41;}

@media screen and (min-width:750px){
    #mobile-info {width: 100%;}
    .img-full.img-red {width: 50%;}
    #mobile-empty {height: 120px;}
    .img-logo {width: 200px;}
    #mobile-reservations, #mobile-icons, #mobile-intagram{background-color:#0f1d41;}
}

@media screen and (min-width:990px){
    #mobile-empty {height: 175px;}
}

/* Don't know why I left the homestead, I really must confess, I'm a weary exile singing my song of loneliness */
