.banner { 
    background-color: #294239!important; 
    background-image: url('../img/encabezado.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.logos {
    max-height: 40px;
}
.paquete {
    border: 3px solid #809076!important;
    border-radius: 25px;
}
.titulo_paquete{
    border: 2px solid #bb6930!important;
    border-radius: 25px;
    font-family: 'serling';
}
.titulo_grupo{
    border: 4px solid #809076!important;
    border-radius: 25px;
}
.foot a {
    color: #ffffff!important;
    text-decoration: none;
    transition: 0.3s ease;
}
.foot a:hover {
    color: #ffffff!important;
    text-decoration: underline;
}
.ltexto hr {  height: 15px;  background-color: #4c3d1c; border-radius:25px; }
.lpaquetes hr {  height: 70%; width:5px;  background-color: #bb6930; border-radius:25px; }
.incluye{ line-height: 20px; }
.site-logo img { max-height: 70px!important; width: auto!important; }
/*  TAMAÑO XS */
@media (max-width: 575px) {
/*body { background-color: purple; }*/

}

/*  TAMAÑO SMALL */
@media (min-width: 576px) {
/*body { background-color: red; }*/

}

/*  TAMAÑO MD */
@media (min-width: 768px) {
/*body { background-color: green; }*/

}

/*  TAMAÑO LG */
@media (min-width: 992px) {
/*body { background-color: orange; }*/
.ltexto hr { height: 80%; width:15px; }
}


/* TAMAÑO XL */
@media (min-width: 1200px) {
/*body { background-color: blue; }*/

}