@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
}
@media (min-width:1440px) {body {background-size: cover;}}

.container-fluid {max-width: 1500px;}

.text-azul {color: #655BFD;}
.text-naranja {color: #ff6600;}

.desktop {display: block;}
.mobile {display: none;}
@media (max-width:800px) and (orientation:portrait) {
    .desktop {display: none;}
    .mobile {display: block;}
}

.bg-warning {background-color: #ff6600!important;}
.btn-warning, .btn-warning:hover, .btn-warning:active  {color: #FFF; background-color: #ff6600; border-color: #ff6600;}


/*nano gallery*/
/*hack para ocultar el número de fotos que sale sobre la imagen*/
.nGY2 .nGY2GThumbnailIconsFullThumbnail {display: none!important;}