body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #222;
}
p{
  line-height: 1.2em;
  font-size: 14px;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
  color: #ff6600;
}
img{
  border-radius: 4px;
}
section{
    margin-top: 19px;
    margin-bottom: 19px;
}
.nopadd{
  padding: 0 !important;
}

.bg-themeblue{
    background: #006599;
}
.bg-themeorange{
    background: #ff6600;
}
.rowpadd{
    padding-top: 7px;
    padding-bottom: 7px;
}
.headertop{
    color: #fff;
}
.headertop a{
    color: #fff;
}
.tright{
    text-align: right;
}

.btn-social {
  width: 19px;
  height: 19px;
  margin: 3px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background: #f1f1f1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-social i{
    color: #006599 !important;
}
.btn-social i:hover{
    color: #ff6600 !important;
}

.navbar{
    margin-top: -19px;
    margin-bottom: -5px;
}
.navbar-nav li{
 padding-left: 7px;
 padding-right: 7px;
}
.navbar-nav .nav-link{
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.navbar-nav .nav-link:hover{
 color: #ff6600;
}

.bg-submenu{
    background: #666666;
    color: #fff;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 9px;
}
.bg-submenu a{
    color: #fff;
    padding-left: 15px;
}
.bg-submenu a:hover{
    color: #ff6600;
}

.title-trend{
    font-size: 15px;
    color: #fff;
}
.tmarquee{
 font-size: 14px;
 padding-right: 19px;
}

.block-news a{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
}
.block-news p{
  margin-top: 10px;
}
.carousel-indicators {
  position: absolute;
  top: 72% !important;
  bottom: auto;
}
.carousel a.headline{
  clear: both;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20pt;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.showtime{
  font-size: 12px;
  color: #777;
}
.showtimes{
  text-align: center;
}
.showtimepost{
  font-size: 14px;
  color: #777;
}

.title-block{
  border-top: 1px solid #aaa;
  height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-left: 70px;
}
.title-block-dark{
  border-top: 1px solid #0F84BF;
  height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-left: 70px;
}

.block-lensa a{
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.block-lensa a:hover{
  color: #ff6600;
}
.block-lensa .showtimes{
  color: #ccc;
}
.block-lensa2 a{
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.block-lensa2 a:hover{
  color: #ff6600;
}
.block-lensa2 .showtimes{
  color: #ccc;
}

.title-post{
 font-family: "Roboto Condensed", sans-serif;
 font-weight: bold;
 font-size: 23pt;
}
.post-content p{
 font-size: 16px;
 text-align: justify;
 color: #111;
}

.footer{
  background: #f6f6f6 url('../images/bg-footer.jpg') no-repeat bottom right;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  color: #555;
}
.footer p{
  margin-top: 20px;
  font-size: 12px;
}
.footer b{
  color: #666;
}
.footer a{
  font-size: 14px;
}

.wrapper{
  display:flex;
  flex-direction: row;
  margin-top: 10px;
}



.fab {
margin: auto;

}
.social{
  color: #FFF;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social:hover {
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	transition: all ease 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
  
}

.facebook {
 color:#4267B2;
}

.twitter {
color:#1DA1F2;

}
.youtube {
      color:#c4302b;
}
.pinterest {
   color:#c8232c;
}
.instagram {
 color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;

}
.tumblr {
        color: #34526f;
}
.whatsapp {
        color:#25D366;
}

.bg-ico {
  display: flex;
  background-color: #FFF;
  width: 35px;
  height: 35px;
  line-height: 90px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  
}
.bg-ico i{
  font-size: 16px;
}
.bg-ico:hover{
     box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
}

#facebook:hover {
  background-color: #4267B2;
}

#twitter:hover {
background-color: #1DA1F2;

}
#youtube:hover {
      background-color: #c4302b;
}
#pinterest:hover {
   background-color:#c8232c;
}
#instagram:hover {
 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  

}
#tumblr:hover {
    background-color: #34526f;
}
#whatsapp:hover {
       background-color:#25D366;
}

.facebook:hover, 
.twitter:hover, 
.youtube:hover, 
.pinterest:hover,
.instagram:hover, 
.tumblr:hover,
.whatsapp:hover {
 color:#fff;
 transform: scale(1.3);

}