/* WebKit and Opera browsers */ 
@-webkit-keyframes spinner { 
	from 
	{ 
		-webkit-transform: rotateY(0deg); 
	} 
	to { 
		-webkit-transform: rotateY(-360deg); 
	} 
}
/* all other browsers */ 
@keyframes spinner { 
	from { 
		-moz-transform: rotateY(0deg); 
		 -ms-transform: rotateY(0deg); 
			 transform: rotateY(0deg); 
	} 
	to 
	{ 
		-moz-transform: rotateY(-360deg); 
		 -ms-transform: rotateY(-360deg); 
			 transform: rotateY(-360deg); 
	} 
}

.wrapper {
    background: #f9f9fb;
    color: #575757;
}

ul.breadcrumb {
    list-style: none;
    padding-left: 0;
    display: flex;
    font-size: .9rem;
}
ul.breadcrumb li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: default;
}
ul.breadcrumb a {
    color: #06A6E0;
    padding-right: 5px;
}
h1 {
    line-height: 2rem;
}
#resultados p:first-child {
    margin: 15px 0;
    padding: 15px 0;
    text-align: right;
}
.num_resultados {
    font-weight: bold;
}
.sin_resultados {
    text-align: center;
}
#busqueda {
    font-style: italic;
}
#shadow {
    background: rgb(0,0,0);
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}
#filtros {
    display: none;
    padding-bottom: 100px;
    /*width: 100%;*/
    height: calc(100% - 2.5rem);
    position: fixed;
    overflow: auto;
    border-radius: 1rem;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    background: #ffffff;
    flex-direction: column;
    font-family: 'Roboto';
}
.titulo_modal {
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #D8DDE7;
    font-size: .9rem;
    padding: 10px 20px;
    margin: 15px auto;
    border-top: 4px solid;
}
.filtro-acordeon {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Roboto';
    padding: 20px 15px 5px;
}
.opciones-filtros .arrow {
    color: rgb(85, 89, 105);
    color: rgba(85, 89, 105, .7);
}
.arrow.arrow-peque.down {
    margin-top: 0px;
}
.opciones-filtros {
    display: none;
    font-weight: bold;
}
.opciones-filtros > div {
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 12px;

}
.opciones-filtros > div label {
    color: rgb(85, 89, 105);
    color: rgba(85, 89, 105, .7);
    font-size: .9rem;
}
.opciones-filtros > div input[type='checkbox'] {
    margin-right: 10px;
    margin-top: 6px;
}
.opciones-filtros .opciones-filtros {
    padding-top: 0px;
    margin-top: -5px;
}
.opciones-filtros .opciones-filtros > div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.opciones-filtros .opciones-filtros > div label {
    font-weight: normal;
}
.info-filtro {
    color: #06A6E0;
    border: 2px solid;
    border-radius: 10px;
    padding: .1rem .36rem;
    font-size: .6rem;
    font-family: "UtopiaBold";
    background: #ffffff;
    position: relative;
    top: -3px;
    margin-left: 5px;
    cursor: pointer;
}
.info-popup {
    background: #FFFFFF;
    border: 1px solid #E0E5E9;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgb(41 41 43 / 5%);
    border-radius: 8px;
    color: rgba(85, 89, 105, .7);
    font-size: .9rem;
    padding: 10px 25px 25px;
    position: relative;
    width: 20rem;
    left: 50%;
    top: .5rem;
    z-index: 1;
    display: none;
}
.cerrar-popup {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    left: 100%;
    margin-left: -15px;
    position: relative;
}
.cerrar-popup span {
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(85, 89, 105, .7);
    margin: 5px 0;
}
.cerrar-popup span:first-child {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    margin-top: 10px;
}
.cerrar-popup span:last-child {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    margin-top: -8px;
}
.info-titulo {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Roboto';
}
.info-contenido * {
    font-size: .9rem;
    font-family: 'Roboto';
    font-weight: normal;
}
.info-contenido p {
    margin-top: revert;
}
.botones-filtros {
    background: #FFFFFF;
    box-shadow: 0px -2px 5px rgb(0 0 0 / 10%);
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 0 20px 20px;
    z-index: 10;
}
#resultados {
    font-family: Roboto;
    display: flex;
    flex-direction: column;    
}
.item_resultado {
    border-radius: 8px;
    background: #ffffff;
    padding: 15px 0px;
    margin: 15px 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
    cursor: default;
}
a.item_resultado {
    color: #575757;
}
a.item_resultado[href] {
    cursor: pointer;
}
.item_resultado[href]:hover {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
}

.item_resultado.inactive {
    display: none;
}
h2.item_titulo {
    font-size: 1.2rem;
    font-family: Roboto;
    margin: 0px;
}
.item_descripcion {
    font-size: .8rem;
    font-family: 'Roboto';
    margin-top: 10px;
}
.item_atributos {
    display: flex;
    text-transform: uppercase;
    flex-direction: row;
    font-weight: bold;
}
.boton.boton-claro {
    border: 2px solid;
    color: #06A6E0;
}
.boton-claro.activo {
    background: #06A6E0;
    border-color: #06A6E0;
    color: #ffffff;
    font-weight: normal !important;
}
.boton.boton-mediano {
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 20px;
    display: inline-block;
}
.item_reclamo {
    background: rgb(148, 212, 233);
    background: rgba(148, 212, 233, .25);
    font-size: .8rem;
    white-space: normal;
    margin: 20px 0px 0px 12px;
    padding: 6px 10px;
    border-radius: 4px;
}
.item_inicio {
    font-size: .8rem;
    margin-top: 20px;
}
#boton_mas_resultados {
    margin: 40px auto;
}
#boton_mas_resultados:hover {
    background: #06A6E0;
    color: #ffffff;
}
#boton_ver_filtros {
    height: 56px;
    width: 56px;
    background: #06A6E0;
    border: 1px solid #ffffff;
    position: fixed;
    top: 100%;
    left: 100%;
    margin-top: -76px;
    margin-left: -76px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
}
#boton_ver_filtros > div {
    background: #ffffff;
    width: 40%;
    height: 2px;
    display: block;
    margin: 2.5px 0px;
    align-self: center;
}
#boton_ver_filtros div div {
    width: 6px;
    height: 6px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background: #06A6E0;
    position: relative;
    top: -2px;
    left: 100%;
    margin-left: -6px;
}
#boton_ver_filtros div:first-child div {
    margin-left: 0px;
    left: 4px;
}
#boton_ver_filtros div:last-child div {
    left: 50%;
    margin-left: -3px;
}

.container-loader {
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: #f2f2f2;
    -webkit-animation-name: spinner;
    animation-name: spinner;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.logo-loader {
    width: 100px;
    height: 100px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    display: grid;
    grid-template-rows: 38px 20px 38px;
    grid-template-columns: 38px 20px 38px;
}
.logo-loader div {
    background: #f2f2f2;
}
.logo-loader-vertical {
    grid-column: 2;
}
.logo-loader-vertical.superior {
    grid-row: 1;
}
.logo-loader-vertical.inferior {
    grid-row: 3;
}
.logo-loader-horizontal {
    grid-row: 2;
}
.logo-loader-horizontal.izquierda {
    grid-column: 1;
}
.logo-loader-horizontal.derecha {
    grid-column: 3;
}

@media (min-width: 992px) {
    #filtros {
        display: flex !important;
        padding-bottom: 0px;
        height: 100%;
        position: relative;
        overflow: revert;
        background: none;
        z-index: 1;
    }
    .titulo_modal {
        color: unset;
        margin-left: 0;
        border-top: none;
        text-transform: none;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: left;
        padding-left: 0px;
    }
    .borrar-filtros {
        text-align: right;
        color: #06A6E0;
        font-size: .7rem;
        font-weight: bold;
    }
    .filtro-acordeon {
        padding-left: 0px;
    }
    .arrow.down {
        border-right: none;
        border-bottom: none;
        border-left: solid;
        border-top: solid;
        margin-top: 10px;
    }
    .arrow.up {
        border-left: none;
        border-top: none;
        border-right: solid;
        border-bottom: solid;
        margin-top: 3px;
    }
    .opciones-filtros .arrow.down {
        border-left: none;
        border-top: none;
        border-right: solid;
        border-bottom: solid;
    }
    .opciones-filtros .arrow.up {
        border-right: none;
        border-bottom: none;
        border-left: solid;
        border-top: solid;
    }
    .opciones-filtros {
        display: block;
    }
    .opciones-filtros .opciones-filtros {
        display: none;
    }
    .opciones-filtros > div {
        padding-left: 0px;
    }

    .info-popup {
        position: absolute;
        margin-left: 0;
        top: 3rem;
    }
    .info-popup:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        border-bottom: 10px solid #E0E5E9;
        margin-top: -20px;
    }

    .botones-filtros {
        display: none;
    }
    .item_resultado {
        padding: 15px;
    }
    .item_inicio {
        order: -1;
        padding-top: 6px;
    }
    .grupo_tit_desc {
        order: 1;
        margin-top: 20px;
    }
    .item_atributos {
        justify-content: flex-end;
    }
}
