@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';

body { color: #333;  background: #FFF; font-family: 'Montserrat',sans-serif; font-size: 15px; }
h1 { color: #000 !important; font-weight: bold; text-align: center; text-decoration: none;  padding-top: 10px; font-size: 20px; }
h2 { color: #333 !important; font-weight: bold; text-align: center; text-decoration: none; padding-top: 10px; font-size: 20px; }
h3 { color: #333 !important; font-weight: normal; text-align: center; text-decoration: none; font-size: 16px; }
h4 { color: #000 !important; font-weight: bold; text-align: center; text-decoration: none; font-size: 16px; }

/* Containers */
.slide-col         { padding:0 30px; animation-duration: 10s !important; }
.container-hr      { background-color: #FFF; padding: 10px 0px; text-align: justify; }
.container-content { background-color: #F9F9F9; padding: 10px 0px; text-align: justify; border: 1px solid #F0F0F0; border-radius: 10px 10px 10px 10px; }
.framer            { background-color: #FFF; padding: 5px 15px; text-align: center;  }

/* TOPO */
.col-top { border: 0px solid #fff; text-align: right; font-size: 15px; }
.col-top h1 { font-size: 16px; }
.col-top a { color: #000; }
.col-top a:hover { color: #FF0000; }

.icon-col { background-color: #fff; font-size: 60px; color: #000; }
.icon-col a{ color: #333; }
.icon-col a:hover { color: #929292; }

.dowli {
    width: 100px;
    height: 20px;
    background: #00A32E;
    position: relative;
    -webkit-animation: mymove 15s; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 15s; /* Safari 4.0 - 8.0 */
    animation: mymove infinite;
    animation-duration: 15s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: 200px;}
}

@keyframes mymove {
    from {top: 0px;}
    to {top: 200px;}
}

.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

/*Social*/
.btn-social { padding-top:5px; }
.btn-social .btn { margin-bottom:5px !important; width: 175px; }

/* Fix screens */
 @media (max-width: 460px) and (min-width:1px) {
  .container-slide  { display: none; }
  .navbar-nav li a { line-height: 50px; height: 50px; padding-top: 0; }
    h1 { text-align: center; font-weight: bold; font-size: 18px; }
    h2 { text-align: center; font-size: 18px; color: #333; font-weight: bold; text-decoration: none;}
    h3 { text-align: center; font-size: 18px !important; color: #fff; font-weight: normal; text-decoration: none; }
    h4 { text-align: center; font-size: 18px !important; color: #333; font-weight: bold; text-decoration: none; }

  .col-top { text-align: center !important; padding-bottom: 10px; }
}

@media (max-width: 992px) and (min-width: 461px) {
  .navbar-nav li a { line-height: 60px; height: 60px; padding-top: 0; }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .navbar-nav li a { line-height: 70px; height: 70px; padding-top: 0; }
}

@media (max-width: 1028px) {
  .container-content { text-align: left; }
  .navbar-header { float: none; margin:0px !important; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-collapse.collapse.in { display: block !important; }
  .navbar-main { padding:0px; background-color: #fff;}
  .navbar-nav { float: none!important;}
  .navbar-nav>li { float: none; background-color: #fff; }
  .navbar-nav>li>a { padding-top: 0px; padding-bottom: 10px; padding-left:30px; text-align: left; }
  .navbar-nav a { width:100%; }
}

@media (max-width: 460px) and (min-width:1px) {
  .navbar-default .navbar-nav > li > a { line-height: 5px; }
}

/**/
.carousel img { width:100% }
.carousel-caption { background-color: rgba(0,47,103,0.7); position: absolute; right: 0; bottom: 0px; left: 0; z-index: 10; padding: 3px 0px 8px 10px; width: auto !important; color: #fff; text-align: left; }
.carousel-caption h3 { margin-bottom: 0; margin-top: 6px !important; text-align: left; text-shadow: 2px 1px 2px rgba(0,0,0,0.9); }
.carousel-caption p { margin-top: 0; font-size: 14px; text-align: left; }
.carousel-control { width: /*15%*/ 8% }
.carousel-indicators { bottom: 2px }
.carousel-indicators .active { background: #FDF7DE }
