body {

    padding-top: 55.5px;
    padding-bottom: 64px;
}

#banner1 {
    height: 33.33vw;
    width: 100vw;
    background-image: url(../img/banner_busqueda.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

#breadcrumbs {
    border-bottom: solid .3px #C4C4C4;
    padding: 0px;
    margin: 0px;
}

.breadcrumb {

    background: transparent;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin: 0px;
}

.breadcrumb-item a {
    color: #777777;
}

.breadcrumb .active {
    color: #A61D33;
}

.bg-dark {
    background: #C4C4C4 !important;
}

.card-link {
    color: gray;
}


.navbar-toggler {
    border: none;
    color: #A61D33;
}

.navbar-toggler-icon {}

.salto {
    height: 5vh;
}

.btn-secondary {
    background: #A61D33;
}

.rango p {
    line-height: 1px;
}

.slidecontainer p {
    margin-top: 3vw;
}

.rango .caja {
    border: solid 1px #E5E5E5;
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-radius: 10px;
    margin: 0px;
}

.rango .slidecontainer {
    width: 100%;
}

.slidercontainers {
    width: 100%;
}

.rango .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #C4C4C4;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.rango .slider:hover {
    opacity: 1;
}

.rango .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    border: solid 2px black;
}

.rango .slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    border: solid 2px black;
}

.card-title {
    font-size: 3.5vw;
}

.card-subtitle {
    font-size: 2.5vw;
}

.card-text {
    font-size: 3.5vw;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

hr {
    border: solid .5px #777777;
    width: 80%;
}

.descripcion p {
    text-align: justify;
}

.single {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;

}

.single ul {
    margin-bottom: 0;
}

.single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    display: block;
    text-decoration: none;
}

#accordion .card .card-header {
    background: #262626;
}

#accordion .card .card-header button {
    color: white !important;
}


.navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    padding-left: 15vw;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    background: #FFFFFF;
    width: 100vw;
    height: 100vh;
    z-index: 999999;

}

.navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
}

.navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
}

.navbar-collapse .navbar-nav .nav-item {}

.navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #262626;
}

.nav-link i {
    color: #C4C4C4;
}