/* PARRILLA APPS */

#box_app {
    display: none;
    position: fixed;
    width: 270px;
  }
  .boxapp {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 100%;
    padding-top: 35px;
    padding-bottom: 10px;
    gap: 6px;
    overflow: hidden;
    padding-left: 15px;
  }
  .btn_box_cerrar {
    cursor: pointer;
  }
  .btn_box_abrir {
    cursor: pointer;
    background: #F2F2F2 url('../img/parrilla-v4.svg');
    border-radius: 11px;
    height: 43px;
    width: 47px;
    line-height: 36px;
    padding: 3px;
    background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
    background-position: center;
	margin-left: 30px;			   
}

.cajaBOTONSERV {
    width: 85px;
    height: 80px;
    padding: 0px 5px 5px 5px;
    overflow: hidden;
    border-radius: 10px;
    margin: -5px 0px 0px 0px !important;
    text-align: center;
}
  .txtmisservicios {
    font-family: "GothamRounded-bold";
    color: #1878f5 !important;
    position:absolute;
    height:20px;
    z-index: 1;
    left: 0px;
    top: 15px;
    LINE-HEIGHT:15px;
    border: 0px solid;
  }

  .cajacontenedorSERV {
    min-width: 115px;
    height: 107px;
    margin-left: 0;
    background-color: #f3f7ff;
    border: 1px solid #f7f8fa;
    padding-top: 15px;
    border-radius: 10px;
}

  .txtbotonSERVICIOS {
    font-family: "GothamRounded-bold";
    color: #535353 !important;
    font-size: 0.7rem;
    padding: 0px;
    LINE-HEIGHT: 10px;
    text-align: center;
    height: 0 !important;
}

  .icono_servicios {
    max-width: 100% !important;
    height: auto !important;
}

.XcerrarSERV {
    font-family: "GothamRounded-bold";
    color: #ffffff;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 1;
    right: 25px;
    top: 10px;
    LINE-HEIGHT: 12px;
    border: 0px solid;
    border-radius: 15px;
    background-color: #cccccc;
}

@media (min-width: 992px) {
	
	#box_app {
	    position: absolute;
	    left: -300px;
        width: 360px;
        height: 390px;
        top: 50px;
        z-index: 99999;
	}
}

@media (max-width: 900px) {
    #box_app {
		z-index: 99;
    height: auto;
    left: 10%;
    margin-top: 10px;
	}
}