html {
scroll-behavior: smooth;
}
body {

font-family: 'Belbo';
background: black;
}
#inicio
{
background: url('../img/background.png');
background-size: cover;
background-position: center top;
padding: 100px 0px;
min-height: 140vh;

}
.menu-bg {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7903536414565826) 35%, rgb(0 0 0 / 34%) 100%);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgb(251 61 27);
}
.logo { height: 80px;}
.mtop {
margin-top: 100px;
margin-bottom: 60px;
}
.titulo {
color: white;
font-weight: 600;
font-size: 4rem;
letter-spacing: 2px;
margin-bottom: -10px;
}
.titulo-conductores
{
color:white;
font-weight: 600;
font-size: 3rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.titulo-notas
{
color:white;
font-weight: 600;
font-size: 3rem;
text-transform: uppercase;
letter-spacing: 1px;
}
#notas
{
background: url('../img/bg2.png');
background-size: cover;
background-position:center -40px ;
padding: 100px 0px 10px 0px;
min-height: 70vh;

}
.notas {
font-size: 1.1rem;
color: #ffffff;
text-align: left;
font-weight: 100;
}
.bajada {
color: #fb3d1b;
font-size: 1.8rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
.texto{
font-weight: 400;
color: white;
font-size: 1.3rem;
line-height: 1.1;

}
.bio {
font-weight: 100;
color: white;
font-size: 1rem;
line-height: 1.1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fc7b0c;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #7e3e07;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-nav {
margin-top: -20px;

}
.post-col figcaption {
text-align: center;
padding: 1em 0;
position: relative;
}
.autor {font-size: .9rem;}
time {font-size: .9rem;}
.left, .right {color: white; font-size: 2rem;}
.left {
position: absolute;
left: -33px;
top: 18%;
z-index: 1999;
opacity: 1;
display: none;
}
.right {
position: absolute;
right: -33px;
top: 18%;
z-index: 1999;
opacity: 1;
display: none;
}
.videos {

padding: 100px 0px;
}
figure {
margin: 0 0 1rem;
border-right: 2px solid #ff4b28;
padding-right: 15px;
}
.footer-text {
font-size: .85rem;
font-weight: bold;
letter-spacing: 3px;
color: white;

}
a {color:#fb3d1b;}
a:hover{
color: #8e1e09;
text-decoration: none;
}
footer {

padding:35px 15px;
background-color: #000;
}
.face  { padding: 6px ;  }
.tw { padding: 6px;  }
.insta { padding: 6px;  }
.youtube { padding: 6px; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,.9);
padding: 0.3rem 1.3rem;
}
/********************************************************************/
@media(max-width:768px)
{
.logo { height: 70px; width: 96px;}
}