:root {
    --color-principal: #fff;
    --color-fondo:#000;
}

input:focus {
    border: 1px solid var(--color-principal);
    box-shadow: 0 0 3px var(--color-principal);
    -moz-box-shadow: 0 0 3px var(--color-principal);
    -webkit-box-shadow: 0 0 3px var(--color-principal);
    outline-offset: 0px;
    outline: none;
}

.btn-hamb div {
    width: 24px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    cursor: pointer;
    z-index: 105;
}
.navbar {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-fondo);
    /* opacity: 80%; */
    height: 40px;
    transition: 0.5s;
}
.navbar a,
.navbar a:hover {
    color: var(--color-principal);
    text-decoration: none;
}
.navbar-brand img {
    object-fit: contain;
    max-height: 40px;
    padding-top: 0;
    transition: 0.3s;
}
.navbar-brand {
    padding-left: 15px;
    font-family: "Neue Haas Unica Reg";
    padding-top: 0;
    padding-bottom: 0;
    margin-right: auto;
    /* width: 55%; */
}
.sideNav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 101;
    top: 0;
    color: black;
    left: -280px;
    background-color: #ffffff;
    /* background-color: #f1f1f1; */
    overflow-x: hidden;
    padding: 60px 30px 20px 30px;
    transition: 0.5s;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 5px grey;
}
.sideNav ul {
    list-style: none;
    padding-left: 0;
}
.navbar ul {
    list-style: none;
    padding-right:15px;
    font-size: 12px;
    font-weight: 900;
    align-items: 0;
}
.navbar ul li{
    padding-left:30px;
    font-size: 16px;
}
.navbar ul li a{
    font-family:'Neue Haas Unica Bold';
}
.sideNav .pri {
    font-family: "Neue Haas Unica Bold";
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid lightgrey;
    text-transform: uppercase;
}
.sideNav .sec {
    font-family: "Stempel";
    font-size: 13px;
    padding: 5px 0;
}
.sideNav li a {
    text-decoration: none;
    color: var(--color-principal);
}
.side {
    position: absolute;
    top: 5px;
    left: 25px;
}
.lupa {
    padding-left: 10px;
    color: #000;
}
input {
    border: 1px solid lightgray;
    background: white;
    box-shadow: none;
    border-radius: 5px;
}
.input:focus {
    outline: none !important;
    border: 1px solid grey;
    box-shadow: 0 0 10px #719ece;
}
.busq-side {
    position: absolute;
    bottom: 0px;
    background: white;
    padding-bottom:0px;
}
.busq-side img {
    padding-top: 10px;
}
#busquedaS {
    width: 180px;
}
.lupaS {
    color: var(--color-principal);
}

.pl15 {
    padding-left: 10px;
}
.rrss,
.rrss a,
.rrss a:hover {
    color: var(--color-principal);
    font-size: 32px;
    text-decoration: none;
}
.rrss{
    width: 180px;
    text-align: center;
}
.cerrar-side {
    color: var(--color-principal);
    font-size: 40px;
    text-decoration: none;
    position: relative;
    top: -15px;
    left: -5px;
}
.side:hover {
    color: grey;
    text-decoration: none;
}
#img-white {
    display: none;
}
#img-blue {
    display: block;
}
.secc-busqueda {
    padding-right: 5px;
}
.link-boletin{
    position:relative;
    left:5px;
    font-family: Stempel;
    font-size: 16px;
    text-transform: capitalize;
}
form, .bg-tra{
    background:transparent !important;
}

.no-line-btm{
    border-bottom:none !important;
}
.busq-side .pri a{
    cursor: pointer;
}
.velo{
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
    transition: 0.3s;
}
.container-fluid{
    transition: 0.3s;
}
@media (max-width:768px){
    .navbar-brand{
        padding-left:0;
    }
    .navbar-brand img{
        max-height: 20px !important;
        margin-left:15px;
    }
}